diff --git a/Unity/Arctic Escape/.gitignore b/Unity/Arctic Escape/.gitignore new file mode 100644 index 0000000..956ee68 --- /dev/null +++ b/Unity/Arctic Escape/.gitignore @@ -0,0 +1,99 @@ +# This .gitignore file should be placed at the root of your Unity project directory +# +# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore +# +.utmp/ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ +/[Uu]ser[Ss]ettings/ +*.log + +# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control. +*.blend1 +*.blend1.meta + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data +/[Mm]emoryCaptures/ + +# Recordings can get excessive in size +/[Rr]ecordings/ + +# Uncomment this line if you wish to ignore the asset store tools plugin +# /[Aa]ssets/AssetStoreTools* + +# Autogenerated Jetbrains Rider plugin +/[Aa]ssets/Plugins/Editor/JetBrains* +# Jetbrains Rider personal-layer settings +*.DotSettings.user + +# Visual Studio cache directory +.vs/ + +# Gradle cache directory +.gradle/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta +*.mdb.meta + +# Unity3D generated file on crash reports +sysinfo.txt + +# Mono auto generated files +mono_crash.* + +# Builds +*.apk +*.aab +*.unitypackage +*.unitypackage.meta +*.app + +# Crashlytics generated file +crashlytics-build.properties + +# TestRunner generated files +InitTestScene*.unity* + +# Addressables default ignores, before user customizations +/ServerData +/[Aa]ssets/StreamingAssets/aa* +/[Aa]ssets/AddressableAssetsData/link.xml* +/[Aa]ssets/Addressables_Temp* +# By default, Addressables content builds will generate addressables_content_state.bin +# files in platform-specific subfolders, for example: +# /Assets/AddressableAssetsData/OSX/addressables_content_state.bin +/[Aa]ssets/AddressableAssetsData/*/*.bin* + +# Visual Scripting auto-generated files +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta + +# Auto-generated scenes by play mode tests +/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* \ No newline at end of file diff --git a/Unity/Arctic Escape/.vscode/extensions.json b/Unity/Arctic Escape/.vscode/extensions.json new file mode 100644 index 0000000..ddb6ff8 --- /dev/null +++ b/Unity/Arctic Escape/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "visualstudiotoolsforunity.vstuc" + ] +} diff --git a/Unity/Arctic Escape/.vscode/launch.json b/Unity/Arctic Escape/.vscode/launch.json new file mode 100644 index 0000000..da60e25 --- /dev/null +++ b/Unity/Arctic Escape/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Attach to Unity", + "type": "vstuc", + "request": "attach" + } + ] +} \ No newline at end of file diff --git a/Unity/Arctic Escape/.vscode/settings.json b/Unity/Arctic Escape/.vscode/settings.json new file mode 100644 index 0000000..6753122 --- /dev/null +++ b/Unity/Arctic Escape/.vscode/settings.json @@ -0,0 +1,55 @@ +{ + "files.exclude": { + "**/.DS_Store": true, + "**/.git": true, + "**/.gitmodules": true, + "**/*.booproj": true, + "**/*.pidb": true, + "**/*.suo": true, + "**/*.user": true, + "**/*.userprefs": true, + "**/*.unityproj": true, + "**/*.dll": true, + "**/*.exe": true, + "**/*.pdf": true, + "**/*.mid": true, + "**/*.midi": true, + "**/*.wav": true, + "**/*.gif": true, + "**/*.ico": true, + "**/*.jpg": true, + "**/*.jpeg": true, + "**/*.png": true, + "**/*.psd": true, + "**/*.tga": true, + "**/*.tif": true, + "**/*.tiff": true, + "**/*.3ds": true, + "**/*.3DS": true, + "**/*.fbx": true, + "**/*.FBX": true, + "**/*.lxo": true, + "**/*.LXO": true, + "**/*.ma": true, + "**/*.MA": true, + "**/*.obj": true, + "**/*.OBJ": true, + "**/*.asset": true, + "**/*.cubemap": true, + "**/*.flare": true, + "**/*.mat": true, + "**/*.meta": true, + "**/*.prefab": true, + "**/*.unity": true, + "build/": true, + "Build/": true, + "Library/": true, + "library/": true, + "obj/": true, + "Obj/": true, + "ProjectSettings/": true, + "temp/": true, + "Temp/": true + }, + "dotnet.defaultSolution": "Arctic Escape.sln" +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#External-Packages.meta b/Unity/Arctic Escape/Assets/#External-Packages.meta new file mode 100644 index 0000000..6a1e3e0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cbc71828636f34412bc661c867d73637 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages.meta new file mode 100644 index 0000000..116dd6f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 740ef2243709f47acb1ca5dba7b5378f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102.meta new file mode 100644 index 0000000..3d08536 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fd26e980025094d1590c8910308fc559 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/CHANGELOG.md b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/CHANGELOG.md new file mode 100644 index 0000000..3ae6083 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/CHANGELOG.md @@ -0,0 +1,113 @@ +# Newtonsoft.Json for Unity changelog + +## 13.0.102 (2021-03-24) + +- ✨ New: Merged changes from + [JamesNK/Newtonsoft.Json version `13.0.1`][json.net-13.0.1] + +- 🗑 Deprecated: Removed the Portable build target. This package now only ships + with the AOT and Editor builds. + +## 12.0.302 (2021-02-19) + +- ✨ New: Properly embed the link.xml into the DLLs. ([#54][#54]) + +- 🐛 Fix: Preserve `NullableAttribute` and `NullableContextAttribute`. + ([#54][#54]) + +- 🐛 Fix: Preserve all JSON converters. ([#8][#8], [#65][#65]) + +## 12.0.301 (2020-01-19) + +- ✨ New: Merged changes from + [JamesNK/Newtonsoft.Json version `12.0.3`][json.net-12.0.3] + +- 🔄 Change: Testing libraries are precompiled to be able to use the nullable + reference types, as Unity does not yet support them. ([#37][#37]) + +## 12.0.201 (2020-01-03) + +- ✨ New: Merged changes from + [JamesNK/Newtonsoft.Json version `12.0.2`][json.net-12.0.2] + +- ✨ New: Downgrade script for .asmdef to be able to test in Unity 2018.x. + +- ✨ New: Now testing in both Unity 2019.x and 2018.x in CircleCI workflow. + +- ✨ New: Added `System.Web.HttpUtility` polyfill to test project due to it's + not included in IL2CPP builds. + See + +- 🔄 Change: Custom StringAssert.StartsWith to get better error messages in + tests. + +- 🐛 Fix: AotHelper.EnsureDictionary was not generating constructor for + `DefaultContractResolver.EnumerableDictionaryWrapper` + +## 12.0.102 (2019-12-30) + +- ✨ New: Moved some documentation to the new wiki. All markdown files in the + repository has been tidied. + +- 🐛 Fix: Only use major version in assembly version (ex: `12.0.0.0`, instead of + `12.0.1.0`) ([#18][#18]) + +- 🐛 Fix: Package targets .NET 4.5 & .NET 4.6.1 instead of recommended + .NET Standard 2.0. Portable should still target the [PCL profile 259 + (`portable-net45+win8+wpa81+wp8`)][portable-class-library]. ([#29][#29]) + +- 🐛 Fix: Assembly not found due to unsigned and not strong named assembly. + The packaged DLL's are now signed with the public key of Newtonsoft.Json. + ([#7][#7], [#10][#10]) + +## 12.0.101 (2019-11-26) + +- ✨ New: Setup CircleCI integration for build automation + [![CircleCI badge][circleci-badge]][circleci-url] + +- ✨ New: Setup Codacy integration for automated code reviews + [![Codacy badge][codacy-badge]][codacy-url] + +- 🔄 Change: Switched to [cloudsmith.com][cloudsmith-url] as registry provider + instead of [npmjs.com][npmjs-url] + [![Latest Version @ Cloudsmith][cloudsmith-badge]][cloudsmith-url] + +- 🔄 Change: Better versioning format. For more info see + [the wiki page][wiki-versioning]. Changes are based of off `12.0.1` + version _(in previous format)._ + +- 🐛 Fix: Building on standalone causes plugin collision ([#3][#3]) + +## 12.0.1 (2019-07-18) + +- ✨ New: Package published as an Unity Package Manager package on + [npmjs.com][npmjs-url]. + ![npm badge][npmjs-badge] + +- ✨ Initial release + +- ✨ Based on [JamesNK/Newtonsoft.Json version `12.0.1`][json.net-12.0.1] + +[#3]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/3 +[#7]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/7 +[#8]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/8 +[#10]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/10 +[#18]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/18 +[#29]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/pull/29 +[#37]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/pull/37 +[#54]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/54 +[#65]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/65 +[circleci-badge]: https://img.shields.io/circleci/build/gh/jilleJr/Newtonsoft.Json-for-Unity/master?logo=circleci&style=flat-square +[circleci-url]: https://circleci.com/gh/jilleJr/Newtonsoft.Json-for-Unity +[cloudsmith-badge]: https://api-prd.cloudsmith.io/badges/version/jillejr/newtonsoft-json-for-unity/npm/jillejr.newtonsoft.json-for-unity/latest/x/?render=true&badge_token=gAAAAABd0U7AyWhLGu6xjEAHz70w9zWbSk6ogsTrw3xvVpa2NXe7HJg_ua7r-G2cbWECxfM51y4uYgOdFOquHNoTQti080JM6w%3D%3D +[cloudsmith-url]: https://cloudsmith.io/~jillejr/repos/newtonsoft-json-for-unity/packages/detail/npm/jillejr.newtonsoft.json-for-unity/latest/#readme +[codacy-badge]: https://img.shields.io/codacy/grade/f91156e7066c484588f4dba263c8cf45?logo=codacy&style=flat-square +[codacy-url]: https://www.codacy.com/manual/jilleJr/Newtonsoft.Json-for-Unity?utm_source=github.com&utm_medium=referral&utm_content=jilleJr/Newtonsoft.Json-for-Unity&utm_campaign=Badge_Grade +[json.net-12.0.1]: https://github.com/JamesNK/Newtonsoft.Json/releases/12.0.1 +[json.net-12.0.2]: https://github.com/JamesNK/Newtonsoft.Json/releases/12.0.2 +[json.net-12.0.3]: https://github.com/JamesNK/Newtonsoft.Json/releases/12.0.3 +[json.net-13.0.1]: https://github.com/JamesNK/Newtonsoft.Json/releases/13.0.1 +[npmjs-badge]: https://img.shields.io/npm/v/jillejr.newtonsoft.json-for-unity?logo=npm&style=flat-square +[npmjs-url]: https://www.npmjs.com/package/jillejr.newtonsoft.json-for-unity +[portable-class-library]: https://docs.microsoft.com/en-us/dotnet/standard/net-standard#pcl-compatibility +[wiki-versioning]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/About-the-versioning diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/CHANGELOG.md.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/CHANGELOG.md.meta new file mode 100644 index 0000000..de70ef3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/CHANGELOG.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ea12e856553554c48b5280f8e59cfa2a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/LICENSE.md b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/LICENSE.md new file mode 100644 index 0000000..52fae03 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/LICENSE.md @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2019 Kalle Jillheden (jilleJr) + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/LICENSE.md.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/LICENSE.md.meta new file mode 100644 index 0000000..a4d9ee3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/LICENSE.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8a0a15e0568714949b370ac317f32a2d +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins.meta new file mode 100644 index 0000000..daf21db --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dcc112154aa101444bb75e80dc8d3460 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT.meta new file mode 100644 index 0000000..07cb02e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 793bdc0667ed017448ebfc2b29db3cce +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json new file mode 100644 index 0000000..d3f3acd --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json @@ -0,0 +1,56 @@ +{ + "runtimeTarget": { + "name": ".NETStandard,Version=v2.0/", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETStandard,Version=v2.0": {}, + ".NETStandard,Version=v2.0/": { + "Newtonsoft.Json/13.0.102": { + "dependencies": { + "Microsoft.CodeAnalysis.NetAnalyzers": "5.0.3", + "NETStandard.Library": "2.0.3" + }, + "runtime": { + "Newtonsoft.Json.dll": {} + } + }, + "Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": {}, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + } + } + } + }, + "libraries": { + "Newtonsoft.Json/13.0.102": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7rw0JUPSAVGR0HPekQiQvwGPor44p/Ek21+wZABraG4bVYNrSkx98ZZsxSxG5jJ4oqjACJxea8E62UO0dsKDBw==", + "path": "microsoft.codeanalysis.netanalyzers/5.0.3", + "hashPath": "microsoft.codeanalysis.netanalyzers.5.0.3.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json.meta new file mode 100644 index 0000000..43b463f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json.meta @@ -0,0 +1,10 @@ + +fileFormatVersion: 2 +guid: f38361229b98405e8509995e7cfb1334 + +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: + diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll new file mode 100644 index 0000000..eba7989 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll differ diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll.meta new file mode 100644 index 0000000..f82f2cc --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 6c694cfdc33ae264fb33e0cd1c7e25cf +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 1 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + '': Any + second: + enabled: 0 + settings: + Exclude Android: 0 + Exclude Editor: 1 + Exclude Linux: 0 + Exclude Linux64: 0 + Exclude LinuxUniversal: 0 + Exclude OSXUniversal: 0 + Exclude WebGL: 0 + Exclude Win: 0 + Exclude Win64: 0 + Exclude WindowsStoreApps: 0 + Exclude iOS: 0 + Exclude tvOS: 0 + - first: + Android: Android + second: + enabled: 1 + settings: + CPU: ARMv7 + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Linux + second: + enabled: 1 + settings: + CPU: x86 + - first: + Standalone: Linux64 + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: LinuxUniversal + second: + enabled: 1 + settings: {} + - first: + Standalone: OSXUniversal + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: Win + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: Win64 + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + WebGL: WebGL + second: + enabled: 1 + settings: {} + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 1 + settings: + CPU: AnyCPU + DontProcess: false + PlaceholderPath: + SDK: AnySDK + ScriptingBackend: AnyScriptingBackend + - first: + iPhone: iOS + second: + enabled: 1 + settings: + AddToEmbeddedBinaries: false + CompileFlags: + FrameworkDependencies: + - first: + tvOS: tvOS + second: + enabled: 1 + settings: + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.xml b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.xml new file mode 100644 index 0000000..dc07471 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.xml @@ -0,0 +1,11283 @@ + + + + Newtonsoft.Json + + + + + Represents a BSON Oid (object id). + + + + + Gets or sets the value of the Oid. + + The value of the Oid. + + + + Initializes a new instance of the class. + + The Oid value. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data. + + + + + Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary. + + + true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false. + + + + + Gets or sets a value indicating whether the root object will be read as a JSON array. + + + true if the root object will be read as a JSON array; otherwise, false. + + + + + Gets or sets the used when reading values from BSON. + + The used when reading values from BSON. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Changes the reader's state to . + If is set to true, the underlying is also closed. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data. + + + + + Gets or sets the used when writing values to BSON. + When set to no conversion will occur. + + The used when writing values to BSON. + + + + Initializes a new instance of the class. + + The to write to. + + + + Initializes a new instance of the class. + + The to write to. + + + + Flushes whatever is in the buffer to the underlying and also flushes the underlying stream. + + + + + Writes the end. + + The token. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes the beginning of a JSON array. + + + + + Writes the beginning of a JSON object. + + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + + + + Closes this writer. + If is set to true, the underlying is also closed. + If is set to true, the JSON is auto-completed. + + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value that represents a BSON object id. + + The Object ID value to write. + + + + Writes a BSON regex. + + The regex pattern. + The regex options. + + + + Specifies how constructors are used when initializing objects during deserialization by the . + + + + + First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor. + + + + + Json.NET will use a non-public default constructor before falling back to a parameterized constructor. + + + + + Converts a binary value to and from a base 64 string value. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Creates a custom object. + + The object type to convert. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Creates an object which will then be populated by the serializer. + + Type of the object. + The created object. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Provides a base class for converting a to and from JSON. + + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a F# discriminated union type to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an Entity Framework to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Converts a to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z"). + + + + + Gets or sets the date time styles used when converting a date to and from JSON. + + The date time styles used when converting a date to and from JSON. + + + + Gets or sets the date time format used when converting a date to and from JSON. + + The date time format used when converting a date to and from JSON. + + + + Gets or sets the culture used when converting a date to and from JSON. + + The culture used when converting a date to and from JSON. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Converts a to and from a JavaScript Date constructor (e.g. new Date(52231943)). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an to and from its name string value. + + + + + Gets or sets a value indicating whether the written enum text should be camel case. + The default value is false. + + true if the written enum text will be camel case; otherwise, false. + + + + Gets or sets the naming strategy used to resolve how enum text is written. + + The naming strategy used to resolve how enum text is written. + + + + Gets or sets a value indicating whether integer values are allowed when serializing and deserializing. + The default value is true. + + true if integers are allowed when serializing and deserializing; otherwise, false. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + true if the written enum text will be camel case; otherwise, false. + + + + Initializes a new instance of the class. + + The naming strategy used to resolve how enum text is written. + true if integers are allowed when serializing and deserializing; otherwise, false. + + + + Initializes a new instance of the class. + + The of the used to write enum text. + + + + Initializes a new instance of the class. + + The of the used to write enum text. + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + + Initializes a new instance of the class. + + The of the used to write enum text. + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + true if integers are allowed when serializing and deserializing; otherwise, false. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from Unix epoch time + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts XML to and from JSON. + + + + + Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements. + + The name of the deserialized root element. + + + + Gets or sets a value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + true if the array attribute is written to the XML; otherwise, false. + + + + Gets or sets a value indicating whether to write the root JSON object. + + true if the JSON root object is omitted; otherwise, false. + + + + Gets or sets a value indicating whether to encode special characters when converting JSON to XML. + If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify + XML namespaces, attributes or processing directives. Instead special characters are encoded and written + as part of the XML element name. + + true if special characters are encoded; otherwise, false. + + + + Writes the JSON representation of the object. + + The to write to. + The calling serializer. + The value. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Checks if the is a namespace attribute. + + Attribute name to test. + The attribute name prefix if it has one, otherwise an empty string. + true if attribute name is for a namespace attribute, otherwise false. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. + + + + + Date formatted strings are not parsed to a date type and are read as strings. + + + + + Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . + + + + + Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + The default JSON name table implementation. + + + + + Initializes a new instance of the class. + + + + + Gets a string containing the same characters as the specified range of characters in the given array. + + The character array containing the name to find. + The zero-based index into the array specifying the first character of the name. + The number of characters in the name. + A string containing the same characters as the specified range of characters in the given array. + + + + Adds the specified string into name table. + + The string to add. + This method is not thread-safe. + The resolved string. + + + + Specifies default value handling options for the . + + + + + + + + + Include members where the member value is the same as the member's default value when serializing objects. + Included members are written to JSON. Has no effect when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + so that it is not written to JSON. + This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers, + decimals and floating point numbers; and false for booleans). The default value ignored can be changed by + placing the on the property. + + + + + Members with a default value but no JSON will be set to their default value when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + and set members to their default value when deserializing. + + + + + Specifies float format handling options when writing special floating point numbers, e.g. , + and with . + + + + + Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". + + + + + Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. + Note that this will produce non-valid JSON. + + + + + Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a of property. + + + + + Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + + + + + Floating point numbers are parsed to . + + + + + Floating point numbers are parsed to . + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + + + + Provides an interface for using pooled arrays. + + The array type content. + + + + Rent an array from the pool. This array must be returned when it is no longer needed. + + The minimum required length of the array. The returned array may be longer. + The rented array from the pool. This array must be returned when it is no longer needed. + + + + Return an array to the pool. + + The array that is being returned. + + + + Provides an interface to enable a class to return line and position information. + + + + + Gets a value indicating whether the class can return line information. + + + true if and can be provided; otherwise, false. + + + + + Gets the current line number. + + The current line number or 0 if no line information is available (for example, when returns false). + + + + Gets the current line position. + + The current line position or 0 if no line information is available (for example, when returns false). + + + + Instructs the how to serialize the collection. + + + + + Gets or sets a value indicating whether null items are allowed in the collection. + + true if null items are allowed in the collection; otherwise, false. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a flag indicating whether the array can contain null items. + + A flag indicating whether the array can contain null items. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Instructs the to use the specified constructor when deserializing that object. + + + + + Instructs the how to serialize the object. + + + + + Gets or sets the id. + + The id. + + + + Gets or sets the title. + + The title. + + + + Gets or sets the description. + + The description. + + + + Gets or sets the collection's items converter. + + The collection's items converter. + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets the of the . + + The of the . + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets a value that indicates whether to preserve object references. + + + true to keep object reference; otherwise, false. The default is false. + + + + + Gets or sets a value that indicates whether to preserve collection's items references. + + + true to keep collection's items object references; otherwise, false. The default is false. + + + + + Gets or sets the reference loop handling used when serializing the collection's items. + + The reference loop handling. + + + + Gets or sets the type name handling used when serializing the collection's items. + + The type name handling. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Provides methods for converting between .NET types and JSON types. + + + + + + + + Gets or sets a function that creates default . + Default settings are automatically used by serialization methods on , + and and on . + To serialize without using any default settings create a with + . + + + + + Represents JavaScript's boolean value true as a string. This field is read-only. + + + + + Represents JavaScript's boolean value false as a string. This field is read-only. + + + + + Represents JavaScript's null as a string. This field is read-only. + + + + + Represents JavaScript's undefined as a string. This field is read-only. + + + + + Represents JavaScript's positive infinity as a string. This field is read-only. + + + + + Represents JavaScript's negative infinity as a string. This field is read-only. + + + + + Represents JavaScript's NaN as a string. This field is read-only. + + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + The string delimiter character. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + The string delimiter character. + The string escape handling. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Serializes the specified object to a JSON string. + + The object to serialize. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using formatting. + + The object to serialize. + Indicates how the output should be formatted. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + A collection of converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using formatting and a collection of . + + The object to serialize. + Indicates how the output should be formatted. + A collection of converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be used. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a type, formatting and . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be used. + + The type of the value being serialized. + This parameter is used when is to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using formatting and . + + The object to serialize. + Indicates how the output should be formatted. + The used to serialize the object. + If this is null, default serialization settings will be used. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a type, formatting and . + + The object to serialize. + Indicates how the output should be formatted. + The used to serialize the object. + If this is null, default serialization settings will be used. + + The type of the value being serialized. + This parameter is used when is to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + A JSON string representation of the object. + + + + + Deserializes the JSON to a .NET object. + + The JSON to deserialize. + The deserialized object from the JSON string. + + + + Deserializes the JSON to a .NET object using . + + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The of object being deserialized. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the given anonymous type. + + + The anonymous type to deserialize to. This can't be specified + traditionally and must be inferred from the anonymous type passed + as a parameter. + + The JSON to deserialize. + The anonymous type object. + The deserialized anonymous type from the JSON string. + + + + Deserializes the JSON to the given anonymous type using . + + + The anonymous type to deserialize to. This can't be specified + traditionally and must be inferred from the anonymous type passed + as a parameter. + + The JSON to deserialize. + The anonymous type object. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized anonymous type from the JSON string. + + + + Deserializes the JSON to the specified .NET type using a collection of . + + The type of the object to deserialize to. + The JSON to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type using . + + The type of the object to deserialize to. + The object to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type using a collection of . + + The JSON to deserialize. + The type of the object to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type using . + + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized object from the JSON string. + + + + Populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + + + Populates the object with values from the JSON string using . + + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + + + + Serializes the to a JSON string. + + The node to serialize. + A JSON string of the . + + + + Serializes the to a JSON string using formatting. + + The node to serialize. + Indicates how the output should be formatted. + A JSON string of the . + + + + Serializes the to a JSON string using formatting and omits the root object if is true. + + The node to serialize. + Indicates how the output should be formatted. + Omits writing the root object. + A JSON string of the . + + + + Deserializes the from a JSON string. + + The JSON string. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by . + + The JSON string. + The name of the root element to append when deserializing. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by + and writes a Json.NET array attribute for collections. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by , + writes a Json.NET array attribute for collections, and encodes special characters. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + + A value to indicate whether to encode special characters when converting JSON to XML. + If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify + XML namespaces, attributes or processing directives. Instead special characters are encoded and written + as part of the XML element name. + + The deserialized . + + + + Serializes the to a JSON string. + + The node to convert to JSON. + A JSON string of the . + + + + Serializes the to a JSON string using formatting. + + The node to convert to JSON. + Indicates how the output should be formatted. + A JSON string of the . + + + + Serializes the to a JSON string using formatting and omits the root object if is true. + + The node to serialize. + Indicates how the output should be formatted. + Omits writing the root object. + A JSON string of the . + + + + Deserializes the from a JSON string. + + The JSON string. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by . + + The JSON string. + The name of the root element to append when deserializing. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by + and writes a Json.NET array attribute for collections. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by , + writes a Json.NET array attribute for collections, and encodes special characters. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + + A value to indicate whether to encode special characters when converting JSON to XML. + If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify + XML namespaces, attributes or processing directives. Instead special characters are encoded and written + as part of the XML element name. + + The deserialized . + + + + Converts an object to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can read JSON. + + true if this can read JSON; otherwise, false. + + + + Gets a value indicating whether this can write JSON. + + true if this can write JSON; otherwise, false. + + + + Converts an object to and from JSON. + + The object type to convert. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. If there is no existing value then null will be used. + The existing value has a value. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Instructs the to use the specified when serializing the member or class. + + + + + Gets the of the . + + The of the . + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + + + + + Initializes a new instance of the class. + + Type of the . + + + + Initializes a new instance of the class. + + Type of the . + Parameter list to use when constructing the . Can be null. + + + + Represents a collection of . + + + + + Instructs the how to serialize the collection. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + The exception thrown when an error occurs during JSON serialization or deserialization. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Instructs the to deserialize properties with no matching class member into the specified collection + and write values during serialization. + + + + + Gets or sets a value that indicates whether to write extension data when serializing the object. + + + true to write extension data when serializing the object; otherwise, false. The default is true. + + + + + Gets or sets a value that indicates whether to read extension data when deserializing the object. + + + true to read extension data when deserializing the object; otherwise, false. The default is true. + + + + + Initializes a new instance of the class. + + + + + Instructs the not to serialize the public field or public read/write property value. + + + + + Base class for a table of atomized string objects. + + + + + Gets a string containing the same characters as the specified range of characters in the given array. + + The character array containing the name to find. + The zero-based index into the array specifying the first character of the name. + The number of characters in the name. + A string containing the same characters as the specified range of characters in the given array. + + + + Instructs the how to serialize the object. + + + + + Gets or sets the member serialization. + + The member serialization. + + + + Gets or sets the missing member handling used when deserializing this object. + + The missing member handling. + + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + + + + Gets or sets a value that indicates whether the object's properties are required. + + + A value indicating whether the object's properties are required. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified member serialization. + + The member serialization. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Instructs the to always serialize the member with the specified name. + + + + + Gets or sets the type used when serializing the property's collection items. + + The collection's items type. + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets the of the . + + The of the . + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets the null value handling used when serializing this property. + + The null value handling. + + + + Gets or sets the default value handling used when serializing this property. + + The default value handling. + + + + Gets or sets the reference loop handling used when serializing this property. + + The reference loop handling. + + + + Gets or sets the object creation handling used when deserializing this property. + + The object creation handling. + + + + Gets or sets the type name handling used when serializing this property. + + The type name handling. + + + + Gets or sets whether this property's value is serialized as a reference. + + Whether this property's value is serialized as a reference. + + + + Gets or sets the order of serialization of a member. + + The numeric order of serialization. + + + + Gets or sets a value indicating whether this property is required. + + + A value indicating whether this property is required. + + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets the reference loop handling used when serializing the property's collection items. + + The collection's items reference loop handling. + + + + Gets or sets the type name handling used when serializing the property's collection items. + + The collection's items type name handling. + + + + Gets or sets whether this property's collection items are serialized as a reference. + + Whether this property's collection items are serialized as a reference. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified name. + + Name of the property. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. + + + + + Asynchronously reads the next JSON token from the source. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns true if the next token was read successfully; false if there are no more tokens to read. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously skips the children of the current token. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a []. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the []. This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Specifies the state of the reader. + + + + + A read method has not been called. + + + + + The end of the file has been reached successfully. + + + + + Reader is at a property. + + + + + Reader is at the start of an object. + + + + + Reader is in an object. + + + + + Reader is at the start of an array. + + + + + Reader is in an array. + + + + + The method has been called. + + + + + Reader has just read a value. + + + + + Reader is at the start of a constructor. + + + + + Reader is in a constructor. + + + + + An error occurred that prevents the read operation from continuing. + + + + + The end of the file has been reached successfully. + + + + + Gets the current reader state. + + The current reader state. + + + + Gets or sets a value indicating whether the source should be closed when this reader is closed. + + + true to close the source when this reader is closed; otherwise false. The default is true. + + + + + Gets or sets a value indicating whether multiple pieces of JSON content can + be read from a continuous stream without erroring. + + + true to support reading multiple pieces of JSON content; otherwise false. + The default is false. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + Gets or sets how time zones are handled when reading JSON. + + + + + Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + + + + + Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + + + + + Gets or sets how custom date formatted strings are parsed when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is 128. + + + + + Gets the type of the current JSON token. + + + + + Gets the text value of the current JSON token. + + + + + Gets the .NET type for the current JSON token. + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Initializes a new instance of the class. + + + + + Reads the next JSON token from the source. + + true if the next token was read successfully; false if there are no more tokens to read. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a []. + + A [] or null if the next JSON token is null. This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Skips the children of the current token. + + + + + Sets the current token. + + The new token. + + + + Sets the current token and value. + + The new token. + The value. + + + + Sets the current token and value. + + The new token. + The value. + A flag indicating whether the position index inside an array should be updated. + + + + Sets the state based on current token type. + + + + + Releases unmanaged and - optionally - managed resources. + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Changes the reader's state to . + If is set to true, the source is also closed. + + + + + The exception thrown when an error occurs while reading JSON text. + + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Initializes a new instance of the class + with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The path to the JSON where the error occurred. + The line number indicating where the error occurred. + The line position indicating where the error occurred. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Instructs the to always serialize the member, and to require that the member has a value. + + + + + The exception thrown when an error occurs during JSON serialization or deserialization. + + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Initializes a new instance of the class + with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The path to the JSON where the error occurred. + The line number indicating where the error occurred. + The line position indicating where the error occurred. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Serializes and deserializes objects into and from the JSON format. + The enables you to control how objects are encoded into JSON. + + + + + Occurs when the errors during serialization and deserialization. + + + + + Gets or sets the used by the serializer when resolving references. + + + + + Gets or sets the used by the serializer when resolving type names. + + + + + Gets or sets the used by the serializer when resolving type names. + + + + + Gets or sets the used by the serializer when writing trace messages. + + The trace writer. + + + + Gets or sets the equality comparer used by the serializer when comparing references. + + The equality comparer. + + + + Gets or sets how type name writing and reading is handled by the serializer. + The default value is . + + + should be used with caution when your application deserializes JSON from an external source. + Incoming types should be validated with a custom + when deserializing with a value other than . + + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how object references are preserved by the serializer. + The default value is . + + + + + Gets or sets how reference loops (e.g. a class referencing itself) is handled. + The default value is . + + + + + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + The default value is . + + + + + Gets or sets how null values are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how default values are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how objects are created during deserialization. + The default value is . + + The object creation handling. + + + + Gets or sets how constructors are used during deserialization. + The default value is . + + The constructor handling. + + + + Gets or sets how metadata properties are used during deserialization. + The default value is . + + The metadata properties handling. + + + + Gets a collection that will be used during serialization. + + Collection that will be used during serialization. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Indicates how JSON text output is formatted. + The default value is . + + + + + Gets or sets how dates are written to JSON text. + The default value is . + + + + + Gets or sets how time zones are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . + + + + + Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . + + + + + Gets or sets how special floating point numbers, e.g. , + and , + are written as JSON text. + The default value is . + + + + + Gets or sets how strings are escaped when writing JSON text. + The default value is . + + + + + Gets or sets how and values are formatted when writing JSON text, + and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". + + + + + Gets or sets the culture used when reading JSON. + The default value is . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is 128. + + + + + Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. + The default value is false. + + + true if there will be a check for additional JSON content after deserializing an object; otherwise, false. + + + + + Initializes a new instance of the class. + + + + + Creates a new instance. + The will not use default settings + from . + + + A new instance. + The will not use default settings + from . + + + + + Creates a new instance using the specified . + The will not use default settings + from . + + The settings to be applied to the . + + A new instance using the specified . + The will not use default settings + from . + + + + + Creates a new instance. + The will use default settings + from . + + + A new instance. + The will use default settings + from . + + + + + Creates a new instance using the specified . + The will use default settings + from as well as the specified . + + The settings to be applied to the . + + A new instance using the specified . + The will use default settings + from as well as the specified . + + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to read values from. + The target object to populate values onto. + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to read values from. + The target object to populate values onto. + + + + Deserializes the JSON structure contained by the specified . + + The that contains the JSON structure to deserialize. + The being deserialized. + + + + Deserializes the JSON structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Deserializes the JSON structure contained by the specified + into an instance of the specified type. + + The containing the object. + The type of the object to deserialize. + The instance of being deserialized. + + + + Deserializes the JSON structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + The type of the value being serialized. + This parameter is used when is to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + The type of the value being serialized. + This parameter is used when is Auto to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + + + Specifies the settings on a object. + + + + + Gets or sets how reference loops (e.g. a class referencing itself) are handled. + The default value is . + + Reference loop handling. + + + + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + The default value is . + + Missing member handling. + + + + Gets or sets how objects are created during deserialization. + The default value is . + + The object creation handling. + + + + Gets or sets how null values are handled during serialization and deserialization. + The default value is . + + Null value handling. + + + + Gets or sets how default values are handled during serialization and deserialization. + The default value is . + + The default value handling. + + + + Gets or sets a collection that will be used during serialization. + + The converters. + + + + Gets or sets how object references are preserved by the serializer. + The default value is . + + The preserve references handling. + + + + Gets or sets how type name writing and reading is handled by the serializer. + The default value is . + + + should be used with caution when your application deserializes JSON from an external source. + Incoming types should be validated with a custom + when deserializing with a value other than . + + The type name handling. + + + + Gets or sets how metadata properties are used during deserialization. + The default value is . + + The metadata properties handling. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how constructors are used during deserialization. + The default value is . + + The constructor handling. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + The contract resolver. + + + + Gets or sets the equality comparer used by the serializer when comparing references. + + The equality comparer. + + + + Gets or sets the used by the serializer when resolving references. + + The reference resolver. + + + + Gets or sets a function that creates the used by the serializer when resolving references. + + A function that creates the used by the serializer when resolving references. + + + + Gets or sets the used by the serializer when writing trace messages. + + The trace writer. + + + + Gets or sets the used by the serializer when resolving type names. + + The binder. + + + + Gets or sets the used by the serializer when resolving type names. + + The binder. + + + + Gets or sets the error handler called during serialization and deserialization. + + The error handler called during serialization and deserialization. + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Gets or sets how and values are formatted when writing JSON text, + and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is 128. + + + + + Indicates how JSON text output is formatted. + The default value is . + + + + + Gets or sets how dates are written to JSON text. + The default value is . + + + + + Gets or sets how time zones are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . + + + + + Gets or sets how special floating point numbers, e.g. , + and , + are written as JSON. + The default value is . + + + + + Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . + + + + + Gets or sets how strings are escaped when writing JSON text. + The default value is . + + + + + Gets or sets the culture used when reading JSON. + The default value is . + + + + + Gets a value indicating whether there will be a check for additional content after deserializing an object. + The default value is false. + + + true if there will be a check for additional content after deserializing an object; otherwise, false. + + + + + Initializes a new instance of the class. + + + + + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. + + + + + Asynchronously reads the next JSON token from the source. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns true if the next token was read successfully; false if there are no more tokens to read. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a []. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the []. This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Initializes a new instance of the class with the specified . + + The containing the JSON data to read. + + + + Gets or sets the reader's property name table. + + + + + Gets or sets the reader's character buffer pool. + + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a []. + + A [] or null if the next JSON token is null. This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Changes the reader's state to . + If is set to true, the underlying is also closed. + + + + + Gets a value indicating whether the class can return line information. + + + true if and can be provided; otherwise, false. + + + + + Gets the current line number. + + + The current line number or 0 if no line information is available (for example, returns false). + + + + + Gets the current line position. + + + The current line position or 0 if no line information is available (for example, returns false). + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + + + Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the JSON value delimiter. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the specified end token. + + The end token to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously closes this writer. + If is set to true, the destination is also closed. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of the current JSON object or array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes indent characters. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes an indent space. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes raw JSON without changing the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a null value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the beginning of a JSON array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the beginning of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the start of a constructor with the given name. + + The name of the constructor. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes an undefined value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the given white space. + + The string of white space characters. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a [] value. + + The [] value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of an array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of a constructor. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Gets or sets the writer's character array pool. + + + + + Gets or sets how many s to write for each level in the hierarchy when is set to . + + + + + Gets or sets which character to use to quote attribute values. + + + + + Gets or sets which character to use for indenting when is set to . + + + + + Gets or sets a value indicating whether object names will be surrounded with quotes. + + + + + Initializes a new instance of the class using the specified . + + The to write to. + + + + Flushes whatever is in the buffer to the underlying and also flushes the underlying . + + + + + Closes this writer. + If is set to true, the underlying is also closed. + If is set to true, the JSON is auto-completed. + + + + + Writes the beginning of a JSON object. + + + + + Writes the beginning of a JSON array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the specified end token. + + The end token to write. + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a value. + + The value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the given white space. + + The string of white space characters. + + + + Specifies the type of JSON token. + + + + + This is returned by the if a read method has not been called. + + + + + An object start token. + + + + + An array start token. + + + + + A constructor start token. + + + + + An object property name. + + + + + A comment. + + + + + Raw JSON. + + + + + An integer. + + + + + A float. + + + + + A string. + + + + + A boolean. + + + + + A null token. + + + + + An undefined token. + + + + + An object end token. + + + + + An array end token. + + + + + A constructor end token. + + + + + A Date. + + + + + Byte data. + + + + + + Represents a reader that provides validation. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Sets an event handler for receiving schema validation errors. + + + + + Gets the text value of the current JSON token. + + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + + Gets the type of the current JSON token. + + + + + + Gets the .NET type for the current JSON token. + + + + + + Initializes a new instance of the class that + validates the content returned from the given . + + The to read from while validating. + + + + Gets or sets the schema. + + The schema. + + + + Gets the used to construct this . + + The specified in the constructor. + + + + Changes the reader's state to . + If is set to true, the underlying is also closed. + + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a []. + + + A [] or null if the next JSON token is null. + + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + + + Asynchronously closes this writer. + If is set to true, the destination is also closed. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the specified end token. + + The end token to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes indent characters. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the JSON value delimiter. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes an indent space. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes raw JSON without changing the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of the current JSON object or array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of an array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of a constructor. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a null value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the beginning of a JSON array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the start of a constructor with the given name. + + The name of the constructor. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the beginning of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the current token. + + The to read the token from. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the current token. + + The to read the token from. + A flag indicating whether the current token's children should be written. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the token and its value. + + The to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the token and its value. + + The to write. + + The value to write. + A value is only required for tokens that have an associated value, e.g. the property name for . + null can be passed to the method for tokens that don't have a value, e.g. . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a [] value. + + The [] value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes an undefined value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the given white space. + + The string of white space characters. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously ets the state of the . + + The being written. + The value being written. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Gets or sets a value indicating whether the destination should be closed when this writer is closed. + + + true to close the destination when this writer is closed; otherwise false. The default is true. + + + + + Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed. + + + true to auto-complete the JSON when this writer is closed; otherwise false. The default is true. + + + + + Gets the top. + + The top. + + + + Gets the state of the writer. + + + + + Gets the path of the writer. + + + + + Gets or sets a value indicating how JSON text output should be formatted. + + + + + Gets or sets how dates are written to JSON text. + + + + + Gets or sets how time zones are handled when writing JSON text. + + + + + Gets or sets how strings are escaped when writing JSON text. + + + + + Gets or sets how special floating point numbers, e.g. , + and , + are written to JSON text. + + + + + Gets or sets how and values are formatted when writing JSON text. + + + + + Gets or sets the culture used when writing JSON. Defaults to . + + + + + Initializes a new instance of the class. + + + + + Flushes whatever is in the buffer to the destination and also flushes the destination. + + + + + Closes this writer. + If is set to true, the destination is also closed. + If is set to true, the JSON is auto-completed. + + + + + Writes the beginning of a JSON object. + + + + + Writes the end of a JSON object. + + + + + Writes the beginning of a JSON array. + + + + + Writes the end of an array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end constructor. + + + + + Writes the property name of a name/value pair of a JSON object. + + The name of the property. + + + + Writes the property name of a name/value pair of a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + + + + Writes the end of the current JSON object or array. + + + + + Writes the current token and its children. + + The to read the token from. + + + + Writes the current token. + + The to read the token from. + A flag indicating whether the current token's children should be written. + + + + Writes the token and its value. + + The to write. + + The value to write. + A value is only required for tokens that have an associated value, e.g. the property name for . + null can be passed to the method for tokens that don't have a value, e.g. . + + + + + Writes the token. + + The to write. + + + + Writes the specified end token. + + The end token to write. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON without changing the writer's state. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the given white space. + + The string of white space characters. + + + + Releases unmanaged and - optionally - managed resources. + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Sets the state of the . + + The being written. + The value being written. + + + + The exception thrown when an error occurs while writing JSON text. + + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Initializes a new instance of the class + with a specified error message, JSON path and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The path to the JSON where the error occurred. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Specifies how JSON comments are handled when loading JSON. + + + + + Ignore comments. + + + + + Load comments as a with type . + + + + + Specifies how duplicate property names are handled when loading JSON. + + + + + Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used. + + + + + Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used. + + + + + Throw a when a duplicate property is encountered. + + + + + Contains the LINQ to JSON extension methods. + + + + + Returns a collection of tokens that contains the ancestors of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the ancestors of every token in the source collection. + + + + Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains every token in the source collection, the ancestors of every token in the source collection. + + + + Returns a collection of tokens that contains the descendants of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the descendants of every token in the source collection. + + + + Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains every token in the source collection, and the descendants of every token in the source collection. + + + + Returns a collection of child properties of every object in the source collection. + + An of that contains the source collection. + An of that contains the properties of every object in the source collection. + + + + Returns a collection of child values of every object in the source collection with the given key. + + An of that contains the source collection. + The token key. + An of that contains the values of every token in the source collection with the given key. + + + + Returns a collection of child values of every object in the source collection. + + An of that contains the source collection. + An of that contains the values of every token in the source collection. + + + + Returns a collection of converted child values of every object in the source collection with the given key. + + The type to convert the values to. + An of that contains the source collection. + The token key. + An that contains the converted values of every token in the source collection with the given key. + + + + Returns a collection of converted child values of every object in the source collection. + + The type to convert the values to. + An of that contains the source collection. + An that contains the converted values of every token in the source collection. + + + + Converts the value. + + The type to convert the value to. + A cast as a of . + A converted value. + + + + Converts the value. + + The source collection type. + The type to convert the value to. + A cast as a of . + A converted value. + + + + Returns a collection of child tokens of every array in the source collection. + + The source collection type. + An of that contains the source collection. + An of that contains the values of every token in the source collection. + + + + Returns a collection of converted child tokens of every array in the source collection. + + An of that contains the source collection. + The type to convert the values to. + The source collection type. + An that contains the converted values of every token in the source collection. + + + + Returns the input typed as . + + An of that contains the source collection. + The input typed as . + + + + Returns the input typed as . + + The source collection type. + An of that contains the source collection. + The input typed as . + + + + Represents a collection of objects. + + The type of token. + + + + Gets the of with the specified key. + + + + + + Represents a JSON array. + + + + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous load. The property contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous load. The property contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the node type for this . + + The type. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Loads an from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + + + + Load a from a string that contains JSON. + + A that contains JSON. + The used to load the JSON. + If this is null, default load settings will be used. + A populated from the string that contains JSON. + + + + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object. + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the at the specified index. + + + + + + Determines the index of a specific item in the . + + The object to locate in the . + + The index of if found in the list; otherwise, -1. + + + + + Inserts an item to the at the specified index. + + The zero-based index at which should be inserted. + The object to insert into the . + + is not a valid index in the . + + + + + Removes the item at the specified index. + + The zero-based index of the item to remove. + + is not a valid index in the . + + + + + Returns an enumerator that iterates through the collection. + + + A of that can be used to iterate through the collection. + + + + + Adds an item to the . + + The object to add to the . + + + + Removes all items from the . + + + + + Determines whether the contains a specific value. + + The object to locate in the . + + true if is found in the ; otherwise, false. + + + + + Copies the elements of the to an array, starting at a particular array index. + + The array. + Index of the array. + + + + Gets a value indicating whether the is read-only. + + true if the is read-only; otherwise, false. + + + + Removes the first occurrence of a specific object from the . + + The object to remove from the . + + true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . + + + + + Represents a JSON constructor. + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets or sets the name of this constructor. + + The constructor name. + + + + Gets the node type for this . + + The type. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name. + + The constructor name. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Gets the with the specified key. + + The with the specified key. + + + + Loads a from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + + + Represents a token that can contain other tokens. + + + + + Occurs when the list changes or an item in the list changes. + + + + + Occurs before an item is added to the collection. + + + + + Occurs when the items list of the collection has changed, or the collection is reset. + + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Raises the event. + + The instance containing the event data. + + + + Raises the event. + + The instance containing the event data. + + + + Raises the event. + + The instance containing the event data. + + + + Gets a value indicating whether this token has child tokens. + + + true if this token has child values; otherwise, false. + + + + + Get the first child token of this token. + + + A containing the first child token of the . + + + + + Get the last child token of this token. + + + A containing the last child token of the . + + + + + Returns a collection of the child tokens of this token, in document order. + + + An of containing the child tokens of this , in document order. + + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + + A containing the child values of this , in document order. + + + + + Returns a collection of the descendant tokens for this token in document order. + + An of containing the descendant tokens of the . + + + + Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. + + An of containing this token, and all the descendant tokens of the . + + + + Adds the specified content as children of this . + + The content to be added. + + + + Adds the specified content as the first children of this . + + The content to be added. + + + + Creates a that can be used to add tokens to the . + + A that is ready to have content written to it. + + + + Replaces the child nodes of this token with the specified content. + + The content. + + + + Removes the child nodes from this token. + + + + + Merge the specified content into this . + + The content to be merged. + + + + Merge the specified content into this using . + + The content to be merged. + The used to merge the content. + + + + Gets the count of child JSON tokens. + + The count of child JSON tokens. + + + + Represents a collection of objects. + + The type of token. + + + + An empty collection of objects. + + + + + Initializes a new instance of the struct. + + The enumerable. + + + + Returns an enumerator that can be used to iterate through the collection. + + + A that can be used to iterate through the collection. + + + + + Gets the of with the specified key. + + + + + + Determines whether the specified is equal to this instance. + + The to compare with this instance. + + true if the specified is equal to this instance; otherwise, false. + + + + + Determines whether the specified is equal to this instance. + + The to compare with this instance. + + true if the specified is equal to this instance; otherwise, false. + + + + + Returns a hash code for this instance. + + + A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. + + + + + Represents a JSON object. + + + + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Occurs when a property value changes. + + + + + Occurs when a property value is changing. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Gets the node type for this . + + The type. + + + + Gets an of of this object's properties. + + An of of this object's properties. + + + + Gets a with the specified name. + + The property name. + A with the specified name or null. + + + + Gets the with the specified name. + The exact name will be searched for first and if no matching property is found then + the will be used to match a property. + + The property name. + One of the enumeration values that specifies how the strings will be compared. + A matched with the specified name or null. + + + + Gets a of of this object's property values. + + A of of this object's property values. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the with the specified property name. + + + + + + Loads a from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + is not valid JSON. + + + + + Loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + is not valid JSON. + + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + is not valid JSON. + + + + + + + + Load a from a string that contains JSON. + + A that contains JSON. + The used to load the JSON. + If this is null, default load settings will be used. + A populated from the string that contains JSON. + + is not valid JSON. + + + + + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object. + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Gets the with the specified property name. + + Name of the property. + The with the specified property name. + + + + Gets the with the specified property name. + The exact property name will be searched for first and if no matching property is found then + the will be used to match a property. + + Name of the property. + One of the enumeration values that specifies how the strings will be compared. + The with the specified property name. + + + + Tries to get the with the specified property name. + The exact property name will be searched for first and if no matching property is found then + the will be used to match a property. + + Name of the property. + The value. + One of the enumeration values that specifies how the strings will be compared. + true if a value was successfully retrieved; otherwise, false. + + + + Adds the specified property name. + + Name of the property. + The value. + + + + Determines whether the JSON object has the specified property name. + + Name of the property. + true if the JSON object has the specified property name; otherwise, false. + + + + Removes the property with the specified name. + + Name of the property. + true if item was successfully removed; otherwise, false. + + + + Tries to get the with the specified property name. + + Name of the property. + The value. + true if a value was successfully retrieved; otherwise, false. + + + + Returns an enumerator that can be used to iterate through the collection. + + + A that can be used to iterate through the collection. + + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Represents a JSON property. + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous creation. The + property returns a that contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous creation. The + property returns a that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the property name. + + The property name. + + + + Gets or sets the property value. + + The property value. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Gets the node type for this . + + The type. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Loads a from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + + + Represents a view of a . + + + + + Initializes a new instance of the class. + + The name. + + + + When overridden in a derived class, returns whether resetting an object changes its value. + + + true if resetting the component changes its value; otherwise, false. + + The component to test for reset capability. + + + + When overridden in a derived class, gets the current value of the property on a component. + + + The value of a property for a given component. + + The component with the property for which to retrieve the value. + + + + When overridden in a derived class, resets the value for this property of the component to the default value. + + The component with the property value that is to be reset to the default value. + + + + When overridden in a derived class, sets the value of the component to a different value. + + The component with the property value that is to be set. + The new value. + + + + When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. + + + true if the property should be persisted; otherwise, false. + + The component with the property to be examined for persistence. + + + + When overridden in a derived class, gets the type of the component this property is bound to. + + + A that represents the type of component this property is bound to. + When the or + + methods are invoked, the object specified might be an instance of this type. + + + + + When overridden in a derived class, gets a value indicating whether this property is read-only. + + + true if the property is read-only; otherwise, false. + + + + + When overridden in a derived class, gets the type of the property. + + + A that represents the type of the property. + + + + + Gets the hash code for the name of the member. + + + + The hash code for the name of the member. + + + + + Represents a raw JSON string. + + + + + Asynchronously creates an instance of with the content of the reader's current token. + + The reader. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous creation. The + property returns an instance of with the content of the reader's current token. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class. + + The raw json. + + + + Creates an instance of with the content of the reader's current token. + + The reader. + An instance of with the content of the reader's current token. + + + + Specifies the settings used when loading JSON. + + + + + Initializes a new instance of the class. + + + + + Gets or sets how JSON comments are handled when loading JSON. + The default value is . + + The JSON comment handling. + + + + Gets or sets how JSON line info is handled when loading JSON. + The default value is . + + The JSON line info handling. + + + + Gets or sets how duplicate property names in JSON objects are handled when loading JSON. + The default value is . + + The JSON duplicate property name handling. + + + + Specifies the settings used when merging JSON. + + + + + Initializes a new instance of the class. + + + + + Gets or sets the method used when merging JSON arrays. + + The method used when merging JSON arrays. + + + + Gets or sets how null value properties are merged. + + How null value properties are merged. + + + + Gets or sets the comparison used to match property names while merging. + The exact property name will be searched for first and if no matching property is found then + the will be used to match a property. + + The comparison used to match property names while merging. + + + + Specifies the settings used when selecting JSON. + + + + + Gets or sets a flag that indicates whether an error should be thrown if + no tokens are found when evaluating part of the expression. + + + A flag that indicates whether an error should be thrown if + no tokens are found when evaluating part of the expression. + + + + + Represents an abstract JSON token. + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Writes this token to a asynchronously. + + A into which this method will write. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously creates a from a . + + An positioned at the token to read into this . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains + the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Asynchronously creates a from a . + + An positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains + the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Asynchronously creates a from a . + + A positioned at the token to read into this . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Asynchronously creates a from a . + + A positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Gets a comparer that can compare two tokens for value equality. + + A that can compare two nodes for value equality. + + + + Gets or sets the parent. + + The parent. + + + + Gets the root of this . + + The root of this . + + + + Gets the node type for this . + + The type. + + + + Gets a value indicating whether this token has child tokens. + + + true if this token has child values; otherwise, false. + + + + + Compares the values of two tokens, including the values of all descendant tokens. + + The first to compare. + The second to compare. + true if the tokens are equal; otherwise false. + + + + Gets the next sibling token of this node. + + The that contains the next sibling token. + + + + Gets the previous sibling token of this node. + + The that contains the previous sibling token. + + + + Gets the path of the JSON token. + + + + + Adds the specified content immediately after this token. + + A content object that contains simple content or a collection of content objects to be added after this token. + + + + Adds the specified content immediately before this token. + + A content object that contains simple content or a collection of content objects to be added before this token. + + + + Returns a collection of the ancestor tokens of this token. + + A collection of the ancestor tokens of this token. + + + + Returns a collection of tokens that contain this token, and the ancestors of this token. + + A collection of tokens that contain this token, and the ancestors of this token. + + + + Returns a collection of the sibling tokens after this token, in document order. + + A collection of the sibling tokens after this tokens, in document order. + + + + Returns a collection of the sibling tokens before this token, in document order. + + A collection of the sibling tokens before this token, in document order. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets the with the specified key converted to the specified type. + + The type to convert the token to. + The token key. + The converted token value. + + + + Get the first child token of this token. + + A containing the first child token of the . + + + + Get the last child token of this token. + + A containing the last child token of the . + + + + Returns a collection of the child tokens of this token, in document order. + + An of containing the child tokens of this , in document order. + + + + Returns a collection of the child tokens of this token, in document order, filtered by the specified type. + + The type to filter the child tokens on. + A containing the child tokens of this , in document order. + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + A containing the child values of this , in document order. + + + + Removes this token from its parent. + + + + + Replaces this token with the specified token. + + The value. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Returns the indented JSON for this token. + + + ToString() returns a non-JSON string value for tokens with a type of . + If you want the JSON for all token types then you should use . + + + The indented JSON for this token. + + + + + Returns the JSON for this token using the given formatting and converters. + + Indicates how the output should be formatted. + A collection of s which will be used when writing the token. + The JSON for this token using the given formatting and converters. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to []. + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from [] to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Creates a for this token. + + A that can be used to read this token and its descendants. + + + + Creates a from an object. + + The object that will be used to create . + A with the value of the specified object. + + + + Creates a from an object using the specified . + + The object that will be used to create . + The that will be used when reading the object. + A with the value of the specified object. + + + + Creates an instance of the specified .NET type from the . + + The object type that the token will be deserialized to. + The new object created from the JSON value. + + + + Creates an instance of the specified .NET type from the . + + The object type that the token will be deserialized to. + The new object created from the JSON value. + + + + Creates an instance of the specified .NET type from the using the specified . + + The object type that the token will be deserialized to. + The that will be used when creating the object. + The new object created from the JSON value. + + + + Creates an instance of the specified .NET type from the using the specified . + + The object type that the token will be deserialized to. + The that will be used when creating the object. + The new object created from the JSON value. + + + + Creates a from a . + + A positioned at the token to read into this . + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Creates a from a . + + An positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Load a from a string that contains JSON. + + A that contains JSON. + The used to load the JSON. + If this is null, default load settings will be used. + A populated from the string that contains JSON. + + + + Creates a from a . + + A positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Creates a from a . + + A positioned at the token to read into this . + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Selects a using a JSONPath expression. Selects the token that matches the object path. + + + A that contains a JSONPath expression. + + A , or null. + + + + Selects a using a JSONPath expression. Selects the token that matches the object path. + + + A that contains a JSONPath expression. + + A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. + A . + + + + Selects a using a JSONPath expression. Selects the token that matches the object path. + + + A that contains a JSONPath expression. + + The used to select tokens. + A . + + + + Selects a collection of elements using a JSONPath expression. + + + A that contains a JSONPath expression. + + An of that contains the selected elements. + + + + Selects a collection of elements using a JSONPath expression. + + + A that contains a JSONPath expression. + + A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. + An of that contains the selected elements. + + + + Selects a collection of elements using a JSONPath expression. + + + A that contains a JSONPath expression. + + The used to select tokens. + An of that contains the selected elements. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Creates a new instance of the . All child tokens are recursively cloned. + + A new instance of the . + + + + Adds an object to the annotation list of this . + + The annotation to add. + + + + Get the first annotation object of the specified type from this . + + The type of the annotation to retrieve. + The first annotation object that matches the specified type, or null if no annotation is of the specified type. + + + + Gets the first annotation object of the specified type from this . + + The of the annotation to retrieve. + The first annotation object that matches the specified type, or null if no annotation is of the specified type. + + + + Gets a collection of annotations of the specified type for this . + + The type of the annotations to retrieve. + An that contains the annotations for this . + + + + Gets a collection of annotations of the specified type for this . + + The of the annotations to retrieve. + An of that contains the annotations that match the specified type for this . + + + + Removes the annotations of the specified type from this . + + The type of annotations to remove. + + + + Removes the annotations of the specified type from this . + + The of annotations to remove. + + + + Compares tokens to determine whether they are equal. + + + + + Determines whether the specified objects are equal. + + The first object of type to compare. + The second object of type to compare. + + true if the specified objects are equal; otherwise, false. + + + + + Returns a hash code for the specified object. + + The for which a hash code is to be returned. + A hash code for the specified object. + The type of is a reference type and is null. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. + + + + + Gets the at the reader's current position. + + + + + Initializes a new instance of the class. + + The token to read from. + + + + Initializes a new instance of the class. + + The token to read from. + The initial path of the token. It is prepended to the returned . + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Gets the path of the current JSON token. + + + + + Specifies the type of token. + + + + + No token type has been set. + + + + + A JSON object. + + + + + A JSON array. + + + + + A JSON constructor. + + + + + A JSON object property. + + + + + A comment. + + + + + An integer value. + + + + + A float value. + + + + + A string value. + + + + + A boolean value. + + + + + A null value. + + + + + An undefined value. + + + + + A date value. + + + + + A raw JSON value. + + + + + A collection of bytes value. + + + + + A Guid value. + + + + + A Uri value. + + + + + A TimeSpan value. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + + + Gets the at the writer's current position. + + + + + Gets the token being written. + + The token being written. + + + + Initializes a new instance of the class writing to the given . + + The container being written to. + + + + Initializes a new instance of the class. + + + + + Flushes whatever is in the buffer to the underlying . + + + + + Closes this writer. + If is set to true, the JSON is auto-completed. + + + Setting to true has no additional effect, since the underlying is a type that cannot be closed. + + + + + Writes the beginning of a JSON object. + + + + + Writes the beginning of a JSON array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end. + + The token. + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + + + + Writes a value. + An error will be raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Represents a value in JSON (string, integer, date, etc). + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Gets a value indicating whether this token has child tokens. + + + true if this token has child values; otherwise, false. + + + + + Creates a comment with the given value. + + The value. + A comment with the given value. + + + + Creates a string with the given value. + + The value. + A string with the given value. + + + + Creates a null value. + + A null value. + + + + Creates a undefined value. + + A undefined value. + + + + Gets the node type for this . + + The type. + + + + Gets or sets the underlying token value. + + The underlying token value. + + + + Writes this token to a . + + A into which this method will write. + A collection of s which will be used when writing the token. + + + + Indicates whether the current object is equal to another object of the same type. + + + true if the current object is equal to the parameter; otherwise, false. + + An object to compare with this object. + + + + Determines whether the specified is equal to the current . + + The to compare with the current . + + true if the specified is equal to the current ; otherwise, false. + + + + + Serves as a hash function for a particular type. + + + A hash code for the current . + + + + + Returns a that represents this instance. + + + ToString() returns a non-JSON string value for tokens with a type of . + If you want the JSON for all token types then you should use . + + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format provider. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + The format provider. + + A that represents this instance. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. + + An object to compare with this instance. + + A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: + Value + Meaning + Less than zero + This instance is less than . + Zero + This instance is equal to . + Greater than zero + This instance is greater than . + + + is not of the same type as this instance. + + + + + Specifies how line information is handled when loading JSON. + + + + + Ignore line information. + + + + + Load line information. + + + + + Specifies how JSON arrays are merged together. + + + + Concatenate arrays. + + + Union arrays, skipping items that already exist. + + + Replace all array items. + + + Merge array items together, matched by index. + + + + Specifies how null value properties are merged. + + + + + The content's null value properties will be ignored during merging. + + + + + The content's null value properties will be merged. + + + + + Specifies the member serialization options for the . + + + + + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. + + + + + Only members marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with + and setting IgnoreSerializableAttribute on to false. + + + + + Specifies metadata property handling options for the . + + + + + Read metadata properties located at the start of a JSON object. + + + + + Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. + + + + + Do not try to read metadata properties. + + + + + Specifies missing member handling options for the . + + + + + Ignore a missing member and do not attempt to deserialize it. + + + + + Throw a when a missing member is encountered during deserialization. + + + + + Specifies null value handling options for the . + + + + + + + + + Include null values when serializing and deserializing objects. + + + + + Ignore null values when serializing and deserializing objects. + + + + + Specifies how object creation is handled by the . + + + + + Reuse existing objects, create new objects when needed. + + + + + Only reuse existing objects. + + + + + Always create new objects. + + + + + Specifies reference handling options for the . + Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement . + + + + + + + + Do not preserve references when serializing types. + + + + + Preserve references when serializing into a JSON object structure. + + + + + Preserve references when serializing into a JSON array structure. + + + + + Preserve references when serializing. + + + + + Specifies reference loop handling options for the . + + + + + Throw a when a loop is encountered. + + + + + Ignore loop references and do not serialize. + + + + + Serialize loop references. + + + + + Indicating whether a property is required. + + + + + The property is not required. The default state. + + + + + The property must be defined in JSON but can be a null value. + + + + + The property must be defined in JSON and cannot be a null value. + + + + + The property is not required but it cannot be a null value. + + + + + + Contains the JSON schema extension methods. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + + Determines whether the is valid. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + + true if the specified is valid; otherwise, false. + + + + + + Determines whether the is valid. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + + + + + Validates the specified . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + + + + + Validates the specified . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + The validation event handler. + + + + + An in-memory representation of a JSON Schema. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets or sets the id. + + + + + Gets or sets the title. + + + + + Gets or sets whether the object is required. + + + + + Gets or sets whether the object is read-only. + + + + + Gets or sets whether the object is visible to users. + + + + + Gets or sets whether the object is transient. + + + + + Gets or sets the description of the object. + + + + + Gets or sets the types of values allowed by the object. + + The type. + + + + Gets or sets the pattern. + + The pattern. + + + + Gets or sets the minimum length. + + The minimum length. + + + + Gets or sets the maximum length. + + The maximum length. + + + + Gets or sets a number that the value should be divisible by. + + A number that the value should be divisible by. + + + + Gets or sets the minimum. + + The minimum. + + + + Gets or sets the maximum. + + The maximum. + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the minimum attribute (). + + A flag indicating whether the value can not equal the number defined by the minimum attribute (). + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the maximum attribute (). + + A flag indicating whether the value can not equal the number defined by the maximum attribute (). + + + + Gets or sets the minimum number of items. + + The minimum number of items. + + + + Gets or sets the maximum number of items. + + The maximum number of items. + + + + Gets or sets the of items. + + The of items. + + + + Gets or sets a value indicating whether items in an array are validated using the instance at their array position from . + + + true if items are validated using their array position; otherwise, false. + + + + + Gets or sets the of additional items. + + The of additional items. + + + + Gets or sets a value indicating whether additional items are allowed. + + + true if additional items are allowed; otherwise, false. + + + + + Gets or sets whether the array items must be unique. + + + + + Gets or sets the of properties. + + The of properties. + + + + Gets or sets the of additional properties. + + The of additional properties. + + + + Gets or sets the pattern properties. + + The pattern properties. + + + + Gets or sets a value indicating whether additional properties are allowed. + + + true if additional properties are allowed; otherwise, false. + + + + + Gets or sets the required property if this property is present. + + The required property if this property is present. + + + + Gets or sets the a collection of valid enum values allowed. + + A collection of valid enum values allowed. + + + + Gets or sets disallowed types. + + The disallowed types. + + + + Gets or sets the default value. + + The default value. + + + + Gets or sets the collection of that this schema extends. + + The collection of that this schema extends. + + + + Gets or sets the format. + + The format. + + + + Initializes a new instance of the class. + + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The object representing the JSON Schema. + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The to use when resolving schema references. + The object representing the JSON Schema. + + + + Load a from a string that contains JSON Schema. + + A that contains JSON Schema. + A populated from the string that contains JSON Schema. + + + + Load a from a string that contains JSON Schema using the specified . + + A that contains JSON Schema. + The resolver. + A populated from the string that contains JSON Schema. + + + + Writes this schema to a . + + A into which this method will write. + + + + Writes this schema to a using the specified . + + A into which this method will write. + The resolver used. + + + + Returns a that represents the current . + + + A that represents the current . + + + + + + Returns detailed information about the schema exception. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + + Generates a from a specified . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets or sets how undefined schemas are handled by the serializer. + + + + + Gets or sets the contract resolver. + + The contract resolver. + + + + Generate a from the specified type. + + The type to generate a from. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + + Resolves from an id. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets or sets the loaded schemas. + + The loaded schemas. + + + + Initializes a new instance of the class. + + + + + Gets a for the specified reference. + + The id. + A for the specified reference. + + + + + The value types allowed by the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + No type specified. + + + + + String type. + + + + + Float type. + + + + + Integer type. + + + + + Boolean type. + + + + + Object type. + + + + + Array type. + + + + + Null type. + + + + + Any type. + + + + + + Specifies undefined schema Id handling options for the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Do not infer a schema Id. + + + + + Use the .NET type name as the schema Id. + + + + + Use the assembly qualified .NET type name as the schema Id. + + + + + + Returns detailed information related to the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets the associated with the validation error. + + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. + + + + Gets the text description corresponding to the validation error. + + The text description. + + + + + Represents the callback method that will handle JSON schema validation events and the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + A camel case naming strategy. + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + A flag indicating whether extension data names should be processed. + + + + + Initializes a new instance of the class. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Resolves member mappings for a type, camel casing property names. + + + + + Initializes a new instance of the class. + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Used by to resolve a for a given . + + + + + Gets a value indicating whether members are being get and set using dynamic code generation. + This value is determined by the runtime permissions available. + + + true if using dynamic code generation; otherwise, false. + + + + + Gets or sets the default members search flags. + + The default members search flags. + + + + Gets or sets a value indicating whether compiler generated members should be serialized. + + + true if serialized compiler generated members; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. + + + true if the interface will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. + + + true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types. + + + true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types. + + + true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. + + The naming strategy used to resolve how property names and dictionary keys are serialized. + + + + Initializes a new instance of the class. + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Gets the serializable members for the type. + + The type to get serializable members for. + The serializable members for the type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates the constructor parameters. + + The constructor to create properties for. + The type's member properties. + Properties for the given . + + + + Creates a for the given . + + The matching member property. + The constructor parameter. + A created for the given . + + + + Resolves the default for the contract. + + Type of the object. + The contract's default . + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Determines which contract type is created for the given type. + + Type of the object. + A for the given type. + + + + Creates properties for the given . + + The type to create properties for. + /// The member serialization mode for the type. + Properties for the given . + + + + Creates the used by the serializer to get and set values from a member. + + The member. + The used by the serializer to get and set values from a member. + + + + Creates a for the given . + + The member's parent . + The member to create a for. + A created for the given . + + + + Resolves the name of the property. + + Name of the property. + Resolved name of the property. + + + + Resolves the name of the extension data. By default no changes are made to extension data names. + + Name of the extension data. + Resolved name of the extension data. + + + + Resolves the key of the dictionary. By default is used to resolve dictionary keys. + + Key of the dictionary. + Resolved key of the dictionary. + + + + Gets the resolved name of the property. + + Name of the property. + Name of the property. + + + + The default naming strategy. Property names and dictionary keys are unchanged. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + The default serialization binder used when resolving and loading classes from type names. + + + + + Initializes a new instance of the class. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + The type of the object the formatter creates a new instance of. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + + + Represents a trace writer that writes to the application's instances. + + + + + Gets the that will be used to filter the trace messages passed to the writer. + For example a filter level of will exclude messages and include , + and messages. + + + The that will be used to filter the trace messages passed to the writer. + + + + + Writes the specified trace level, message and optional exception. + + The at which to write this trace. + The trace message. + The trace exception. This parameter is optional. + + + + Provides information surrounding an error. + + + + + Gets the error. + + The error. + + + + Gets the original object that caused the error. + + The original object that caused the error. + + + + Gets the member that caused the error. + + The member that caused the error. + + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + + + + Gets or sets a value indicating whether this is handled. + + true if handled; otherwise, false. + + + + Provides data for the Error event. + + + + + Gets the current object the error event is being raised against. + + The current object the error event is being raised against. + + + + Gets the error context. + + The error context. + + + + Initializes a new instance of the class. + + The current object. + The error context. + + + + Provides methods to get attributes. + + + + + Returns a collection of all of the attributes, or an empty collection if there are no attributes. + + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. + + The type of the attributes. + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Used by to resolve a for a given . + + + + + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Used to resolve references when serializing and deserializing JSON by the . + + + + + Resolves a reference to its object. + + The serialization context. + The reference to resolve. + The object that was resolved from the reference. + + + + Gets the reference for the specified object. + + The serialization context. + The object to get a reference for. + The reference to the object. + + + + Determines whether the specified object is referenced. + + The serialization context. + The object to test for a reference. + + true if the specified object is referenced; otherwise, false. + + + + + Adds a reference to the specified object. + + The serialization context. + The reference. + The object to reference. + + + + Allows users to control class loading and mandate what class to load. + + + + + When implemented, controls the binding of a serialized object to a type. + + Specifies the name of the serialized object. + Specifies the name of the serialized object + The type of the object the formatter creates a new instance of. + + + + When implemented, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + + + Represents a trace writer. + + + + + Gets the that will be used to filter the trace messages passed to the writer. + For example a filter level of will exclude messages and include , + and messages. + + The that will be used to filter the trace messages passed to the writer. + + + + Writes the specified trace level, message and optional exception. + + The at which to write this trace. + The trace message. + The trace exception. This parameter is optional. + + + + Provides methods to get and set values. + + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Contract details for a used by the . + + + + + Gets the of the collection items. + + The of the collection items. + + + + Gets a value indicating whether the collection type is a multidimensional array. + + true if the collection type is a multidimensional array; otherwise, false. + + + + Gets or sets the function used to create the object. When set this function will override . + + The function used to create the object. + + + + Gets a value indicating whether the creator has a parameter with the collection values. + + true if the creator has a parameter with the collection values; otherwise, false. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets or sets the default collection items . + + The converter. + + + + Gets or sets a value indicating whether the collection items preserve object references. + + true if collection items preserve object references; otherwise, false. + + + + Gets or sets the collection item reference loop handling. + + The reference loop handling. + + + + Gets or sets the collection item type name handling. + + The type name handling. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Handles serialization callback events. + + The object that raised the callback event. + The streaming context. + + + + Handles serialization error callback events. + + The object that raised the callback event. + The streaming context. + The error context. + + + + Sets extension data for an object during deserialization. + + The object to set extension data on. + The extension data key. + The extension data value. + + + + Gets extension data for an object during serialization. + + The object to set extension data on. + + + + Contract details for a used by the . + + + + + Gets the underlying type for the contract. + + The underlying type for the contract. + + + + Gets or sets the type created during deserialization. + + The type created during deserialization. + + + + Gets or sets whether this type contract is serialized as a reference. + + Whether this type contract is serialized as a reference. + + + + Gets or sets the default for this contract. + + The converter. + + + + Gets the internally resolved for the contract's type. + This converter is used as a fallback converter when no other converter is resolved. + Setting will always override this converter. + + + + + Gets or sets all methods called immediately after deserialization of the object. + + The methods called immediately after deserialization of the object. + + + + Gets or sets all methods called during deserialization of the object. + + The methods called during deserialization of the object. + + + + Gets or sets all methods called after serialization of the object graph. + + The methods called after serialization of the object graph. + + + + Gets or sets all methods called before serialization of the object. + + The methods called before serialization of the object. + + + + Gets or sets all method called when an error is thrown during the serialization of the object. + + The methods called when an error is thrown during the serialization of the object. + + + + Gets or sets the default creator method used to create the object. + + The default creator method used to create the object. + + + + Gets or sets a value indicating whether the default creator is non-public. + + true if the default object creator is non-public; otherwise, false. + + + + Contract details for a used by the . + + + + + Gets or sets the dictionary key resolver. + + The dictionary key resolver. + + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + + + + Gets or sets the function used to create the object. When set this function will override . + + The function used to create the object. + + + + Gets a value indicating whether the creator has a parameter with the dictionary values. + + true if the creator has a parameter with the dictionary values; otherwise, false. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets the object's properties. + + The object's properties. + + + + Gets or sets the property name resolver. + + The property name resolver. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets or sets the object constructor. + + The object constructor. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets or sets the object member serialization. + + The member object serialization. + + + + Gets or sets the missing member handling used when deserializing this object. + + The missing member handling. + + + + Gets or sets a value that indicates whether the object's properties are required. + + + A value indicating whether the object's properties are required. + + + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + + + + Gets the object's properties. + + The object's properties. + + + + Gets a collection of instances that define the parameters used with . + + + + + Gets or sets the function used to create the object. When set this function will override . + This function is called with a collection of arguments which are defined by the collection. + + The function used to create the object. + + + + Gets or sets the extension data setter. + + + + + Gets or sets the extension data getter. + + + + + Gets or sets the extension data value type. + + + + + Gets or sets the extension data name resolver. + + The extension data name resolver. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Maps a JSON property to a .NET member or constructor parameter. + + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets the type that declared this property. + + The type that declared this property. + + + + Gets or sets the order of serialization of a member. + + The numeric order of serialization. + + + + Gets or sets the name of the underlying member or parameter. + + The name of the underlying member or parameter. + + + + Gets the that will get and set the during serialization. + + The that will get and set the during serialization. + + + + Gets or sets the for this property. + + The for this property. + + + + Gets or sets the type of the property. + + The type of the property. + + + + Gets or sets the for the property. + If set this converter takes precedence over the contract converter for the property type. + + The converter. + + + + Gets or sets the member converter. + + The member converter. + + + + Gets or sets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets or sets a value indicating whether this is readable. + + true if readable; otherwise, false. + + + + Gets or sets a value indicating whether this is writable. + + true if writable; otherwise, false. + + + + Gets or sets a value indicating whether this has a member attribute. + + true if has a member attribute; otherwise, false. + + + + Gets the default value. + + The default value. + + + + Gets or sets a value indicating whether this is required. + + A value indicating whether this is required. + + + + Gets a value indicating whether has a value specified. + + + + + Gets or sets a value indicating whether this property preserves object references. + + + true if this instance is reference; otherwise, false. + + + + + Gets or sets the property null value handling. + + The null value handling. + + + + Gets or sets the property default value handling. + + The default value handling. + + + + Gets or sets the property reference loop handling. + + The reference loop handling. + + + + Gets or sets the property object creation handling. + + The object creation handling. + + + + Gets or sets or sets the type name handling. + + The type name handling. + + + + Gets or sets a predicate used to determine whether the property should be serialized. + + A predicate used to determine whether the property should be serialized. + + + + Gets or sets a predicate used to determine whether the property should be deserialized. + + A predicate used to determine whether the property should be deserialized. + + + + Gets or sets a predicate used to determine whether the property should be serialized. + + A predicate used to determine whether the property should be serialized. + + + + Gets or sets an action used to set whether the property has been deserialized. + + An action used to set whether the property has been deserialized. + + + + Returns a that represents this instance. + + + A that represents this instance. + + + + + Gets or sets the converter used when serializing the property's collection items. + + The collection's items converter. + + + + Gets or sets whether this property's collection items are serialized as a reference. + + Whether this property's collection items are serialized as a reference. + + + + Gets or sets the type name handling used when serializing the property's collection items. + + The collection's items type name handling. + + + + Gets or sets the reference loop handling used when serializing the property's collection items. + + The collection's items reference loop handling. + + + + A collection of objects. + + + + + Initializes a new instance of the class. + + The type. + + + + When implemented in a derived class, extracts the key from the specified element. + + The element from which to extract the key. + The key for the specified element. + + + + Adds a object. + + The property to add to the collection. + + + + Gets the closest matching object. + First attempts to get an exact case match of and then + a case insensitive match. + + Name of the property. + A matching property if found. + + + + Gets a property by property name. + + The name of the property to get. + Type property name string comparison. + A matching property if found. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Lookup and create an instance of the type described by the argument. + + The type to create. + Optional arguments to pass to an initializing constructor of the JsonConverter. + If null, the default constructor is used. + + + + A kebab case naming strategy. + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + A flag indicating whether extension data names should be processed. + + + + + Initializes a new instance of the class. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Represents a trace writer that writes to memory. When the trace message limit is + reached then old trace messages will be removed as new messages are added. + + + + + Gets the that will be used to filter the trace messages passed to the writer. + For example a filter level of will exclude messages and include , + and messages. + + + The that will be used to filter the trace messages passed to the writer. + + + + + Initializes a new instance of the class. + + + + + Writes the specified trace level, message and optional exception. + + The at which to write this trace. + The trace message. + The trace exception. This parameter is optional. + + + + Returns an enumeration of the most recent trace messages. + + An enumeration of the most recent trace messages. + + + + Returns a of the most recent trace messages. + + + A of the most recent trace messages. + + + + + A base class for resolving how property names and dictionary keys are serialized. + + + + + A flag indicating whether dictionary keys should be processed. + Defaults to false. + + + + + A flag indicating whether extension data names should be processed. + Defaults to false. + + + + + A flag indicating whether explicitly specified property names, + e.g. a property name customized with a , should be processed. + Defaults to false. + + + + + Gets the serialized name for a given property name. + + The initial property name. + A flag indicating whether the property has had a name explicitly specified. + The serialized property name. + + + + Gets the serialized name for a given extension data name. + + The initial extension data name. + The serialized extension data name. + + + + Gets the serialized key for a given dictionary key. + + The initial dictionary key. + The serialized dictionary key. + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Hash code calculation + + + + + + Object equality implementation + + + + + + + Compare to another NamingStrategy + + + + + + + Represents a method that constructs an object. + + The object type to create. + + + + When applied to a method, specifies that the method is called when an error occurs serializing an object. + + + + + Provides methods to get attributes from a , , or . + + + + + Initializes a new instance of the class. + + The instance to get attributes for. This parameter should be a , , or . + + + + Returns a collection of all of the attributes, or an empty collection if there are no attributes. + + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. + + The type of the attributes. + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Get and set values for a using reflection. + + + + + Initializes a new instance of the class. + + The member info. + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + A snake case naming strategy. + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + A flag indicating whether extension data names should be processed. + + + + + Initializes a new instance of the class. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Specifies how strings are escaped when writing JSON text. + + + + + Only control characters (e.g. newline) are escaped. + + + + + All non-ASCII and control characters (e.g. newline) are escaped. + + + + + HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. + + + + + Indicates the method that will be used during deserialization for locating and loading assemblies. + + + + + In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method of the class is used to load the assembly. + + + + + In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the class is used to load the assembly. + + + + + Specifies type name handling options for the . + + + should be used with caution when your application deserializes JSON from an external source. + Incoming types should be validated with a custom + when deserializing with a value other than . + + + + + Do not include the .NET type name when serializing types. + + + + + Include the .NET type name when serializing into a JSON object structure. + + + + + Include the .NET type name when serializing into a JSON array structure. + + + + + Always include the .NET type name when serializing. + + + + + Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON + you must specify a root type object with + or . + + + + + + + + + + Don't run action but let a compiler detect the code in action as an executable block. + + + + + Ensure(() => new T()); + + + + + Ensure generic list type can be (de)deserializable on AOT environment. + + The type of elements in the list + + + + Ensure generic dictionary type can be (de)deserializable on AOT environment. + + The type of the keys in the dictionary. + The type of the values in the dictionary. + + + + Always return false but compiler doesn't know it. + + False + + + + Determines whether the collection is null or empty. + + The collection. + + true if the collection is null or empty; otherwise, false. + + + + + Adds the elements of the specified collection to the specified generic . + + The list to add to. + The collection of elements to add. + + + + Converts the value to the specified type. If the value is unable to be converted, the + value is checked whether it assignable to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert or cast the value to. + + The converted type. If conversion was unsuccessful, the initial value + is returned if assignable to the target type. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic that returns a result + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Returns a Restrictions object which includes our current restrictions merged + with a restriction limiting our type + + + + + Helper class for serializing immutable collections. + Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed + https://github.com/JamesNK/Newtonsoft.Json/issues/652 + + + + + Gets the type of the typed collection's items. + + The type. + The type of the typed collection's items. + + + + Gets the member's underlying type. + + The member. + The underlying type of the member. + + + + Determines whether the property is an indexed property. + + The property. + + true if the property is an indexed property; otherwise, false. + + + + + Gets the member's value on the object. + + The member. + The target object. + The member's value on the object. + + + + Sets the member's value on the target object. + + The member. + The target. + The value. + + + + Determines whether the specified MemberInfo can be read. + + The MemberInfo to determine whether can be read. + /// if set to true then allow the member to be gotten non-publicly. + + true if the specified MemberInfo can be read; otherwise, false. + + + + + Determines whether the specified MemberInfo can be set. + + The MemberInfo to determine whether can be set. + if set to true then allow the member to be set non-publicly. + if set to true then allow the member to be set if read-only. + + true if the specified MemberInfo can be set; otherwise, false. + + + + + Builds a string. Unlike this class lets you reuse its internal buffer. + + + + + Determines whether the string is all white space. Empty string will return false. + + The string to test whether it is all white space. + + true if the string is all white space; otherwise, false. + + + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls result in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + An array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + + + Specifies that an output will not be null even if the corresponding type allows it. + + + Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it. + + + Initializes the attribute with the specified return value condition. + + The return value condition. If the method returns this value, the associated parameter will not be null. + + + + Gets the return value condition. + + + Specifies that an output may be null even if the corresponding type disallows it. + + + Specifies that null is allowed as an input even if the corresponding type disallows it. + + + + Specifies that the method will not return if the associated Boolean parameter is passed the specified value. + + + + + Initializes a new instance of the class. + + + The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to + the associated parameter matches this value. + + + + Gets the condition parameter value. + + + diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.xml.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.xml.meta new file mode 100644 index 0000000..58456b8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 46f8b3146f2c9614bb247ec0d102bf14 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor.meta new file mode 100644 index 0000000..52bdd3d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d5e42d032b0c4084b883d9d7f74a5ad8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.deps.json b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.deps.json new file mode 100644 index 0000000..d3f3acd --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.deps.json @@ -0,0 +1,56 @@ +{ + "runtimeTarget": { + "name": ".NETStandard,Version=v2.0/", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETStandard,Version=v2.0": {}, + ".NETStandard,Version=v2.0/": { + "Newtonsoft.Json/13.0.102": { + "dependencies": { + "Microsoft.CodeAnalysis.NetAnalyzers": "5.0.3", + "NETStandard.Library": "2.0.3" + }, + "runtime": { + "Newtonsoft.Json.dll": {} + } + }, + "Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": {}, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + } + } + } + }, + "libraries": { + "Newtonsoft.Json/13.0.102": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7rw0JUPSAVGR0HPekQiQvwGPor44p/Ek21+wZABraG4bVYNrSkx98ZZsxSxG5jJ4oqjACJxea8E62UO0dsKDBw==", + "path": "microsoft.codeanalysis.netanalyzers/5.0.3", + "hashPath": "microsoft.codeanalysis.netanalyzers.5.0.3.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.deps.json.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.deps.json.meta new file mode 100644 index 0000000..0db17dd --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.deps.json.meta @@ -0,0 +1,10 @@ + +fileFormatVersion: 2 +guid: 8c0442cd4937413486e0c35d9584302d + +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: + diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll new file mode 100644 index 0000000..cd87294 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll differ diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll.meta new file mode 100644 index 0000000..a6dbe0d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll.meta @@ -0,0 +1,82 @@ +fileFormatVersion: 2 +guid: 8c4bfcb5b17948478ccb955bccff9652 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux64: 1 + Exclude OSXUniversal: 1 + Exclude WebGL: 1 + Exclude Win: 1 + Exclude Win64: 1 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: OSXUniversal + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.xml b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.xml new file mode 100644 index 0000000..8ce05db --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.xml @@ -0,0 +1,11308 @@ + + + + Newtonsoft.Json + + + + + Represents a BSON Oid (object id). + + + + + Gets or sets the value of the Oid. + + The value of the Oid. + + + + Initializes a new instance of the class. + + The Oid value. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data. + + + + + Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary. + + + true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false. + + + + + Gets or sets a value indicating whether the root object will be read as a JSON array. + + + true if the root object will be read as a JSON array; otherwise, false. + + + + + Gets or sets the used when reading values from BSON. + + The used when reading values from BSON. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Initializes a new instance of the class. + + The containing the BSON data to read. + if set to true the root object will be read as a JSON array. + The used when reading values from BSON. + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Changes the reader's state to . + If is set to true, the underlying is also closed. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data. + + + + + Gets or sets the used when writing values to BSON. + When set to no conversion will occur. + + The used when writing values to BSON. + + + + Initializes a new instance of the class. + + The to write to. + + + + Initializes a new instance of the class. + + The to write to. + + + + Flushes whatever is in the buffer to the underlying and also flushes the underlying stream. + + + + + Writes the end. + + The token. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes the beginning of a JSON array. + + + + + Writes the beginning of a JSON object. + + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + + + + Closes this writer. + If is set to true, the underlying is also closed. + If is set to true, the JSON is auto-completed. + + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value that represents a BSON object id. + + The Object ID value to write. + + + + Writes a BSON regex. + + The regex pattern. + The regex options. + + + + Specifies how constructors are used when initializing objects during deserialization by the . + + + + + First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor. + + + + + Json.NET will use a non-public default constructor before falling back to a parameterized constructor. + + + + + Converts a binary value to and from a base 64 string value. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Creates a custom object. + + The object type to convert. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Creates an object which will then be populated by the serializer. + + Type of the object. + The created object. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Provides a base class for converting a to and from JSON. + + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a F# discriminated union type to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an Entity Framework to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can write JSON. + + + true if this can write JSON; otherwise, false. + + + + + Converts a to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z"). + + + + + Gets or sets the date time styles used when converting a date to and from JSON. + + The date time styles used when converting a date to and from JSON. + + + + Gets or sets the date time format used when converting a date to and from JSON. + + The date time format used when converting a date to and from JSON. + + + + Gets or sets the culture used when converting a date to and from JSON. + + The culture used when converting a date to and from JSON. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Converts a to and from a JavaScript Date constructor (e.g. new Date(52231943)). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Converts a to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from JSON and BSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts an to and from its name string value. + + + + + Gets or sets a value indicating whether the written enum text should be camel case. + The default value is false. + + true if the written enum text will be camel case; otherwise, false. + + + + Gets or sets the naming strategy used to resolve how enum text is written. + + The naming strategy used to resolve how enum text is written. + + + + Gets or sets a value indicating whether integer values are allowed when serializing and deserializing. + The default value is true. + + true if integers are allowed when serializing and deserializing; otherwise, false. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + true if the written enum text will be camel case; otherwise, false. + + + + Initializes a new instance of the class. + + The naming strategy used to resolve how enum text is written. + true if integers are allowed when serializing and deserializing; otherwise, false. + + + + Initializes a new instance of the class. + + The of the used to write enum text. + + + + Initializes a new instance of the class. + + The of the used to write enum text. + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + + Initializes a new instance of the class. + + The of the used to write enum text. + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + true if integers are allowed when serializing and deserializing; otherwise, false. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts a to and from Unix epoch time + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Converts a to and from a string (e.g. "1.2.3.4"). + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing property value of the JSON that is being converted. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Converts XML to and from JSON. + + + + + Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements. + + The name of the deserialized root element. + + + + Gets or sets a value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + true if the array attribute is written to the XML; otherwise, false. + + + + Gets or sets a value indicating whether to write the root JSON object. + + true if the JSON root object is omitted; otherwise, false. + + + + Gets or sets a value indicating whether to encode special characters when converting JSON to XML. + If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify + XML namespaces, attributes or processing directives. Instead special characters are encoded and written + as part of the XML element name. + + true if special characters are encoded; otherwise, false. + + + + Writes the JSON representation of the object. + + The to write to. + The calling serializer. + The value. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Checks if the is a namespace attribute. + + Attribute name to test. + The attribute name prefix if it has one, otherwise an empty string. + true if attribute name is for a namespace attribute, otherwise false. + + + + Determines whether this instance can convert the specified value type. + + Type of the value. + + true if this instance can convert the specified value type; otherwise, false. + + + + + Specifies how dates are formatted when writing JSON text. + + + + + Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". + + + + + Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". + + + + + Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. + + + + + Date formatted strings are not parsed to a date type and are read as strings. + + + + + Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . + + + + + Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . + + + + + Specifies how to treat the time value when converting between string and . + + + + + Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. + + + + + Treat as a UTC. If the object represents a local time, it is converted to a UTC. + + + + + Treat as a local time if a is being converted to a string. + If a string is being converted to , convert to a local time if a time zone is specified. + + + + + Time zone information should be preserved when converting. + + + + + The default JSON name table implementation. + + + + + Initializes a new instance of the class. + + + + + Gets a string containing the same characters as the specified range of characters in the given array. + + The character array containing the name to find. + The zero-based index into the array specifying the first character of the name. + The number of characters in the name. + A string containing the same characters as the specified range of characters in the given array. + + + + Adds the specified string into name table. + + The string to add. + This method is not thread-safe. + The resolved string. + + + + Specifies default value handling options for the . + + + + + + + + + Include members where the member value is the same as the member's default value when serializing objects. + Included members are written to JSON. Has no effect when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + so that it is not written to JSON. + This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers, + decimals and floating point numbers; and false for booleans). The default value ignored can be changed by + placing the on the property. + + + + + Members with a default value but no JSON will be set to their default value when deserializing. + + + + + Ignore members where the member value is the same as the member's default value when serializing objects + and set members to their default value when deserializing. + + + + + Specifies float format handling options when writing special floating point numbers, e.g. , + and with . + + + + + Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". + + + + + Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. + Note that this will produce non-valid JSON. + + + + + Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a of property. + + + + + Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + + + + + Floating point numbers are parsed to . + + + + + Floating point numbers are parsed to . + + + + + Specifies formatting options for the . + + + + + No special formatting is applied. This is the default. + + + + + Causes child objects to be indented according to the and settings. + + + + + Provides an interface for using pooled arrays. + + The array type content. + + + + Rent an array from the pool. This array must be returned when it is no longer needed. + + The minimum required length of the array. The returned array may be longer. + The rented array from the pool. This array must be returned when it is no longer needed. + + + + Return an array to the pool. + + The array that is being returned. + + + + Provides an interface to enable a class to return line and position information. + + + + + Gets a value indicating whether the class can return line information. + + + true if and can be provided; otherwise, false. + + + + + Gets the current line number. + + The current line number or 0 if no line information is available (for example, when returns false). + + + + Gets the current line position. + + The current line position or 0 if no line information is available (for example, when returns false). + + + + Instructs the how to serialize the collection. + + + + + Gets or sets a value indicating whether null items are allowed in the collection. + + true if null items are allowed in the collection; otherwise, false. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a flag indicating whether the array can contain null items. + + A flag indicating whether the array can contain null items. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Instructs the to use the specified constructor when deserializing that object. + + + + + Instructs the how to serialize the object. + + + + + Gets or sets the id. + + The id. + + + + Gets or sets the title. + + The title. + + + + Gets or sets the description. + + The description. + + + + Gets or sets the collection's items converter. + + The collection's items converter. + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets the of the . + + The of the . + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets a value that indicates whether to preserve object references. + + + true to keep object reference; otherwise, false. The default is false. + + + + + Gets or sets a value that indicates whether to preserve collection's items references. + + + true to keep collection's items object references; otherwise, false. The default is false. + + + + + Gets or sets the reference loop handling used when serializing the collection's items. + + The reference loop handling. + + + + Gets or sets the type name handling used when serializing the collection's items. + + The type name handling. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Provides methods for converting between .NET types and JSON types. + + + + + + + + Gets or sets a function that creates default . + Default settings are automatically used by serialization methods on , + and and on . + To serialize without using any default settings create a with + . + + + + + Represents JavaScript's boolean value true as a string. This field is read-only. + + + + + Represents JavaScript's boolean value false as a string. This field is read-only. + + + + + Represents JavaScript's null as a string. This field is read-only. + + + + + Represents JavaScript's undefined as a string. This field is read-only. + + + + + Represents JavaScript's positive infinity as a string. This field is read-only. + + + + + Represents JavaScript's negative infinity as a string. This field is read-only. + + + + + Represents JavaScript's NaN as a string. This field is read-only. + + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + The time zone handling when the date is converted to a string. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation using the specified. + + The value to convert. + The format the date will be converted to. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + The string delimiter character. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + The string delimiter character. + The string escape handling. + A JSON string representation of the . + + + + Converts the to its JSON string representation. + + The value to convert. + A JSON string representation of the . + + + + Serializes the specified object to a JSON string. + + The object to serialize. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using formatting. + + The object to serialize. + Indicates how the output should be formatted. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a collection of . + + The object to serialize. + A collection of converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using formatting and a collection of . + + The object to serialize. + Indicates how the output should be formatted. + A collection of converters used while serializing. + A JSON string representation of the object. + + + + Serializes the specified object to a JSON string using . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be used. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a type, formatting and . + + The object to serialize. + The used to serialize the object. + If this is null, default serialization settings will be used. + + The type of the value being serialized. + This parameter is used when is to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using formatting and . + + The object to serialize. + Indicates how the output should be formatted. + The used to serialize the object. + If this is null, default serialization settings will be used. + + A JSON string representation of the object. + + + + + Serializes the specified object to a JSON string using a type, formatting and . + + The object to serialize. + Indicates how the output should be formatted. + The used to serialize the object. + If this is null, default serialization settings will be used. + + The type of the value being serialized. + This parameter is used when is to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + A JSON string representation of the object. + + + + + Deserializes the JSON to a .NET object. + + The JSON to deserialize. + The deserialized object from the JSON string. + + + + Deserializes the JSON to a .NET object using . + + The JSON to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The JSON to deserialize. + The of object being deserialized. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type. + + The type of the object to deserialize to. + The JSON to deserialize. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the given anonymous type. + + + The anonymous type to deserialize to. This can't be specified + traditionally and must be inferred from the anonymous type passed + as a parameter. + + The JSON to deserialize. + The anonymous type object. + The deserialized anonymous type from the JSON string. + + + + Deserializes the JSON to the given anonymous type using . + + + The anonymous type to deserialize to. This can't be specified + traditionally and must be inferred from the anonymous type passed + as a parameter. + + The JSON to deserialize. + The anonymous type object. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized anonymous type from the JSON string. + + + + Deserializes the JSON to the specified .NET type using a collection of . + + The type of the object to deserialize to. + The JSON to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type using . + + The type of the object to deserialize to. + The object to deserialize. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type using a collection of . + + The JSON to deserialize. + The type of the object to deserialize. + Converters to use while deserializing. + The deserialized object from the JSON string. + + + + Deserializes the JSON to the specified .NET type using . + + The JSON to deserialize. + The type of the object to deserialize to. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + The deserialized object from the JSON string. + + + + Populates the object with values from the JSON string. + + The JSON to populate values from. + The target object to populate values onto. + + + + Populates the object with values from the JSON string using . + + The JSON to populate values from. + The target object to populate values onto. + + The used to deserialize the object. + If this is null, default serialization settings will be used. + + + + + Serializes the to a JSON string. + + The node to serialize. + A JSON string of the . + + + + Serializes the to a JSON string using formatting. + + The node to serialize. + Indicates how the output should be formatted. + A JSON string of the . + + + + Serializes the to a JSON string using formatting and omits the root object if is true. + + The node to serialize. + Indicates how the output should be formatted. + Omits writing the root object. + A JSON string of the . + + + + Deserializes the from a JSON string. + + The JSON string. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by . + + The JSON string. + The name of the root element to append when deserializing. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by + and writes a Json.NET array attribute for collections. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by , + writes a Json.NET array attribute for collections, and encodes special characters. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + + A value to indicate whether to encode special characters when converting JSON to XML. + If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify + XML namespaces, attributes or processing directives. Instead special characters are encoded and written + as part of the XML element name. + + The deserialized . + + + + Serializes the to a JSON string. + + The node to convert to JSON. + A JSON string of the . + + + + Serializes the to a JSON string using formatting. + + The node to convert to JSON. + Indicates how the output should be formatted. + A JSON string of the . + + + + Serializes the to a JSON string using formatting and omits the root object if is true. + + The node to serialize. + Indicates how the output should be formatted. + Omits writing the root object. + A JSON string of the . + + + + Deserializes the from a JSON string. + + The JSON string. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by . + + The JSON string. + The name of the root element to append when deserializing. + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by + and writes a Json.NET array attribute for collections. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + The deserialized . + + + + Deserializes the from a JSON string nested in a root element specified by , + writes a Json.NET array attribute for collections, and encodes special characters. + + The JSON string. + The name of the root element to append when deserializing. + + A value to indicate whether to write the Json.NET array attribute. + This attribute helps preserve arrays when converting the written XML back to JSON. + + + A value to indicate whether to encode special characters when converting JSON to XML. + If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify + XML namespaces, attributes or processing directives. Instead special characters are encoded and written + as part of the XML element name. + + The deserialized . + + + + Converts an object to and from JSON. + + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Gets a value indicating whether this can read JSON. + + true if this can read JSON; otherwise, false. + + + + Gets a value indicating whether this can write JSON. + + true if this can write JSON; otherwise, false. + + + + Converts an object to and from JSON. + + The object type to convert. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Writes the JSON representation of the object. + + The to write to. + The value. + The calling serializer. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. + The calling serializer. + The object value. + + + + Reads the JSON representation of the object. + + The to read from. + Type of the object. + The existing value of object being read. If there is no existing value then null will be used. + The existing value has a value. + The calling serializer. + The object value. + + + + Determines whether this instance can convert the specified object type. + + Type of the object. + + true if this instance can convert the specified object type; otherwise, false. + + + + + Instructs the to use the specified when serializing the member or class. + + + + + Gets the of the . + + The of the . + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + + + + + Initializes a new instance of the class. + + Type of the . + + + + Initializes a new instance of the class. + + Type of the . + Parameter list to use when constructing the . Can be null. + + + + Represents a collection of . + + + + + Instructs the how to serialize the collection. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + The exception thrown when an error occurs during JSON serialization or deserialization. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Instructs the to deserialize properties with no matching class member into the specified collection + and write values during serialization. + + + + + Gets or sets a value that indicates whether to write extension data when serializing the object. + + + true to write extension data when serializing the object; otherwise, false. The default is true. + + + + + Gets or sets a value that indicates whether to read extension data when deserializing the object. + + + true to read extension data when deserializing the object; otherwise, false. The default is true. + + + + + Initializes a new instance of the class. + + + + + Instructs the not to serialize the public field or public read/write property value. + + + + + Base class for a table of atomized string objects. + + + + + Gets a string containing the same characters as the specified range of characters in the given array. + + The character array containing the name to find. + The zero-based index into the array specifying the first character of the name. + The number of characters in the name. + A string containing the same characters as the specified range of characters in the given array. + + + + Instructs the how to serialize the object. + + + + + Gets or sets the member serialization. + + The member serialization. + + + + Gets or sets the missing member handling used when deserializing this object. + + The missing member handling. + + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + + + + Gets or sets a value that indicates whether the object's properties are required. + + + A value indicating whether the object's properties are required. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified member serialization. + + The member serialization. + + + + Initializes a new instance of the class with the specified container Id. + + The container Id. + + + + Instructs the to always serialize the member with the specified name. + + + + + Gets or sets the type used when serializing the property's collection items. + + The collection's items type. + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets the of the . + + The of the . + + + + The parameter list to use when constructing the described by . + If null, the default constructor is used. + When non-null, there must be a constructor defined in the that exactly matches the number, + order, and type of these parameters. + + + + [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] + + + + + + Gets or sets the null value handling used when serializing this property. + + The null value handling. + + + + Gets or sets the default value handling used when serializing this property. + + The default value handling. + + + + Gets or sets the reference loop handling used when serializing this property. + + The reference loop handling. + + + + Gets or sets the object creation handling used when deserializing this property. + + The object creation handling. + + + + Gets or sets the type name handling used when serializing this property. + + The type name handling. + + + + Gets or sets whether this property's value is serialized as a reference. + + Whether this property's value is serialized as a reference. + + + + Gets or sets the order of serialization of a member. + + The numeric order of serialization. + + + + Gets or sets a value indicating whether this property is required. + + + A value indicating whether this property is required. + + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets the reference loop handling used when serializing the property's collection items. + + The collection's items reference loop handling. + + + + Gets or sets the type name handling used when serializing the property's collection items. + + The collection's items type name handling. + + + + Gets or sets whether this property's collection items are serialized as a reference. + + Whether this property's collection items are serialized as a reference. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified name. + + Name of the property. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. + + + + + Asynchronously reads the next JSON token from the source. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns true if the next token was read successfully; false if there are no more tokens to read. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously skips the children of the current token. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a []. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the []. This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously reads the next JSON token from the source as a . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the . This result will be null at the end of an array. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Specifies the state of the reader. + + + + + A read method has not been called. + + + + + The end of the file has been reached successfully. + + + + + Reader is at a property. + + + + + Reader is at the start of an object. + + + + + Reader is in an object. + + + + + Reader is at the start of an array. + + + + + Reader is in an array. + + + + + The method has been called. + + + + + Reader has just read a value. + + + + + Reader is at the start of a constructor. + + + + + Reader is in a constructor. + + + + + An error occurred that prevents the read operation from continuing. + + + + + The end of the file has been reached successfully. + + + + + Gets the current reader state. + + The current reader state. + + + + Gets or sets a value indicating whether the source should be closed when this reader is closed. + + + true to close the source when this reader is closed; otherwise false. The default is true. + + + + + Gets or sets a value indicating whether multiple pieces of JSON content can + be read from a continuous stream without erroring. + + + true to support reading multiple pieces of JSON content; otherwise false. + The default is false. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + Gets or sets how time zones are handled when reading JSON. + + + + + Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + + + + + Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + + + + + Gets or sets how custom date formatted strings are parsed when reading JSON. + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is 128. + + + + + Gets the type of the current JSON token. + + + + + Gets the text value of the current JSON token. + + + + + Gets the .NET type for the current JSON token. + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets or sets the culture used when reading JSON. Defaults to . + + + + + Initializes a new instance of the class. + + + + + Reads the next JSON token from the source. + + true if the next token was read successfully; false if there are no more tokens to read. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a []. + + A [] or null if the next JSON token is null. This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the source as a of . + + A of . This method will return null at the end of an array. + + + + Skips the children of the current token. + + + + + Sets the current token. + + The new token. + + + + Sets the current token and value. + + The new token. + The value. + + + + Sets the current token and value. + + The new token. + The value. + A flag indicating whether the position index inside an array should be updated. + + + + Sets the state based on current token type. + + + + + Releases unmanaged and - optionally - managed resources. + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Changes the reader's state to . + If is set to true, the source is also closed. + + + + + The exception thrown when an error occurs while reading JSON text. + + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Initializes a new instance of the class + with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The path to the JSON where the error occurred. + The line number indicating where the error occurred. + The line position indicating where the error occurred. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Instructs the to always serialize the member, and to require that the member has a value. + + + + + The exception thrown when an error occurs during JSON serialization or deserialization. + + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Initializes a new instance of the class + with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The path to the JSON where the error occurred. + The line number indicating where the error occurred. + The line position indicating where the error occurred. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Serializes and deserializes objects into and from the JSON format. + The enables you to control how objects are encoded into JSON. + + + + + Occurs when the errors during serialization and deserialization. + + + + + Gets or sets the used by the serializer when resolving references. + + + + + Gets or sets the used by the serializer when resolving type names. + + + + + Gets or sets the used by the serializer when resolving type names. + + + + + Gets or sets the used by the serializer when writing trace messages. + + The trace writer. + + + + Gets or sets the equality comparer used by the serializer when comparing references. + + The equality comparer. + + + + Gets or sets how type name writing and reading is handled by the serializer. + The default value is . + + + should be used with caution when your application deserializes JSON from an external source. + Incoming types should be validated with a custom + when deserializing with a value other than . + + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how object references are preserved by the serializer. + The default value is . + + + + + Gets or sets how reference loops (e.g. a class referencing itself) is handled. + The default value is . + + + + + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + The default value is . + + + + + Gets or sets how null values are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how default values are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how objects are created during deserialization. + The default value is . + + The object creation handling. + + + + Gets or sets how constructors are used during deserialization. + The default value is . + + The constructor handling. + + + + Gets or sets how metadata properties are used during deserialization. + The default value is . + + The metadata properties handling. + + + + Gets a collection that will be used during serialization. + + Collection that will be used during serialization. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Indicates how JSON text output is formatted. + The default value is . + + + + + Gets or sets how dates are written to JSON text. + The default value is . + + + + + Gets or sets how time zones are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . + + + + + Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . + + + + + Gets or sets how special floating point numbers, e.g. , + and , + are written as JSON text. + The default value is . + + + + + Gets or sets how strings are escaped when writing JSON text. + The default value is . + + + + + Gets or sets how and values are formatted when writing JSON text, + and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". + + + + + Gets or sets the culture used when reading JSON. + The default value is . + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is 128. + + + + + Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. + The default value is false. + + + true if there will be a check for additional JSON content after deserializing an object; otherwise, false. + + + + + Initializes a new instance of the class. + + + + + Creates a new instance. + The will not use default settings + from . + + + A new instance. + The will not use default settings + from . + + + + + Creates a new instance using the specified . + The will not use default settings + from . + + The settings to be applied to the . + + A new instance using the specified . + The will not use default settings + from . + + + + + Creates a new instance. + The will use default settings + from . + + + A new instance. + The will use default settings + from . + + + + + Creates a new instance using the specified . + The will use default settings + from as well as the specified . + + The settings to be applied to the . + + A new instance using the specified . + The will use default settings + from as well as the specified . + + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to read values from. + The target object to populate values onto. + + + + Populates the JSON values onto the target object. + + The that contains the JSON structure to read values from. + The target object to populate values onto. + + + + Deserializes the JSON structure contained by the specified . + + The that contains the JSON structure to deserialize. + The being deserialized. + + + + Deserializes the JSON structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Deserializes the JSON structure contained by the specified + into an instance of the specified type. + + The containing the object. + The type of the object to deserialize. + The instance of being deserialized. + + + + Deserializes the JSON structure contained by the specified + into an instance of the specified type. + + The containing the object. + The of object being deserialized. + The instance of being deserialized. + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + The type of the value being serialized. + This parameter is used when is to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + The type of the value being serialized. + This parameter is used when is Auto to write out the type name if the type of the value does not match. + Specifying the type is optional. + + + + + Serializes the specified and writes the JSON structure + using the specified . + + The used to write the JSON structure. + The to serialize. + + + + Specifies the settings on a object. + + + + + Gets or sets how reference loops (e.g. a class referencing itself) are handled. + The default value is . + + Reference loop handling. + + + + Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. + The default value is . + + Missing member handling. + + + + Gets or sets how objects are created during deserialization. + The default value is . + + The object creation handling. + + + + Gets or sets how null values are handled during serialization and deserialization. + The default value is . + + Null value handling. + + + + Gets or sets how default values are handled during serialization and deserialization. + The default value is . + + The default value handling. + + + + Gets or sets a collection that will be used during serialization. + + The converters. + + + + Gets or sets how object references are preserved by the serializer. + The default value is . + + The preserve references handling. + + + + Gets or sets how type name writing and reading is handled by the serializer. + The default value is . + + + should be used with caution when your application deserializes JSON from an external source. + Incoming types should be validated with a custom + when deserializing with a value other than . + + The type name handling. + + + + Gets or sets how metadata properties are used during deserialization. + The default value is . + + The metadata properties handling. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how a type name assembly is written and resolved by the serializer. + The default value is . + + The type name assembly format. + + + + Gets or sets how constructors are used during deserialization. + The default value is . + + The constructor handling. + + + + Gets or sets the contract resolver used by the serializer when + serializing .NET objects to JSON and vice versa. + + The contract resolver. + + + + Gets or sets the equality comparer used by the serializer when comparing references. + + The equality comparer. + + + + Gets or sets the used by the serializer when resolving references. + + The reference resolver. + + + + Gets or sets a function that creates the used by the serializer when resolving references. + + A function that creates the used by the serializer when resolving references. + + + + Gets or sets the used by the serializer when writing trace messages. + + The trace writer. + + + + Gets or sets the used by the serializer when resolving type names. + + The binder. + + + + Gets or sets the used by the serializer when resolving type names. + + The binder. + + + + Gets or sets the error handler called during serialization and deserialization. + + The error handler called during serialization and deserialization. + + + + Gets or sets the used by the serializer when invoking serialization callback methods. + + The context. + + + + Gets or sets how and values are formatted when writing JSON text, + and the expected date format when reading JSON text. + The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". + + + + + Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . + A null value means there is no maximum. + The default value is 128. + + + + + Indicates how JSON text output is formatted. + The default value is . + + + + + Gets or sets how dates are written to JSON text. + The default value is . + + + + + Gets or sets how time zones are handled during serialization and deserialization. + The default value is . + + + + + Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. + The default value is . + + + + + Gets or sets how special floating point numbers, e.g. , + and , + are written as JSON. + The default value is . + + + + + Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. + The default value is . + + + + + Gets or sets how strings are escaped when writing JSON text. + The default value is . + + + + + Gets or sets the culture used when reading JSON. + The default value is . + + + + + Gets a value indicating whether there will be a check for additional content after deserializing an object. + The default value is false. + + + true if there will be a check for additional content after deserializing an object; otherwise, false. + + + + + Initializes a new instance of the class. + + + + + Represents a reader that provides fast, non-cached, forward-only access to JSON text data. + + + + + Asynchronously reads the next JSON token from the source. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns true if the next token was read successfully; false if there are no more tokens to read. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a []. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the []. This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a of . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the of . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously reads the next JSON token from the source as a . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous read. The + property returns the . This result will be null at the end of an array. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Initializes a new instance of the class with the specified . + + The containing the JSON data to read. + + + + Gets or sets the reader's property name table. + + + + + Gets or sets the reader's character buffer pool. + + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a []. + + A [] or null if the next JSON token is null. This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Changes the reader's state to . + If is set to true, the underlying is also closed. + + + + + Gets a value indicating whether the class can return line information. + + + true if and can be provided; otherwise, false. + + + + + Gets the current line number. + + + The current line number or 0 if no line information is available (for example, returns false). + + + + + Gets the current line position. + + + The current line position or 0 if no line information is available (for example, returns false). + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + + + Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the JSON value delimiter. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the specified end token. + + The end token to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously closes this writer. + If is set to true, the destination is also closed. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of the current JSON object or array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes indent characters. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes an indent space. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes raw JSON without changing the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a null value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the beginning of a JSON array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the beginning of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the start of a constructor with the given name. + + The name of the constructor. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes an undefined value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the given white space. + + The string of white space characters. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a [] value. + + The [] value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of an array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of a constructor. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes the end of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Asynchronously writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + Derived classes must override this method to get asynchronous behaviour. Otherwise it will + execute synchronously, returning an already-completed task. + + + + Gets or sets the writer's character array pool. + + + + + Gets or sets how many s to write for each level in the hierarchy when is set to . + + + + + Gets or sets which character to use to quote attribute values. + + + + + Gets or sets which character to use for indenting when is set to . + + + + + Gets or sets a value indicating whether object names will be surrounded with quotes. + + + + + Initializes a new instance of the class using the specified . + + The to write to. + + + + Flushes whatever is in the buffer to the underlying and also flushes the underlying . + + + + + Closes this writer. + If is set to true, the underlying is also closed. + If is set to true, the JSON is auto-completed. + + + + + Writes the beginning of a JSON object. + + + + + Writes the beginning of a JSON array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the specified end token. + + The end token to write. + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a value. + + The value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the given white space. + + The string of white space characters. + + + + Specifies the type of JSON token. + + + + + This is returned by the if a read method has not been called. + + + + + An object start token. + + + + + An array start token. + + + + + A constructor start token. + + + + + An object property name. + + + + + A comment. + + + + + Raw JSON. + + + + + An integer. + + + + + A float. + + + + + A string. + + + + + A boolean. + + + + + A null token. + + + + + An undefined token. + + + + + An object end token. + + + + + An array end token. + + + + + A constructor end token. + + + + + A Date. + + + + + Byte data. + + + + + + Represents a reader that provides validation. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Sets an event handler for receiving schema validation errors. + + + + + Gets the text value of the current JSON token. + + + + + + Gets the depth of the current token in the JSON document. + + The depth of the current token in the JSON document. + + + + Gets the path of the current JSON token. + + + + + Gets the quotation mark character used to enclose the value of a string. + + + + + + Gets the type of the current JSON token. + + + + + + Gets the .NET type for the current JSON token. + + + + + + Initializes a new instance of the class that + validates the content returned from the given . + + The to read from while validating. + + + + Gets or sets the schema. + + The schema. + + + + Gets the used to construct this . + + The specified in the constructor. + + + + Changes the reader's state to . + If is set to true, the underlying is also closed. + + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a []. + + + A [] or null if the next JSON token is null. + + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying as a . + + A . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . This method will return null at the end of an array. + + + + Reads the next JSON token from the underlying as a of . + + A of . + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + + + Asynchronously closes this writer. + If is set to true, the destination is also closed. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the specified end token. + + The end token to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes indent characters. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the JSON value delimiter. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes an indent space. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes raw JSON without changing the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of the current JSON object or array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of an array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of a constructor. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the end of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a null value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the property name of a name/value pair of a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the beginning of a JSON array. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the start of a constructor with the given name. + + The name of the constructor. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the beginning of a JSON object. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the current token. + + The to read the token from. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the current token. + + The to read the token from. + A flag indicating whether the current token's children should be written. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the token and its value. + + The to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the token and its value. + + The to write. + + The value to write. + A value is only required for tokens that have an associated value, e.g. the property name for . + null can be passed to the method for tokens that don't have a value, e.g. . + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a [] value. + + The [] value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a value. + + The value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes a of value. + + The of value to write. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes an undefined value. + + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously writes the given white space. + + The string of white space characters. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Asynchronously ets the state of the . + + The being written. + The value being written. + The token to monitor for cancellation requests. The default value is . + A that represents the asynchronous operation. + The default behaviour is to execute synchronously, returning an already-completed task. Derived + classes can override this behaviour for true asynchronicity. + + + + Gets or sets a value indicating whether the destination should be closed when this writer is closed. + + + true to close the destination when this writer is closed; otherwise false. The default is true. + + + + + Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed. + + + true to auto-complete the JSON when this writer is closed; otherwise false. The default is true. + + + + + Gets the top. + + The top. + + + + Gets the state of the writer. + + + + + Gets the path of the writer. + + + + + Gets or sets a value indicating how JSON text output should be formatted. + + + + + Gets or sets how dates are written to JSON text. + + + + + Gets or sets how time zones are handled when writing JSON text. + + + + + Gets or sets how strings are escaped when writing JSON text. + + + + + Gets or sets how special floating point numbers, e.g. , + and , + are written to JSON text. + + + + + Gets or sets how and values are formatted when writing JSON text. + + + + + Gets or sets the culture used when writing JSON. Defaults to . + + + + + Initializes a new instance of the class. + + + + + Flushes whatever is in the buffer to the destination and also flushes the destination. + + + + + Closes this writer. + If is set to true, the destination is also closed. + If is set to true, the JSON is auto-completed. + + + + + Writes the beginning of a JSON object. + + + + + Writes the end of a JSON object. + + + + + Writes the beginning of a JSON array. + + + + + Writes the end of an array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end constructor. + + + + + Writes the property name of a name/value pair of a JSON object. + + The name of the property. + + + + Writes the property name of a name/value pair of a JSON object. + + The name of the property. + A flag to indicate whether the text should be escaped when it is written as a JSON property name. + + + + Writes the end of the current JSON object or array. + + + + + Writes the current token and its children. + + The to read the token from. + + + + Writes the current token. + + The to read the token from. + A flag indicating whether the current token's children should be written. + + + + Writes the token and its value. + + The to write. + + The value to write. + A value is only required for tokens that have an associated value, e.g. the property name for . + null can be passed to the method for tokens that don't have a value, e.g. . + + + + + Writes the token. + + The to write. + + + + Writes the specified end token. + + The end token to write. + + + + Writes indent characters. + + + + + Writes the JSON value delimiter. + + + + + Writes an indent space. + + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON without changing the writer's state. + + The raw JSON to write. + + + + Writes raw JSON where a value is expected and updates the writer's state. + + The raw JSON to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a of value. + + The of value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + An error will raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes the given white space. + + The string of white space characters. + + + + Releases unmanaged and - optionally - managed resources. + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Sets the state of the . + + The being written. + The value being written. + + + + The exception thrown when an error occurs while writing JSON text. + + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + Initializes a new instance of the class + with a specified error message, JSON path and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The path to the JSON where the error occurred. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Specifies how JSON comments are handled when loading JSON. + + + + + Ignore comments. + + + + + Load comments as a with type . + + + + + Specifies how duplicate property names are handled when loading JSON. + + + + + Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used. + + + + + Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used. + + + + + Throw a when a duplicate property is encountered. + + + + + Contains the LINQ to JSON extension methods. + + + + + Returns a collection of tokens that contains the ancestors of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the ancestors of every token in the source collection. + + + + Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains every token in the source collection, the ancestors of every token in the source collection. + + + + Returns a collection of tokens that contains the descendants of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains the descendants of every token in the source collection. + + + + Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection. + + The type of the objects in source, constrained to . + An of that contains the source collection. + An of that contains every token in the source collection, and the descendants of every token in the source collection. + + + + Returns a collection of child properties of every object in the source collection. + + An of that contains the source collection. + An of that contains the properties of every object in the source collection. + + + + Returns a collection of child values of every object in the source collection with the given key. + + An of that contains the source collection. + The token key. + An of that contains the values of every token in the source collection with the given key. + + + + Returns a collection of child values of every object in the source collection. + + An of that contains the source collection. + An of that contains the values of every token in the source collection. + + + + Returns a collection of converted child values of every object in the source collection with the given key. + + The type to convert the values to. + An of that contains the source collection. + The token key. + An that contains the converted values of every token in the source collection with the given key. + + + + Returns a collection of converted child values of every object in the source collection. + + The type to convert the values to. + An of that contains the source collection. + An that contains the converted values of every token in the source collection. + + + + Converts the value. + + The type to convert the value to. + A cast as a of . + A converted value. + + + + Converts the value. + + The source collection type. + The type to convert the value to. + A cast as a of . + A converted value. + + + + Returns a collection of child tokens of every array in the source collection. + + The source collection type. + An of that contains the source collection. + An of that contains the values of every token in the source collection. + + + + Returns a collection of converted child tokens of every array in the source collection. + + An of that contains the source collection. + The type to convert the values to. + The source collection type. + An that contains the converted values of every token in the source collection. + + + + Returns the input typed as . + + An of that contains the source collection. + The input typed as . + + + + Returns the input typed as . + + The source collection type. + An of that contains the source collection. + The input typed as . + + + + Represents a collection of objects. + + The type of token. + + + + Gets the of with the specified key. + + + + + + Represents a JSON array. + + + + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous load. The property contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous load. The property contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the node type for this . + + The type. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Initializes a new instance of the class with the specified content. + + The contents of the array. + + + + Loads an from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Loads an from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + + + + Load a from a string that contains JSON. + + A that contains JSON. + The used to load the JSON. + If this is null, default load settings will be used. + A populated from the string that contains JSON. + + + + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object. + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the at the specified index. + + + + + + Determines the index of a specific item in the . + + The object to locate in the . + + The index of if found in the list; otherwise, -1. + + + + + Inserts an item to the at the specified index. + + The zero-based index at which should be inserted. + The object to insert into the . + + is not a valid index in the . + + + + + Removes the item at the specified index. + + The zero-based index of the item to remove. + + is not a valid index in the . + + + + + Returns an enumerator that iterates through the collection. + + + A of that can be used to iterate through the collection. + + + + + Adds an item to the . + + The object to add to the . + + + + Removes all items from the . + + + + + Determines whether the contains a specific value. + + The object to locate in the . + + true if is found in the ; otherwise, false. + + + + + Copies the elements of the to an array, starting at a particular array index. + + The array. + Index of the array. + + + + Gets a value indicating whether the is read-only. + + true if the is read-only; otherwise, false. + + + + Removes the first occurrence of a specific object from the . + + The object to remove from the . + + true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . + + + + + Represents a JSON constructor. + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets or sets the name of this constructor. + + The constructor name. + + + + Gets the node type for this . + + The type. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name and content. + + The constructor name. + The contents of the constructor. + + + + Initializes a new instance of the class with the specified name. + + The constructor name. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Gets the with the specified key. + + The with the specified key. + + + + Loads a from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + + + Represents a token that can contain other tokens. + + + + + Occurs when the list changes or an item in the list changes. + + + + + Occurs before an item is added to the collection. + + + + + Occurs when the items list of the collection has changed, or the collection is reset. + + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Raises the event. + + The instance containing the event data. + + + + Raises the event. + + The instance containing the event data. + + + + Raises the event. + + The instance containing the event data. + + + + Gets a value indicating whether this token has child tokens. + + + true if this token has child values; otherwise, false. + + + + + Get the first child token of this token. + + + A containing the first child token of the . + + + + + Get the last child token of this token. + + + A containing the last child token of the . + + + + + Returns a collection of the child tokens of this token, in document order. + + + An of containing the child tokens of this , in document order. + + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + + A containing the child values of this , in document order. + + + + + Returns a collection of the descendant tokens for this token in document order. + + An of containing the descendant tokens of the . + + + + Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. + + An of containing this token, and all the descendant tokens of the . + + + + Adds the specified content as children of this . + + The content to be added. + + + + Adds the specified content as the first children of this . + + The content to be added. + + + + Creates a that can be used to add tokens to the . + + A that is ready to have content written to it. + + + + Replaces the child nodes of this token with the specified content. + + The content. + + + + Removes the child nodes from this token. + + + + + Merge the specified content into this . + + The content to be merged. + + + + Merge the specified content into this using . + + The content to be merged. + The used to merge the content. + + + + Gets the count of child JSON tokens. + + The count of child JSON tokens. + + + + Represents a collection of objects. + + The type of token. + + + + An empty collection of objects. + + + + + Initializes a new instance of the struct. + + The enumerable. + + + + Returns an enumerator that can be used to iterate through the collection. + + + A that can be used to iterate through the collection. + + + + + Gets the of with the specified key. + + + + + + Determines whether the specified is equal to this instance. + + The to compare with this instance. + + true if the specified is equal to this instance; otherwise, false. + + + + + Determines whether the specified is equal to this instance. + + The to compare with this instance. + + true if the specified is equal to this instance; otherwise, false. + + + + + Returns a hash code for this instance. + + + A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. + + + + + Represents a JSON object. + + + + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous load. The + property returns a that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Occurs when a property value changes. + + + + + Occurs when a property value is changing. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Initializes a new instance of the class with the specified content. + + The contents of the object. + + + + Gets the node type for this . + + The type. + + + + Gets an of of this object's properties. + + An of of this object's properties. + + + + Gets a with the specified name. + + The property name. + A with the specified name or null. + + + + Gets the with the specified name. + The exact name will be searched for first and if no matching property is found then + the will be used to match a property. + + The property name. + One of the enumeration values that specifies how the strings will be compared. + A matched with the specified name or null. + + + + Gets a of of this object's property values. + + A of of this object's property values. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets or sets the with the specified property name. + + + + + + Loads a from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + is not valid JSON. + + + + + Loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + is not valid JSON. + + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + is not valid JSON. + + + + + + + + Load a from a string that contains JSON. + + A that contains JSON. + The used to load the JSON. + If this is null, default load settings will be used. + A populated from the string that contains JSON. + + is not valid JSON. + + + + + + + + Creates a from an object. + + The object that will be used to create . + A with the values of the specified object. + + + + Creates a from an object. + + The object that will be used to create . + The that will be used to read the object. + A with the values of the specified object. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Gets the with the specified property name. + + Name of the property. + The with the specified property name. + + + + Gets the with the specified property name. + The exact property name will be searched for first and if no matching property is found then + the will be used to match a property. + + Name of the property. + One of the enumeration values that specifies how the strings will be compared. + The with the specified property name. + + + + Tries to get the with the specified property name. + The exact property name will be searched for first and if no matching property is found then + the will be used to match a property. + + Name of the property. + The value. + One of the enumeration values that specifies how the strings will be compared. + true if a value was successfully retrieved; otherwise, false. + + + + Adds the specified property name. + + Name of the property. + The value. + + + + Determines whether the JSON object has the specified property name. + + Name of the property. + true if the JSON object has the specified property name; otherwise, false. + + + + Removes the property with the specified name. + + Name of the property. + true if item was successfully removed; otherwise, false. + + + + Tries to get the with the specified property name. + + Name of the property. + The value. + true if a value was successfully retrieved; otherwise, false. + + + + Returns an enumerator that can be used to iterate through the collection. + + + A that can be used to iterate through the collection. + + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Raises the event with the provided arguments. + + Name of the property. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Represents a JSON property. + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous creation. The + property returns a that contains the JSON that was read from the specified . + + + + Asynchronously loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous creation. The + property returns a that contains the JSON that was read from the specified . + + + + Gets the container's children tokens. + + The container's children tokens. + + + + Gets the property name. + + The property name. + + + + Gets or sets the property value. + + The property value. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Gets the node type for this . + + The type. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Initializes a new instance of the class. + + The property name. + The property content. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Loads a from a . + + A that will be read for the content of the . + A that contains the JSON that was read from the specified . + + + + Loads a from a . + + A that will be read for the content of the . + The used to load the JSON. + If this is null, default load settings will be used. + A that contains the JSON that was read from the specified . + + + + Represents a view of a . + + + + + Initializes a new instance of the class. + + The name. + + + + When overridden in a derived class, returns whether resetting an object changes its value. + + + true if resetting the component changes its value; otherwise, false. + + The component to test for reset capability. + + + + When overridden in a derived class, gets the current value of the property on a component. + + + The value of a property for a given component. + + The component with the property for which to retrieve the value. + + + + When overridden in a derived class, resets the value for this property of the component to the default value. + + The component with the property value that is to be reset to the default value. + + + + When overridden in a derived class, sets the value of the component to a different value. + + The component with the property value that is to be set. + The new value. + + + + When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. + + + true if the property should be persisted; otherwise, false. + + The component with the property to be examined for persistence. + + + + When overridden in a derived class, gets the type of the component this property is bound to. + + + A that represents the type of component this property is bound to. + When the or + + methods are invoked, the object specified might be an instance of this type. + + + + + When overridden in a derived class, gets a value indicating whether this property is read-only. + + + true if the property is read-only; otherwise, false. + + + + + When overridden in a derived class, gets the type of the property. + + + A that represents the type of the property. + + + + + Gets the hash code for the name of the member. + + + + The hash code for the name of the member. + + + + + Represents a raw JSON string. + + + + + Asynchronously creates an instance of with the content of the reader's current token. + + The reader. + The token to monitor for cancellation requests. The default value is . + A representing the asynchronous creation. The + property returns an instance of with the content of the reader's current token. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class. + + The raw json. + + + + Creates an instance of with the content of the reader's current token. + + The reader. + An instance of with the content of the reader's current token. + + + + Specifies the settings used when loading JSON. + + + + + Initializes a new instance of the class. + + + + + Gets or sets how JSON comments are handled when loading JSON. + The default value is . + + The JSON comment handling. + + + + Gets or sets how JSON line info is handled when loading JSON. + The default value is . + + The JSON line info handling. + + + + Gets or sets how duplicate property names in JSON objects are handled when loading JSON. + The default value is . + + The JSON duplicate property name handling. + + + + Specifies the settings used when merging JSON. + + + + + Initializes a new instance of the class. + + + + + Gets or sets the method used when merging JSON arrays. + + The method used when merging JSON arrays. + + + + Gets or sets how null value properties are merged. + + How null value properties are merged. + + + + Gets or sets the comparison used to match property names while merging. + The exact property name will be searched for first and if no matching property is found then + the will be used to match a property. + + The comparison used to match property names while merging. + + + + Specifies the settings used when selecting JSON. + + + + + Gets or sets a flag that indicates whether an error should be thrown if + no tokens are found when evaluating part of the expression. + + + A flag that indicates whether an error should be thrown if + no tokens are found when evaluating part of the expression. + + + + + Represents an abstract JSON token. + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Writes this token to a asynchronously. + + A into which this method will write. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Asynchronously creates a from a . + + An positioned at the token to read into this . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains + the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Asynchronously creates a from a . + + An positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains + the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Asynchronously creates a from a . + + A positioned at the token to read into this . + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Asynchronously creates a from a . + + A positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + The token to monitor for cancellation requests. The default value is . + + A that represents the asynchronous creation. The + property returns a that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Gets a comparer that can compare two tokens for value equality. + + A that can compare two nodes for value equality. + + + + Gets or sets the parent. + + The parent. + + + + Gets the root of this . + + The root of this . + + + + Gets the node type for this . + + The type. + + + + Gets a value indicating whether this token has child tokens. + + + true if this token has child values; otherwise, false. + + + + + Compares the values of two tokens, including the values of all descendant tokens. + + The first to compare. + The second to compare. + true if the tokens are equal; otherwise false. + + + + Gets the next sibling token of this node. + + The that contains the next sibling token. + + + + Gets the previous sibling token of this node. + + The that contains the previous sibling token. + + + + Gets the path of the JSON token. + + + + + Adds the specified content immediately after this token. + + A content object that contains simple content or a collection of content objects to be added after this token. + + + + Adds the specified content immediately before this token. + + A content object that contains simple content or a collection of content objects to be added before this token. + + + + Returns a collection of the ancestor tokens of this token. + + A collection of the ancestor tokens of this token. + + + + Returns a collection of tokens that contain this token, and the ancestors of this token. + + A collection of tokens that contain this token, and the ancestors of this token. + + + + Returns a collection of the sibling tokens after this token, in document order. + + A collection of the sibling tokens after this tokens, in document order. + + + + Returns a collection of the sibling tokens before this token, in document order. + + A collection of the sibling tokens before this token, in document order. + + + + Gets the with the specified key. + + The with the specified key. + + + + Gets the with the specified key converted to the specified type. + + The type to convert the token to. + The token key. + The converted token value. + + + + Get the first child token of this token. + + A containing the first child token of the . + + + + Get the last child token of this token. + + A containing the last child token of the . + + + + Returns a collection of the child tokens of this token, in document order. + + An of containing the child tokens of this , in document order. + + + + Returns a collection of the child tokens of this token, in document order, filtered by the specified type. + + The type to filter the child tokens on. + A containing the child tokens of this , in document order. + + + + Returns a collection of the child values of this token, in document order. + + The type to convert the values to. + A containing the child values of this , in document order. + + + + Removes this token from its parent. + + + + + Replaces this token with the specified token. + + The value. + + + + Writes this token to a . + + A into which this method will write. + A collection of which will be used when writing the token. + + + + Returns the indented JSON for this token. + + + ToString() returns a non-JSON string value for tokens with a type of . + If you want the JSON for all token types then you should use . + + + The indented JSON for this token. + + + + + Returns the JSON for this token using the given formatting and converters. + + Indicates how the output should be formatted. + A collection of s which will be used when writing the token. + The JSON for this token using the given formatting and converters. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to []. + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to of . + + The value. + The result of the conversion. + + + + Performs an explicit conversion from to . + + The value. + The result of the conversion. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from [] to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from to . + + The value to create a from. + The initialized with the specified value. + + + + Performs an implicit conversion from of to . + + The value to create a from. + The initialized with the specified value. + + + + Creates a for this token. + + A that can be used to read this token and its descendants. + + + + Creates a from an object. + + The object that will be used to create . + A with the value of the specified object. + + + + Creates a from an object using the specified . + + The object that will be used to create . + The that will be used when reading the object. + A with the value of the specified object. + + + + Creates an instance of the specified .NET type from the . + + The object type that the token will be deserialized to. + The new object created from the JSON value. + + + + Creates an instance of the specified .NET type from the . + + The object type that the token will be deserialized to. + The new object created from the JSON value. + + + + Creates an instance of the specified .NET type from the using the specified . + + The object type that the token will be deserialized to. + The that will be used when creating the object. + The new object created from the JSON value. + + + + Creates an instance of the specified .NET type from the using the specified . + + The object type that the token will be deserialized to. + The that will be used when creating the object. + The new object created from the JSON value. + + + + Creates a from a . + + A positioned at the token to read into this . + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Creates a from a . + + An positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Load a from a string that contains JSON. + + A that contains JSON. + A populated from the string that contains JSON. + + + + Load a from a string that contains JSON. + + A that contains JSON. + The used to load the JSON. + If this is null, default load settings will be used. + A populated from the string that contains JSON. + + + + Creates a from a . + + A positioned at the token to read into this . + The used to load the JSON. + If this is null, default load settings will be used. + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Creates a from a . + + A positioned at the token to read into this . + + A that contains the token and its descendant tokens + that were read from the reader. The runtime type of the token is determined + by the token type of the first token encountered in the reader. + + + + + Selects a using a JSONPath expression. Selects the token that matches the object path. + + + A that contains a JSONPath expression. + + A , or null. + + + + Selects a using a JSONPath expression. Selects the token that matches the object path. + + + A that contains a JSONPath expression. + + A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. + A . + + + + Selects a using a JSONPath expression. Selects the token that matches the object path. + + + A that contains a JSONPath expression. + + The used to select tokens. + A . + + + + Selects a collection of elements using a JSONPath expression. + + + A that contains a JSONPath expression. + + An of that contains the selected elements. + + + + Selects a collection of elements using a JSONPath expression. + + + A that contains a JSONPath expression. + + A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. + An of that contains the selected elements. + + + + Selects a collection of elements using a JSONPath expression. + + + A that contains a JSONPath expression. + + The used to select tokens. + An of that contains the selected elements. + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Creates a new instance of the . All child tokens are recursively cloned. + + A new instance of the . + + + + Adds an object to the annotation list of this . + + The annotation to add. + + + + Get the first annotation object of the specified type from this . + + The type of the annotation to retrieve. + The first annotation object that matches the specified type, or null if no annotation is of the specified type. + + + + Gets the first annotation object of the specified type from this . + + The of the annotation to retrieve. + The first annotation object that matches the specified type, or null if no annotation is of the specified type. + + + + Gets a collection of annotations of the specified type for this . + + The type of the annotations to retrieve. + An that contains the annotations for this . + + + + Gets a collection of annotations of the specified type for this . + + The of the annotations to retrieve. + An of that contains the annotations that match the specified type for this . + + + + Removes the annotations of the specified type from this . + + The type of annotations to remove. + + + + Removes the annotations of the specified type from this . + + The of annotations to remove. + + + + Compares tokens to determine whether they are equal. + + + + + Determines whether the specified objects are equal. + + The first object of type to compare. + The second object of type to compare. + + true if the specified objects are equal; otherwise, false. + + + + + Returns a hash code for the specified object. + + The for which a hash code is to be returned. + A hash code for the specified object. + The type of is a reference type and is null. + + + + Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. + + + + + Gets the at the reader's current position. + + + + + Initializes a new instance of the class. + + The token to read from. + + + + Initializes a new instance of the class. + + The token to read from. + The initial path of the token. It is prepended to the returned . + + + + Reads the next JSON token from the underlying . + + + true if the next token was read successfully; false if there are no more tokens to read. + + + + + Gets the path of the current JSON token. + + + + + Specifies the type of token. + + + + + No token type has been set. + + + + + A JSON object. + + + + + A JSON array. + + + + + A JSON constructor. + + + + + A JSON object property. + + + + + A comment. + + + + + An integer value. + + + + + A float value. + + + + + A string value. + + + + + A boolean value. + + + + + A null value. + + + + + An undefined value. + + + + + A date value. + + + + + A raw JSON value. + + + + + A collection of bytes value. + + + + + A Guid value. + + + + + A Uri value. + + + + + A TimeSpan value. + + + + + Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + + + Gets the at the writer's current position. + + + + + Gets the token being written. + + The token being written. + + + + Initializes a new instance of the class writing to the given . + + The container being written to. + + + + Initializes a new instance of the class. + + + + + Flushes whatever is in the buffer to the underlying . + + + + + Closes this writer. + If is set to true, the JSON is auto-completed. + + + Setting to true has no additional effect, since the underlying is a type that cannot be closed. + + + + + Writes the beginning of a JSON object. + + + + + Writes the beginning of a JSON array. + + + + + Writes the start of a constructor with the given name. + + The name of the constructor. + + + + Writes the end. + + The token. + + + + Writes the property name of a name/value pair on a JSON object. + + The name of the property. + + + + Writes a value. + An error will be raised if the value cannot be written as a single JSON token. + + The value to write. + + + + Writes a null value. + + + + + Writes an undefined value. + + + + + Writes raw JSON. + + The raw JSON to write. + + + + Writes a comment /*...*/ containing the specified text. + + Text to place inside the comment. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a [] value. + + The [] value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Writes a value. + + The value to write. + + + + Represents a value in JSON (string, integer, date, etc). + + + + + Writes this token to a asynchronously. + + A into which this method will write. + The token to monitor for cancellation requests. + A collection of which will be used when writing the token. + A that represents the asynchronous write operation. + + + + Initializes a new instance of the class from another object. + + A object to copy from. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Initializes a new instance of the class with the given value. + + The value. + + + + Gets a value indicating whether this token has child tokens. + + + true if this token has child values; otherwise, false. + + + + + Creates a comment with the given value. + + The value. + A comment with the given value. + + + + Creates a string with the given value. + + The value. + A string with the given value. + + + + Creates a null value. + + A null value. + + + + Creates a undefined value. + + A undefined value. + + + + Gets the node type for this . + + The type. + + + + Gets or sets the underlying token value. + + The underlying token value. + + + + Writes this token to a . + + A into which this method will write. + A collection of s which will be used when writing the token. + + + + Indicates whether the current object is equal to another object of the same type. + + + true if the current object is equal to the parameter; otherwise, false. + + An object to compare with this object. + + + + Determines whether the specified is equal to the current . + + The to compare with the current . + + true if the specified is equal to the current ; otherwise, false. + + + + + Serves as a hash function for a particular type. + + + A hash code for the current . + + + + + Returns a that represents this instance. + + + ToString() returns a non-JSON string value for tokens with a type of . + If you want the JSON for all token types then you should use . + + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format provider. + + A that represents this instance. + + + + + Returns a that represents this instance. + + The format. + The format provider. + + A that represents this instance. + + + + + Returns the responsible for binding operations performed on this object. + + The expression tree representation of the runtime value. + + The to bind this object. + + + + + Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. + + An object to compare with this instance. + + A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: + Value + Meaning + Less than zero + This instance is less than . + Zero + This instance is equal to . + Greater than zero + This instance is greater than . + + + is not of the same type as this instance. + + + + + Specifies how line information is handled when loading JSON. + + + + + Ignore line information. + + + + + Load line information. + + + + + Specifies how JSON arrays are merged together. + + + + Concatenate arrays. + + + Union arrays, skipping items that already exist. + + + Replace all array items. + + + Merge array items together, matched by index. + + + + Specifies how null value properties are merged. + + + + + The content's null value properties will be ignored during merging. + + + + + The content's null value properties will be merged. + + + + + Specifies the member serialization options for the . + + + + + All public members are serialized by default. Members can be excluded using or . + This is the default member serialization mode. + + + + + Only members marked with or are serialized. + This member serialization mode can also be set by marking the class with . + + + + + All public and private fields are serialized. Members can be excluded using or . + This member serialization mode can also be set by marking the class with + and setting IgnoreSerializableAttribute on to false. + + + + + Specifies metadata property handling options for the . + + + + + Read metadata properties located at the start of a JSON object. + + + + + Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. + + + + + Do not try to read metadata properties. + + + + + Specifies missing member handling options for the . + + + + + Ignore a missing member and do not attempt to deserialize it. + + + + + Throw a when a missing member is encountered during deserialization. + + + + + Specifies null value handling options for the . + + + + + + + + + Include null values when serializing and deserializing objects. + + + + + Ignore null values when serializing and deserializing objects. + + + + + Specifies how object creation is handled by the . + + + + + Reuse existing objects, create new objects when needed. + + + + + Only reuse existing objects. + + + + + Always create new objects. + + + + + Specifies reference handling options for the . + Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement . + + + + + + + + Do not preserve references when serializing types. + + + + + Preserve references when serializing into a JSON object structure. + + + + + Preserve references when serializing into a JSON array structure. + + + + + Preserve references when serializing. + + + + + Specifies reference loop handling options for the . + + + + + Throw a when a loop is encountered. + + + + + Ignore loop references and do not serialize. + + + + + Serialize loop references. + + + + + Indicating whether a property is required. + + + + + The property is not required. The default state. + + + + + The property must be defined in JSON but can be a null value. + + + + + The property must be defined in JSON and cannot be a null value. + + + + + The property is not required but it cannot be a null value. + + + + + + Contains the JSON schema extension methods. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + + Determines whether the is valid. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + + true if the specified is valid; otherwise, false. + + + + + + Determines whether the is valid. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + When this method returns, contains any error messages generated while validating. + + true if the specified is valid; otherwise, false. + + + + + + Validates the specified . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + + + + + Validates the specified . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + The source to test. + The schema to test with. + The validation event handler. + + + + + An in-memory representation of a JSON Schema. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets or sets the id. + + + + + Gets or sets the title. + + + + + Gets or sets whether the object is required. + + + + + Gets or sets whether the object is read-only. + + + + + Gets or sets whether the object is visible to users. + + + + + Gets or sets whether the object is transient. + + + + + Gets or sets the description of the object. + + + + + Gets or sets the types of values allowed by the object. + + The type. + + + + Gets or sets the pattern. + + The pattern. + + + + Gets or sets the minimum length. + + The minimum length. + + + + Gets or sets the maximum length. + + The maximum length. + + + + Gets or sets a number that the value should be divisible by. + + A number that the value should be divisible by. + + + + Gets or sets the minimum. + + The minimum. + + + + Gets or sets the maximum. + + The maximum. + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the minimum attribute (). + + A flag indicating whether the value can not equal the number defined by the minimum attribute (). + + + + Gets or sets a flag indicating whether the value can not equal the number defined by the maximum attribute (). + + A flag indicating whether the value can not equal the number defined by the maximum attribute (). + + + + Gets or sets the minimum number of items. + + The minimum number of items. + + + + Gets or sets the maximum number of items. + + The maximum number of items. + + + + Gets or sets the of items. + + The of items. + + + + Gets or sets a value indicating whether items in an array are validated using the instance at their array position from . + + + true if items are validated using their array position; otherwise, false. + + + + + Gets or sets the of additional items. + + The of additional items. + + + + Gets or sets a value indicating whether additional items are allowed. + + + true if additional items are allowed; otherwise, false. + + + + + Gets or sets whether the array items must be unique. + + + + + Gets or sets the of properties. + + The of properties. + + + + Gets or sets the of additional properties. + + The of additional properties. + + + + Gets or sets the pattern properties. + + The pattern properties. + + + + Gets or sets a value indicating whether additional properties are allowed. + + + true if additional properties are allowed; otherwise, false. + + + + + Gets or sets the required property if this property is present. + + The required property if this property is present. + + + + Gets or sets the a collection of valid enum values allowed. + + A collection of valid enum values allowed. + + + + Gets or sets disallowed types. + + The disallowed types. + + + + Gets or sets the default value. + + The default value. + + + + Gets or sets the collection of that this schema extends. + + The collection of that this schema extends. + + + + Gets or sets the format. + + The format. + + + + Initializes a new instance of the class. + + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The object representing the JSON Schema. + + + + Reads a from the specified . + + The containing the JSON Schema to read. + The to use when resolving schema references. + The object representing the JSON Schema. + + + + Load a from a string that contains JSON Schema. + + A that contains JSON Schema. + A populated from the string that contains JSON Schema. + + + + Load a from a string that contains JSON Schema using the specified . + + A that contains JSON Schema. + The resolver. + A populated from the string that contains JSON Schema. + + + + Writes this schema to a . + + A into which this method will write. + + + + Writes this schema to a using the specified . + + A into which this method will write. + The resolver used. + + + + Returns a that represents the current . + + + A that represents the current . + + + + + + Returns detailed information about the schema exception. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets the line number indicating where the error occurred. + + The line number indicating where the error occurred. + + + + Gets the line position indicating where the error occurred. + + The line position indicating where the error occurred. + + + + Gets the path to the JSON where the error occurred. + + The path to the JSON where the error occurred. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + with a specified error message. + + The error message that explains the reason for the exception. + + + + Initializes a new instance of the class + with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or null if no inner exception is specified. + + + + Initializes a new instance of the class. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + The parameter is null. + The class name is null or is zero (0). + + + + + Generates a from a specified . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets or sets how undefined schemas are handled by the serializer. + + + + + Gets or sets the contract resolver. + + The contract resolver. + + + + Generate a from the specified type. + + The type to generate a from. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + Generate a from the specified type. + + The type to generate a from. + The used to resolve schema references. + Specify whether the generated root will be nullable. + A generated from the specified type. + + + + + Resolves from an id. + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets or sets the loaded schemas. + + The loaded schemas. + + + + Initializes a new instance of the class. + + + + + Gets a for the specified reference. + + The id. + A for the specified reference. + + + + + The value types allowed by the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + No type specified. + + + + + String type. + + + + + Float type. + + + + + Integer type. + + + + + Boolean type. + + + + + Object type. + + + + + Array type. + + + + + Null type. + + + + + Any type. + + + + + + Specifies undefined schema Id handling options for the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Do not infer a schema Id. + + + + + Use the .NET type name as the schema Id. + + + + + Use the assembly qualified .NET type name as the schema Id. + + + + + + Returns detailed information related to the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + Gets the associated with the validation error. + + The JsonSchemaException associated with the validation error. + + + + Gets the path of the JSON location where the validation error occurred. + + The path of the JSON location where the validation error occurred. + + + + Gets the text description corresponding to the validation error. + + The text description. + + + + + Represents the callback method that will handle JSON schema validation events and the . + + + JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. + + + + + + A camel case naming strategy. + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + A flag indicating whether extension data names should be processed. + + + + + Initializes a new instance of the class. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Resolves member mappings for a type, camel casing property names. + + + + + Initializes a new instance of the class. + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Used by to resolve a for a given . + + + + + Gets a value indicating whether members are being get and set using dynamic code generation. + This value is determined by the runtime permissions available. + + + true if using dynamic code generation; otherwise, false. + + + + + Gets or sets the default members search flags. + + The default members search flags. + + + + Gets or sets a value indicating whether compiler generated members should be serialized. + + + true if serialized compiler generated members; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. + + + true if the interface will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. + + + true if the attribute will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types. + + + true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types. + + + true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false. + + + + + Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. + + The naming strategy used to resolve how property names and dictionary keys are serialized. + + + + Initializes a new instance of the class. + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Gets the serializable members for the type. + + The type to get serializable members for. + The serializable members for the type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates the constructor parameters. + + The constructor to create properties for. + The type's member properties. + Properties for the given . + + + + Creates a for the given . + + The matching member property. + The constructor parameter. + A created for the given . + + + + Resolves the default for the contract. + + Type of the object. + The contract's default . + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Creates a for the given type. + + Type of the object. + A for the given type. + + + + Determines which contract type is created for the given type. + + Type of the object. + A for the given type. + + + + Creates properties for the given . + + The type to create properties for. + /// The member serialization mode for the type. + Properties for the given . + + + + Creates the used by the serializer to get and set values from a member. + + The member. + The used by the serializer to get and set values from a member. + + + + Creates a for the given . + + The member's parent . + The member to create a for. + A created for the given . + + + + Resolves the name of the property. + + Name of the property. + Resolved name of the property. + + + + Resolves the name of the extension data. By default no changes are made to extension data names. + + Name of the extension data. + Resolved name of the extension data. + + + + Resolves the key of the dictionary. By default is used to resolve dictionary keys. + + Key of the dictionary. + Resolved key of the dictionary. + + + + Gets the resolved name of the property. + + Name of the property. + Name of the property. + + + + The default naming strategy. Property names and dictionary keys are unchanged. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + The default serialization binder used when resolving and loading classes from type names. + + + + + Initializes a new instance of the class. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + The type of the object the formatter creates a new instance of. + + + + + When overridden in a derived class, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + + + Represents a trace writer that writes to the application's instances. + + + + + Gets the that will be used to filter the trace messages passed to the writer. + For example a filter level of will exclude messages and include , + and messages. + + + The that will be used to filter the trace messages passed to the writer. + + + + + Writes the specified trace level, message and optional exception. + + The at which to write this trace. + The trace message. + The trace exception. This parameter is optional. + + + + Provides information surrounding an error. + + + + + Gets the error. + + The error. + + + + Gets the original object that caused the error. + + The original object that caused the error. + + + + Gets the member that caused the error. + + The member that caused the error. + + + + Gets the path of the JSON location where the error occurred. + + The path of the JSON location where the error occurred. + + + + Gets or sets a value indicating whether this is handled. + + true if handled; otherwise, false. + + + + Provides data for the Error event. + + + + + Gets the current object the error event is being raised against. + + The current object the error event is being raised against. + + + + Gets the error context. + + The error context. + + + + Initializes a new instance of the class. + + The current object. + The error context. + + + + Get and set values for a using dynamic methods. + + + + + Initializes a new instance of the class. + + The member info. + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Provides methods to get attributes. + + + + + Returns a collection of all of the attributes, or an empty collection if there are no attributes. + + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. + + The type of the attributes. + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Used by to resolve a for a given . + + + + + + + + + Resolves the contract for a given type. + + The type to resolve a contract for. + The contract for a given type. + + + + Used to resolve references when serializing and deserializing JSON by the . + + + + + Resolves a reference to its object. + + The serialization context. + The reference to resolve. + The object that was resolved from the reference. + + + + Gets the reference for the specified object. + + The serialization context. + The object to get a reference for. + The reference to the object. + + + + Determines whether the specified object is referenced. + + The serialization context. + The object to test for a reference. + + true if the specified object is referenced; otherwise, false. + + + + + Adds a reference to the specified object. + + The serialization context. + The reference. + The object to reference. + + + + Allows users to control class loading and mandate what class to load. + + + + + When implemented, controls the binding of a serialized object to a type. + + Specifies the name of the serialized object. + Specifies the name of the serialized object + The type of the object the formatter creates a new instance of. + + + + When implemented, controls the binding of a serialized object to a type. + + The type of the object the formatter creates a new instance of. + Specifies the name of the serialized object. + Specifies the name of the serialized object. + + + + Represents a trace writer. + + + + + Gets the that will be used to filter the trace messages passed to the writer. + For example a filter level of will exclude messages and include , + and messages. + + The that will be used to filter the trace messages passed to the writer. + + + + Writes the specified trace level, message and optional exception. + + The at which to write this trace. + The trace message. + The trace exception. This parameter is optional. + + + + Provides methods to get and set values. + + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + Contract details for a used by the . + + + + + Gets the of the collection items. + + The of the collection items. + + + + Gets a value indicating whether the collection type is a multidimensional array. + + true if the collection type is a multidimensional array; otherwise, false. + + + + Gets or sets the function used to create the object. When set this function will override . + + The function used to create the object. + + + + Gets a value indicating whether the creator has a parameter with the collection values. + + true if the creator has a parameter with the collection values; otherwise, false. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets or sets the default collection items . + + The converter. + + + + Gets or sets a value indicating whether the collection items preserve object references. + + true if collection items preserve object references; otherwise, false. + + + + Gets or sets the collection item reference loop handling. + + The reference loop handling. + + + + Gets or sets the collection item type name handling. + + The type name handling. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Handles serialization callback events. + + The object that raised the callback event. + The streaming context. + + + + Handles serialization error callback events. + + The object that raised the callback event. + The streaming context. + The error context. + + + + Sets extension data for an object during deserialization. + + The object to set extension data on. + The extension data key. + The extension data value. + + + + Gets extension data for an object during serialization. + + The object to set extension data on. + + + + Contract details for a used by the . + + + + + Gets the underlying type for the contract. + + The underlying type for the contract. + + + + Gets or sets the type created during deserialization. + + The type created during deserialization. + + + + Gets or sets whether this type contract is serialized as a reference. + + Whether this type contract is serialized as a reference. + + + + Gets or sets the default for this contract. + + The converter. + + + + Gets the internally resolved for the contract's type. + This converter is used as a fallback converter when no other converter is resolved. + Setting will always override this converter. + + + + + Gets or sets all methods called immediately after deserialization of the object. + + The methods called immediately after deserialization of the object. + + + + Gets or sets all methods called during deserialization of the object. + + The methods called during deserialization of the object. + + + + Gets or sets all methods called after serialization of the object graph. + + The methods called after serialization of the object graph. + + + + Gets or sets all methods called before serialization of the object. + + The methods called before serialization of the object. + + + + Gets or sets all method called when an error is thrown during the serialization of the object. + + The methods called when an error is thrown during the serialization of the object. + + + + Gets or sets the default creator method used to create the object. + + The default creator method used to create the object. + + + + Gets or sets a value indicating whether the default creator is non-public. + + true if the default object creator is non-public; otherwise, false. + + + + Contract details for a used by the . + + + + + Gets or sets the dictionary key resolver. + + The dictionary key resolver. + + + + Gets the of the dictionary keys. + + The of the dictionary keys. + + + + Gets the of the dictionary values. + + The of the dictionary values. + + + + Gets or sets the function used to create the object. When set this function will override . + + The function used to create the object. + + + + Gets a value indicating whether the creator has a parameter with the dictionary values. + + true if the creator has a parameter with the dictionary values; otherwise, false. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets the object's properties. + + The object's properties. + + + + Gets or sets the property name resolver. + + The property name resolver. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets or sets the object constructor. + + The object constructor. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Gets or sets the object member serialization. + + The member object serialization. + + + + Gets or sets the missing member handling used when deserializing this object. + + The missing member handling. + + + + Gets or sets a value that indicates whether the object's properties are required. + + + A value indicating whether the object's properties are required. + + + + + Gets or sets how the object's properties with null values are handled during serialization and deserialization. + + How the object's properties with null values are handled during serialization and deserialization. + + + + Gets the object's properties. + + The object's properties. + + + + Gets a collection of instances that define the parameters used with . + + + + + Gets or sets the function used to create the object. When set this function will override . + This function is called with a collection of arguments which are defined by the collection. + + The function used to create the object. + + + + Gets or sets the extension data setter. + + + + + Gets or sets the extension data getter. + + + + + Gets or sets the extension data value type. + + + + + Gets or sets the extension data name resolver. + + The extension data name resolver. + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Maps a JSON property to a .NET member or constructor parameter. + + + + + Gets or sets the name of the property. + + The name of the property. + + + + Gets or sets the type that declared this property. + + The type that declared this property. + + + + Gets or sets the order of serialization of a member. + + The numeric order of serialization. + + + + Gets or sets the name of the underlying member or parameter. + + The name of the underlying member or parameter. + + + + Gets the that will get and set the during serialization. + + The that will get and set the during serialization. + + + + Gets or sets the for this property. + + The for this property. + + + + Gets or sets the type of the property. + + The type of the property. + + + + Gets or sets the for the property. + If set this converter takes precedence over the contract converter for the property type. + + The converter. + + + + Gets or sets the member converter. + + The member converter. + + + + Gets or sets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets or sets a value indicating whether this is readable. + + true if readable; otherwise, false. + + + + Gets or sets a value indicating whether this is writable. + + true if writable; otherwise, false. + + + + Gets or sets a value indicating whether this has a member attribute. + + true if has a member attribute; otherwise, false. + + + + Gets the default value. + + The default value. + + + + Gets or sets a value indicating whether this is required. + + A value indicating whether this is required. + + + + Gets a value indicating whether has a value specified. + + + + + Gets or sets a value indicating whether this property preserves object references. + + + true if this instance is reference; otherwise, false. + + + + + Gets or sets the property null value handling. + + The null value handling. + + + + Gets or sets the property default value handling. + + The default value handling. + + + + Gets or sets the property reference loop handling. + + The reference loop handling. + + + + Gets or sets the property object creation handling. + + The object creation handling. + + + + Gets or sets or sets the type name handling. + + The type name handling. + + + + Gets or sets a predicate used to determine whether the property should be serialized. + + A predicate used to determine whether the property should be serialized. + + + + Gets or sets a predicate used to determine whether the property should be deserialized. + + A predicate used to determine whether the property should be deserialized. + + + + Gets or sets a predicate used to determine whether the property should be serialized. + + A predicate used to determine whether the property should be serialized. + + + + Gets or sets an action used to set whether the property has been deserialized. + + An action used to set whether the property has been deserialized. + + + + Returns a that represents this instance. + + + A that represents this instance. + + + + + Gets or sets the converter used when serializing the property's collection items. + + The collection's items converter. + + + + Gets or sets whether this property's collection items are serialized as a reference. + + Whether this property's collection items are serialized as a reference. + + + + Gets or sets the type name handling used when serializing the property's collection items. + + The collection's items type name handling. + + + + Gets or sets the reference loop handling used when serializing the property's collection items. + + The collection's items reference loop handling. + + + + A collection of objects. + + + + + Initializes a new instance of the class. + + The type. + + + + When implemented in a derived class, extracts the key from the specified element. + + The element from which to extract the key. + The key for the specified element. + + + + Adds a object. + + The property to add to the collection. + + + + Gets the closest matching object. + First attempts to get an exact case match of and then + a case insensitive match. + + Name of the property. + A matching property if found. + + + + Gets a property by property name. + + The name of the property to get. + Type property name string comparison. + A matching property if found. + + + + Contract details for a used by the . + + + + + Initializes a new instance of the class. + + The underlying type for the contract. + + + + Lookup and create an instance of the type described by the argument. + + The type to create. + Optional arguments to pass to an initializing constructor of the JsonConverter. + If null, the default constructor is used. + + + + A kebab case naming strategy. + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + A flag indicating whether extension data names should be processed. + + + + + Initializes a new instance of the class. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Represents a trace writer that writes to memory. When the trace message limit is + reached then old trace messages will be removed as new messages are added. + + + + + Gets the that will be used to filter the trace messages passed to the writer. + For example a filter level of will exclude messages and include , + and messages. + + + The that will be used to filter the trace messages passed to the writer. + + + + + Initializes a new instance of the class. + + + + + Writes the specified trace level, message and optional exception. + + The at which to write this trace. + The trace message. + The trace exception. This parameter is optional. + + + + Returns an enumeration of the most recent trace messages. + + An enumeration of the most recent trace messages. + + + + Returns a of the most recent trace messages. + + + A of the most recent trace messages. + + + + + A base class for resolving how property names and dictionary keys are serialized. + + + + + A flag indicating whether dictionary keys should be processed. + Defaults to false. + + + + + A flag indicating whether extension data names should be processed. + Defaults to false. + + + + + A flag indicating whether explicitly specified property names, + e.g. a property name customized with a , should be processed. + Defaults to false. + + + + + Gets the serialized name for a given property name. + + The initial property name. + A flag indicating whether the property has had a name explicitly specified. + The serialized property name. + + + + Gets the serialized name for a given extension data name. + + The initial extension data name. + The serialized extension data name. + + + + Gets the serialized key for a given dictionary key. + + The initial dictionary key. + The serialized dictionary key. + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Hash code calculation + + + + + + Object equality implementation + + + + + + + Compare to another NamingStrategy + + + + + + + Represents a method that constructs an object. + + The object type to create. + + + + When applied to a method, specifies that the method is called when an error occurs serializing an object. + + + + + Provides methods to get attributes from a , , or . + + + + + Initializes a new instance of the class. + + The instance to get attributes for. This parameter should be a , , or . + + + + Returns a collection of all of the attributes, or an empty collection if there are no attributes. + + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. + + The type of the attributes. + When true, look up the hierarchy chain for the inherited custom attribute. + A collection of s, or an empty collection. + + + + Get and set values for a using reflection. + + + + + Initializes a new instance of the class. + + The member info. + + + + Sets the value. + + The target to set the value on. + The value to set on the target. + + + + Gets the value. + + The target to get the value from. + The value. + + + + A snake case naming strategy. + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + + + Initializes a new instance of the class. + + + A flag indicating whether dictionary keys should be processed. + + + A flag indicating whether explicitly specified property names should be processed, + e.g. a property name customized with a . + + + A flag indicating whether extension data names should be processed. + + + + + Initializes a new instance of the class. + + + + + Resolves the specified property name. + + The property name to resolve. + The resolved property name. + + + + Specifies how strings are escaped when writing JSON text. + + + + + Only control characters (e.g. newline) are escaped. + + + + + All non-ASCII and control characters (e.g. newline) are escaped. + + + + + HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. + + + + + Indicates the method that will be used during deserialization for locating and loading assemblies. + + + + + In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method of the class is used to load the assembly. + + + + + In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the class is used to load the assembly. + + + + + Specifies type name handling options for the . + + + should be used with caution when your application deserializes JSON from an external source. + Incoming types should be validated with a custom + when deserializing with a value other than . + + + + + Do not include the .NET type name when serializing types. + + + + + Include the .NET type name when serializing into a JSON object structure. + + + + + Include the .NET type name when serializing into a JSON array structure. + + + + + Always include the .NET type name when serializing. + + + + + Include the .NET type name when the type of the object being serialized is not the same as its declared type. + Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON + you must specify a root type object with + or . + + + + + + + + + + Don't run action but let a compiler detect the code in action as an executable block. + + + + + Ensure(() => new T()); + + + + + Ensure generic list type can be (de)deserializable on AOT environment. + + The type of elements in the list + + + + Ensure generic dictionary type can be (de)deserializable on AOT environment. + + The type of the keys in the dictionary. + The type of the values in the dictionary. + + + + Always return false but compiler doesn't know it. + + False + + + + Determines whether the collection is null or empty. + + The collection. + + true if the collection is null or empty; otherwise, false. + + + + + Adds the elements of the specified collection to the specified generic . + + The list to add to. + The collection of elements to add. + + + + Converts the value to the specified type. If the value is unable to be converted, the + value is checked whether it assignable to the specified type. + + The value to convert. + The culture to use when converting. + The type to convert or cast the value to. + + The converted type. If conversion was unsuccessful, the initial value + is returned if assignable to the target type. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic that returns a result + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Helper method for generating a MetaObject which calls a + specific method on Dynamic, but uses one of the arguments for + the result. + + + + + Returns a Restrictions object which includes our current restrictions merged + with a restriction limiting our type + + + + + Helper class for serializing immutable collections. + Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed + https://github.com/JamesNK/Newtonsoft.Json/issues/652 + + + + + Gets the type of the typed collection's items. + + The type. + The type of the typed collection's items. + + + + Gets the member's underlying type. + + The member. + The underlying type of the member. + + + + Determines whether the property is an indexed property. + + The property. + + true if the property is an indexed property; otherwise, false. + + + + + Gets the member's value on the object. + + The member. + The target object. + The member's value on the object. + + + + Sets the member's value on the target object. + + The member. + The target. + The value. + + + + Determines whether the specified MemberInfo can be read. + + The MemberInfo to determine whether can be read. + /// if set to true then allow the member to be gotten non-publicly. + + true if the specified MemberInfo can be read; otherwise, false. + + + + + Determines whether the specified MemberInfo can be set. + + The MemberInfo to determine whether can be set. + if set to true then allow the member to be set non-publicly. + if set to true then allow the member to be set if read-only. + + true if the specified MemberInfo can be set; otherwise, false. + + + + + Builds a string. Unlike this class lets you reuse its internal buffer. + + + + + Determines whether the string is all white space. Empty string will return false. + + The string to test whether it is all white space. + + true if the string is all white space; otherwise, false. + + + + + Specifies the state of the . + + + + + An exception has been thrown, which has left the in an invalid state. + You may call the method to put the in the Closed state. + Any other method calls result in an being thrown. + + + + + The method has been called. + + + + + An object is being written. + + + + + An array is being written. + + + + + A constructor is being written. + + + + + A property is being written. + + + + + A write method has not been called. + + + + Specifies that an output will not be null even if the corresponding type allows it. + + + Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it. + + + Initializes the attribute with the specified return value condition. + + The return value condition. If the method returns this value, the associated parameter will not be null. + + + + Gets the return value condition. + + + Specifies that an output may be null even if the corresponding type disallows it. + + + Specifies that null is allowed as an input even if the corresponding type disallows it. + + + + Specifies that the method will not return if the associated Boolean parameter is passed the specified value. + + + + + Initializes a new instance of the class. + + + The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to + the associated parameter matches this value. + + + + Gets the condition parameter value. + + + diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.xml.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.xml.meta new file mode 100644 index 0000000..597d5a0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.xml.meta @@ -0,0 +1,10 @@ + +fileFormatVersion: 2 +guid: 96ce21d7a7eb498e9376cadf61f86f17 + +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: + diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/README.md b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/README.md new file mode 100644 index 0000000..293c733 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/README.md @@ -0,0 +1,74 @@ +# Newtonsoft.Json for Unity + +Json.NET is a popular high-performance JSON framework for .NET + +This package is a fork of Newtonsoft.Json containing custom builds targeting +standalone, portable (UWP, WP8), and AOT targets such as all IL2CPP builds +(iOS, WebGL, Android, Windows, Mac OS X, et.al). + +## Versioning format + +_Staying with JamesNK's version syntax, but with a twist :dizzy:_ + +Based off JamesNK's versioning, but with the addition of two digits on the last +segment. This is for Newtonsoft.Json-for-Unity to be able to have independent +releases, at the same time still being easy to see which version of Json.NET +it's based of. + +![explanation of version][version-explanation.png] + +Where official Json.NET 12.0.1 becomes Newtonsoft.Json-for-Unity 12.0.1*xx*. + +## Changelog + +Please see the [CHANGELOG.md][changelog.md] file inside this package. + +## Installation via [OpenUPM][openupm] ![OpenUPM icon][openupm-icon.png] + +```sh +openupm add jillejr.newtonsoft.json-for-unity +``` + +## Other installation options + +- [Installation via OpenUPM + ![OpenUPM icon][openupm-icon.png]][wiki-installation-via-openupm] + +- [Installation via pure UPM][wiki-installation-via-upm] + +- [Installation via Git in UPM][wiki-installation-via-git-in-upm] + +## Updating the package + +### Updating via the UI + +Open the Package Manager UI `Window > Package Manager` + +![preview of where window button is](https://i.imgur.com/0FvA5W6.png) + +Followed by pressing the update button on the `jillejr.newtonsoft.json-for-unity` +package + +![preview of update button](https://i.imgur.com/H6LhK2n.png) + +### Updating via the manifest file + +Visit the wiki: [Installation via UPM][wiki-installation-via-upm] + +--- + +This package is licensed under The MIT License (MIT) + +Copyright (c) 2019 Kalle Jillheden (jilleJr) + + +See full copyrights in [LICENSE.md][license.md] inside repository + +[license.md]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/blob/master/LICENSE.md +[changelog.md]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/blob/master/CHANGELOG.md +[version-explanation.png]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/raw/ce23d98230673744d73656b4c4f6bc1f9989c37a/Doc/version-explanation.png +[openupm]: https://openupm.com/packages/jillejr.newtonsoft.json-for-unity/ +[openupm-icon.png]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/raw/c43046bc4763c0a5d3b0164a4f0a92e40de9d10e/Doc/icons/openupm-icon-16.png +[wiki-installation-via-openupm]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Installation-via-OpenUPM +[wiki-installation-via-upm]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Installation-via-UPM +[wiki-installation-via-git-in-upm]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Installation-via-Git-in-UPM diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/README.md.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/README.md.meta new file mode 100644 index 0000000..f292ee8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/README.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4e6a4d6f63d38f64d84cc6f44eb181f1 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/package.json b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/package.json new file mode 100644 index 0000000..391841a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/package.json @@ -0,0 +1,33 @@ +{ + "name": "jillejr.newtonsoft.json-for-unity", + "displayName": "Json.NET 13.0.1 for Unity", + "version": "13.0.102", + "unity": "2018.1", + "description": "Json.NET is a popular high-performance JSON framework for .NET\n\nThis package is a fork of Newtonsoft.Json containing custom builds targeting standalone, portable (UWP, WP8), and AOT targets such as all IL2CPP builds (iOS, WebGL, Android, Windows, Mac OS X, et.al).\n\nThis package is licensed under The MIT License (MIT)\n\nCopyright © 2019 Kalle Jillheden (jilleJr)\nhttps://github.com/jilleJr/Newtonsoft.Json-for-Unity\n\nCopyright © 2016 SaladLab\nhttps://github.com/SaladLab/Json.Net.Unity3D\n\nCopyright © 2007 James Newton-King\nhttps://github.com/JamesNK/Newtonsoft.Json\n\nSee full copyrights in LICENSE.md inside package", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity.git", + "directory": "Src/Newtonsoft.Json-for-Unity" + }, + "keywords": [ + "json", + "json.net", + "newtonsoft", + "newtonsoft.json", + "unity", + "upm" + ], + "author": "jilleJr", + "license": "MIT", + "bugs": { + "url": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues" + }, + "homepage": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity#readme", + "category": "Utility", + "dependencies": {}, + "type": "library" +} diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/package.json.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/package.json.meta new file mode 100644 index 0000000..eeee6be --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/Newtonsoft.Json-for-Unity-13.0.102/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1256f839cbfec614788f6476a1771a3b +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture.meta new file mode 100644 index 0000000..80090db --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dde29e4b202a14b2883ac2304d029532 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab.meta new file mode 100644 index 0000000..c2637fb --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1a75767f0a68ef544a454e951755bfa6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab/ScreenshotCapturePrefab.prefab b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab/ScreenshotCapturePrefab.prefab new file mode 100644 index 0000000..1beab46 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab/ScreenshotCapturePrefab.prefab @@ -0,0 +1,60 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6913518476636170882 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6913518476636170909} + - component: {fileID: 6532578093599970298} + - component: {fileID: 6913518476636170908} + m_Layer: 0 + m_Name: ScreenshotCapturePrefab + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6913518476636170909 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6913518476636170882} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6532578093599970298 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6913518476636170882} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e61d7eed6302e5d41b644436756099a0, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &6913518476636170908 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6913518476636170882} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 171426d202d407f4db37861d67b0b9d2, type: 3} + m_Name: + m_EditorClassIdentifier: + DontDestroy: 0 + fileName: File Name diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab/ScreenshotCapturePrefab.prefab.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab/ScreenshotCapturePrefab.prefab.meta new file mode 100644 index 0000000..7069777 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Prefab/ScreenshotCapturePrefab.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a51960611adac294fb2e8a51d4d03555 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts.meta new file mode 100644 index 0000000..608c6b6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0110976ec71f35c46b19e53339fa1882 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture.cs b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture.cs new file mode 100644 index 0000000..115c303 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture.cs @@ -0,0 +1,50 @@ +#if UNITY_EDITOR +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using System.Reflection; +using UnityEditor; +using UnityEditorInternal; +using System; +using System.IO; +using Davanci.Utils; + +public class ScreenshotCapture : SingletonMB +{ + [SerializeField] string fileName = "File Name"; + + public void MultipleScreenshot() + { + // StartCoroutine(ScreenShotRoutine()); + } + + public static Vector2 GetMainGameViewSize() + { + System.Type T = System.Type.GetType("UnityEditor.GameView,UnityEditor"); + System.Reflection.MethodInfo GetSizeOfMainGameView = T.GetMethod("GetSizeOfMainGameView", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static); + System.Object Res = GetSizeOfMainGameView.Invoke(null, null); + return (Vector2)Res; + } + + public void SingleScreenshot() + { + var t = GetMainGameViewSize(); + int width = (int)t.x; + int height = (int)t.y; + string resolutionText = width + "x" + height; + + // Create a folder for the resolution in the project's root directory + string projectPath = Directory.GetParent(Application.dataPath).FullName; + string folderPath = Path.Combine(projectPath, resolutionText); + if (!Directory.Exists(folderPath)) + { + Directory.CreateDirectory(folderPath); + } + + // Capture screenshot with the resolution in the file name and save it in the created folder + string fullFileName = Path.Combine(folderPath, fileName + " - " + resolutionText + ".png"); + ScreenCapture.CaptureScreenshot(fullFileName); + Debug.Log("Screen Shot Taken: " + fullFileName); + } +} +#endif diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture.cs.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture.cs.meta new file mode 100644 index 0000000..7a3ccae --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 171426d202d407f4db37861d67b0b9d2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture_CustomInspector.cs b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture_CustomInspector.cs new file mode 100644 index 0000000..860730f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture_CustomInspector.cs @@ -0,0 +1,34 @@ +#if UNITY_EDITOR +namespace Davanci.Utils +{ + using UnityEditor; + using UnityEngine; + + [CustomEditor(typeof(ScreenshotCapture))] + public class ScreenshotCapture_CustomInspector : Editor + { + public override void OnInspectorGUI() + { + base.OnInspectorGUI(); + ScreenshotCapture screenshotCapture = (ScreenshotCapture)target; + if (GUILayout.Button("Multiple Screenshot Caputre")) + screenshotCapture.MultipleScreenshot(); + if (GUILayout.Button("Single Screenshot Caputre")) + screenshotCapture.SingleScreenshot(); + + + string howToUse = "HOW TO USE: \n " + + "1- Set All the below needed Resolution in the 'Game' window 'Aspect': \n" + + "- IPhone 12 Pro Portrait, Resolution : 1284 x 2778 \n" + + "- IPhone 8 Portrait, Resolution : 1242 x 2208 \n" + + "- IPad Pro Portraint, resolution 2048 x 2732 \n" + + "2- Drag and Drop the Prefab 'ScreenshotCapturePrefab' into your first scene \n" + + "3- Select the desired Aspect in the 'Game' window \n" + + "4- To Take a screenshot, select the 'ScreenshotCapturePrefab', and in the inspector chose a file name and click 'Screenshot Capture' \n" + + "5- The Image will be Saved in the Root Project Folder" + + "TIP: IT WORKS WHEN THE GAME IS PAUSED."; + EditorGUILayout.HelpBox(howToUse, MessageType.Info); + } + } +} +#endif \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture_CustomInspector.cs.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture_CustomInspector.cs.meta new file mode 100644 index 0000000..419d330 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/ScreenshotCapture_CustomInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 47e0012ba7bb5244f8026b5e0d5ce04b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/SingletonMB.cs b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/SingletonMB.cs new file mode 100644 index 0000000..42b665c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/SingletonMB.cs @@ -0,0 +1,56 @@ +namespace Davanci.Utils +{ + using UnityEngine; + public class SingletonMB : MonoBehaviour where T : class + { + private static SingletonMB instance; + + /// + /// Makes the object singleton not be destroyed automatically when loading a new scene. + /// + public bool DontDestroy; + + public static T Instance => instance as T; + + protected virtual void Awake() + { + if (instance != null) + { + Destroy(gameObject); + } + else + { + instance = this; + if (DontDestroy) + DontDestroyOnLoad(this); + Initialize(); + } + } + + protected virtual void Initialize() + { + } + + protected virtual void Shutdown() + { + } + + protected virtual void OnDestroy() + { + if (instance == this) + { + instance = null; + Shutdown(); + } + } + + protected virtual void OnApplicationQuit() + { + if (instance == this) + { + instance = null; + Shutdown(); + } + } + } +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/SingletonMB.cs.meta b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/SingletonMB.cs.meta new file mode 100644 index 0000000..3b99948 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#External-Packages/packages/ScreenshotCapture/Scripts/SingletonMB.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f3c3ac190cab14e1c8da382c048f3968 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets.meta b/Unity/Arctic Escape/Assets/#Imported-Assets.meta new file mode 100644 index 0000000..78f1a7d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a26e6035c06e417ba6c97c2088ede57 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay.meta new file mode 100644 index 0000000..afdb8de --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ff165c4193d8947b7b7dd1d8fb49946e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit.meta new file mode 100644 index 0000000..ef73222 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 58fa4b70549cd473bbd76bf8b103378b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/License.txt b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/License.txt new file mode 100644 index 0000000..6c34f4e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/License.txt @@ -0,0 +1,28 @@ + + + Car Kit (2.0) + + Created/distributed by Kenney (www.kenney.nl) + Creation date: 01-05-2024 11:13 + + ------------------------------ + + License: (Creative Commons Zero, CC0) + http://creativecommons.org/publicdomain/zero/1.0/ + + You can use this content for personal, educational, and commercial purposes. + + Support by crediting 'Kenney' or 'www.kenney.nl' (this is not a requirement) + + ------------------------------ + + • Website : www.kenney.nl + • Donate : www.kenney.nl/donate + + • Patreon : patreon.com/kenney + + Follow on social media for updates: + + • Twitter: twitter.com/KenneyNL + • Instagram: instagram.com/kenney_nl + • Mastodon: mastodon.gamedev.place/@kenney \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/License.txt.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/License.txt.meta new file mode 100644 index 0000000..026c47d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/License.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c0c669b002e8c4d4f90fd78534993dcd +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models.meta new file mode 100644 index 0000000..a5ec6cb --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a5dfa2b2bc7224e8682d5a13be089ccb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format.meta new file mode 100644 index 0000000..6953de3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f5104c786fee64aea87d4aae97c374d5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures.meta new file mode 100644 index 0000000..3b088f4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2961b12daa7ec476cad6aa126b8d3f0b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures/colormap.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures/colormap.png new file mode 100644 index 0000000..9b22d9b Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures/colormap.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures/colormap.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures/colormap.png.meta new file mode 100644 index 0000000..a8c26b0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/Textures/colormap.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 046396db8486944bfa32dce9e79ba8cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-colormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-colormap.mat new file mode 100644 index 0000000..d7a2c04 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-colormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: sedan-sports-colormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 8b8a66cef0ca3404098cbcc89eb5de2f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &3023813193463549185 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-colormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-colormap.mat.meta new file mode 100644 index 0000000..cb93dbc --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-colormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2916927379fb344999a018b6ca2335d2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-crash.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-crash.fbx new file mode 100644 index 0000000..1c743e7 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-crash.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-crash.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-crash.fbx.meta new file mode 100644 index 0000000..d3ce519 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports-crash.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 860c1b3c45df0474e8a536707e51ac49 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: 2916927379fb344999a018b6ca2335d2, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.65 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.0064999997 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports.fbx new file mode 100644 index 0000000..1c743e7 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports.fbx.meta new file mode 100644 index 0000000..30e62d6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Models/FBX format/sedan-sports.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: cd4bb2dbd704c473a9c018db22947ff4 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: 2916927379fb344999a018b6ca2335d2, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.65 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.0064999997 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Overview.html b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Overview.html new file mode 100644 index 0000000..29d2f60 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Overview.html @@ -0,0 +1,238 @@ + + + + + + + Car Kit + + + + + + + + +

Car Kit

+ +
+ +

Information

+ +

Hover over models to show details, for the documentation see the knowledge base.

+ +

+ Total objects: 45×Total animations: +

+ +
+ +
+ +

Textures

+ +

colormap

+ +
+ +
+ +

Models

+ +

ambulance
+

box
+

cone
+

cone-flat
+

debris-bolt
+

debris-bumper
+

debris-door
+

debris-door-window
+

debris-drivetrain
+

debris-drivetrain-axle
+

debris-nut
+

debris-plate-a
+

debris-plate-b
+

debris-plate-small-a
+

debris-plate-small-b
+

debris-spoiler-a
+

debris-spoiler-b
+

debris-tire
+

delivery
+

delivery-flat
+

firetruck
+

garbage-truck
+

hatchback-sports
+

police
+

race
+

race-future
+

sedan
+

sedan-sports
+

suv
+

suv-luxury
+

taxi
+

tractor
+

tractor-police
+

tractor-shovel
+

truck
+

truck-flat
+

van
+

wheel-dark
+

wheel-default
+

wheel-racing
+

wheel-tractor-back
+

wheel-tractor-dark-back
+

wheel-tractor-dark-front
+

wheel-tractor-front
+

wheel-truck
+ + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Overview.html.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Overview.html.meta new file mode 100644 index 0000000..0484bbb --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Overview.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b914aa0877e8a47438d0186e3bf36f83 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Preview.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Preview.png new file mode 100644 index 0000000..36600c8 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Preview.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Preview.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Preview.png.meta new file mode 100644 index 0000000..be86480 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Preview.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: f5289b932e6cc42049f7c798827c43e1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/View Documentation.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/View Documentation.url new file mode 100644 index 0000000..992bfa5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/View Documentation.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/knowledge-base/game-assets-3d/importing-3d-models-into-game-engines +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/View Documentation.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/View Documentation.url.meta new file mode 100644 index 0000000..bc5456c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/View Documentation.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 77224233d8aa34f9b9aeef5dfb2e3af3 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Kenney.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Kenney.url new file mode 100644 index 0000000..894aa5b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Kenney.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/ +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Kenney.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Kenney.url.meta new file mode 100644 index 0000000..bb64724 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Kenney.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0e2e33be2cd5e4ac6b8993f83ed36d21 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Patreon.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Patreon.url new file mode 100644 index 0000000..67e9ea5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Patreon.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://www.patreon.com/kenney/ \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Patreon.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Patreon.url.meta new file mode 100644 index 0000000..20a28f2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_car-kit/Visit Patreon.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6f632f427b7d94a1fad26c63d63d96ca +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit.meta new file mode 100644 index 0000000..8a6b720 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a59e8c4a593c4e5abb9df226df90964 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/License.txt b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/License.txt new file mode 100644 index 0000000..15be9af --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/License.txt @@ -0,0 +1,28 @@ + + + Holiday Kit (2.0) + + Created/distributed by Kenney (www.kenney.nl) + Creation date: 11-12-2024 14:31 + + ------------------------------ + + License: (Creative Commons Zero, CC0) + http://creativecommons.org/publicdomain/zero/1.0/ + + You can use this content for personal, educational, and commercial purposes. + + Support by crediting 'Kenney' or 'www.kenney.nl' (this is not a requirement) + + ------------------------------ + + • Website : www.kenney.nl + • Donate : www.kenney.nl/donate + + • Patreon : patreon.com/kenney + + Follow on social media for updates: + + • Twitter: twitter.com/KenneyNL + • Instagram: instagram.com/kenney_nl + • Mastodon: mastodon.gamedev.place/@kenney \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/License.txt.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/License.txt.meta new file mode 100644 index 0000000..fdac77b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/License.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 687878938585447b4b9ea8e277940230 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models.meta new file mode 100644 index 0000000..9a74b77 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ac219e69ed00401a8ba68c805f60749 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format.meta new file mode 100644 index 0000000..02ec0de --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 43c7069279ea441eb84b3e726b5d4fb3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment.meta new file mode 100644 index 0000000..6cc59f5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1fa845435e02c43418c463c4d3f5fd98 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles.meta new file mode 100644 index 0000000..fb6941e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 10cda1258b5d74216b856c6b87ba4fdd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/lights-green.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/lights-green.fbx new file mode 100644 index 0000000..6056dc9 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/lights-green.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/lights-green.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/lights-green.fbx.meta new file mode 100644 index 0000000..9c78005 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/lights-green.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 0ca364d73ada747be94d1fa253332d9d +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-cube.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-cube.fbx new file mode 100644 index 0000000..77c2784 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-cube.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-cube.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-cube.fbx.meta new file mode 100644 index 0000000..67b6da1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-cube.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 91112952f3ab44b52b73c1035295041e +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-rectangle.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-rectangle.fbx new file mode 100644 index 0000000..79aef01 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-rectangle.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-rectangle.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-rectangle.fbx.meta new file mode 100644 index 0000000..cb2dbe9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-rectangle.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 0524301ba37194eef9055aed87808326 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-round.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-round.fbx new file mode 100644 index 0000000..88c5dba Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-round.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-round.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-round.fbx.meta new file mode 100644 index 0000000..9f95c44 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-a-round.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 51953223885f8442ca05f08547315196 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.75 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.0075 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-cube.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-cube.fbx new file mode 100644 index 0000000..c57a3ff Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-cube.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-cube.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-cube.fbx.meta new file mode 100644 index 0000000..dfdde31 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-cube.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 8536d382879e8435fbb333f66ffa1dd7 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-rectangle.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-rectangle.fbx new file mode 100644 index 0000000..333cce7 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-rectangle.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-rectangle.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-rectangle.fbx.meta new file mode 100644 index 0000000..877baec --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-rectangle.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 3e81ce09b32774bcf9b8828ac8be094e +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round-colormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round-colormap.mat new file mode 100644 index 0000000..fa5a983 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round-colormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: present-b-round-colormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &4560524493781986600 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round-colormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round-colormap.mat.meta new file mode 100644 index 0000000..8138b33 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round-colormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 366dcc2d276de47b88115620d4424a57 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round.fbx new file mode 100644 index 0000000..28bd00b Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round.fbx.meta new file mode 100644 index 0000000..74e3fb1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/present-b-round.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: d91bd326350f94f7f98a9e8c90941a5a +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: 366dcc2d276de47b88115620d4424a57, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-a.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-a.fbx new file mode 100644 index 0000000..0a9aa87 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-a.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-a.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-a.fbx.meta new file mode 100644 index 0000000..76eb248 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-a.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 3bb3505bbf6634d79ba85d867db05e7a +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-b.fbx new file mode 100644 index 0000000..4db696c Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-b.fbx.meta new file mode 100644 index 0000000..685dad3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: f97407a87e8fd49fd84051ddbb9bb42c +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-c.fbx new file mode 100644 index 0000000..ac11be5 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-c.fbx.meta new file mode 100644 index 0000000..ca4b530 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/collectibles/snowflake-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: e4d4b38c09b4b4b9ba4593843116e7e3 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut.meta new file mode 100644 index 0000000..7ae35c1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3e7efcdc8eb9a4b4da85042b6b88dfe1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-dormer.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-dormer.fbx new file mode 100644 index 0000000..445c610 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-dormer.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-dormer.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-dormer.fbx.meta new file mode 100644 index 0000000..08d508e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-dormer.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 7d4514e7de89a48f6ba949b22ba77304 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 2 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.02 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-snow-dormer.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-snow-dormer.fbx new file mode 100644 index 0000000..6bac772 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-snow-dormer.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-snow-dormer.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-snow-dormer.fbx.meta new file mode 100644 index 0000000..effb85a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/hut/cabin-roof-snow-dormer.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 2ed49118d99ab41e3a490c1118ce0e24 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 2 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.02 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting.meta new file mode 100644 index 0000000..7c9d9b0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 87825777028ae4a4c94fcd6a086a1c99 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/festivus-pole.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/festivus-pole.fbx new file mode 100644 index 0000000..add347d Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/festivus-pole.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/festivus-pole.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/festivus-pole.fbx.meta new file mode 100644 index 0000000..68f12a9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/festivus-pole.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: afb8d8a654d444bd08f4ce7acc543402 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern-hanging.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern-hanging.fbx new file mode 100644 index 0000000..01becf4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern-hanging.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern-hanging.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern-hanging.fbx.meta new file mode 100644 index 0000000..761761f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern-hanging.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 22d0b77d1e1734500ac168c3b088d569 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern.fbx new file mode 100644 index 0000000..2512fd2 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern.fbx.meta new file mode 100644 index 0000000..8534f23 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lantern.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 29e6b35f646a5469f83cfceac54f8524 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-colored.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-colored.fbx new file mode 100644 index 0000000..2f5b14a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-colored.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-colored.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-colored.fbx.meta new file mode 100644 index 0000000..177cd76 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-colored.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 702febe7ddec143b9907b8bf1c8564a7 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-red.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-red.fbx new file mode 100644 index 0000000..4d6a654 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-red.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-red.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-red.fbx.meta new file mode 100644 index 0000000..f8a0fdb --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/lighting/lights-red.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 3098968ead6e84b0ea897dac7804509c +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials.meta new file mode 100644 index 0000000..49efcd8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a5e1818e6f187477ea36d84be4d0e08a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials/rocks-colormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials/rocks-colormap.mat new file mode 100644 index 0000000..d1903d7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials/rocks-colormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5342521718253178924 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: rocks-colormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials/rocks-colormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials/rocks-colormap.mat.meta new file mode 100644 index 0000000..17db6fe --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/materials/rocks-colormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d0d684b5f10a74a9ba551d5cbe0bbd33 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles.meta new file mode 100644 index 0000000..a3fa335 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c2cc5e888872747ffa41c4b33873e7a5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman-hat.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman-hat.fbx new file mode 100644 index 0000000..f436e02 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman-hat.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman-hat.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman-hat.fbx.meta new file mode 100644 index 0000000..c2b59bf --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman-hat.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 7a0b71b11d2a849e1ae47d58d3bfcbe1 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman.fbx new file mode 100644 index 0000000..8b879bf Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman.fbx.meta new file mode 100644 index 0000000..3fedfdf --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/obstacles/snowman.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 97bc94b25cbcf4a66ab8b67fe0d99b50 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks.meta new file mode 100644 index 0000000..6c1f6b3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 59e46e6bfd8234c9096c560a3f8dad19 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-large.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-large.fbx new file mode 100644 index 0000000..5507bd5 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-large.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-large.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-large.fbx.meta new file mode 100644 index 0000000..13323dc --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-large.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 87edd4780d5f04e17818e6ea9025acba +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: d0d684b5f10a74a9ba551d5cbe0bbd33, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1.5 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.015 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-medium.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-medium.fbx new file mode 100644 index 0000000..579f7f4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-medium.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-medium.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-medium.fbx.meta new file mode 100644 index 0000000..7b3dc66 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-medium.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 6ae8eedd11c70473daf7de43d74bffe6 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1.5 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.015 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-small.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-small.fbx new file mode 100644 index 0000000..b46a6b9 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-small.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-small.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-small.fbx.meta new file mode 100644 index 0000000..14a507e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-extra-small.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: b18b943acb2fb43eb8fc0d89f56403bd +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1.5 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.015 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-large.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-large.fbx new file mode 100644 index 0000000..5507bd5 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-large.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-large.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-large.fbx.meta new file mode 100644 index 0000000..c393a30 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-large.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 048de3ef5516b47ff9e1e8623228e93a +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: d0d684b5f10a74a9ba551d5cbe0bbd33, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-medium.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-medium.fbx new file mode 100644 index 0000000..579f7f4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-medium.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-medium.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-medium.fbx.meta new file mode 100644 index 0000000..b3d46c1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-medium.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: e1a5dc0143e454c58aba2d5349476ffa +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-small.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-small.fbx new file mode 100644 index 0000000..b46a6b9 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-small.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-small.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-small.fbx.meta new file mode 100644 index 0000000..c3ca688 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/rocks/rocks-small.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: cc60a50fc600148c18e7b7bba2f3c8ed +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface.meta new file mode 100644 index 0000000..7aa2272 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9cab0a2d4111c4f5192523c357dd662e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-bunker.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-bunker.fbx new file mode 100644 index 0000000..5d01c79 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-bunker.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-bunker.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-bunker.fbx.meta new file mode 100644 index 0000000..159df80 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-bunker.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 55d545b6a351b483e860a88f0828e04b +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large 1.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large 1.fbx new file mode 100644 index 0000000..e7d3a74 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large 1.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large 1.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large 1.fbx.meta new file mode 100644 index 0000000..e3a46b1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large 1.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 1f01f0f4c80d04300a48bb9bebe8140b +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: e48f16bd2c0e04a8a8aa8fdeef0b1360, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 10 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 10 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large-colormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large-colormap.mat new file mode 100644 index 0000000..7001559 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large-colormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7768717285733632938 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: snow-flat-large-colormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large-colormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large-colormap.mat.meta new file mode 100644 index 0000000..b2bf93f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large-colormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e48f16bd2c0e04a8a8aa8fdeef0b1360 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large.fbx new file mode 100644 index 0000000..e7d3a74 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large.fbx.meta new file mode 100644 index 0000000..3544854 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat-large.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 29d340f9e633347a1b9ce114289771e8 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat.fbx new file mode 100644 index 0000000..c586fa6 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat.fbx.meta new file mode 100644 index 0000000..bba3284 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-flat.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 3f4f5aee96d924ef682de7e78dc8e0f8 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-pile.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-pile.fbx new file mode 100644 index 0000000..c5f5a3b Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-pile.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-pile.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-pile.fbx.meta new file mode 100644 index 0000000..d91b785 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-surface/snow-pile.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 6bc48ad57f43d48f7aaccdca6f452be8 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees.meta new file mode 100644 index 0000000..eed2c84 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a666942aea6274b189f3001d84c47f51 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-decorated-snow.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-decorated-snow.fbx new file mode 100644 index 0000000..1129268 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-decorated-snow.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-decorated-snow.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-decorated-snow.fbx.meta new file mode 100644 index 0000000..3a6ab29 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-decorated-snow.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a-colormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a-colormap.mat new file mode 100644 index 0000000..c82137b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a-colormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3268826467646225546 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: tree-snow-a-colormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a-colormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a-colormap.mat.meta new file mode 100644 index 0000000..d41f2ee --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a-colormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df2271da56ccb47db9dc1e1f5026a2b2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a.fbx new file mode 100644 index 0000000..9cb8b18 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a.fbx.meta new file mode 100644 index 0000000..e3ec7e6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-a.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: cf56350ac95154501b9f5d08cd279007 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: df2271da56ccb47db9dc1e1f5026a2b2, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-b.fbx new file mode 100644 index 0000000..864585b Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-b.fbx.meta new file mode 100644 index 0000000..211aae9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 38d1a4df78da14781a5a07618be49ab6 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-c.fbx new file mode 100644 index 0000000..511035b Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-c.fbx.meta new file mode 100644 index 0000000..b592323 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Environment/snow-trees/tree-snow-c.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 42a6ac84b60c34d909433712ab13275c +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: df2271da56ccb47db9dc1e1f5026a2b2, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures.meta new file mode 100644 index 0000000..fddf26a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5d940ae948723472ca6c6e5eac82daa3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures/colormap.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures/colormap.png new file mode 100644 index 0000000..af4140f Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures/colormap.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures/colormap.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures/colormap.png.meta new file mode 100644 index 0000000..8cfd330 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Models/FBX format/Textures/colormap.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: ee6f9d16d271d4ed3acffa8e82b50d81 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Overview.html b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Overview.html new file mode 100644 index 0000000..c4cdc5d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Overview.html @@ -0,0 +1,292 @@ + + + + + + + Holiday Kit + + + + + + + + +

Holiday Kit

+ +
+ +

Information

+ +

Hover over models to show details, for the documentation see the knowledge base.

+ +

+ Total objects: 99×Total animations: +

+ +
+ +
+ +

Textures

+ +

colormap

+ +
+ +
+ +

Models

+ +

bench
+

bench-short
+

cabin-corner
+

cabin-corner-bottom
+

cabin-corner-logs
+
Animated
cabin-door-rotate
+

cabin-doorway
+

cabin-doorway-center
+

cabin-doorway-left
+

cabin-doorway-right
+

cabin-fence
+
Animated
cabin-overhang-door-rotate
+

cabin-overhang-doorway
+

cabin-roof
+

cabin-roof-chimney
+

cabin-roof-corner
+

cabin-roof-dormer
+

cabin-roof-point
+

cabin-roof-snow
+

cabin-roof-snow-chimney
+

cabin-roof-snow-corner
+

cabin-roof-snow-dormer
+

cabin-roof-snow-point
+

cabin-roof-top
+

cabin-wall
+

cabin-wall-low
+

cabin-wall-roof
+

cabin-wall-roof-center
+

cabin-wall-wreath
+

cabin-window-a
+

cabin-window-b
+

cabin-window-c
+

cabin-window-large
+

candy-cane-green
+

candy-cane-red
+

festivus-pole
+

floor-stone
+

floor-wood
+

floor-wood-snow
+

gingerbread-man
+

gingerbread-woman
+

hanukkah-dreidel
+

hanukkah-menorah
+

hanukkah-menorah-candles
+

kwanzaa-kikombe
+

kwanzaa-kinara
+

kwanzaa-kinara-alternative
+

lantern
+

lantern-hanging
+

lights-colored
+

lights-green
+

lights-red
+

nutcracker
+

present-a-cube
+

present-a-rectangle
+

present-a-round
+

present-b-cube
+

present-b-rectangle
+

present-b-round
+

reindeer
+

rocks-large
+

rocks-medium
+

rocks-small
+

sled
+

sled-long
+

snow-bunker
+

snow-flat
+

snow-flat-large
+

snow-pile
+

snowflake-a
+

snowflake-b
+

snowflake-c
+

snowman
+

snowman-hat
+

sock-green
+

sock-green-cane
+

sock-red
+

sock-red-cane
+

train-locomotive
+

train-tender
+

train-wagon
+

train-wagon-flat
+

train-wagon-flat-short
+

train-wagon-logs
+

train-wagon-short
+

trainset-rail-bend
+

trainset-rail-corner
+

trainset-rail-detailed-bend
+

trainset-rail-detailed-corner
+

trainset-rail-detailed-straight
+

trainset-rail-straight
+

tree
+

tree-decorated
+

tree-decorated-snow
+

tree-snow-a
+

tree-snow-b
+

tree-snow-c
+

wreath
+

wreath-decorated
+ + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Overview.html.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Overview.html.meta new file mode 100644 index 0000000..0ce65de --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Overview.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 74055ea56f9b54f19b9c9f8a753c7ab3 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Large).png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Large).png new file mode 100644 index 0000000..97deb6a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Large).png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Large).png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Large).png.meta new file mode 100644 index 0000000..8490226 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Large).png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: e39305770b1c04a16bbd3172f70256ec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Transparent).png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Transparent).png new file mode 100644 index 0000000..6555ec5 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Transparent).png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Transparent).png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Transparent).png.meta new file mode 100644 index 0000000..e30d49f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview (Transparent).png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 4071a29e29309427183c48d803e02c65 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview.png new file mode 100644 index 0000000..6207642 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview.png.meta new file mode 100644 index 0000000..b89c7c1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Preview.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 4e86ae2931a974ac798184a84768805f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large Transparent).png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large Transparent).png new file mode 100644 index 0000000..3e186b2 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large Transparent).png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large Transparent).png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large Transparent).png.meta new file mode 100644 index 0000000..24d6206 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large Transparent).png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 56de5322999e44af09353535804e723b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large).png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large).png new file mode 100644 index 0000000..819f2ee Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large).png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large).png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large).png.meta new file mode 100644 index 0000000..a464bff --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample (Large).png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: f0ffb0674aea6425e9abbe1d5d4d1253 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample.png new file mode 100644 index 0000000..af0f239 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample.png.meta new file mode 100644 index 0000000..7bdb893 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Sample.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: d8d15934078224451a89d501f6bc5fe5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/View Documentation.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/View Documentation.url new file mode 100644 index 0000000..992bfa5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/View Documentation.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/knowledge-base/game-assets-3d/importing-3d-models-into-game-engines +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/View Documentation.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/View Documentation.url.meta new file mode 100644 index 0000000..e414e08 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/View Documentation.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d731d3516916b4120ab16d633e2c4e15 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Kenney.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Kenney.url new file mode 100644 index 0000000..894aa5b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Kenney.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/ +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Kenney.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Kenney.url.meta new file mode 100644 index 0000000..0250ff6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Kenney.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 53b35c56f0c9148809d8b14f447f71b2 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Patreon.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Patreon.url new file mode 100644 index 0000000..67e9ea5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Patreon.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://www.patreon.com/kenney/ \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Patreon.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Patreon.url.meta new file mode 100644 index 0000000..89b7668 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_holiday-kit/Visit Patreon.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 03217b31490024d26872b7023d718ce6 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit.meta new file mode 100644 index 0000000..bf132ae --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d818ac251fcb5440689d07582a70ff77 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/License.txt b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/License.txt new file mode 100644 index 0000000..7bec795 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/License.txt @@ -0,0 +1,29 @@ + + + Train Kit (1.1) + + Created/distributed by Kenney (www.kenney.nl) + Creation date: 22-09-2024 23:33 + Additional credit(s): Guus Vermeulen, Tony Schaer + + ------------------------------ + + License: (Creative Commons Zero, CC0) + http://creativecommons.org/publicdomain/zero/1.0/ + + You can use this content for personal, educational, and commercial purposes. + + Support by crediting 'Kenney' or 'www.kenney.nl' (this is not a requirement) + + ------------------------------ + + • Website : www.kenney.nl + • Donate : www.kenney.nl/donate + + • Patreon : patreon.com/kenney + + Follow on social media for updates: + + • Twitter: twitter.com/KenneyNL + • Instagram: instagram.com/kenney_nl + • Mastodon: mastodon.gamedev.place/@kenney \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/License.txt.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/License.txt.meta new file mode 100644 index 0000000..bde5b03 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/License.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d93c1a003547d432bb9deaaddfd72d34 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models.meta new file mode 100644 index 0000000..408f06d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5f78cbd9cb0554e1ab988fedebb18fc5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format.meta new file mode 100644 index 0000000..f4c7609 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c01e84a364e2a41f9b52f74e9576d431 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx.meta new file mode 100644 index 0000000..68e516e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3e16b356342964278a6d0e310b794884 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden.meta new file mode 100644 index 0000000..438ba30 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: feb788fad682f4e1ebeddab52af0be00 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials.meta new file mode 100644 index 0000000..969f72b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 267ab407e8ed94e2e948b4242da0fbbe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap 1.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap 1.mat new file mode 100644 index 0000000..dd97836 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap 1.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2721613841032412266 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: colormap 1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap 1.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap 1.mat.meta new file mode 100644 index 0000000..0b7c5e4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ea45a370282b84c72833dd358466235e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap.mat new file mode 100644 index 0000000..33dc77b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2721613841032412266 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: colormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap.mat.meta new file mode 100644 index 0000000..e470f60 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/Materials/colormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ce1ce4893561b4a4bb9f6d68e430da31 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-damaged-straight.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-damaged-straight.fbx new file mode 100644 index 0000000..3d28cfc Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-damaged-straight.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-damaged-straight.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-damaged-straight.fbx.meta new file mode 100644 index 0000000..7688b91 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-damaged-straight.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 20d671ade255f4a6d857e9fc29001abb +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-straight.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-straight.fbx new file mode 100644 index 0000000..b0e1083 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-straight.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-straight.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-straight.fbx.meta new file mode 100644 index 0000000..d7c033a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/track-fbx/rail-road-wooden/railroad-straight.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 4fa4f4e5e0eba41819eeb58c8675ca17 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx.meta new file mode 100644 index 0000000..bbba899 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1ba195b3987b74ab39c46f9b72061fd3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player.meta new file mode 100644 index 0000000..5aa06c5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e959cb15f699541d7b3241a47b03b0bf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-a.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-a.fbx new file mode 100644 index 0000000..780142e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-a.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-a.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-a.fbx.meta new file mode 100644 index 0000000..2d2af47 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-a.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: ba6144697128347939e8d4c5ed04040c +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-ccolormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-ccolormap.mat new file mode 100644 index 0000000..51e37ec --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-ccolormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: train-locomotive-ccolormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &8565748329421813053 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-ccolormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-ccolormap.mat.meta new file mode 100644 index 0000000..8814cc7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/Player/train-locomotive-ccolormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bbf47a35477734db7a40b20e4e3512e8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-box-a.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-box-a.fbx new file mode 100644 index 0000000..f3f8e4e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-box-a.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-box-a.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-box-a.fbx.meta new file mode 100644 index 0000000..e4c962c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-box-a.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: a79bdd56e0f104cf48aba3b10ae0fe7f +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-c.fbx new file mode 100644 index 0000000..0a20b15 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-c.fbx.meta new file mode 100644 index 0000000..98bc96c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-diesel-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: babe1436b56df4bedbd3dd05b0257e06 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-a.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-a.fbx new file mode 100644 index 0000000..280dc6c Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-a.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-a.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-a.fbx.meta new file mode 100644 index 0000000..8d4ebdc --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-a.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: d23a50a3b70aa424286b832c1dfb14d1 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colormap + second: {fileID: 2100000, guid: 6739475a2de91494fa16f080c03eb4a9, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-acolormap.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-acolormap.mat new file mode 100644 index 0000000..ec83f31 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-acolormap.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4127745614343937362 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: train-electric-bullet-acolormap + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-acolormap.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-acolormap.mat.meta new file mode 100644 index 0000000..1e64c58 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-bullet-acolormap.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6739475a2de91494fa16f080c03eb4a9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-city-a.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-city-a.fbx new file mode 100644 index 0000000..fa263f4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-city-a.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-city-a.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-city-a.fbx.meta new file mode 100644 index 0000000..1d93057 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-bogey-fbx/train-electric-city-a.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx.meta new file mode 100644 index 0000000..f466bab --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cafe6ecd583d846ce949313a45b54a89 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles.meta new file mode 100644 index 0000000..750b913 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 61e7df877492e4a6ab8f3f0d71e1b518 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-box.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-box.fbx new file mode 100644 index 0000000..35ad3f5 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-box.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-box.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-box.fbx.meta new file mode 100644 index 0000000..e903ee7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-box.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: facb65b9b70c34172aa2785d4e52f676 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-coal.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-coal.fbx new file mode 100644 index 0000000..ffa6db5 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-coal.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-coal.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-coal.fbx.meta new file mode 100644 index 0000000..03d62e4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-coal.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 68df4e54c42e544cea8bd515b3e546a3 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-blue.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-blue.fbx new file mode 100644 index 0000000..c4b05b3 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-blue.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-blue.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-blue.fbx.meta new file mode 100644 index 0000000..8766282 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-blue.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 0ab856d144ca3433f902912ed47111fe +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-green.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-green.fbx new file mode 100644 index 0000000..7a6ddfc Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-green.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-green.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-green.fbx.meta new file mode 100644 index 0000000..1a1938d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-green.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: cb149c9dd60c94aab8c584788e6b6697 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-red.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-red.fbx new file mode 100644 index 0000000..a335efd Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-red.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-red.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-red.fbx.meta new file mode 100644 index 0000000..9654bb1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-container-red.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: adedf471dc20f440c9a2f98dec56f00a +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-dirt.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-dirt.fbx new file mode 100644 index 0000000..bc08214 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-dirt.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-dirt.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-dirt.fbx.meta new file mode 100644 index 0000000..6ce3405 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-dirt.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: bc07cb879536f4313b44f567c97cd767 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-lumber.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-lumber.fbx new file mode 100644 index 0000000..f973e35 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-lumber.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-lumber.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-lumber.fbx.meta new file mode 100644 index 0000000..e6953d8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-lumber.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 0ee8034715f44433fade4529f7db636e +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank-large.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank-large.fbx new file mode 100644 index 0000000..26b9ffb Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank-large.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank-large.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank-large.fbx.meta new file mode 100644 index 0000000..2451ffa --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank-large.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 1ca1b25b5aaff4bdc8353d29209477d2 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank.fbx new file mode 100644 index 0000000..f7f93b6 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank.fbx.meta new file mode 100644 index 0000000..40622e2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-tank.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: a078ae5c095d84f3d843d46bd3899a44 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-wood.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-wood.fbx new file mode 100644 index 0000000..b572faf Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-wood.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-wood.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-wood.fbx.meta new file mode 100644 index 0000000..da1481a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/Obstacles/train-carriage-wood.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 4a1ede4f367a7416394254fdba46c59d +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-b.fbx new file mode 100644 index 0000000..516547e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-b.fbx.meta new file mode 100644 index 0000000..2e838db --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 28c611695c8e84f3b8805f6f9910b57c +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-c.fbx new file mode 100644 index 0000000..aac8a13 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-c.fbx.meta new file mode 100644 index 0000000..736d287 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-carriage-fbx/train-diesel-box-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 9a3bae935ef5d45d082e95491cc3504d +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-connector.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-connector.fbx new file mode 100644 index 0000000..e0737f3 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-connector.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-connector.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-connector.fbx.meta new file mode 100644 index 0000000..ac3566d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-connector.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 9b913037c9e304b61886536fc16b80c8 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx.meta new file mode 100644 index 0000000..3191327 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 79c96c164ece241948281d9695c8b93f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-b.fbx new file mode 100644 index 0000000..aef91c8 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-b.fbx.meta new file mode 100644 index 0000000..3a05b9d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: b348b7a8f211e431eb6b68a352f7923f +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-c.fbx new file mode 100644 index 0000000..5095704 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-c.fbx.meta new file mode 100644 index 0000000..8ab33f7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-bullet-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: ce4e58520d5cc42529f270666193361a +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-b.fbx new file mode 100644 index 0000000..82964c9 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-b.fbx.meta new file mode 100644 index 0000000..bba7619 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: ffe211e155ba648d0a4bb0e8d8fc77e6 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-c.fbx new file mode 100644 index 0000000..5f4ef3a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-c.fbx.meta new file mode 100644 index 0000000..c084b8b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-city-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 8a370722cfa3d42568e370fb18637b1b +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-b.fbx new file mode 100644 index 0000000..c3282f9 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-b.fbx.meta new file mode 100644 index 0000000..539a45d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 4921ff4dcafce43a38942b54cfa4f342 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-c.fbx new file mode 100644 index 0000000..d998131 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-c.fbx.meta new file mode 100644 index 0000000..6f53328 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-double-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: b6b7c619cbe8948019beb3d1f8fcf171 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-b.fbx new file mode 100644 index 0000000..e0047b4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-b.fbx.meta new file mode 100644 index 0000000..693c9d7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 56129be62d19044f0bac2ae124931014 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-c.fbx new file mode 100644 index 0000000..716eab6 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-c.fbx.meta new file mode 100644 index 0000000..01b6f78 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-square-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 803bd8e6bcdfd459292a5c7f11ad4c8b +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-b.fbx new file mode 100644 index 0000000..97bc5d8 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-b.fbx.meta new file mode 100644 index 0000000..8a46484 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: fb080796ab66740de83ca65ec6deddc9 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-c.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-c.fbx new file mode 100644 index 0000000..722531f Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-c.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-c.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-c.fbx.meta new file mode 100644 index 0000000..0f76063 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-electric-subway-c.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 891a04bca399547838935cb01e6e6603 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-a.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-a.fbx new file mode 100644 index 0000000..eb11548 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-a.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-a.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-a.fbx.meta new file mode 100644 index 0000000..78a5177 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-a.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 8e1d2fc97611e42c0bc939aa290e4db7 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-b.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-b.fbx new file mode 100644 index 0000000..bd28069 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-b.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-b.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-b.fbx.meta new file mode 100644 index 0000000..888f171 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/FBX format/train-passenger-carriage-fbx/train-locomotive-passenger-b.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: b22cf730e05db47f689bb00f355a03db +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures.meta new file mode 100644 index 0000000..1971994 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 374ce948f21f245c6a23d7f0d734ff1c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures/colormap.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures/colormap.png new file mode 100644 index 0000000..356a686 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures/colormap.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures/colormap.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures/colormap.png.meta new file mode 100644 index 0000000..6cc282c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Models/Textures/colormap.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: b7955e07d26d642bfa43d6931b45a15d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Overview.html b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Overview.html new file mode 100644 index 0000000..634db64 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Overview.html @@ -0,0 +1,296 @@ + + + + + + + Train Kit + + + + + + + + +

Train Kit

+ +
+ +

Information

+ +

Hover over models to show details, for the documentation see the knowledge base.

+ +

+ Total objects: 103×Total animations: +

+ +
+ +
+ +

Textures

+ +

colormap

+ +
+ +
+ +

Models

+ +

spline-segment
+

spline-track
+

spline-track-damaged
+

track
+

track-detailed
+

track-single
+

track-single-detailed
+

train-carriage-box
+

train-carriage-coal
+

train-carriage-container-blue
+

train-carriage-container-green
+

train-carriage-container-red
+

train-carriage-dirt
+

train-carriage-flatbed
+

train-carriage-flatbed-wood
+

train-carriage-lumber
+

train-carriage-tank
+

train-carriage-tank-large
+

train-carriage-wood
+

train-connector
+

train-diesel-a
+

train-diesel-b
+

train-diesel-box-a
+

train-diesel-box-b
+

train-diesel-box-c
+

train-diesel-c
+

train-electric-bullet-a
+

train-electric-bullet-b
+

train-electric-bullet-c
+

train-electric-city-a
+

train-electric-city-b
+

train-electric-city-c
+

train-electric-double-a
+

train-electric-double-b
+

train-electric-double-c
+

train-electric-square-a
+

train-electric-square-b
+

train-electric-square-c
+

train-electric-subway-a
+

train-electric-subway-b
+

train-electric-subway-c
+

train-locomotive-a
+

train-locomotive-b
+

train-locomotive-c
+

train-locomotive-passenger-a
+

train-locomotive-passenger-b
+

train-tram-classic
+

train-tram-modern
+

train-tram-round
+

railroad-damaged-straight
+

railroad-damaged-straight-bump-up
+

railroad-damaged-straight-bump-down
+

railroad-damaged-straight-hill-complete
+

railroad-damaged-straight-hill-complete-half
+

railroad-damaged-straight-hill-beginning
+

railroad-damaged-straight-hill-end
+

railroad-damaged-corner-small
+

railroad-damaged-corner-large
+

railroad-damaged-curve
+

railroad-damaged-straight-skew-right
+

railroad-damaged-straight-skew-right-side
+

railroad-damaged-straight-skew-left
+

railroad-damaged-straight-skew-left-side
+

railroad-damaged-corner-small-ramp
+

railroad-damaged-corner-large-ramp
+

railroad-damaged-straight-bend
+

railroad-damaged-straight-bend-large
+

railroad-straight
+

railroad-straight-bump-up
+

railroad-straight-bump-down
+

railroad-straight-hill-complete
+

railroad-straight-hill-complete-half
+

railroad-straight-hill-beginning
+

railroad-straight-hill-end
+

railroad-corner-small
+

railroad-corner-large
+

railroad-curve
+

railroad-straight-skew-right
+

railroad-straight-skew-right-side
+

railroad-straight-skew-left
+

railroad-straight-skew-left-side
+

railroad-corner-small-ramp
+

railroad-corner-large-ramp
+

railroad-straight-bend
+

railroad-straight-bend-large
+

railroad-rail-straight
+

railroad-rail-straight-bump-up
+

railroad-rail-straight-bump-down
+

railroad-rail-straight-hill-complete
+

railroad-rail-straight-hill-complete-half
+

railroad-rail-straight-hill-beginning
+

railroad-rail-straight-hill-end
+

railroad-rail-corner-small
+

railroad-rail-corner-large
+

railroad-rail-curve
+

railroad-rail-straight-skew-right
+

railroad-rail-straight-skew-right-side
+

railroad-rail-straight-skew-left
+

railroad-rail-straight-skew-left-side
+

railroad-rail-corner-small-ramp
+

railroad-rail-corner-large-ramp
+

railroad-rail-straight-bend
+

railroad-rail-straight-bend-large
+ + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Overview.html.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Overview.html.meta new file mode 100644 index 0000000..72f30e4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Overview.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fe825e3e3ba38461ba7a68841520ab32 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Damaged).png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Damaged).png new file mode 100644 index 0000000..4d93264 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Damaged).png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Damaged).png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Damaged).png.meta new file mode 100644 index 0000000..7f74778 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Damaged).png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 8f42387ed5b9948e7b0a4af8c6d336a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Rail).png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Rail).png new file mode 100644 index 0000000..7745a82 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Rail).png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Rail).png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Rail).png.meta new file mode 100644 index 0000000..d31bd31 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad Rail).png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: f2caa325e02984f389322a772142c60f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad).png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad).png new file mode 100644 index 0000000..001edf3 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad).png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad).png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad).png.meta new file mode 100644 index 0000000..3253073 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview (Railroad).png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: e1f82aac2f1644476a85dcc42d433c94 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview.png new file mode 100644 index 0000000..77e0b92 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview.png.meta new file mode 100644 index 0000000..37a75a0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Preview.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 7572c67bee1844371b617582bad2ec6f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/View Documentation.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/View Documentation.url new file mode 100644 index 0000000..992bfa5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/View Documentation.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/knowledge-base/game-assets-3d/importing-3d-models-into-game-engines +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/View Documentation.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/View Documentation.url.meta new file mode 100644 index 0000000..535c13f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/View Documentation.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 289b4e316b89e48b2aff8dfe6e6279ba +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Kenney.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Kenney.url new file mode 100644 index 0000000..894aa5b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Kenney.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/ +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Kenney.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Kenney.url.meta new file mode 100644 index 0000000..e842fe9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Kenney.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b0df7c6da3bf8436a849573367020898 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Patreon.url b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Patreon.url new file mode 100644 index 0000000..67e9ea5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Patreon.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://www.patreon.com/kenney/ \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Patreon.url.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Patreon.url.meta new file mode 100644 index 0000000..af27f73 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Gameplay/kenney_train-kit/Visit Patreon.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 81ca8484fd3e84b09a3ef84006b64242 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox.meta new file mode 100644 index 0000000..5e6a32d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 76ed350be4ade4b51ba23c035b29c6d9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree.meta new file mode 100644 index 0000000..fb8b041 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d1cf4705c761f449db04eeb486e778ad +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night.meta new file mode 100644 index 0000000..f05b541 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 5002a90c1ac5742af853cc504426d653 +folderAsset: yes +timeCreated: 1557585620 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.mat new file mode 100644 index 0000000..74735b8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.mat @@ -0,0 +1,111 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Cold Night Equirect + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 97259d0c0ea9f491692be825da27978a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.mat.meta new file mode 100644 index 0000000..32f0738 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: eac2ef371405749e0bd050b4c3272f16 +timeCreated: 1544379895 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.png new file mode 100644 index 0000000..8f13e57 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.png.meta new file mode 100644 index 0000000..9742b0c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night Equirect.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 97259d0c0ea9f491692be825da27978a +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 2 + cubemapConvolution: 0 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.mat new file mode 100644 index 0000000..0aa0a9e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.mat @@ -0,0 +1,50 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Cold Night + m_Shader: {fileID: 10700, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 7a03001a6d7c746a2a2467b3b3f51660, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 8cab6aa3331da40e68754e2214ce08fa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: aad96e1c2baf24d3499e2ea1426ab824, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 3aa922ca8577f4f66b8810ab41310933, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 2b201733d2df84602b3020984df58790, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 3d6928c404a7c46c3991bb1b73521d66, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: [] + m_Colors: [] + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.mat.meta new file mode 100644 index 0000000..1a45351 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 9af23ba5fa5364ff598888460e0e2759 +timeCreated: 1551287197 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.unity b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.unity new file mode 100644 index 0000000..24c7cf4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.unity @@ -0,0 +1,275 @@ +%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: 1 + m_FogColor: {r: 0.035845578, g: 0.058604673, b: 0.09558821, a: 1} + m_FogMode: 1 + m_FogDensity: 0 + m_LinearFogStart: 1 + m_LinearFogEnd: 500 + m_AmbientSkyColor: {r: 0.04584775, g: 0.07169549, b: 0.11764705, a: 1} + m_AmbientEquatorColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientGroundColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 3 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: eac2ef371405749e0bd050b4c3272f16, type: 2} + 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_UseRadianceAmbientProbe: 0 +--- !u!157 &4 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 0 + 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: 1 + m_BakeResolution: 50 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 0 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 1024 + m_ReflectionCompression: 2 + m_MixedBakeMode: 1 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 0 + 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: 112000001, guid: 1ef1a6f2296995245a4801789d7b3c27, type: 2} + m_LightingSettings: {fileID: 4890085278179872738, guid: f36ac15357f4b40588d29e4660c9d69f, type: 2} +--- !u!196 &5 +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.16666666 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &148055669 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 159908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_Name + value: AllSkyFreeDemoEnvironment + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} +--- !u!1 &1192864539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1192864541} + - component: {fileID: 1192864540} + m_Layer: 0 + m_Name: Directional light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1192864540 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.16641437, g: 0.2840521, b: 0.41911763, a: 1} + m_Intensity: 0.59 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 1 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 1.019 + m_NormalBias: 0 + m_NearPlane: 0.1 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1192864541 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_LocalRotation: {x: 0.9895662, y: 0.00051616336, z: -0.0050087217, w: 0.14399117} + m_LocalPosition: {x: 6.2, y: 17.8, z: 1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 163.442, y: 0.5839844, z: 0.024993896} diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.unity.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.unity.meta new file mode 100644 index 0000000..c8ab0f1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night.unity.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8c6f0d7d2a576443a92d35db4d83c4da +timeCreated: 1551196571 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold NightSettings.lighting b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold NightSettings.lighting new file mode 100644 index 0000000..b2754f9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold NightSettings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Cold NightSettings + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 0 + m_LightmapMaxSize: 1024 + m_BakeResolution: 50 + m_Padding: 2 + m_LightmapCompression: 0 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 1 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 1024 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 0 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold NightSettings.lighting.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold NightSettings.lighting.meta new file mode 100644 index 0000000..f88a8bb --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold NightSettings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f36ac15357f4b40588d29e4660c9d69f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_0_Front+Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_0_Front+Z.png new file mode 100644 index 0000000..93b9023 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_0_Front+Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_0_Front+Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_0_Front+Z.png.meta new file mode 100644 index 0000000..046bb89 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_0_Front+Z.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: aad96e1c2baf24d3499e2ea1426ab824 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_1_Back-Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_1_Back-Z.png new file mode 100644 index 0000000..216e6f6 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_1_Back-Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_1_Back-Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_1_Back-Z.png.meta new file mode 100644 index 0000000..a3c792a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_1_Back-Z.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 7a03001a6d7c746a2a2467b3b3f51660 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_2_Left+X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_2_Left+X.png new file mode 100644 index 0000000..cce6682 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_2_Left+X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_2_Left+X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_2_Left+X.png.meta new file mode 100644 index 0000000..76d2c08 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_2_Left+X.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 3aa922ca8577f4f66b8810ab41310933 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_3_Right-X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_3_Right-X.png new file mode 100644 index 0000000..0dfca4f Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_3_Right-X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_3_Right-X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_3_Right-X.png.meta new file mode 100644 index 0000000..291272a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_3_Right-X.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 2b201733d2df84602b3020984df58790 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_4_Up+Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_4_Up+Y.png new file mode 100644 index 0000000..af61f16 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_4_Up+Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_4_Up+Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_4_Up+Y.png.meta new file mode 100644 index 0000000..0750f07 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_4_Up+Y.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 3d6928c404a7c46c3991bb1b73521d66 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_5_Down-Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_5_Down-Y.png new file mode 100644 index 0000000..e675769 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_5_Down-Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_5_Down-Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_5_Down-Y.png.meta new file mode 100644 index 0000000..e691186 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#1_Cold Night/Cold Night__Cam_5_Down-Y.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 8cab6aa3331da40e68754e2214ce08fa +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset.meta new file mode 100644 index 0000000..7f1a5b5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e45cb2dd63729436e93f61f9933371db +folderAsset: yes +timeCreated: 1557585652 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.mat new file mode 100644 index 0000000..8b2efa0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.mat @@ -0,0 +1,111 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Cold Sunset Equirect + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 6fa3f446deee84c52aec507bd0aca28c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.mat.meta new file mode 100644 index 0000000..8ea87d6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 01f4eb1c73693428d923f1520032e7f9 +timeCreated: 1544379895 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.png new file mode 100644 index 0000000..80f91f0 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.png.meta new file mode 100644 index 0000000..9f7cec7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset Equirect.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 6fa3f446deee84c52aec507bd0aca28c +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 2 + cubemapConvolution: 0 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.mat new file mode 100644 index 0000000..260ebc1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.mat @@ -0,0 +1,50 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Cold Sunset + m_Shader: {fileID: 10700, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 0c96697ef1fc74d8d90d3e2f7345366d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 6458ffa0dcd6b4ea5b30ac5085d8c68a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 6774108631deb4532b5f7df6e4f779a7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: ce026dfecbc694085a1d87a22f3bb49d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 1f225a337fa434ec1b937d9c8b70a667, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: c9658c52dbf374bf6aeeb26310f71145, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: [] + m_Colors: [] + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.mat.meta new file mode 100644 index 0000000..51abb64 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 2d796ced94d61438fbab81b194038162 +timeCreated: 1551287288 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.unity b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.unity new file mode 100644 index 0000000..66f30f6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.unity @@ -0,0 +1,275 @@ +%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: 1 + m_FogColor: {r: 0.50540656, g: 0.5444204, b: 0.60294116, a: 1} + m_FogMode: 1 + m_FogDensity: 0 + m_LinearFogStart: 1 + m_LinearFogEnd: 1000 + m_AmbientSkyColor: {r: 0.18549955, g: 0.2685835, b: 0.3455882, a: 1} + m_AmbientEquatorColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientGroundColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 3 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 01f4eb1c73693428d923f1520032e7f9, type: 2} + 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_UseRadianceAmbientProbe: 0 +--- !u!157 &4 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 0 + 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: 1 + m_BakeResolution: 50 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 0 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 1024 + m_ReflectionCompression: 2 + m_MixedBakeMode: 1 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 0 + 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: 112000001, guid: 1ef1a6f2296995245a4801789d7b3c27, type: 2} + m_LightingSettings: {fileID: 4890085278179872738, guid: 51b09df0ae1ac45b9953d3861236c8e9, type: 2} +--- !u!196 &5 +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.16666666 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &1192864539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1192864541} + - component: {fileID: 1192864540} + m_Layer: 0 + m_Name: Directional light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1192864540 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.8980393, g: 0.89019614, b: 0.87843144, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 1 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 1.019 + m_NormalBias: 0 + m_NearPlane: 0.1 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1192864541 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_LocalRotation: {x: 0.98946416, y: 0.006525926, z: 0.037720785, w: 0.13962576} + m_LocalPosition: {x: 6.2, y: 17.8, z: 1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 163.989, y: -4.5629883, z: -1.3980103} +--- !u!1001 &1787935295 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 159908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_Name + value: AllSkyFreeDemoEnvironment + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.unity.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.unity.meta new file mode 100644 index 0000000..67512a1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset.unity.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f87b863005c8d4abcb743cad9f6566a7 +timeCreated: 1551198544 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold SunsetSettings.lighting b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold SunsetSettings.lighting new file mode 100644 index 0000000..dd7b8b2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold SunsetSettings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Cold SunsetSettings + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 0 + m_BakeBackend: 0 + m_LightmapMaxSize: 1024 + m_BakeResolution: 50 + m_Padding: 2 + m_LightmapCompression: 0 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 1 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 1 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 1024 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 0 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold SunsetSettings.lighting.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold SunsetSettings.lighting.meta new file mode 100644 index 0000000..333115f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold SunsetSettings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 51b09df0ae1ac45b9953d3861236c8e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_0_Front+Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_0_Front+Z.png new file mode 100644 index 0000000..bdd536e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_0_Front+Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_0_Front+Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_0_Front+Z.png.meta new file mode 100644 index 0000000..1985bb2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_0_Front+Z.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 6774108631deb4532b5f7df6e4f779a7 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_1_Back-Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_1_Back-Z.png new file mode 100644 index 0000000..af3d209 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_1_Back-Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_1_Back-Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_1_Back-Z.png.meta new file mode 100644 index 0000000..67db765 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_1_Back-Z.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 0c96697ef1fc74d8d90d3e2f7345366d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_2_Left+X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_2_Left+X.png new file mode 100644 index 0000000..7d277e0 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_2_Left+X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_2_Left+X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_2_Left+X.png.meta new file mode 100644 index 0000000..d4910e5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_2_Left+X.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: ce026dfecbc694085a1d87a22f3bb49d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_3_Right-X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_3_Right-X.png new file mode 100644 index 0000000..ab24cd4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_3_Right-X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_3_Right-X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_3_Right-X.png.meta new file mode 100644 index 0000000..35ed4b6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_3_Right-X.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 1f225a337fa434ec1b937d9c8b70a667 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_4_Up+Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_4_Up+Y.png new file mode 100644 index 0000000..34c833a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_4_Up+Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_4_Up+Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_4_Up+Y.png.meta new file mode 100644 index 0000000..5edfab1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_4_Up+Y.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: c9658c52dbf374bf6aeeb26310f71145 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_5_Down-Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_5_Down-Y.png new file mode 100644 index 0000000..e7407a4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_5_Down-Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_5_Down-Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_5_Down-Y.png.meta new file mode 100644 index 0000000..3601fac --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#2_Cold Sunset/Cold Sunset__Cam_5_Down-Y.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 6458ffa0dcd6b4ea5b30ac5085d8c68a +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset.meta new file mode 100644 index 0000000..c6b98f1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 6eb09a1750d2d4f609c0e79b804a9f3e +folderAsset: yes +timeCreated: 1557584424 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset Equirect.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset Equirect.mat new file mode 100644 index 0000000..2ad4a44 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset Equirect.mat @@ -0,0 +1,112 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Epic_BlueSunset Equirect + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: + - _EMISSION + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 8a33d22c0ed8b7c46b71c7a321fe520b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 661f357023021cc479d542e35235eceb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: de7e553aa8d485643916abef15974850, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 3d35a79cef5c86a48b5186382f0ca961, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 41cd99dd981b61b4ab752ed33581ce36, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: e71fc492f440446b99875b8e1df890ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 6f46d5fed15fc274aa896d4a7b6881de, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset Equirect.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset Equirect.mat.meta new file mode 100644 index 0000000..8a887c8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset Equirect.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: cdbb40e11399e4a17882ada20a1b896a +timeCreated: 1481203198 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: -1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.mat new file mode 100644 index 0000000..8cbd45c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.mat @@ -0,0 +1,108 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Epic_BlueSunset + m_Shader: {fileID: 104, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: + - _EMISSION + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: cbdb0c81375e549b1bae3506c1863a68, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 3e1c1042c332d4444bfe47799ff3e0d3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 33dc9d88f32144697ba9777ee1aaae7b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 604c8e250817f485c97f85e8237f7524, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 04869052f46ba428caebe862513e3b5d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 912bf47cb4f5f4c6ea43b7a8bd2eb0e5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.mat.meta new file mode 100644 index 0000000..470ea34 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 7416536dbe0334cfd888dd1beb75a9fb +timeCreated: 1481203198 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: -1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.unity b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.unity new file mode 100644 index 0000000..c6527fe --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.unity @@ -0,0 +1,275 @@ +%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: 1 + m_FogColor: {r: 0.36078432, g: 0.41960788, b: 0.5647059, a: 1} + m_FogMode: 1 + m_FogDensity: 0 + m_LinearFogStart: 1 + m_LinearFogEnd: 2561 + m_AmbientSkyColor: {r: 0.13213667, g: 0.23090623, b: 0.38235295, a: 1} + m_AmbientEquatorColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientGroundColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 3 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: cdbb40e11399e4a17882ada20a1b896a, type: 2} + 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_UseRadianceAmbientProbe: 0 +--- !u!157 &4 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 0 + 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: 1 + m_BakeResolution: 50 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 0 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 1024 + m_ReflectionCompression: 2 + m_MixedBakeMode: 1 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 0 + 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: 112000001, guid: 751a56d713a46ed40bfa0236171a535a, type: 2} + m_LightingSettings: {fileID: 4890085278179872738, guid: 16d686efe9ee9419dace23e2b5897028, type: 2} +--- !u!196 &5 +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.16666666 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &1192864539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1192864541} + - component: {fileID: 1192864540} + m_Layer: 0 + m_Name: Directional light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1192864540 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.8769559, b: 0.7794118, a: 1} + m_Intensity: 1.26 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 1 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 1.019 + m_NormalBias: 0 + m_NearPlane: 0.1 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1192864541 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_LocalRotation: {x: 0.9955588, y: 0.0018516284, z: -0.0046825027, w: 0.094007455} + m_LocalPosition: {x: 0.532, y: 5.679, z: 4.574} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 169.211, y: 0.5239868, z: -0.16400146} +--- !u!1001 &1707625547 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 159908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_Name + value: AllSkyFreeDemoEnvironment + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.unity.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.unity.meta new file mode 100644 index 0000000..a49add6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset.unity.meta @@ -0,0 +1,6 @@ +fileFormatVersion: 2 +guid: 28673ec8420b8493e9588ddb0b4ed7b5 +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunsetSettings.lighting b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunsetSettings.lighting new file mode 100644 index 0000000..7f0e713 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunsetSettings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Epic_BlueSunsetSettings + serializedVersion: 4 + m_GIWorkflowMode: 0 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 0 + m_BakeBackend: 0 + m_LightmapMaxSize: 1024 + m_BakeResolution: 50 + m_Padding: 2 + m_LightmapCompression: 0 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 1 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 1 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 1024 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 0 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunsetSettings.lighting.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunsetSettings.lighting.meta new file mode 100644 index 0000000..02e8ce0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunsetSettings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 16d686efe9ee9419dace23e2b5897028 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_0_Front+Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_0_Front+Z.png new file mode 100644 index 0000000..55f8cf2 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_0_Front+Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_0_Front+Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_0_Front+Z.png.meta new file mode 100644 index 0000000..089010f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_0_Front+Z.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 33dc9d88f32144697ba9777ee1aaae7b +labels: +- AllSky +- Skies +- Sky +- Skybox +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_1_Back-Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_1_Back-Z.png new file mode 100644 index 0000000..edac9ca Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_1_Back-Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_1_Back-Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_1_Back-Z.png.meta new file mode 100644 index 0000000..0416772 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_1_Back-Z.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: cbdb0c81375e549b1bae3506c1863a68 +labels: +- AllSky +- Skies +- Sky +- Skybox +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_2_Left+X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_2_Left+X.png new file mode 100644 index 0000000..6a8da58 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_2_Left+X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_2_Left+X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_2_Left+X.png.meta new file mode 100644 index 0000000..628b034 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_2_Left+X.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 604c8e250817f485c97f85e8237f7524 +labels: +- AllSky +- Skies +- Sky +- Skybox +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_3_Right-X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_3_Right-X.png new file mode 100644 index 0000000..f320790 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_3_Right-X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_3_Right-X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_3_Right-X.png.meta new file mode 100644 index 0000000..453e0f0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_3_Right-X.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 04869052f46ba428caebe862513e3b5d +labels: +- AllSky +- Skies +- Sky +- Skybox +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_4_Up+Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_4_Up+Y.png new file mode 100644 index 0000000..25eae67 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_4_Up+Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_4_Up+Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_4_Up+Y.png.meta new file mode 100644 index 0000000..22822a7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_4_Up+Y.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 912bf47cb4f5f4c6ea43b7a8bd2eb0e5 +labels: +- AllSky +- Skies +- Sky +- Skybox +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_5_Down-Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_5_Down-Y.png new file mode 100644 index 0000000..ea1c68a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_5_Down-Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_5_Down-Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_5_Down-Y.png.meta new file mode 100644 index 0000000..3abad25 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_Cam_5_Down-Y.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 3e1c1042c332d4444bfe47799ff3e0d3 +labels: +- AllSky +- Skies +- Sky +- Skybox +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_EquiRect_flat.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_EquiRect_flat.png new file mode 100644 index 0000000..f804408 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_EquiRect_flat.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_EquiRect_flat.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_EquiRect_flat.png.meta new file mode 100644 index 0000000..6e8da79 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#3_Epic_BlueSunset/Epic_BlueSunset_EquiRect_flat.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: e71fc492f440446b99875b8e1df890ba +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst.meta new file mode 100644 index 0000000..ba92dec --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 26e352704e0b94af78a547c6d44125d9 +folderAsset: yes +timeCreated: 1557586146 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.mat new file mode 100644 index 0000000..f756d9f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.mat @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSky_Night_MoonBurst Equirect + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 34a763168147f4182a21b9fd004d67de, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.mat.meta new file mode 100644 index 0000000..2afd479 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 51b74d7bad397457d883c5940f7664d8 +timeCreated: 1551643653 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.png new file mode 100644 index 0000000..476213b Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.png.meta new file mode 100644 index 0000000..e1ef1e9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/AllSky_Night_MoonBurst Equirect.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 34a763168147f4182a21b9fd004d67de +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 2 + cubemapConvolution: 0 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.mat new file mode 100644 index 0000000..077fed5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.mat @@ -0,0 +1,50 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Night Moon Burst + m_Shader: {fileID: 10700, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 88710d7f2a0fa4bfeacbf7045be893fc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 771300e956150427f8e4740c74cdd67e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 6faf329ad7f5a4920bd3e23e4b000057, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: c35d875303c454b9a8acaae0f7800313, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 8e462a9bf0b1941148e4318e741d7b09, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 544d3cf87e24a464fa433d08257479d1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: [] + m_Colors: [] + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.mat.meta new file mode 100644 index 0000000..9ca5f23 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: c494c335823f54b52b2e87e1b7a63a23 +timeCreated: 1551746193 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.unity b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.unity new file mode 100644 index 0000000..875ec5d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.unity @@ -0,0 +1,275 @@ +%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: 1 + m_FogColor: {r: 0.07352941, g: 0.09243697, b: 0.11764705, a: 1} + m_FogMode: 1 + m_FogDensity: 0 + m_LinearFogStart: 1 + m_LinearFogEnd: 500 + m_AmbientSkyColor: {r: 0.046226203, g: 0.07292115, b: 0.1102941, a: 1} + m_AmbientEquatorColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientGroundColor: {r: 0.24232267, g: 0.2939014, b: 0.39705884, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 3 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 51b74d7bad397457d883c5940f7664d8, type: 2} + 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_UseRadianceAmbientProbe: 0 +--- !u!157 &4 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 0 + 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: 1 + m_BakeResolution: 50 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 0 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 1024 + m_ReflectionCompression: 2 + m_MixedBakeMode: 1 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 0 + 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: 112000001, guid: 1ef1a6f2296995245a4801789d7b3c27, type: 2} + m_LightingSettings: {fileID: 4890085278179872738, guid: a97b87a4223b94f579fa921be646974b, type: 2} +--- !u!196 &5 +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.16666666 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &1192864539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1192864541} + - component: {fileID: 1192864540} + m_Layer: 0 + m_Name: Directional light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1192864540 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.16641437, g: 0.2840521, b: 0.41911763, a: 1} + m_Intensity: 0.59 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 1 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 1.019 + m_NormalBias: 0 + m_NearPlane: 0.1 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1192864541 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1192864539} + m_LocalRotation: {x: 0.9895662, y: 0.00051616336, z: -0.0050087217, w: 0.14399117} + m_LocalPosition: {x: 6.2, y: 17.8, z: 1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 163.442, y: 0.5839844, z: 0.024993896} +--- !u!1001 &1767838064 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 159908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_Name + value: AllSkyFreeDemoEnvironment + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 459908, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e2402d4ef4fe747ae9ad59bdccad4556, type: 3} diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.unity.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.unity.meta new file mode 100644 index 0000000..307561f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst.unity.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 40af7173f2b2d4f9283c3832d0ebcb31 +timeCreated: 1551643595 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon BurstSettings.lighting b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon BurstSettings.lighting new file mode 100644 index 0000000..76efa09 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon BurstSettings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Night Moon BurstSettings + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 0 + m_BakeBackend: 0 + m_LightmapMaxSize: 1024 + m_BakeResolution: 50 + m_Padding: 2 + m_LightmapCompression: 0 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 0 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 1 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 1 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 1024 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 0 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon BurstSettings.lighting.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon BurstSettings.lighting.meta new file mode 100644 index 0000000..f14f72a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon BurstSettings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a97b87a4223b94f579fa921be646974b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_0_Front+Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_0_Front+Z.png new file mode 100644 index 0000000..444d802 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_0_Front+Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_0_Front+Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_0_Front+Z.png.meta new file mode 100644 index 0000000..6ced42a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_0_Front+Z.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 6faf329ad7f5a4920bd3e23e4b000057 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_1_Back-Z.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_1_Back-Z.png new file mode 100644 index 0000000..a00e32e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_1_Back-Z.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_1_Back-Z.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_1_Back-Z.png.meta new file mode 100644 index 0000000..e5efa64 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_1_Back-Z.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 88710d7f2a0fa4bfeacbf7045be893fc +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_2_Left+X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_2_Left+X.png new file mode 100644 index 0000000..c1882b1 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_2_Left+X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_2_Left+X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_2_Left+X.png.meta new file mode 100644 index 0000000..90af187 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_2_Left+X.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: c35d875303c454b9a8acaae0f7800313 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_3_Right-X.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_3_Right-X.png new file mode 100644 index 0000000..a81f637 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_3_Right-X.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_3_Right-X.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_3_Right-X.png.meta new file mode 100644 index 0000000..511fabd --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_3_Right-X.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 8e462a9bf0b1941148e4318e741d7b09 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_4_Up+Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_4_Up+Y.png new file mode 100644 index 0000000..fc0ff03 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_4_Up+Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_4_Up+Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_4_Up+Y.png.meta new file mode 100644 index 0000000..2bf4cbd --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_4_Up+Y.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 544d3cf87e24a464fa433d08257479d1 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_5_Down-Y.png b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_5_Down-Y.png new file mode 100644 index 0000000..3c11f6c Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_5_Down-Y.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_5_Down-Y.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_5_Down-Y.png.meta new file mode 100644 index 0000000..a9dde18 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/#4_Night MoonBurst/Night Moon Burst_Cam_5_Down-Y.png.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 771300e956150427f8e4740c74cdd67e +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment.meta new file mode 100644 index 0000000..ee03a4a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4392334f044e44affbf9f5162eb718ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AdditiveSprite.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AdditiveSprite.mat new file mode 100644 index 0000000..8031e65 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AdditiveSprite.mat @@ -0,0 +1,33 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AdditiveSprite + m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _InvFade: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AdditiveSprite.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AdditiveSprite.mat.meta new file mode 100644 index 0000000..b023e60 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AdditiveSprite.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55c04ce684cb542debc357409498bc4e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSkyFreeDemoEnvironment.prefab b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSkyFreeDemoEnvironment.prefab new file mode 100644 index 0000000..068fab5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSkyFreeDemoEnvironment.prefab @@ -0,0 +1,2308 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &101868 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 401868} + - component: {fileID: 3301868} + - component: {fileID: 2301868} + - component: {fileID: 9501868} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment_Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &401868 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101868} + m_LocalRotation: {x: -0, y: 0.7071068, z: 0.7071068, w: 0} + m_LocalPosition: {x: -1.26, y: 17.94, z: -65.51} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3301868 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101868} + m_Mesh: {fileID: 4300000, guid: d9ad0f74d68824711bc800186cf63d22, type: 3} +--- !u!23 &2301868 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101868} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 05aa87d4636d34850a6f48daedd1b55c, type: 2} + - {fileID: 2100000, guid: a7f9f8058b27648f4ba9ed54ced4ac00, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!95 &9501868 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101868} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: a86608a16093647c082aa3ccf69d2558, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!1 &101870 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 401870} + - component: {fileID: 3301870} + - component: {fileID: 2301870} + - component: {fileID: 9501870} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment_Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &401870 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101870} + m_LocalRotation: {x: 0.0660789, y: 0.7040125, z: 0.7040125, w: -0.066078864} + m_LocalPosition: {x: -67.93, y: 17, z: 13.85} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3301870 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101870} + m_Mesh: {fileID: 4300000, guid: d9ad0f74d68824711bc800186cf63d22, type: 3} +--- !u!23 &2301870 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101870} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: ff33c7fce672541f095331a057da80f0, type: 2} + - {fileID: 2100000, guid: 3e33a38e2349f447d9fb9ae62269009c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!95 &9501870 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101870} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: a86608a16093647c082aa3ccf69d2558, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!1 &101872 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 401872} + - component: {fileID: 3301872} + - component: {fileID: 2301872} + - component: {fileID: 9501872} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment_Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &401872 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101872} + m_LocalRotation: {x: -0.70356476, y: 0.07068687, z: 0.070686854, w: 0.70356476} + m_LocalPosition: {x: 5.1, y: 18.93, z: 66.29} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3301872 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101872} + m_Mesh: {fileID: 4300000, guid: d9ad0f74d68824711bc800186cf63d22, type: 3} +--- !u!23 &2301872 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101872} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 05aa87d4636d34850a6f48daedd1b55c, type: 2} + - {fileID: 2100000, guid: a7f9f8058b27648f4ba9ed54ced4ac00, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!95 &9501872 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101872} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: a86608a16093647c082aa3ccf69d2558, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!1 &101874 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 401874} + - component: {fileID: 3301874} + - component: {fileID: 2301874} + - component: {fileID: 9501874} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment_Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &401874 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101874} + m_LocalRotation: {x: -4.32978e-17, y: 0.7071067, z: 0.7071068, w: -4.3297806e-17} + m_LocalPosition: {x: 15.59, y: 17.94, z: 51.57} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3301874 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101874} + m_Mesh: {fileID: 4300000, guid: d9ad0f74d68824711bc800186cf63d22, type: 3} +--- !u!23 &2301874 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101874} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 05aa87d4636d34850a6f48daedd1b55c, type: 2} + - {fileID: 2100000, guid: a7f9f8058b27648f4ba9ed54ced4ac00, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!95 &9501874 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 101874} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: a86608a16093647c082aa3ccf69d2558, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!1 &111518 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 411518} + - component: {fileID: 3311522} + - component: {fileID: 2311522} + - component: {fileID: 9511522} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment_Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &411518 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111518} + m_LocalRotation: {x: -0.70356476, y: 0.07068698, z: 0.07068698, w: 0.70356476} + m_LocalPosition: {x: -11.66, y: 18.94, z: -50.71} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3311522 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111518} + m_Mesh: {fileID: 4300000, guid: d9ad0f74d68824711bc800186cf63d22, type: 3} +--- !u!23 &2311522 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111518} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 05aa87d4636d34850a6f48daedd1b55c, type: 2} + - {fileID: 2100000, guid: a7f9f8058b27648f4ba9ed54ced4ac00, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!95 &9511522 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111518} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: a86608a16093647c082aa3ccf69d2558, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!1 &111522 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 411522} + - component: {fileID: 3311524} + - component: {fileID: 2311524} + - component: {fileID: 9511524} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment_Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &411522 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111522} + m_LocalRotation: {x: -0.70356476, y: 0.07068698, z: 0.07068698, w: 0.70356476} + m_LocalPosition: {x: 70.64, y: 17.02, z: -11.6} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3311524 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111522} + m_Mesh: {fileID: 4300000, guid: d9ad0f74d68824711bc800186cf63d22, type: 3} +--- !u!23 &2311524 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111522} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 05aa87d4636d34850a6f48daedd1b55c, type: 2} + - {fileID: 2100000, guid: a7f9f8058b27648f4ba9ed54ced4ac00, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!95 &9511524 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 111522} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: a86608a16093647c082aa3ccf69d2558, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!1 &124192 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 424192} + - component: {fileID: 12324192} + m_Layer: 0 + m_Name: MountainGlow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &424192 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124192} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.61, z: 0} + m_LocalScale: {x: 0.06934206, y: 0.06934206, z: 0.06934206} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 424194} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!123 &12324192 +LensFlare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124192} + m_Enabled: 1 + m_Flare: {fileID: 12100000, guid: 2a00ea45fcd354f66aa8d68da3f62026, type: 2} + m_Color: {r: 0.8235294, g: 0.15334684, b: 0, a: 1} + m_Brightness: 0.2 + m_FadeSpeed: 0.1 + m_IgnoreLayers: + serializedVersion: 2 + m_Bits: 6 + m_Directional: 0 +--- !u!1 &124194 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 424194} + - component: {fileID: 3324192} + - component: {fileID: 13524192} + - component: {fileID: 2324192} + m_Layer: 0 + m_Name: MountainGlowObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &424194 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124194} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 257.05, y: 256.72, z: 710.12} + m_LocalScale: {x: 9.1256075, y: 9.125607, z: 9.125607} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 424192} + - {fileID: 424196} + m_Father: {fileID: 4176060766921824} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3324192 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124194} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!135 &13524192 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124194} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 0.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &2324192 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124194} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 413befd66bdd84d569871d0524b4685a, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &124196 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 424196} + - component: {fileID: 10824192} + m_Layer: 0 + m_Name: Point light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &424196 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124196} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.11163661, y: 1.1386985, z: 0.038274024} + m_LocalScale: {x: 0.15948157, y: 0.15948159, z: 0.15948159} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 424194} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &10824192 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 124196} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.9632353, g: 0.17936105, b: 0, a: 1} + m_Intensity: 0.84 + m_Range: 288.7775 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 1 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &129746 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 429746} + - component: {fileID: 2029746} + - component: {fileID: 12429746} + - component: {fileID: 8129746} + m_Layer: 0 + m_Name: Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &429746 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 129746} + m_LocalRotation: {x: -0.07414172, y: 0.5446158, z: 0.04971558, w: 0.8339215} + m_LocalPosition: {x: -155.7, y: 84.5, z: -67.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4844233758439144} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: -10.242001, y: 66.284004, z: 0.126} +--- !u!20 &2029746 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 129746} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844} + 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: 80 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 0 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!124 &12429746 +Behaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 129746} + m_Enabled: 1 +--- !u!81 &8129746 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 129746} + m_Enabled: 1 +--- !u!1 &143670 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 443670} + - component: {fileID: 10843674} + m_Layer: 0 + m_Name: Point light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &443670 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143670} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.11163661, y: 1.1386985, z: 0.038274024} + m_LocalScale: {x: 0.15948157, y: 0.15948159, z: 0.15948159} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 443672} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &10843674 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143670} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.9632353, g: 0.17936105, b: 0, a: 1} + m_Intensity: 0.84 + m_Range: 288.7775 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 1 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &143672 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 443672} + - component: {fileID: 3343674} + - component: {fileID: 13543674} + - component: {fileID: 2343674} + m_Layer: 0 + m_Name: MountainGlowObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &443672 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143672} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 192.4, y: 211.66, z: -514.54} + m_LocalScale: {x: 6.270317, y: 6.2703166, z: 6.2703166} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 443674} + - {fileID: 443670} + m_Father: {fileID: 4176060766921824} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3343674 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143672} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!135 &13543674 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143672} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 0.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &2343674 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143672} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1d924399aa96d4378b9c507b7669a4f4, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &143674 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 443674} + - component: {fileID: 12343674} + m_Layer: 0 + m_Name: MountainGlow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &443674 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143674} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.61, z: 0} + m_LocalScale: {x: 0.06934206, y: 0.06934206, z: 0.06934206} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 443672} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!123 &12343674 +LensFlare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143674} + m_Enabled: 1 + m_Flare: {fileID: 12100000, guid: 2a00ea45fcd354f66aa8d68da3f62026, type: 2} + m_Color: {r: 0.8235294, g: 0.15334684, b: 0, a: 1} + m_Brightness: 0.2 + m_FadeSpeed: 0.1 + m_IgnoreLayers: + serializedVersion: 2 + m_Bits: 6 + m_Directional: 0 +--- !u!1 &159908 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 459908} + m_Layer: 0 + m_Name: AllSkyFreeDemoEnvironment + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &459908 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 159908} + m_LocalRotation: {x: 0, y: 0, z: 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: 4844233758439144} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &165720 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 465720} + - component: {fileID: 3365722} + - component: {fileID: 13565722} + - component: {fileID: 2365722} + m_Layer: 0 + m_Name: MountainGlowObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &465720 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 165720} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -559.2, y: 278.1, z: 528.9} + m_LocalScale: {x: 9.436284, y: 9.436287, z: 9.436287} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 465722} + - {fileID: 481006} + m_Father: {fileID: 4176060766921824} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3365722 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 165720} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!135 &13565722 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 165720} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 0.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &2365722 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 165720} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 413befd66bdd84d569871d0524b4685a, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &165722 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 465722} + - component: {fileID: 12365722} + m_Layer: 0 + m_Name: MountainGlow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &465722 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 165722} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.61, z: 0} + m_LocalScale: {x: 0.06934206, y: 0.06934206, z: 0.06934206} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 465720} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!123 &12365722 +LensFlare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 165722} + m_Enabled: 1 + m_Flare: {fileID: 12100000, guid: 2a00ea45fcd354f66aa8d68da3f62026, type: 2} + m_Color: {r: 0.8235294, g: 0.15334684, b: 0, a: 1} + m_Brightness: 0.2 + m_FadeSpeed: 0.1 + m_IgnoreLayers: + serializedVersion: 2 + m_Bits: 6 + m_Directional: 0 +--- !u!1 &172398 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 472398} + - component: {fileID: 3372398} + - component: {fileID: 2372398} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &472398 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172398} + m_LocalRotation: {x: -0, y: 0.7071068, z: 0.7071068, w: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4844233758439144} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3372398 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172398} + m_Mesh: {fileID: 4300000, guid: e8f07670fb0274e35a65e6e98594a930, type: 3} +--- !u!23 &2372398 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172398} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 2f31f4440de60444b8dd94d4d64b3c00, type: 2} + - {fileID: 2100000, guid: bfe0cbb8b308b4a40a8f309f516eede2, type: 2} + - {fileID: 2100000, guid: 010dd68491d1d4a1692a6d2272e5cb69, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &172400 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 472400} + - component: {fileID: 3372400} + - component: {fileID: 2372400} + m_Layer: 0 + m_Name: AllSky_DemoEnvironment_Center + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &472400 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172400} + m_LocalRotation: {x: -0, y: 0.7071068, z: 0.7071068, w: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4844233758439144} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3372400 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172400} + m_Mesh: {fileID: 4300000, guid: 258cb4865d37b4292be3195af50aaa8c, type: 3} +--- !u!23 &2372400 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172400} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 010dd68491d1d4a1692a6d2272e5cb69, type: 2} + - {fileID: 2100000, guid: bfe0cbb8b308b4a40a8f309f516eede2, type: 2} + - {fileID: 2100000, guid: 6b37186f17556447eb6746e517892110, type: 2} + - {fileID: 2100000, guid: 0acfc71c325c54b92add0b07097b6c57, type: 2} + - {fileID: 2100000, guid: 01a7bc73373864398befa5c72ebb094c, type: 2} + - {fileID: 2100000, guid: 8e64a72f2cb9c45bba4b11d98489b11f, type: 2} + - {fileID: 2100000, guid: 33230baef4dda4cf4bd25fcb15d0d06f, type: 2} + - {fileID: 2100000, guid: 52d55542834f2465eb9aed460fd370de, type: 2} + - {fileID: 2100000, guid: 2f31f4440de60444b8dd94d4d64b3c00, type: 2} + - {fileID: 2100000, guid: 4ecd3f24879b0402c92f21617e3db5e1, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &181006 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 481006} + - component: {fileID: 10881006} + m_Layer: 0 + m_Name: Point light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &481006 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 181006} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.11163661, y: 1.1386985, z: 0.038274024} + m_LocalScale: {x: 0.15948157, y: 0.15948159, z: 0.15948159} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 465720} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &10881006 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 181006} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.9632353, g: 0.17936105, b: 0, a: 1} + m_Intensity: 0.84 + m_Range: 288.7775 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 1 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &188586 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 488586} + - component: {fileID: 10888586} + m_Layer: 0 + m_Name: Point light (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &488586 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 188586} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 13.3, y: 20.18, z: 51.1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &10888586 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 188586} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.61764705, g: 0.3502923, b: 0.17711936, a: 1} + m_Intensity: 1 + m_Range: 31.9 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &1030442553158380 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4247453082689996} + - component: {fileID: 108594030594612198} + m_Layer: 0 + m_Name: Point light (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4247453082689996 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1030442553158380} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 72.99, y: 18.89, z: -12.46} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &108594030594612198 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1030442553158380} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.61764705, g: 0.3502923, b: 0.17711936, a: 1} + m_Intensity: 1 + m_Range: 31.9 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &1061156646748614 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4176060766921824} + m_Layer: 0 + m_Name: Lights + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4176060766921824 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1061156646748614} + m_LocalRotation: {x: 0, y: 0, z: 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: 4142976424912356} + - {fileID: 4593034687250204} + - {fileID: 4063202209681778} + - {fileID: 4247453082689996} + - {fileID: 4069712786480388} + - {fileID: 488586} + - {fileID: 401874} + - {fileID: 401872} + - {fileID: 411518} + - {fileID: 401868} + - {fileID: 411522} + - {fileID: 401870} + - {fileID: 443672} + - {fileID: 465720} + - {fileID: 424194} + m_Father: {fileID: 4844233758439144} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1117384382475188 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4593034687250204} + - component: {fileID: 108970870106124472} + m_Layer: 0 + m_Name: Point light (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4593034687250204 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1117384382475188} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -71.9, y: 18.74, z: 14.32} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &108970870106124472 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1117384382475188} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.61764705, g: 0.3502923, b: 0.17711936, a: 1} + m_Intensity: 1 + m_Range: 31.9 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &1410696833377190 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4069712786480388} + - component: {fileID: 108178015584219312} + m_Layer: 0 + m_Name: Point light (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4069712786480388 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1410696833377190} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -9.85, y: 20.18, z: -50.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &108178015584219312 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1410696833377190} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.61764705, g: 0.3502923, b: 0.17711936, a: 1} + m_Intensity: 1 + m_Range: 31.9 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &1525143502348378 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4142976424912356} + - component: {fileID: 108473218043762542} + m_Layer: 0 + m_Name: Point light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4142976424912356 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1525143502348378} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3.99, y: 20.03, z: -67.14} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &108473218043762542 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1525143502348378} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.61764705, g: 0.3502923, b: 0.17711936, a: 1} + m_Intensity: 1 + m_Range: 31.9 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &1734460641030082 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4063202209681778} + - component: {fileID: 108456629297896462} + m_Layer: 0 + m_Name: Point light (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4063202209681778 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734460641030082} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 6.64, y: 20.8, z: 66.07} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4176060766921824} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &108456629297896462 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734460641030082} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 0.61764705, g: 0.3502923, b: 0.17711936, a: 1} + m_Intensity: 1 + m_Range: 31.9 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &1942161970882870 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4844233758439144} + m_Layer: 0 + m_Name: Root + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4844233758439144 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942161970882870} + m_LocalRotation: {x: 0, y: 0, z: 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: 472400} + - {fileID: 472398} + - {fileID: 429746} + - {fileID: 4176060766921824} + m_Father: {fileID: 459908} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSkyFreeDemoEnvironment.prefab.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSkyFreeDemoEnvironment.prefab.meta new file mode 100644 index 0000000..47f68ce --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSkyFreeDemoEnvironment.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e2402d4ef4fe747ae9ad59bdccad4556 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment.fbx new file mode 100644 index 0000000..9cb7df2 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment.fbx.meta new file mode 100644 index 0000000..7976931 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment.fbx.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3ca2c2ce56b9e44f598f5de419ce4e8a +ModelImporter: + serializedVersion: 23 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: AllSky_DemoEnvironment + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 1 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + previousCalculatedGlobalScale: 1 + hasPreviousCalculatedGlobalScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 4 + normalCalculationMode: 0 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 0 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment02.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment02.fbx new file mode 100644 index 0000000..90f207f Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment02.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment02.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment02.fbx.meta new file mode 100644 index 0000000..5232443 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment02.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: e8f07670fb0274e35a65e6e98594a930 +ModelImporter: + serializedVersion: 23 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: AllSky_DemoEnvironment + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Landscape + second: {fileID: 2100000, guid: 1045d2cff7dde4d3ab5feb4f0dbc7f8f, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: TreeLeaves + second: {fileID: 2100000, guid: 5a2c0c63420584a7c99a4f89a19e51dd, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: TreeTrunk + second: {fileID: 2100000, guid: 2f225ce8f2fae4ea3b08c9298a6f25e4, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: rock + second: {fileID: 2100000, guid: 51dc696c8ce2945ce968026f5776ca52, type: 2} + materials: + importMaterials: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 100 + meshCompression: 1 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + previousCalculatedGlobalScale: 1 + hasPreviousCalculatedGlobalScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Center.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Center.fbx new file mode 100644 index 0000000..32b47b4 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Center.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Center.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Center.fbx.meta new file mode 100644 index 0000000..1d59bb4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Center.fbx.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 258cb4865d37b4292be3195af50aaa8c +ModelImporter: + serializedVersion: 23 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: AllSky_DemoEnvironment_Center + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 1 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + previousCalculatedGlobalScale: 1 + hasPreviousCalculatedGlobalScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 4 + normalCalculationMode: 0 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 0 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Light.fbx b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Light.fbx new file mode 100644 index 0000000..aeedee8 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Light.fbx differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Light.fbx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Light.fbx.meta new file mode 100644 index 0000000..b15a835 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/AllSky_DemoEnvironment_Light.fbx.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: d9ad0f74d68824711bc800186cf63d22 +ModelImporter: + serializedVersion: 23 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: AllSky_DemoEnvironment_Light + 9500000: //RootNode + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 1 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + previousCalculatedGlobalScale: 1 + hasPreviousCalculatedGlobalScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 4 + normalCalculationMode: 0 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 0 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials.meta new file mode 100644 index 0000000..24889e3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d01d162f3fa514c82bb2896086de4bc6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Building.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Building.mat new file mode 100644 index 0000000..4315e66 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Building.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_Building + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.554 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 0 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0 + - _SpecularHighlights: 1 + - _SpecularPower: 0.03 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.5284926, g: 0.5850659, b: 0.625, a: 1} + - _DiffuseColour: {r: 0.58823526, g: 0.41946095, b: 0.28979236, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0, g: 0, b: 0, a: 1} + - _SnowColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowSpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecularColour: {r: 0.7352941, g: 0.6942042, b: 0.6325692, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Building.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Building.mat.meta new file mode 100644 index 0000000..c80264a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Building.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ecd3f24879b0402c92f21617e3db5e1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_FlagGreen.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_FlagGreen.mat new file mode 100644 index 0000000..32152ab --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_FlagGreen.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_FlagGreen + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 2 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0 + - _SpecularHighlights: 1 + - _SpecularPower: 0.08 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.09575042, g: 0.5661765, b: 0.17685838, a: 1} + - _DiffuseColour: {r: 0.36184675, g: 0.8308824, b: 0.091641426, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowSpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecularColour: {r: 0.8123733, g: 1, b: 0.63235295, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_FlagGreen.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_FlagGreen.mat.meta new file mode 100644 index 0000000..665b310 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_FlagGreen.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0acfc71c325c54b92add0b07097b6c57 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Blue.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Blue.mat new file mode 100644 index 0000000..a40d416 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Blue.mat @@ -0,0 +1,96 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_Flag_Blue + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EdgeBlend: 1 + - _Gain: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 0 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0 + - _SpecularHighlights: 1 + - _SpecularPower: 0.08 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.19485295, g: 0.34401613, b: 0.7794118, a: 1} + - _DiffuseColorc: {r: 0.39705884, g: 0.6756593, b: 1, a: 1} + - _DiffuseColour: {r: 0.19609644, g: 0.4480343, b: 0.8602941, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowSpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecularColour: {r: 0.5441177, g: 0.6981745, b: 1, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Blue.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Blue.mat.meta new file mode 100644 index 0000000..16e6448 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Blue.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8e64a72f2cb9c45bba4b11d98489b11f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Gold.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Gold.mat new file mode 100644 index 0000000..a858d41 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Gold.mat @@ -0,0 +1,90 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_Flag_Gold + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _EMISSION + m_InvalidKeywords: [] + m_LightmapFlags: 0 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 2 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0 + - _SpecularHighlights: 1 + - _SpecularPower: 0.08 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.77205884, g: 0.55907714, b: 0, a: 1} + - _DiffuseColour: {r: 0.9705882, g: 0.7480223, b: 0.021410054, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowSpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecularColour: {r: 1, g: 0.83651114, b: 0.5441177, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Gold.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Gold.mat.meta new file mode 100644 index 0000000..d9b13df --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Gold.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 01a7bc73373864398befa5c72ebb094c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Red.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Red.mat new file mode 100644 index 0000000..38072a2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Red.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_Flag_Red + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 2 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0 + - _SpecularHighlights: 1 + - _SpecularPower: 0.08 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 0, b: 0, a: 1} + - _DiffuseColour: {r: 0.9191176, g: 0.2770403, b: 0.08785681, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowSpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecularColour: {r: 1, g: 0.63235295, b: 0.63235295, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Red.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Red.mat.meta new file mode 100644 index 0000000..eb52bcd --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Flag_Red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 33230baef4dda4cf4bd25fcb15d0d06f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Landscape.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Landscape.mat new file mode 100644 index 0000000..f2d4528 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Landscape.mat @@ -0,0 +1,90 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_Landscape + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _EMISSION + m_InvalidKeywords: [] + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.376 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 3.93 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0.242 + - _SpecularHighlights: 1 + - _SpecularPower: 0.03 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1.5 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.88235295, g: 0.88235295, b: 0.88235295, a: 0.83367205} + - _DiffuseColour: {r: 0.58823526, g: 0.55900246, b: 0.52768165, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0, g: 0, b: 0, a: 1} + - _SnowColour: {r: 0.7780601, g: 0.83987737, b: 0.8602941, a: 1} + - _SnowSpecularColour: {r: 0.75, g: 0.75, b: 0.75, a: 1} + - _SpecularColour: {r: 0.3602941, g: 0.3602941, b: 0.3602941, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Landscape.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Landscape.mat.meta new file mode 100644 index 0000000..f413f34 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Landscape.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 010dd68491d1d4a1692a6d2272e5cb69 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightIllum.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightIllum.mat new file mode 100644 index 0000000..0acd038 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightIllum.mat @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_LightIllum + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _EMISSION + m_InvalidKeywords: [] + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Illum: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Emission: 1 + - _EmissionLM: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 0.6299188, b: 0.3455882, a: 1} + - _EmissionColor: {r: 1, g: 0.62028396, b: 0.1397059, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightIllum.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightIllum.mat.meta new file mode 100644 index 0000000..3ff5f5d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightIllum.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ff33c7fce672541f095331a057da80f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightMetal.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightMetal.mat new file mode 100644 index 0000000..8375e95 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightMetal.mat @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_LightMetal + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.14705884, g: 0.13083912, b: 0.13083912, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightMetal.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightMetal.mat.meta new file mode 100644 index 0000000..e622985 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_LightMetal.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3e33a38e2349f447d9fb9ae62269009c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_MountainGlow.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_MountainGlow.mat new file mode 100644 index 0000000..d3439de --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_MountainGlow.mat @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_MountainGlow + m_Shader: {fileID: 10, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Illum: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Emission: 1 + - _EmissionLM: 0 + m_Colors: + - _Color: {r: 0.99264705, g: 0.42565024, b: 0.058391, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_MountainGlow.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_MountainGlow.mat.meta new file mode 100644 index 0000000..0e2237f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_MountainGlow.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1d924399aa96d4378b9c507b7669a4f4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Rock.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Rock.mat new file mode 100644 index 0000000..4fd1041 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Rock.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_Rock + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 2 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0.2857143 + - _SpecularHighlights: 1 + - _SpecularPower: 0.22 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1.09 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.46323532, g: 0.46323532, b: 0.46323532, a: 1} + - _DiffuseColour: {r: 0.27205884, g: 0.23497497, b: 0.22404847, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowColour: {r: 0.78676474, g: 0.9205882, b: 1, a: 1} + - _SnowSpecularColour: {r: 0.6982591, g: 0.75373614, b: 0.77205884, a: 1} + - _SpecularColour: {r: 0.9558824, g: 0.9137111, b: 0.9137111, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Rock.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Rock.mat.meta new file mode 100644 index 0000000..d775907 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_Rock.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bfe0cbb8b308b4a40a8f309f516eede2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_SphereSkyReflect.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_SphereSkyReflect.mat new file mode 100644 index 0000000..83f0e83 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_SphereSkyReflect.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_SphereSkyReflect + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _ALPHAPREMULTIPLY_ON + m_InvalidKeywords: [] + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 060af0ded89e948bda19c65d94bef938, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Cube: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: f25c848506aa14838a1661dae0f016ab, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: c1a14aced31f649e78da2abd6f6db883, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 00256e1831a4242caba997289b8cd667, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 28c6af9ef44c84df98a57dc3f9e4dbcf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 077a23f9fe68a4a8896d93fc1089422c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _EmissionScaleUI: 0 + - _Glossiness: 1 + - _Metallic: 1 + - _Mode: 3 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 0 + - _SnowLevel: 0 + - _SpecularPower: 0.03 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 0.62 + - _ZWrite: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DiffuseColour: {r: 0.2352941, g: 0.2352941, b: 0.2352941, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColorUI: {r: 1, g: 1, b: 1, a: 1} + - _ReflectColor: {r: 1, g: 1, b: 1, a: 0.5} + - _RimColour: {r: 0, g: 0, b: 0, a: 1} + - _SnowColour: {r: 1, g: 1, b: 1, a: 1} + - _SnowSpecularColour: {r: 0.44852942, g: 0.44852942, b: 0.44852942, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + - _SpecularColour: {r: 0.83823526, g: 0.83823526, b: 0.83823526, a: 1} + - _Tint: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_SphereSkyReflect.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_SphereSkyReflect.mat.meta new file mode 100644 index 0000000..b8d7226 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_SphereSkyReflect.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6b37186f17556447eb6746e517892110 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeLeaves.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeLeaves.mat new file mode 100644 index 0000000..5978ac6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeLeaves.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_TreeLeaves + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.275 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 2 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0 + - _SpecularHighlights: 1 + - _SpecularPower: 0.2 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 0.8 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.17647058, g: 0.5, b: 0.1924707, a: 1} + - _DiffuseColour: {r: 0.3264874, g: 0.50735295, b: 0.15295199, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowSpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecularColour: {r: 0.18831098, g: 0.5955882, b: 0.2585316, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeLeaves.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeLeaves.mat.meta new file mode 100644 index 0000000..3c4a97e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeLeaves.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f31f4440de60444b8dd94d4d64b3c00 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeTrunk.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeTrunk.mat new file mode 100644 index 0000000..3e29cdb --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeTrunk.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AllSkyDemoEnv_TreeTrunk + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _RimAmount: 2 + - _SmoothnessTextureChannel: 0 + - _SnowLevel: 0 + - _SpecularHighlights: 1 + - _SpecularPower: 0 + - _SrcBlend: 1 + - _UVSec: 0 + - _VertexOcclusion: 1 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.25, g: 0.15073529, b: 0.15073529, a: 1} + - _DiffuseColour: {r: 0.27205884, g: 0.21902668, b: 0.21004543, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _RimColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SnowSpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _SpecularColour: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeTrunk.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeTrunk.mat.meta new file mode 100644 index 0000000..932ebf6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/AllSkyDemoEnv_TreeTrunk.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 52d55542834f2465eb9aed460fd370de +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/Landscape.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/Landscape.mat new file mode 100644 index 0000000..af6065f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/Landscape.mat @@ -0,0 +1,81 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Landscape + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _EMISSION + m_InvalidKeywords: [] + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.16632795, g: 0.22592068, b: 0.37574953, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/Landscape.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/Landscape.mat.meta new file mode 100644 index 0000000..6d05f24 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/Landscape.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1045d2cff7dde4d3ab5feb4f0dbc7f8f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeLeaves.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeLeaves.mat new file mode 100644 index 0000000..ee765c7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeLeaves.mat @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TreeLeaves + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0, g: 0.8000001, b: 0.03956395, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeLeaves.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeLeaves.mat.meta new file mode 100644 index 0000000..257869c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeLeaves.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5a2c0c63420584a7c99a4f89a19e51dd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeTrunk.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeTrunk.mat new file mode 100644 index 0000000..36b63ce --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeTrunk.mat @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TreeTrunk + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.8, g: 0.8, b: 0.8, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeTrunk.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeTrunk.mat.meta new file mode 100644 index 0000000..a72a00c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/TreeTrunk.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f225ce8f2fae4ea3b08c9298a6f25e4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/rock.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/rock.mat new file mode 100644 index 0000000..14102dd --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/rock.mat @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: rock + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.8, g: 0.8, b: 0.8, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/rock.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/rock.mat.meta new file mode 100644 index 0000000..7e69804 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Materials/rock.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 51dc696c8ce2945ce968026f5776ca52 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Moon Glare.flare b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Moon Glare.flare new file mode 100644 index 0000000..a5e5502 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Moon Glare.flare @@ -0,0 +1,21 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!121 &12100000 +Flare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Moon Glare + m_FlareTexture: {fileID: 2800000, guid: 0309f746e292a4772b7e81facce34e28, type: 3} + m_TextureLayout: 2 + m_Elements: + - m_ImageIndex: 0 + m_Position: 0 + m_Size: 100 + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_UseLightColor: 1 + m_Rotate: 0 + m_Zoom: 0 + m_Fade: 1 + m_UseFog: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Moon Glare.flare.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Moon Glare.flare.meta new file mode 100644 index 0000000..b60b514 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Moon Glare.flare.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: abbc1e6231a944490a02e2ad613ec906 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/MoonGlow.prefab b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/MoonGlow.prefab new file mode 100644 index 0000000..a980d3b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/MoonGlow.prefab @@ -0,0 +1,50 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &135272 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 435272} + - component: {fileID: 12335272} + m_Layer: 0 + m_Name: MoonGlow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &435272 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 135272} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 669, y: 8531, z: 14410} + 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!123 &12335272 +LensFlare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 135272} + m_Enabled: 1 + m_Flare: {fileID: 12100000, guid: 241af96f1ab544ef09a3a66d01d8c862, type: 2} + m_Color: {r: 0.17052338, g: 0.21633165, b: 0.2794118, a: 1} + m_Brightness: 1 + m_FadeSpeed: 0.1 + m_IgnoreLayers: + serializedVersion: 2 + m_Bits: 6 + m_Directional: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/MoonGlow.prefab.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/MoonGlow.prefab.meta new file mode 100644 index 0000000..b7b7add --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/MoonGlow.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cbbc4ba2ae44f43b1b809ffb964ac38e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Mountain Glare.flare b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Mountain Glare.flare new file mode 100644 index 0000000..d084c61 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Mountain Glare.flare @@ -0,0 +1,21 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!121 &12100000 +Flare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mountain Glare + m_FlareTexture: {fileID: 2800000, guid: 0309f746e292a4772b7e81facce34e28, type: 3} + m_TextureLayout: 2 + m_Elements: + - m_ImageIndex: 0 + m_Position: 0 + m_Size: 12.99 + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_UseLightColor: 1 + m_Rotate: 0 + m_Zoom: 0 + m_Fade: 1 + m_UseFog: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Mountain Glare.flare.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Mountain Glare.flare.meta new file mode 100644 index 0000000..c094640 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Mountain Glare.flare.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2a00ea45fcd354f66aa8d68da3f62026 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Sun Glare.flare b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Sun Glare.flare new file mode 100644 index 0000000..cbabbe5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Sun Glare.flare @@ -0,0 +1,21 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!121 &12100000 +Flare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Sun Glare + m_FlareTexture: {fileID: 2800000, guid: 0309f746e292a4772b7e81facce34e28, type: 3} + m_TextureLayout: 2 + m_Elements: + - m_ImageIndex: 0 + m_Position: 0 + m_Size: 285.4 + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_UseLightColor: 1 + m_Rotate: 0 + m_Zoom: 0 + m_Fade: 1 + m_UseFog: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Sun Glare.flare.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Sun Glare.flare.meta new file mode 100644 index 0000000..ad2ab38 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/Sun Glare.flare.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b5a6cf5f31f1943c587519cdea1e27dc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlare.psd b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlare.psd new file mode 100644 index 0000000..cd15803 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlare.psd differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlare.psd.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlare.psd.meta new file mode 100644 index 0000000..c3c0df7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlare.psd.meta @@ -0,0 +1,88 @@ +fileFormatVersion: 2 +guid: 85a4e5125000348519b7a18a518e6a69 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 256 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 1 + pSDShowRemoveMatteOption: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlow.prefab b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlow.prefab new file mode 100644 index 0000000..30fe3d2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlow.prefab @@ -0,0 +1,50 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &122300 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 422300} + - component: {fileID: 12322300} + m_Layer: 0 + m_Name: SunGlow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &422300 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 122300} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.61, z: 0} + m_LocalScale: {x: 0.06934206, y: 0.06934206, z: 0.06934206} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!123 &12322300 +LensFlare: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 122300} + m_Enabled: 1 + m_Flare: {fileID: 12100000, guid: 436034cf81451448691149d6bc008327, type: 2} + m_Color: {r: 0.8235294, g: 0.28965515, b: 0, a: 1} + m_Brightness: 1 + m_FadeSpeed: 0.1 + m_IgnoreLayers: + serializedVersion: 2 + m_Bits: 6 + m_Directional: 0 diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlow.prefab.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlow.prefab.meta new file mode 100644 index 0000000..9b734e4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFreeDemoEnvironment/SunGlow.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 77c6a14c272c145258604a1a07246e46 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFree_Documentation.pdf b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFree_Documentation.pdf new file mode 100644 index 0000000..61b88a1 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFree_Documentation.pdf differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFree_Documentation.pdf.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFree_Documentation.pdf.meta new file mode 100644 index 0000000..739dae4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/Skybox/AllSkyFree/_AllSkyFree_Documentation.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f6f10bad0f589486893b6f1b8f9fdeb4 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI.meta new file mode 100644 index 0000000..7990e0a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5c12b5ce4725941bc91ddf0991af5a40 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape.meta new file mode 100644 index 0000000..ec9667d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9daa95ab27b5244aa97e4ff7a8043a34 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/game-mock-design.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/game-mock-design.png new file mode 100644 index 0000000..30c2b03 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/game-mock-design.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/game-mock-design.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/game-mock-design.png.meta new file mode 100644 index 0000000..6013eb5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/game-mock-design.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 435dd955dccc040509ea941192faa834 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-bg.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-bg.png new file mode 100644 index 0000000..0a39e9e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-bg.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-bg.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-bg.png.meta new file mode 100644 index 0000000..f6e6749 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-bg.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 85f82fee509dc49f080102339683349c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-title.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-title.png new file mode 100644 index 0000000..eca52ae Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-title.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-title.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-title.png.meta new file mode 100644 index 0000000..28fb674 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/main-menu-title.png.meta @@ -0,0 +1,157 @@ +fileFormatVersion: 2 +guid: 54f9d11377b894dbc843ae57d48d2530 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: main-menu-title_0 + rect: + serializedVersion: 2 + x: 148 + y: 911 + width: 422 + height: 218 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3f8ef7c64db86435d9d8e42fb876c613 + internalID: 536901753 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: f3281763e830443c789e893ed2309531 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + main-menu-title_0: 536901753 + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup.meta new file mode 100644 index 0000000..63c1a93 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bf18da23ffdf74e36b3d5a7b2362e4d0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/Rectangle 58.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/Rectangle 58.png new file mode 100644 index 0000000..b85a43e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/Rectangle 58.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/Rectangle 58.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/Rectangle 58.png.meta new file mode 100644 index 0000000..8cf923b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/Rectangle 58.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 297f966bbcd784ebca9757486017b714 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/btn.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/btn.png new file mode 100644 index 0000000..ab84273 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/btn.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/btn.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/btn.png.meta new file mode 100644 index 0000000..9359344 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/btn.png.meta @@ -0,0 +1,157 @@ +fileFormatVersion: 2 +guid: b0fc8ab0def834f71943eb923a65f866 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: btn_0 + rect: + serializedVersion: 2 + x: 356 + y: 223 + width: 568 + height: 183 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4b5dab9eaf7784029915a6a94215f37c + internalID: 2000427767 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + btn_0: 2000427767 + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over.meta new file mode 100644 index 0000000..6c73603 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ab6988f51e2804977ac1101658b1db06 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over/game-over-ref.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over/game-over-ref.png new file mode 100644 index 0000000..1f37f2a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over/game-over-ref.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over/game-over-ref.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over/game-over-ref.png.meta new file mode 100644 index 0000000..1c15acf --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/game-over/game-over-ref.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: f6dc12429ca0e417b9c4bcce3de178bf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general.meta new file mode 100644 index 0000000..6136ca2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d7c849c362c104426a797818cd6702b8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials.meta new file mode 100644 index 0000000..6aa09ec --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2ceaf7bfd622e48fabda11c5cf7c0de8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials/coin-collectible.mat b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials/coin-collectible.mat new file mode 100644 index 0000000..064acfc --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials/coin-collectible.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-652508738512463717 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: coin-collectible + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials/coin-collectible.mat.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials/coin-collectible.mat.meta new file mode 100644 index 0000000..055821e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Materials/coin-collectible.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5a315638ab1d34dcbbacfb41a0f94fe6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Rectangle 58.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Rectangle 58.png new file mode 100644 index 0000000..b85a43e Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Rectangle 58.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Rectangle 58.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Rectangle 58.png.meta new file mode 100644 index 0000000..9cc962a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/Rectangle 58.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 564f94b1acd0e4eb8abba3aa65dd5d44 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/btn.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/btn.png new file mode 100644 index 0000000..ab84273 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/btn.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/btn.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/btn.png.meta new file mode 100644 index 0000000..1cd5d8c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/btn.png.meta @@ -0,0 +1,157 @@ +fileFormatVersion: 2 +guid: 55c0de59ba9c3460caec153ff06dd91f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: btn_0 + rect: + serializedVersion: 2 + x: 356 + y: 223 + width: 568 + height: 183 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 59289933c1a2b462f9d61ad2bae4d53a + internalID: -500613483 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 3be764f275ef948c0b1b6c1770331be5 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + btn_0: -500613483 + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/coin-collectible.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/coin-collectible.png new file mode 100644 index 0000000..729e184 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/coin-collectible.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/coin-collectible.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/coin-collectible.png.meta new file mode 100644 index 0000000..d9b0f30 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/coin-collectible.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: a21d60b6a4db44ae688f0ef8ed76e0d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/popup-body.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/popup-body.png new file mode 100644 index 0000000..87a7fed Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/popup-body.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/popup-body.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/popup-body.png.meta new file mode 100644 index 0000000..68cc5c1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/general/popup-body.png.meta @@ -0,0 +1,157 @@ +fileFormatVersion: 2 +guid: 3e2c9c88e33eb451fb539b3cf37cf7bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: popup-body_0 + rect: + serializedVersion: 2 + x: 363 + y: 85 + width: 542 + height: 459 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6755e8459c65c4da0bdeba2dd872fce3 + internalID: -1442693198 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + popup-body_0: -1442693198 + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/hud.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/hud.meta new file mode 100644 index 0000000..5e21672 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/hud.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7acc77f400d024289b7d78a39ed1573a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel.meta new file mode 100644 index 0000000..15b7fb4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 83482102823e8488aa3ecfdbeb8a494b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel/pause-panel-ref.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel/pause-panel-ref.png new file mode 100644 index 0000000..73ef794 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel/pause-panel-ref.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel/pause-panel-ref.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel/pause-panel-ref.png.meta new file mode 100644 index 0000000..6ea669e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/pause-panel/pause-panel-ref.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 74275504ad48b431cbd7cb5a6edb7a87 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings.meta new file mode 100644 index 0000000..76d5957 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 41aad9ad25a914874a0b708657c68b20 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings/ref.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings/ref.png new file mode 100644 index 0000000..e113815 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings/ref.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings/ref.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings/ref.png.meta new file mode 100644 index 0000000..318448f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/arctic-escape/popup/settings/ref.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 49b1c55fe8cce4bc3a3e4a4075f70d16 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon.meta new file mode 100644 index 0000000..387766d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dbed7ed036a1e49c0aed40709235e3f5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon/arctic-escape-icon.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon/arctic-escape-icon.png new file mode 100644 index 0000000..80410b7 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon/arctic-escape-icon.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon/arctic-escape-icon.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon/arctic-escape-icon.png.meta new file mode 100644 index 0000000..caa59a3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/game-icon/arctic-escape-icon.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: b9cb61c66699047d885683a91a33642a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons.meta new file mode 100644 index 0000000..b99fff8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc48c806e916842beb5f1ba8f6532adb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gear-icon.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gear-icon.png new file mode 100644 index 0000000..85adc39 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gear-icon.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gear-icon.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gear-icon.png.meta new file mode 100644 index 0000000..5abc127 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gear-icon.png.meta @@ -0,0 +1,157 @@ +fileFormatVersion: 2 +guid: 8608673a71c8843fab67a68b3d36f34c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: gear-icon_0 + rect: + serializedVersion: 2 + x: 406 + y: 100 + width: 468 + height: 489 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9a16449ea724a4bd5ba4499af549d346 + internalID: 137657281 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 62eaa8127259049dca44354f41daa297 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + gear-icon_0: 137657281 + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gift-icon.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gift-icon.png new file mode 100644 index 0000000..1a26391 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gift-icon.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gift-icon.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gift-icon.png.meta new file mode 100644 index 0000000..0cd8aad --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/gift-icon.png.meta @@ -0,0 +1,157 @@ +fileFormatVersion: 2 +guid: 5817caecae6544cee96cedc5beab388c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: gift-icon_0 + rect: + serializedVersion: 2 + x: 137 + y: 426 + width: 446 + height: 441 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 896a56c76d97e4221af777bc23a05352 + internalID: 144411769 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + gift-icon_0: 144411769 + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/snowflake-icon.png b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/snowflake-icon.png new file mode 100644 index 0000000..df2e7fc Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/snowflake-icon.png differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/snowflake-icon.png.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/snowflake-icon.png.meta new file mode 100644 index 0000000..8042664 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/UI/hud-icons/snowflake-icon.png.meta @@ -0,0 +1,157 @@ +fileFormatVersion: 2 +guid: fab4684d32e284c4d974cec181f4a62e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: snowflake-icon_0 + rect: + serializedVersion: 2 + x: 112 + y: 363 + width: 491 + height: 553 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 340aec87b6b6f48b885bc3a31ad43af1 + internalID: -969701339 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 4e47a6f07ca2f45fea13e8e38064d2b5 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + snowflake-icon_0: -969701339 + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/fonts.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts.meta new file mode 100644 index 0000000..bd4be61 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ad687cf36a00b4f759599a0816857095 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic SDF.asset b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic SDF.asset new file mode 100644 index 0000000..907bef9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic SDF.asset @@ -0,0 +1,2768 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &-6246503554530282103 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: super-comic SDF Material + m_Shader: {fileID: 4800000, guid: 68e6db2ebdc24f95958faec2be5558d6, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Cube: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FaceTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 6014387398142331249} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OutlineTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Ambient: 0.5 + - _Bevel: 0.5 + - _BevelClamp: 0 + - _BevelOffset: 0 + - _BevelRoundness: 0 + - _BevelWidth: 0 + - _BumpFace: 0 + - _BumpOutline: 0 + - _ColorMask: 15 + - _CullMode: 0 + - _Diffuse: 0.5 + - _FaceDilate: 0 + - _FaceUVSpeedX: 0 + - _FaceUVSpeedY: 0 + - _GlowInner: 0.05 + - _GlowOffset: 0 + - _GlowOuter: 0.05 + - _GlowPower: 0.75 + - _GradientScale: 6 + - _LightAngle: 3.1416 + - _MaskSoftnessX: 0 + - _MaskSoftnessY: 0 + - _OutlineSoftness: 0 + - _OutlineUVSpeedX: 0 + - _OutlineUVSpeedY: 0 + - _OutlineWidth: 0 + - _PerspectiveFilter: 0.875 + - _Reflectivity: 10 + - _ScaleRatioA: 0.8333333 + - _ScaleRatioB: 0.6770833 + - _ScaleRatioC: 0.6770833 + - _ScaleX: 1 + - _ScaleY: 1 + - _ShaderFlags: 0 + - _Sharpness: 0 + - _SpecularPower: 2 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _TextureHeight: 512 + - _TextureWidth: 512 + - _UnderlayDilate: 0 + - _UnderlayOffsetX: 0 + - _UnderlayOffsetY: 0 + - _UnderlaySoftness: 0 + - _VertexOffsetX: 0 + - _VertexOffsetY: 0 + - _WeightBold: 0.75 + - _WeightNormal: 0 + m_Colors: + - _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} + - _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} + - _FaceColor: {r: 1, g: 1, b: 1, a: 1} + - _GlowColor: {r: 0, g: 1, b: 0, a: 0.5} + - _MaskCoord: {r: 0, g: 0, b: 32767, a: 32767} + - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1} + - _ReflectOutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecularColor: {r: 1, g: 1, b: 1, a: 1} + - _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5} + m_BuildTextureStacks: [] +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 71c1514a6bd24e1e882cebbe1904ce04, type: 3} + m_Name: super-comic SDF + m_EditorClassIdentifier: + hashCode: 1231853622 + material: {fileID: -6246503554530282103} + materialHashCode: 1709108054 + m_Version: 1.1.0 + m_SourceFontFileGUID: acb1eda0cc8b3451881d77400607f298 + m_SourceFontFile_EditorRef: {fileID: 12800000, guid: acb1eda0cc8b3451881d77400607f298, type: 3} + m_SourceFontFile: {fileID: 0} + m_AtlasPopulationMode: 0 + m_FaceInfo: + m_FaceIndex: 0 + m_FamilyName: Super Comic + m_StyleName: Regular + m_PointSize: 51 + m_Scale: 1 + m_UnitsPerEM: 1000 + m_LineHeight: 61.2 + m_AscentLine: 41.922 + m_CapLine: 40 + m_MeanLine: 42 + m_Baseline: 0 + m_DescentLine: -4.233 + m_SuperscriptOffset: 41.922 + m_SuperscriptSize: 0.5 + m_SubscriptOffset: -4.233 + m_SubscriptSize: 0.5 + m_UnderlineOffset: -6.375 + m_UnderlineThickness: 2.55 + m_StrikethroughOffset: 16.8 + m_StrikethroughThickness: 2.55 + m_TabWidth: 24 + m_GlyphTable: + - m_Index: 3 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 23.875 + m_GlyphRect: + m_X: 0 + m_Y: 0 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 4 + m_Metrics: + m_Width: 14.484375 + m_Height: 43.453125 + m_HorizontalBearingX: 3.21875 + m_HorizontalBearingY: 41.71875 + m_HorizontalAdvance: 20.296875 + m_GlyphRect: + m_X: 395 + m_Y: 448 + m_Width: 15 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 5 + m_Metrics: + m_Width: 25.296875 + m_Height: 16.265625 + m_HorizontalBearingX: 1.78125 + m_HorizontalBearingY: 43.453125 + m_HorizontalAdvance: 29.484375 + m_GlyphRect: + m_X: 227 + m_Y: 171 + m_Width: 27 + m_Height: 17 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 6 + m_Metrics: + m_Width: 43.1875 + m_Height: 42.390625 + m_HorizontalBearingX: 3.78125 + m_HorizontalBearingY: 40.546875 + m_HorizontalAdvance: 50.484375 + m_GlyphRect: + m_X: 320 + m_Y: 118 + m_Width: 44 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 7 + m_Metrics: + m_Width: 37.375 + m_Height: 48.546875 + m_HorizontalBearingX: 2.859375 + m_HorizontalBearingY: 42.890625 + m_HorizontalAdvance: 42.578125 + m_GlyphRect: + m_X: 260 + m_Y: 230 + m_Width: 39 + m_Height: 49 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 8 + m_Metrics: + m_Width: 33.5 + m_Height: 39.78125 + m_HorizontalBearingX: 1.484375 + m_HorizontalBearingY: 39.625 + m_HorizontalAdvance: 36.828125 + m_GlyphRect: + m_X: 129 + m_Y: 339 + m_Width: 34 + m_Height: 41 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 9 + m_Metrics: + m_Width: 41.5625 + m_Height: 43.390625 + m_HorizontalBearingX: 1.375 + m_HorizontalBearingY: 40.03125 + m_HorizontalAdvance: 44.265625 + m_GlyphRect: + m_X: 174 + m_Y: 169 + m_Width: 42 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 10 + m_Metrics: + m_Width: 11.890625 + m_Height: 15.453125 + m_HorizontalBearingX: 1.78125 + m_HorizontalBearingY: 42.484375 + m_HorizontalAdvance: 15.5 + m_GlyphRect: + m_X: 149 + m_Y: 225 + m_Width: 13 + m_Height: 16 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 11 + m_Metrics: + m_Width: 19.734375 + m_Height: 41.3125 + m_HorizontalBearingX: 1.328125 + m_HorizontalBearingY: 40.5 + m_HorizontalAdvance: 25.046875 + m_GlyphRect: + m_X: 51 + m_Y: 339 + m_Width: 21 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 12 + m_Metrics: + m_Width: 19.4375 + m_Height: 41.625 + m_HorizontalBearingX: 2.703125 + m_HorizontalBearingY: 40.5 + m_HorizontalAdvance: 24.015625 + m_GlyphRect: + m_X: 485 + m_Y: 171 + m_Width: 21 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 13 + m_Metrics: + m_Width: 37.59375 + m_Height: 25.546875 + m_HorizontalBearingX: 1.984375 + m_HorizontalBearingY: 43.65625 + m_HorizontalAdvance: 42.171875 + m_GlyphRect: + m_X: 174 + m_Y: 225 + m_Width: 39 + m_Height: 26 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 14 + m_Metrics: + m_Width: 33.5625 + m_Height: 32.6875 + m_HorizontalBearingX: 2.34375 + m_HorizontalBearingY: 35.5 + m_HorizontalAdvance: 38.90625 + m_GlyphRect: + m_X: 104 + m_Y: 290 + m_Width: 34 + m_Height: 34 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 15 + m_Metrics: + m_Width: 16.015625 + m_Height: 20.859375 + m_HorizontalBearingX: 3.515625 + m_HorizontalBearingY: 14.59375 + m_HorizontalAdvance: 23.96875 + m_GlyphRect: + m_X: 6 + m_Y: 306 + m_Width: 17 + m_Height: 22 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 16 + m_Metrics: + m_Width: 20.703125 + m_Height: 12.53125 + m_HorizontalBearingX: 2.75 + m_HorizontalBearingY: 24.421875 + m_HorizontalAdvance: 26.71875 + m_GlyphRect: + m_X: 113 + m_Y: 225 + m_Width: 22 + m_Height: 14 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 17 + m_Metrics: + m_Width: 15.859375 + m_Height: 15.453125 + m_HorizontalBearingX: 3.46875 + m_HorizontalBearingY: 13.921875 + m_HorizontalAdvance: 23 + m_GlyphRect: + m_X: 73 + m_Y: 305 + m_Width: 17 + m_Height: 16 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 18 + m_Metrics: + m_Width: 31.71875 + m_Height: 44.3125 + m_HorizontalBearingX: 1.078125 + m_HorizontalBearingY: 40.390625 + m_HorizontalAdvance: 33.09375 + m_GlyphRect: + m_X: 474 + m_Y: 225 + m_Width: 32 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 19 + m_Metrics: + m_Width: 33.453125 + m_Height: 40.8125 + m_HorizontalBearingX: 1.28125 + m_HorizontalBearingY: 39.53125 + m_HorizontalAdvance: 36.265625 + m_GlyphRect: + m_X: 6 + m_Y: 339 + m_Width: 34 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 20 + m_Metrics: + m_Width: 38 + m_Height: 42.03125 + m_HorizontalBearingX: 1.625 + m_HorizontalBearingY: 40.1875 + m_HorizontalAdvance: 40.90625 + m_GlyphRect: + m_X: 410 + m_Y: 389 + m_Width: 39 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 21 + m_Metrics: + m_Width: 39.015625 + m_Height: 41.96875 + m_HorizontalBearingX: 1.53125 + m_HorizontalBearingY: 39.828125 + m_HorizontalAdvance: 42.125 + m_GlyphRect: + m_X: 368 + m_Y: 282 + m_Width: 40 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 22 + m_Metrics: + m_Width: 34.125 + m_Height: 40.90625 + m_HorizontalBearingX: 2.75 + m_HorizontalBearingY: 39.21875 + m_HorizontalAdvance: 38.09375 + m_GlyphRect: + m_X: 6 + m_Y: 392 + m_Width: 35 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 23 + m_Metrics: + m_Width: 39.265625 + m_Height: 41.765625 + m_HorizontalBearingX: 1.078125 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 41.359375 + m_GlyphRect: + m_X: 419 + m_Y: 335 + m_Width: 40 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 24 + m_Metrics: + m_Width: 37.4375 + m_Height: 41.25 + m_HorizontalBearingX: 0.921875 + m_HorizontalBearingY: 40.4375 + m_HorizontalAdvance: 39.78125 + m_GlyphRect: + m_X: 460 + m_Y: 392 + m_Width: 39 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 25 + m_Metrics: + m_Width: 36.515625 + m_Height: 39.96875 + m_HorizontalBearingX: 0.65625 + m_HorizontalBearingY: 39.109375 + m_HorizontalAdvance: 38.40625 + m_GlyphRect: + m_X: 83 + m_Y: 392 + m_Width: 38 + m_Height: 41 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 26 + m_Metrics: + m_Width: 35.546875 + m_Height: 41.609375 + m_HorizontalBearingX: 0.3125 + m_HorizontalBearingY: 40.03125 + m_HorizontalAdvance: 36.921875 + m_GlyphRect: + m_X: 253 + m_Y: 344 + m_Width: 36 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 27 + m_Metrics: + m_Width: 40.640625 + m_Height: 41.625 + m_HorizontalBearingX: 1.484375 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 43.09375 + m_GlyphRect: + m_X: 60 + m_Y: 224 + m_Width: 42 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 28 + m_Metrics: + m_Width: 33.96875 + m_Height: 40.53125 + m_HorizontalBearingX: 1.625 + m_HorizontalBearingY: 39.671875 + m_HorizontalAdvance: 36.46875 + m_GlyphRect: + m_X: 83 + m_Y: 339 + m_Width: 35 + m_Height: 41 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 29 + m_Metrics: + m_Width: 15.859375 + m_Height: 39.125 + m_HorizontalBearingX: 3.46875 + m_HorizontalBearingY: 37.59375 + m_HorizontalAdvance: 22.84375 + m_GlyphRect: + m_X: 300 + m_Y: 394 + m_Width: 17 + m_Height: 40 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 30 + m_Metrics: + m_Width: 16.21875 + m_Height: 44.078125 + m_HorizontalBearingX: 3.46875 + m_HorizontalBearingY: 37.59375 + m_HorizontalAdvance: 23.65625 + m_GlyphRect: + m_X: 102 + m_Y: 444 + m_Width: 17 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 31 + m_Metrics: + m_Width: 29.328125 + m_Height: 30.453125 + m_HorizontalBearingX: 3.828125 + m_HorizontalBearingY: 33.765625 + m_HorizontalAdvance: 41.15625 + m_GlyphRect: + m_X: 132 + m_Y: 391 + m_Width: 31 + m_Height: 31 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 32 + m_Metrics: + m_Width: 20.296875 + m_Height: 25.234375 + m_HorizontalBearingX: 4.640625 + m_HorizontalBearingY: 30.75 + m_HorizontalAdvance: 29.53125 + m_GlyphRect: + m_X: 113 + m_Y: 252 + m_Width: 21 + m_Height: 26 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 33 + m_Metrics: + m_Width: 29.71875 + m_Height: 30.34375 + m_HorizontalBearingX: 4.75 + m_HorizontalBearingY: 33.765625 + m_HorizontalAdvance: 38.25 + m_GlyphRect: + m_X: 132 + m_Y: 433 + m_Width: 31 + m_Height: 31 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 34 + m_Metrics: + m_Width: 25.140625 + m_Height: 44.203125 + m_HorizontalBearingX: 3.015625 + m_HorizontalBearingY: 42.578125 + m_HorizontalAdvance: 30.65625 + m_GlyphRect: + m_X: 228 + m_Y: 115 + m_Width: 26 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 35 + m_Metrics: + m_Width: 50.390625 + m_Height: 47.1875 + m_HorizontalBearingX: 2.296875 + m_HorizontalBearingY: 41.265625 + m_HorizontalAdvance: 56.09375 + m_GlyphRect: + m_X: 273 + m_Y: 6 + m_Width: 51 + m_Height: 48 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 36 + m_Metrics: + m_Width: 46.421875 + m_Height: 41.65625 + m_HorizontalBearingX: -0.109375 + m_HorizontalBearingY: 39.671875 + m_HorizontalAdvance: 46.40625 + m_GlyphRect: + m_X: 73 + m_Y: 62 + m_Width: 48 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 37 + m_Metrics: + m_Width: 42.328125 + m_Height: 42.796875 + m_HorizontalBearingX: -0.15625 + m_HorizontalBearingY: 39.9375 + m_HorizontalAdvance: 43.046875 + m_GlyphRect: + m_X: 375 + m_Y: 118 + m_Width: 44 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 38 + m_Metrics: + m_Width: 35.75 + m_Height: 43.609375 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 37.03125 + m_GlyphRect: + m_X: 6 + m_Y: 445 + m_Width: 37 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 39 + m_Metrics: + m_Width: 40.09375 + m_Height: 43.234375 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 39.875 + m_HorizontalAdvance: 41.109375 + m_GlyphRect: + m_X: 265 + m_Y: 175 + m_Width: 41 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 40 + m_Metrics: + m_Width: 31.53125 + m_Height: 43.921875 + m_HorizontalBearingX: 1.625 + m_HorizontalBearingY: 40.5 + m_HorizontalAdvance: 34.53125 + m_GlyphRect: + m_X: 473 + m_Y: 281 + m_Width: 33 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 41 + m_Metrics: + m_Width: 32.078125 + m_Height: 44.265625 + m_HorizontalBearingX: 0.71875 + m_HorizontalBearingY: 39.984375 + m_HorizontalAdvance: 33.8125 + m_GlyphRect: + m_X: 264 + m_Y: 445 + m_Width: 33 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 42 + m_Metrics: + m_Width: 40.4375 + m_Height: 42.890625 + m_HorizontalBearingX: 0.765625 + m_HorizontalBearingY: 39.625 + m_HorizontalAdvance: 42.03125 + m_GlyphRect: + m_X: 265 + m_Y: 120 + m_Width: 42 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 43 + m_Metrics: + m_Width: 40.390625 + m_Height: 43.25 + m_HorizontalBearingX: 1.328125 + m_HorizontalBearingY: 40.03125 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 6 + m_Y: 250 + m_Width: 41 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 44 + m_Metrics: + m_Width: 18.984375 + m_Height: 44.5625 + m_HorizontalBearingX: 2.390625 + m_HorizontalBearingY: 41.96875 + m_HorizontalAdvance: 23.109375 + m_GlyphRect: + m_X: 222 + m_Y: 274 + m_Width: 20 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 45 + m_Metrics: + m_Width: 35.703125 + m_Height: 42.6875 + m_HorizontalBearingX: 0.609375 + m_HorizontalBearingY: 39.9375 + m_HorizontalAdvance: 37.28125 + m_GlyphRect: + m_X: 253 + m_Y: 290 + m_Width: 37 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 46 + m_Metrics: + m_Width: 35.34375 + m_Height: 43.140625 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.390625 + m_HorizontalAdvance: 37.078125 + m_GlyphRect: + m_X: 470 + m_Y: 337 + m_Width: 36 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 47 + m_Metrics: + m_Width: 33.5625 + m_Height: 43.8125 + m_HorizontalBearingX: 0.359375 + m_HorizontalBearingY: 40.75 + m_HorizontalAdvance: 34.328125 + m_GlyphRect: + m_X: 174 + m_Y: 426 + m_Width: 34 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 48 + m_Metrics: + m_Width: 51.09375 + m_Height: 42.390625 + m_HorizontalBearingX: 1.328125 + m_HorizontalBearingY: 39.53125 + m_HorizontalAdvance: 54.15625 + m_GlyphRect: + m_X: 147 + m_Y: 6 + m_Width: 52 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 49 + m_Metrics: + m_Width: 42.578125 + m_Height: 42.328125 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 39.734375 + m_HorizontalAdvance: 44.0625 + m_GlyphRect: + m_X: 6 + m_Y: 196 + m_Width: 43 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 50 + m_Metrics: + m_Width: 44.265625 + m_Height: 43.609375 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 45.59375 + m_GlyphRect: + m_X: 335 + m_Y: 62 + m_Width: 45 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 51 + m_Metrics: + m_Width: 39.53125 + m_Height: 43.453125 + m_HorizontalBearingX: 0.203125 + m_HorizontalBearingY: 40.75 + m_HorizontalAdvance: 40.953125 + m_GlyphRect: + m_X: 422 + m_Y: 280 + m_Width: 40 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 52 + m_Metrics: + m_Width: 46 + m_Height: 43.765625 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 47.375 + m_GlyphRect: + m_X: 335 + m_Y: 6 + m_Width: 47 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 53 + m_Metrics: + m_Width: 42.28125 + m_Height: 42.375 + m_HorizontalBearingX: -0.046875 + m_HorizontalBearingY: 40.234375 + m_HorizontalAdvance: 42.84375 + m_GlyphRect: + m_X: 447 + m_Y: 116 + m_Width: 44 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 54 + m_Metrics: + m_Width: 38.40625 + m_Height: 43.921875 + m_HorizontalBearingX: 1.21875 + m_HorizontalBearingY: 40.703125 + m_HorizontalAdvance: 41 + m_GlyphRect: + m_X: 310 + m_Y: 283 + m_Width: 39 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 55 + m_Metrics: + m_Width: 42.234375 + m_Height: 43.546875 + m_HorizontalBearingX: 0.765625 + m_HorizontalBearingY: 40.796875 + m_HorizontalAdvance: 44.015625 + m_GlyphRect: + m_X: 120 + m_Y: 115 + m_Width: 43 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 56 + m_Metrics: + m_Width: 45.59375 + m_Height: 43.609375 + m_HorizontalBearingX: 1.125 + m_HorizontalBearingY: 40.703125 + m_HorizontalAdvance: 47.9375 + m_GlyphRect: + m_X: 451 + m_Y: 6 + m_Width: 46 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 57 + m_Metrics: + m_Width: 47.484375 + m_Height: 43.5625 + m_HorizontalBearingX: 0.359375 + m_HorizontalBearingY: 40.703125 + m_HorizontalAdvance: 48.40625 + m_GlyphRect: + m_X: 147 + m_Y: 60 + m_Width: 48 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 58 + m_Metrics: + m_Width: 54.46875 + m_Height: 43.96875 + m_HorizontalBearingX: 0.8125 + m_HorizontalBearingY: 40.953125 + m_HorizontalAdvance: 56.09375 + m_GlyphRect: + m_X: 80 + m_Y: 6 + m_Width: 56 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 59 + m_Metrics: + m_Width: 43.96875 + m_Height: 42.21875 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 40.796875 + m_HorizontalAdvance: 44.625 + m_GlyphRect: + m_X: 430 + m_Y: 171 + m_Width: 44 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 60 + m_Metrics: + m_Width: 35.8125 + m_Height: 42.890625 + m_HorizontalBearingX: -0.109375 + m_HorizontalBearingY: 41.3125 + m_HorizontalAdvance: 35.65625 + m_GlyphRect: + m_X: 174 + m_Y: 262 + m_Width: 37 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 61 + m_Metrics: + m_Width: 39.375 + m_Height: 42.84375 + m_HorizontalBearingX: 0.765625 + m_HorizontalBearingY: 40.546875 + m_HorizontalAdvance: 40.703125 + m_GlyphRect: + m_X: 370 + m_Y: 172 + m_Width: 41 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 62 + m_Metrics: + m_Width: 16.359375 + m_Height: 42.03125 + m_HorizontalBearingX: 1.484375 + m_HorizontalBearingY: 41.265625 + m_HorizontalAdvance: 20.34375 + m_GlyphRect: + m_X: 421 + m_Y: 443 + m_Width: 17 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 63 + m_Metrics: + m_Width: 31.15625 + m_Height: 44.015625 + m_HorizontalBearingX: 0.765625 + m_HorizontalBearingY: 40.34375 + m_HorizontalAdvance: 32.890625 + m_GlyphRect: + m_X: 352 + m_Y: 448 + m_Width: 32 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 64 + m_Metrics: + m_Width: 16.46875 + m_Height: 42.03125 + m_HorizontalBearingX: 1.734375 + m_HorizontalBearingY: 41.3125 + m_HorizontalAdvance: 20.09375 + m_GlyphRect: + m_X: 222 + m_Y: 386 + m_Width: 18 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 65 + m_Metrics: + m_Width: 27.09375 + m_Height: 20.046875 + m_HorizontalBearingX: 2.1875 + m_HorizontalBearingY: 41.875 + m_HorizontalAdvance: 31.109375 + m_GlyphRect: + m_X: 34 + m_Y: 306 + m_Width: 28 + m_Height: 21 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 66 + m_Metrics: + m_Width: 24.9375 + m_Height: 10.59375 + m_HorizontalBearingX: 2.859375 + m_HorizontalBearingY: 2.59375 + m_HorizontalAdvance: 30.796875 + m_GlyphRect: + m_X: 227 + m_Y: 199 + m_Width: 26 + m_Height: 11 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 67 + m_Metrics: + m_Width: 16.328125 + m_Height: 13.46875 + m_HorizontalBearingX: 2.90625 + m_HorizontalBearingY: 54.671875 + m_HorizontalAdvance: 22.140625 + m_GlyphRect: + m_X: 145 + m_Y: 252 + m_Width: 18 + m_Height: 14 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 68 + m_Metrics: + m_Width: 46.421875 + m_Height: 41.65625 + m_HorizontalBearingX: -0.109375 + m_HorizontalBearingY: 39.671875 + m_HorizontalAdvance: 46.40625 + m_GlyphRect: + m_X: 6 + m_Y: 89 + m_Width: 48 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 69 + m_Metrics: + m_Width: 42.328125 + m_Height: 42.796875 + m_HorizontalBearingX: -0.15625 + m_HorizontalBearingY: 39.9375 + m_HorizontalAdvance: 43.046875 + m_GlyphRect: + m_X: 65 + m_Y: 115 + m_Width: 44 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 70 + m_Metrics: + m_Width: 35.75 + m_Height: 43.609375 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 37.03125 + m_GlyphRect: + m_X: 54 + m_Y: 445 + m_Width: 37 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 71 + m_Metrics: + m_Width: 40.09375 + m_Height: 43.234375 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 39.875 + m_HorizontalAdvance: 41.109375 + m_GlyphRect: + m_X: 422 + m_Y: 225 + m_Width: 41 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 72 + m_Metrics: + m_Width: 31.53125 + m_Height: 43.921875 + m_HorizontalBearingX: 1.625 + m_HorizontalBearingY: 40.5 + m_HorizontalAdvance: 34.53125 + m_GlyphRect: + m_X: 308 + m_Y: 445 + m_Width: 33 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 73 + m_Metrics: + m_Width: 32.078125 + m_Height: 44.265625 + m_HorizontalBearingX: 0.71875 + m_HorizontalBearingY: 39.984375 + m_HorizontalAdvance: 33.8125 + m_GlyphRect: + m_X: 352 + m_Y: 392 + m_Width: 33 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 74 + m_Metrics: + m_Width: 40.4375 + m_Height: 42.890625 + m_HorizontalBearingX: 0.765625 + m_HorizontalBearingY: 39.625 + m_HorizontalAdvance: 42.03125 + m_GlyphRect: + m_X: 115 + m_Y: 170 + m_Width: 42 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 75 + m_Metrics: + m_Width: 40.390625 + m_Height: 43.25 + m_HorizontalBearingX: 1.328125 + m_HorizontalBearingY: 40.03125 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 318 + m_Y: 172 + m_Width: 41 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 76 + m_Metrics: + m_Width: 18.984375 + m_Height: 44.5625 + m_HorizontalBearingX: 2.390625 + m_HorizontalBearingY: 41.96875 + m_HorizontalAdvance: 23.109375 + m_GlyphRect: + m_X: 222 + m_Y: 330 + m_Width: 20 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 77 + m_Metrics: + m_Width: 35.703125 + m_Height: 42.6875 + m_HorizontalBearingX: 0.609375 + m_HorizontalBearingY: 39.9375 + m_HorizontalAdvance: 37.28125 + m_GlyphRect: + m_X: 174 + m_Y: 372 + m_Width: 37 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 78 + m_Metrics: + m_Width: 35.34375 + m_Height: 43.140625 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.390625 + m_HorizontalAdvance: 37.078125 + m_GlyphRect: + m_X: 301 + m_Y: 339 + m_Width: 36 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 79 + m_Metrics: + m_Width: 33.5625 + m_Height: 43.8125 + m_HorizontalBearingX: 0.359375 + m_HorizontalBearingY: 40.75 + m_HorizontalAdvance: 34.328125 + m_GlyphRect: + m_X: 219 + m_Y: 445 + m_Width: 34 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 80 + m_Metrics: + m_Width: 51.09375 + m_Height: 42.390625 + m_HorizontalBearingX: 1.328125 + m_HorizontalBearingY: 39.53125 + m_HorizontalAdvance: 54.15625 + m_GlyphRect: + m_X: 210 + m_Y: 6 + m_Width: 52 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 81 + m_Metrics: + m_Width: 42.578125 + m_Height: 42.328125 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 39.734375 + m_HorizontalAdvance: 44.0625 + m_GlyphRect: + m_X: 174 + m_Y: 115 + m_Width: 43 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 82 + m_Metrics: + m_Width: 44.265625 + m_Height: 43.609375 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 45.59375 + m_GlyphRect: + m_X: 391 + m_Y: 62 + m_Width: 45 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 83 + m_Metrics: + m_Width: 39.53125 + m_Height: 43.453125 + m_HorizontalBearingX: 0.203125 + m_HorizontalBearingY: 40.75 + m_HorizontalAdvance: 40.953125 + m_GlyphRect: + m_X: 317 + m_Y: 228 + m_Width: 40 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 84 + m_Metrics: + m_Width: 46 + m_Height: 43.765625 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 40.140625 + m_HorizontalAdvance: 47.375 + m_GlyphRect: + m_X: 393 + m_Y: 6 + m_Width: 47 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 85 + m_Metrics: + m_Width: 42.28125 + m_Height: 42.375 + m_HorizontalBearingX: -0.046875 + m_HorizontalBearingY: 40.234375 + m_HorizontalAdvance: 42.84375 + m_GlyphRect: + m_X: 265 + m_Y: 65 + m_Width: 44 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 86 + m_Metrics: + m_Width: 38.40625 + m_Height: 43.921875 + m_HorizontalBearingX: 1.21875 + m_HorizontalBearingY: 40.703125 + m_HorizontalAdvance: 41 + m_GlyphRect: + m_X: 360 + m_Y: 336 + m_Width: 39 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 87 + m_Metrics: + m_Width: 42.234375 + m_Height: 43.546875 + m_HorizontalBearingX: 0.765625 + m_HorizontalBearingY: 40.796875 + m_HorizontalAdvance: 44.015625 + m_GlyphRect: + m_X: 61 + m_Y: 169 + m_Width: 43 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 88 + m_Metrics: + m_Width: 45.59375 + m_Height: 43.65625 + m_HorizontalBearingX: 1.125 + m_HorizontalBearingY: 40.75 + m_HorizontalAdvance: 47.9375 + m_GlyphRect: + m_X: 451 + m_Y: 61 + m_Width: 46 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 89 + m_Metrics: + m_Width: 47.484375 + m_Height: 43.5625 + m_HorizontalBearingX: 0.359375 + m_HorizontalBearingY: 40.703125 + m_HorizontalAdvance: 48.40625 + m_GlyphRect: + m_X: 206 + m_Y: 60 + m_Width: 48 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 90 + m_Metrics: + m_Width: 54.46875 + m_Height: 43.96875 + m_HorizontalBearingX: 0.8125 + m_HorizontalBearingY: 40.953125 + m_HorizontalAdvance: 56.09375 + m_GlyphRect: + m_X: 6 + m_Y: 33 + m_Width: 56 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 91 + m_Metrics: + m_Width: 43.96875 + m_Height: 42.21875 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 40.796875 + m_HorizontalAdvance: 44.625 + m_GlyphRect: + m_X: 6 + m_Y: 142 + m_Width: 44 + m_Height: 43 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 92 + m_Metrics: + m_Width: 35.8125 + m_Height: 42.890625 + m_HorizontalBearingX: -0.109375 + m_HorizontalBearingY: 41.3125 + m_HorizontalAdvance: 35.65625 + m_GlyphRect: + m_X: 174 + m_Y: 317 + m_Width: 37 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 93 + m_Metrics: + m_Width: 39.375 + m_Height: 42.84375 + m_HorizontalBearingX: 0.765625 + m_HorizontalBearingY: 40.546875 + m_HorizontalAdvance: 40.703125 + m_GlyphRect: + m_X: 370 + m_Y: 227 + m_Width: 41 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 94 + m_Metrics: + m_Width: 21.0625 + m_Height: 41.3125 + m_HorizontalBearingX: 1.421875 + m_HorizontalBearingY: 40.5 + m_HorizontalAdvance: 24.28125 + m_GlyphRect: + m_X: 227 + m_Y: 221 + m_Width: 22 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 95 + m_Metrics: + m_Width: 6.9375 + m_Height: 40.28125 + m_HorizontalBearingX: 3.109375 + m_HorizontalBearingY: 39.828125 + m_HorizontalAdvance: 13.359375 + m_GlyphRect: + m_X: 149 + m_Y: 277 + m_Width: 8 + m_Height: 41 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 96 + m_Metrics: + m_Width: 19.84375 + m_Height: 41.3125 + m_HorizontalBearingX: 3.109375 + m_HorizontalBearingY: 40.5 + m_HorizontalAdvance: 25.046875 + m_GlyphRect: + m_X: 52 + m_Y: 392 + m_Width: 20 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 97 + m_Metrics: + m_Width: 33.203125 + m_Height: 14.84375 + m_HorizontalBearingX: 1.890625 + m_HorizontalBearingY: 24.375 + m_HorizontalAdvance: 37.125 + m_GlyphRect: + m_X: 58 + m_Y: 278 + m_Width: 35 + m_Height: 16 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + - m_Index: 224 + m_Metrics: + m_Width: 61.859375 + m_Height: 15.453125 + m_HorizontalBearingX: 3.421875 + m_HorizontalBearingY: 13.921875 + m_HorizontalAdvance: 69 + m_GlyphRect: + m_X: 6 + m_Y: 6 + m_Width: 63 + m_Height: 16 + m_Scale: 1 + m_AtlasIndex: 0 + m_ClassDefinitionType: 0 + m_CharacterTable: + - m_ElementType: 1 + m_Unicode: 32 + m_GlyphIndex: 3 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 33 + m_GlyphIndex: 4 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 34 + m_GlyphIndex: 5 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 35 + m_GlyphIndex: 6 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 36 + m_GlyphIndex: 7 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 37 + m_GlyphIndex: 8 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 38 + m_GlyphIndex: 9 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 39 + m_GlyphIndex: 10 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 40 + m_GlyphIndex: 11 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 41 + m_GlyphIndex: 12 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 42 + m_GlyphIndex: 13 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 43 + m_GlyphIndex: 14 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 44 + m_GlyphIndex: 15 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 45 + m_GlyphIndex: 16 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 46 + m_GlyphIndex: 17 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 47 + m_GlyphIndex: 18 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 48 + m_GlyphIndex: 19 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 49 + m_GlyphIndex: 20 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 50 + m_GlyphIndex: 21 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 51 + m_GlyphIndex: 22 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 52 + m_GlyphIndex: 23 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 53 + m_GlyphIndex: 24 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 54 + m_GlyphIndex: 25 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 55 + m_GlyphIndex: 26 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 56 + m_GlyphIndex: 27 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 57 + m_GlyphIndex: 28 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 58 + m_GlyphIndex: 29 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 59 + m_GlyphIndex: 30 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 60 + m_GlyphIndex: 31 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 61 + m_GlyphIndex: 32 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 62 + m_GlyphIndex: 33 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 63 + m_GlyphIndex: 34 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 64 + m_GlyphIndex: 35 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 65 + m_GlyphIndex: 36 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 66 + m_GlyphIndex: 37 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 67 + m_GlyphIndex: 38 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 68 + m_GlyphIndex: 39 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 69 + m_GlyphIndex: 40 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 70 + m_GlyphIndex: 41 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 71 + m_GlyphIndex: 42 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 72 + m_GlyphIndex: 43 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 73 + m_GlyphIndex: 44 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 74 + m_GlyphIndex: 45 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 75 + m_GlyphIndex: 46 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 76 + m_GlyphIndex: 47 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 77 + m_GlyphIndex: 48 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 78 + m_GlyphIndex: 49 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 79 + m_GlyphIndex: 50 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 80 + m_GlyphIndex: 51 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 81 + m_GlyphIndex: 52 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 82 + m_GlyphIndex: 53 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 83 + m_GlyphIndex: 54 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 84 + m_GlyphIndex: 55 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 85 + m_GlyphIndex: 56 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 86 + m_GlyphIndex: 57 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 87 + m_GlyphIndex: 58 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 88 + m_GlyphIndex: 59 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 89 + m_GlyphIndex: 60 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 90 + m_GlyphIndex: 61 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 91 + m_GlyphIndex: 62 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 92 + m_GlyphIndex: 63 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 93 + m_GlyphIndex: 64 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 94 + m_GlyphIndex: 65 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 95 + m_GlyphIndex: 66 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 96 + m_GlyphIndex: 67 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 97 + m_GlyphIndex: 68 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 98 + m_GlyphIndex: 69 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 99 + m_GlyphIndex: 70 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 100 + m_GlyphIndex: 71 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 101 + m_GlyphIndex: 72 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 102 + m_GlyphIndex: 73 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 103 + m_GlyphIndex: 74 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 104 + m_GlyphIndex: 75 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 105 + m_GlyphIndex: 76 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 106 + m_GlyphIndex: 77 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 107 + m_GlyphIndex: 78 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 108 + m_GlyphIndex: 79 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 109 + m_GlyphIndex: 80 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 110 + m_GlyphIndex: 81 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 111 + m_GlyphIndex: 82 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 112 + m_GlyphIndex: 83 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 113 + m_GlyphIndex: 84 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 114 + m_GlyphIndex: 85 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 115 + m_GlyphIndex: 86 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 116 + m_GlyphIndex: 87 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 117 + m_GlyphIndex: 88 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 118 + m_GlyphIndex: 89 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 119 + m_GlyphIndex: 90 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 120 + m_GlyphIndex: 91 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 121 + m_GlyphIndex: 92 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 122 + m_GlyphIndex: 93 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 123 + m_GlyphIndex: 94 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 124 + m_GlyphIndex: 95 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 125 + m_GlyphIndex: 96 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 126 + m_GlyphIndex: 97 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 160 + m_GlyphIndex: 3 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8230 + m_GlyphIndex: 224 + m_Scale: 1 + m_AtlasTextures: + - {fileID: 6014387398142331249} + m_AtlasTextureIndex: 0 + m_IsMultiAtlasTexturesEnabled: 0 + m_ClearDynamicDataOnBuild: 0 + m_UsedGlyphRects: + - m_X: 0 + m_Y: 0 + m_Width: 74 + m_Height: 27 + - m_X: 74 + m_Y: 0 + m_Width: 67 + m_Height: 56 + - m_X: 0 + m_Y: 27 + m_Width: 67 + m_Height: 56 + - m_X: 141 + m_Y: 0 + m_Width: 63 + m_Height: 54 + - m_X: 204 + m_Y: 0 + m_Width: 63 + m_Height: 54 + - m_X: 267 + m_Y: 0 + m_Width: 62 + m_Height: 59 + - m_X: 141 + m_Y: 54 + m_Width: 59 + m_Height: 55 + - m_X: 200 + m_Y: 54 + m_Width: 59 + m_Height: 55 + - m_X: 67 + m_Y: 56 + m_Width: 59 + m_Height: 53 + - m_X: 0 + m_Y: 83 + m_Width: 59 + m_Height: 53 + - m_X: 329 + m_Y: 0 + m_Width: 58 + m_Height: 56 + - m_X: 387 + m_Y: 0 + m_Width: 58 + m_Height: 56 + - m_X: 445 + m_Y: 0 + m_Width: 57 + m_Height: 55 + - m_X: 445 + m_Y: 55 + m_Width: 57 + m_Height: 55 + - m_X: 329 + m_Y: 56 + m_Width: 56 + m_Height: 56 + - m_X: 385 + m_Y: 56 + m_Width: 56 + m_Height: 56 + - m_X: 441 + m_Y: 110 + m_Width: 55 + m_Height: 55 + - m_X: 259 + m_Y: 59 + m_Width: 55 + m_Height: 55 + - m_X: 314 + m_Y: 112 + m_Width: 55 + m_Height: 54 + - m_X: 369 + m_Y: 112 + m_Width: 55 + m_Height: 54 + - m_X: 424 + m_Y: 165 + m_Width: 55 + m_Height: 54 + - m_X: 479 + m_Y: 165 + m_Width: 32 + m_Height: 54 + - m_X: 59 + m_Y: 109 + m_Width: 55 + m_Height: 54 + - m_X: 0 + m_Y: 136 + m_Width: 55 + m_Height: 54 + - m_X: 114 + m_Y: 109 + m_Width: 54 + m_Height: 55 + - m_X: 55 + m_Y: 163 + m_Width: 54 + m_Height: 55 + - m_X: 0 + m_Y: 190 + m_Width: 54 + m_Height: 54 + - m_X: 168 + m_Y: 109 + m_Width: 54 + m_Height: 54 + - m_X: 222 + m_Y: 109 + m_Width: 37 + m_Height: 56 + - m_X: 168 + m_Y: 163 + m_Width: 53 + m_Height: 56 + - m_X: 259 + m_Y: 114 + m_Width: 53 + m_Height: 55 + - m_X: 221 + m_Y: 165 + m_Width: 38 + m_Height: 28 + - m_X: 109 + m_Y: 164 + m_Width: 53 + m_Height: 55 + - m_X: 54 + m_Y: 218 + m_Width: 53 + m_Height: 54 + - m_X: 0 + m_Y: 244 + m_Width: 52 + m_Height: 56 + - m_X: 312 + m_Y: 166 + m_Width: 52 + m_Height: 56 + - m_X: 259 + m_Y: 169 + m_Width: 52 + m_Height: 55 + - m_X: 221 + m_Y: 193 + m_Width: 37 + m_Height: 22 + - m_X: 221 + m_Y: 215 + m_Width: 33 + m_Height: 53 + - m_X: 364 + m_Y: 166 + m_Width: 52 + m_Height: 55 + - m_X: 416 + m_Y: 219 + m_Width: 52 + m_Height: 55 + - m_X: 364 + m_Y: 221 + m_Width: 52 + m_Height: 55 + - m_X: 468 + m_Y: 219 + m_Width: 43 + m_Height: 56 + - m_X: 416 + m_Y: 274 + m_Width: 51 + m_Height: 55 + - m_X: 467 + m_Y: 275 + m_Width: 44 + m_Height: 56 + - m_X: 311 + m_Y: 222 + m_Width: 51 + m_Height: 55 + - m_X: 362 + m_Y: 276 + m_Width: 51 + m_Height: 54 + - m_X: 413 + m_Y: 329 + m_Width: 51 + m_Height: 54 + - m_X: 464 + m_Y: 331 + m_Width: 47 + m_Height: 55 + - m_X: 254 + m_Y: 224 + m_Width: 50 + m_Height: 60 + - m_X: 304 + m_Y: 277 + m_Width: 50 + m_Height: 56 + - m_X: 354 + m_Y: 330 + m_Width: 50 + m_Height: 56 + - m_X: 404 + m_Y: 383 + m_Width: 50 + m_Height: 54 + - m_X: 454 + m_Y: 386 + m_Width: 50 + m_Height: 53 + - m_X: 0 + m_Y: 439 + m_Width: 48 + m_Height: 56 + - m_X: 0 + m_Y: 386 + m_Width: 46 + m_Height: 53 + - m_X: 0 + m_Y: 333 + m_Width: 45 + m_Height: 53 + - m_X: 0 + m_Y: 300 + m_Width: 28 + m_Height: 33 + - m_X: 45 + m_Y: 333 + m_Width: 32 + m_Height: 53 + - m_X: 46 + m_Y: 386 + m_Width: 31 + m_Height: 53 + - m_X: 28 + m_Y: 300 + m_Width: 39 + m_Height: 32 + - m_X: 52 + m_Y: 272 + m_Width: 46 + m_Height: 27 + - m_X: 67 + m_Y: 299 + m_Width: 28 + m_Height: 27 + - m_X: 48 + m_Y: 439 + m_Width: 48 + m_Height: 56 + - m_X: 77 + m_Y: 386 + m_Width: 49 + m_Height: 52 + - m_X: 77 + m_Y: 333 + m_Width: 46 + m_Height: 52 + - m_X: 123 + m_Y: 333 + m_Width: 45 + m_Height: 52 + - m_X: 168 + m_Y: 219 + m_Width: 50 + m_Height: 37 + - m_X: 98 + m_Y: 284 + m_Width: 45 + m_Height: 45 + - m_X: 143 + m_Y: 219 + m_Width: 24 + m_Height: 27 + - m_X: 107 + m_Y: 246 + m_Width: 32 + m_Height: 37 + - m_X: 139 + m_Y: 246 + m_Width: 29 + m_Height: 25 + - m_X: 107 + m_Y: 219 + m_Width: 33 + m_Height: 25 + - m_X: 168 + m_Y: 256 + m_Width: 48 + m_Height: 55 + - m_X: 143 + m_Y: 271 + m_Width: 19 + m_Height: 52 + - m_X: 216 + m_Y: 268 + m_Width: 31 + m_Height: 56 + - m_X: 168 + m_Y: 311 + m_Width: 48 + m_Height: 55 + - m_X: 247 + m_Y: 284 + m_Width: 48 + m_Height: 54 + - m_X: 216 + m_Y: 324 + m_Width: 31 + m_Height: 56 + - m_X: 168 + m_Y: 366 + m_Width: 48 + m_Height: 54 + - m_X: 126 + m_Y: 385 + m_Width: 42 + m_Height: 42 + - m_X: 295 + m_Y: 333 + m_Width: 47 + m_Height: 55 + - m_X: 247 + m_Y: 338 + m_Width: 47 + m_Height: 54 + - m_X: 216 + m_Y: 380 + m_Width: 29 + m_Height: 54 + - m_X: 168 + m_Y: 420 + m_Width: 45 + m_Height: 56 + - m_X: 126 + m_Y: 427 + m_Width: 42 + m_Height: 42 + - m_X: 96 + m_Y: 438 + m_Width: 28 + m_Height: 56 + - m_X: 213 + m_Y: 439 + m_Width: 45 + m_Height: 56 + - m_X: 258 + m_Y: 439 + m_Width: 44 + m_Height: 56 + - m_X: 294 + m_Y: 388 + m_Width: 28 + m_Height: 51 + - m_X: 302 + m_Y: 439 + m_Width: 44 + m_Height: 56 + - m_X: 346 + m_Y: 386 + m_Width: 44 + m_Height: 56 + - m_X: 346 + m_Y: 442 + m_Width: 43 + m_Height: 56 + - m_X: 389 + m_Y: 442 + m_Width: 26 + m_Height: 55 + - m_X: 415 + m_Y: 437 + m_Width: 28 + m_Height: 54 + m_FreeGlyphRects: + - m_X: 67 + m_Y: 27 + m_Width: 7 + m_Height: 29 + - m_X: 441 + m_Y: 56 + m_Width: 4 + m_Height: 54 + - m_X: 259 + m_Y: 54 + m_Width: 8 + m_Height: 5 + - m_X: 314 + m_Y: 59 + m_Width: 15 + m_Height: 53 + - m_X: 424 + m_Y: 112 + m_Width: 17 + m_Height: 53 + - m_X: 502 + m_Y: 0 + m_Width: 9 + m_Height: 165 + - m_X: 496 + m_Y: 110 + m_Width: 15 + m_Height: 55 + - m_X: 59 + m_Y: 83 + m_Width: 8 + m_Height: 26 + - m_X: 126 + m_Y: 56 + m_Width: 15 + m_Height: 53 + - m_X: 55 + m_Y: 136 + m_Width: 4 + m_Height: 27 + - m_X: 221 + m_Y: 163 + m_Width: 1 + m_Height: 2 + - m_X: 109 + m_Y: 163 + m_Width: 5 + m_Height: 1 + - m_X: 54 + m_Y: 190 + m_Width: 1 + m_Height: 28 + - m_X: 312 + m_Y: 114 + m_Width: 2 + m_Height: 52 + - m_X: 416 + m_Y: 166 + m_Width: 8 + m_Height: 53 + - m_X: 467 + m_Y: 274 + m_Width: 1 + m_Height: 1 + - m_X: 311 + m_Y: 169 + m_Width: 1 + m_Height: 53 + - m_X: 362 + m_Y: 222 + m_Width: 2 + m_Height: 54 + - m_X: 413 + m_Y: 276 + m_Width: 3 + m_Height: 53 + - m_X: 464 + m_Y: 329 + m_Width: 3 + m_Height: 2 + - m_X: 258 + m_Y: 193 + m_Width: 1 + m_Height: 31 + - m_X: 254 + m_Y: 215 + m_Width: 5 + m_Height: 9 + - m_X: 304 + m_Y: 224 + m_Width: 7 + m_Height: 53 + - m_X: 354 + m_Y: 277 + m_Width: 8 + m_Height: 53 + - m_X: 404 + m_Y: 330 + m_Width: 9 + m_Height: 53 + - m_X: 504 + m_Y: 386 + m_Width: 7 + m_Height: 125 + - m_X: 454 + m_Y: 383 + m_Width: 10 + m_Height: 3 + - m_X: 52 + m_Y: 244 + m_Width: 2 + m_Height: 28 + - m_X: 52 + m_Y: 299 + m_Width: 15 + m_Height: 1 + - m_X: 67 + m_Y: 326 + m_Width: 31 + m_Height: 7 + - m_X: 95 + m_Y: 299 + m_Width: 3 + m_Height: 34 + - m_X: 162 + m_Y: 164 + m_Width: 6 + m_Height: 55 + - m_X: 98 + m_Y: 272 + m_Width: 9 + m_Height: 12 + - m_X: 167 + m_Y: 164 + m_Width: 1 + m_Height: 82 + - m_X: 107 + m_Y: 218 + m_Width: 2 + m_Height: 1 + - m_X: 107 + m_Y: 244 + m_Width: 36 + m_Height: 2 + - m_X: 140 + m_Y: 219 + m_Width: 3 + m_Height: 27 + - m_X: 98 + m_Y: 283 + m_Width: 45 + m_Height: 1 + - m_X: 162 + m_Y: 271 + m_Width: 6 + m_Height: 62 + - m_X: 139 + m_Y: 271 + m_Width: 4 + m_Height: 13 + - m_X: 218 + m_Y: 219 + m_Width: 3 + m_Height: 49 + - m_X: 216 + m_Y: 256 + m_Width: 5 + m_Height: 12 + - m_X: 28 + m_Y: 332 + m_Width: 140 + m_Height: 1 + - m_X: 67 + m_Y: 329 + m_Width: 101 + m_Height: 4 + - m_X: 143 + m_Y: 323 + m_Width: 25 + m_Height: 10 + - m_X: 247 + m_Y: 268 + m_Width: 7 + m_Height: 16 + - m_X: 77 + m_Y: 385 + m_Width: 49 + m_Height: 1 + - m_X: 295 + m_Y: 284 + m_Width: 9 + m_Height: 49 + - m_X: 77 + m_Y: 438 + m_Width: 19 + m_Height: 1 + - m_X: 124 + m_Y: 469 + m_Width: 44 + m_Height: 42 + - m_X: 124 + m_Y: 438 + m_Width: 2 + m_Height: 73 + - m_X: 245 + m_Y: 380 + m_Width: 2 + m_Height: 59 + - m_X: 213 + m_Y: 420 + m_Width: 3 + m_Height: 19 + - m_X: 96 + m_Y: 494 + m_Width: 117 + m_Height: 17 + - m_X: 124 + m_Y: 476 + m_Width: 89 + m_Height: 35 + - m_X: 245 + m_Y: 392 + m_Width: 49 + m_Height: 47 + - m_X: 213 + m_Y: 434 + m_Width: 81 + m_Height: 5 + - m_X: 294 + m_Y: 338 + m_Width: 1 + m_Height: 50 + - m_X: 342 + m_Y: 333 + m_Width: 12 + m_Height: 53 + - m_X: 342 + m_Y: 333 + m_Width: 4 + m_Height: 106 + - m_X: 322 + m_Y: 388 + m_Width: 24 + m_Height: 51 + - m_X: 0 + m_Y: 498 + m_Width: 511 + m_Height: 13 + - m_X: 0 + m_Y: 495 + m_Width: 346 + m_Height: 16 + - m_X: 390 + m_Y: 386 + m_Width: 14 + m_Height: 56 + - m_X: 389 + m_Y: 497 + m_Width: 122 + m_Height: 14 + - m_X: 415 + m_Y: 491 + m_Width: 96 + m_Height: 20 + - m_X: 443 + m_Y: 439 + m_Width: 68 + m_Height: 72 + - m_X: 390 + m_Y: 437 + m_Width: 25 + m_Height: 5 + - m_X: 443 + m_Y: 437 + m_Width: 11 + m_Height: 74 + m_fontInfo: + Name: + PointSize: 0 + Scale: 0 + CharacterCount: 0 + LineHeight: 0 + Baseline: 0 + Ascender: 0 + CapHeight: 0 + Descender: 0 + CenterLine: 0 + SuperscriptOffset: 0 + SubscriptOffset: 0 + SubSize: 0 + Underline: 0 + UnderlineThickness: 0 + strikethrough: 0 + strikethroughThickness: 0 + TabWidth: 0 + Padding: 0 + AtlasWidth: 0 + AtlasHeight: 0 + atlas: {fileID: 0} + m_AtlasWidth: 512 + m_AtlasHeight: 512 + m_AtlasPadding: 5 + m_AtlasRenderMode: 4165 + m_glyphInfoList: [] + m_KerningTable: + kerningPairs: [] + m_FontFeatureTable: + m_GlyphPairAdjustmentRecords: [] + fallbackFontAssets: [] + m_FallbackFontAssetTable: [] + m_CreationSettings: + sourceFontFileName: + sourceFontFileGUID: acb1eda0cc8b3451881d77400607f298 + pointSizeSamplingMode: 0 + pointSize: 51 + padding: 5 + packingMode: 0 + atlasWidth: 512 + atlasHeight: 512 + characterSetSelectionMode: 0 + characterSequence: 32 - 126, 160, 8203, 8230, 9633 + referencedFontAssetGUID: + referencedTextAssetGUID: + fontStyle: 0 + fontStyleModifier: 0 + renderMode: 4165 + includeFontFeatures: 0 + m_FontWeightTable: + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + fontWeights: [] + normalStyle: 0 + normalSpacingOffset: 0 + boldStyle: 0.75 + boldSpacing: 7 + italicStyle: 35 + tabSize: 10 +--- !u!28 &6014387398142331249 +Texture2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: super-comic SDF Atlas + m_ImageContentsHash: + serializedVersion: 2 + Hash: 00000000000000000000000000000000 + m_ForcedFallbackFormat: 4 + m_DownscaleFallback: 0 + m_IsAlphaChannelOptional: 0 + serializedVersion: 2 + m_Width: 512 + m_Height: 512 + m_CompleteImageSize: 262144 + m_MipsStripped: 0 + m_TextureFormat: 1 + m_MipCount: 1 + m_IsReadable: 0 + m_IsPreProcessed: 0 + m_IgnoreMasterTextureLimit: 0 + m_StreamingMipmaps: 0 + m_StreamingMipmapsPriority: 0 + m_VTOnly: 0 + m_AlphaIsTransparency: 0 + m_ImageCount: 1 + m_TextureDimension: 2 + m_TextureSettings: + serializedVersion: 2 + m_FilterMode: 1 + m_Aniso: 1 + m_MipBias: 0 + m_WrapU: 0 + m_WrapV: 0 + m_WrapW: 0 + m_LightmapFormat: 0 + m_ColorSpace: 0 + m_PlatformBlob: + image data: 262144 + _typelessdata: 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d121416151513100c0a0300000000000000000000050b0d121416151513100c0a0300000000000000000000050b0d121416151513100c0a03000000000000000000000000000000000000000000000002050000070b070000050100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100030a0c0d0e0e0e0e0d0c0903000000000000000000000000000000000000050b0d13171a1b1c1c1b1a1816120e0c0600000000000000000000000000000100030a0c0d0e0e0e0e0d0c0903000000000000000000000000000000000000050b0d13171a1b1c1c1b1a1816120e0c06000000000000000000000000000000000000000000000000050b0d1115181a1c1d1e1e1e1c1b1815120f0b0802000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d0f12131415151515151616161617171717171616151412110f0c0a04000000000000000000000000000000000000000000000000000000050b0d0f12131415151515151616161617171717171616151412110f0c0a04000000000000000000000000000000000000000000000000040a0c1114171a1b1c1d1e1d1d1c1b191715110e0b07000000000000000000000000000000000000000000000000000000000000000000030d192022272a2b2b2a2825211e170b08000000000000030d192022272a2b2b2a2825211e170b08000000000000030d192022272a2b2b2a2825211e170b08000000000000000000000000000000000000090f11171b1d131c201c131d1a160d0c0600000000000000000000000001080b0b0b080100030000000000000000000000000000000000000000000002090b11161a171e21232324242323211e160b0d0300000000000000000000000000000d182022282d2f303232302f2e2b282320190e00000000000000000002090b11161a171e21232324242323211e160b0d0300000000000000000000000000000d182022282d2f303232302f2e2b282320190e0000000000000000000000000000000000000000080d0f192022272b2d30323233333332302d2a2724201d150e0c070000000000000000000000000000000000000000000000000000000000000000000000050b0d14181f22252728292a2a2a2b2b2b2b2b2b2c2c2c2c2c2c2b2a29272624221f18140b080100000000000000000000000000000000000000050b0d14181f22252728292a2a2a2b2b2b2b2b2b2c2c2c2c2c2c2b2a29272624221f18140b08010000000000000000000000000000000000060b0d181f22272a2d2f31323333333231302e2c2a2623201c130c0a04000000000000000000000000000000000000000000000000000000000b161e2b34373c3f40403f3d3a363329221b10020000000b161e2b34373c3f40403f3d3a363329221b10020000000b161e2b34373c3f40403f3d3a363329221b1002000000000000000000000000000004121d24272d30322530353025322f2b2320190e0000000000000000060c0e141c2021201c141b1814100b0902000000000000000000000000000000000a161e21262b2f29333638393939383836322828201507000000000000000000000006131d2b34373e4244454747464443403d38352c1e190b0000000000000a161e21262b2f29333638393939383836322828201507000000000000000000000006131d2b34373e4244454747464443403d38352c1e190b000000000000000000000000000000010a101b22252b35383c40434547484849484745433f3c3936312724211a0f0902000000000000000000000000000000000000000000000000000000000000090e192022292a34373a3c3e3e3f3f40404040404041414141414141413f3e3d3b3a37332a29201c140800000000000000000000000000000000090e192022292a34373a3c3e3e3f3f40404040404041414141414141413f3e3d3b3a37332a29201c14080000000000000000000000000000070e1920232a33373c3f4245464748484847474544423f3c38353025211f170c07000000000000000000000000000000000000000000000000000b1b29323b484d525455555453504c4639372e201406000b1b29323b484d525455555453504c4639372e201406000b1b29323b484d525455555453504c4639372e20140600000000000000000000000008162230393c42454849434a434947454138352c1e0e0000000000010f1a212326303536353026302d2a25201d150a00000000000000000000000000000a1a2832363c414439464c4d4e4e4e4e4d4b46393c33251503000000000000000000021324313b484c5357595b5c5c5b5a5856524d493c36291907000000000a1a2832363c414439464c4d4e4e4e4e4d4b46393c33251503000000000000000000021324313b484c5357595b5c5c5b5a5856524d493c362919070000000000000000000000000007121d252e373a3c484d5155585a5c5d5e5e5d5c5b5855524e4b443739362d201d150a00000000000000000000000000000000000000000000000000000007121c242b35383e3b484c4f51535454555555555556565656575756565656555352504f4c473a3e35302618080000000000000000000000000007121c242b35383e3b484c4f51535454555555555556565656575756565656555352504f4c473a3e35302618080000000000000000000000010f1a212b35383a474c5154575a5b5c5d5e5d5d5c5b595754514e4a433637332a211a0f040000000000000000000000000000000000000000000003162939464b596267696b6a6a686561574f4b3e32241403162939464b596267696b6a6a686561574f4b3e32241403162939464b596267696b6a6a686561574f4b3e322414030000000000000000000003162634404d51575a5d5e5460545e5d5a564d493c2c1b0b000000000f1f2c353836434b4b4b434846433f3a3632281a0e00000000000000000000000002162838454b5156595d5761626363636362615755504333200d0000000000000000000b1e31424e5962686c6f707171706f6d6b67635a544736241100000002162838454b5156595d5761626363636362615755504333200d0000000000000000000b1e31424e5962686c6f707171706f6d6b67635a54473624110000000000000000000000010f1a2130393e4b4f565a62666a6d6f717273737371706d6a67646055544e4a3d3632281a0d000000000000000000000000000000000000000000000000010f1a212f383c484d53595962646768696a6a6a6a6a6b6b6b6b6c6c6c6c6c6b6b6a6967666461585a544b433626140100000000000000000000010f1a212f383c484d53595962646768696a6a6a6a6a6b6b6b6b6c6c6c6c6c6b6b6a6967666461585a544b433626140100000000000000000009141d2d363c494d56586166696c6f70717273727271706e6c6a66636054534c473a362d1f170c0000000000000000000000000000000000000000000a1e324657616d777c7f80807f7d7a766f645c4f423221101e324657616d777c7f80807f7d7a766f645c4f423221101e324657616d777c7f80807f7d7a766f645c4f423221100000000000000000000011213444515e666c70727374757473726f6b625a493929170300000a1a2c3d494e5a54606060545e5b58544f4b45382b1e0e0000000000000000000000091e32455660666b6f72747678787979787876736a61503c281300000000000000000011263a4e6068777d8284858787858483807d786e6554402c0c000000091e32455660666b6f72747678787979787876736a61503c281300000000000000000011263a4e6068777d8284858787858483807d786e6554402c0c0000000000000000000006141f2d36414d525c646c72787c80828587878888888785827f7c79756f69635b534b45382b1d0d0000000000000000000000000000000000000000000006141f2d36404c515a62696f73777a7c7d7e7f7f7f808080808080818181818181807f7e7c7b7977736f69605443301c0800000000000000000006141f2d36404c515a62696f73777a7c7d7e7f7f7f808080808080818181818181807f7e7c7b7977736f69605443301c0800000000000000000b1926313d4a4e5a626b71777c7f8284868788888887868583817f7b78746e6861584e4a3d33291c100200000000000000000000000000000000000005192b3c4b6175828b9194959594928f8a847a69614f3f2e1b2b3c4b6175828b9194959594928f8a847a69614f3f2e1b2b3c4b6175828b9194959594928f8a847a69614f3f2e1b080000000000000000081c2e3f51626b7c828587888a8a898887848078625746331e0c0003162838495b636f727576757573706d69656056483c2b1909000000000000000000000b21364b60747c8084878a8b8d8e8e8e8d8d8b887f6a55402a1500000000000000000013283e53687e8c9397999a9c9c9b999895928d836e593a29170400000b21364b60747c8084878a8b8d8e8e8e8d8d8b887f6a55402a1500000000000000000013283e53687e8c9397999a9c9c9b999895928d836e593a2917040000000000000000081624313d4a4e5f67717a81878d9195989a9c9d9d9e9d9c9a9894918e89847e7972696056483b2b18050000000000000000000000000000000000000000081624323d4a4e5e666f787e84888c8f91939394949595959595959696969696969696949392908f8c88847e72604b35200b0000000000000000081624323d4a4e5e666f787e84888c8f91939394949595959595959696969696969696949392908f8c88847e72604b35200b000000000000000b1b2837444b5b636d7880868b9194979a9b9c9d9d9d9c9c9a999794918d89837e776e635b4c463a2d20100200000000000000000000000000000000000b2034485a6e82989faba9aaaaa9a8aa9f9a8f7f695d4b372234485a6e82989faba9aaaaa9a8aa9f9a8f7f695d4b372234485a6e82989faba9aaaaa9a8aa9f9a8f7f695d4b37220a00000000000000000e23374b5d6b8091979a9d9e9fa99f9e9c9a968776614c3a2a1704091e324556637984878a8b8a8a8885827f7a74625a4837261401000000000000000003182d42586d829196999c9fa9a2a3a3a3a3a2a69d87725d3727150100000000000000061b30465b70859baaacaeb0b1b1b0afadaba79e89745847331f0a0003182d42586d829196999c9fa9a2a3a3a3a3a2a69d87725d3727150100000000000000061b30465b70859baaacaeb0b1b1b0afadaba79e89745847331f0a0000000000000008162634424e5b63707c858f969da5a6aaadafb1b2b3b3b2b1b0adaaa7a89e99948e867e7462594834200b0000000000000000000000000000000000000008162634424f5b63707b848d93999da6a4a6a8a9a9aaaaaaaaaaababababacacababababaaa8a7a5a4a79e998e79634e39230e0000000000000008162634424f5b63707b848d93999da6a4a6a8a9a9aaaaaaaaaaababababacacababababaaa8a7a5a4a79e998e79634e39230e0000000000000a1a28394655606b79828b959b9faba9acafb0b1b2b3b2b2b1b0aeaca9a6a79e99938a83796d61584a3e2e201000000000000000000000000000000000000d22384d62788da0b4bcc9c0bfbfc8bbb4af9d8f7b654f3828384d62788da0b4bcc9c0bfbfc8bbb4af9d8f7b654f3828384d62788da0b4bcc9c0bfbfc8bbb4af9d8f7b654f38281502000000000000081c2f3f50657b8f9eacafb2b3b4bab4b3b2afa595806b5847331f08182b3b4b6075869a9d9faaaa9f9d9b98948f8878625544311d0b000000000000000004192e44596e8399abaeb2b4bac7b8b8b8b8c4b49f8a745544311d0800000000000000091e33495e73889eb3c8c4c5c6c6c5c4c2c0b9a88c76614c37210c0004192e44596e8399abaeb2b4bac7b8b8b8b8c4b49f8a745544311d0800000000000000091e33495e73889eb3c8c4c5c6c6c5c4c2c0b9a88c76614c37210c00000000000005162634445160687985919ba3abb2b6c3bbb4b1adaba9a8a8a9aaacb0b4b9b4aea9a49c938677624d37220d00000000000000000000000000000000000005162634445160697984909aa2a8aeb3b8c4bcbdbebfbfbfbfbfc0c0c0c0c1c1c1c1c1c0c0bfbebcbbc5b8b3a7927d67523d281200000000000005162634445160697984909aa2a8aeb3b8c4bcbdbebfbfbfbfbfc0c0c0c0c1c1c1c1c1c0c0bfbebcbbc5b8b3a7927d67523d281200000000000215283846576173808b989faab0b5bcc9c1c4c5c6c7c8c7c7c6c5c3c1bfc5b8b3aea99f988c8276645c4b3e2e1e0e0000000000000000000000000000000012283d52677d92a7becfd9d5d5d4d8cec9bbaf9a846f5645323d52677d92a7becfd9d5d5d4d8cec9bbaf9a846f5645323d52677d92a7becfd9d5d5d4d8cec9bbaf9a846f5645321d090000000000000e23374b5d70859ab0bcc5c7c8c9cdc9c8c7c3b49e8976614c362614203448596a8095a4b2b4bbbbb4b3b0ada9a69b8573604b392916030000000000000003182d43586d8298adc2c7c9cdd7cdcececdcdbaa98a75604b35200b000000000000000a1f34495f74899eb4c9d9dadcdcdad9d8d6c6a28d78634d38230e0003182d43586d8298adc2c7c9cdd7cdcececdcdbaa98a75604b35200b000000000000000a1f34495f74899eb4c9d9dadcdcdad9d8d6c6a28d78634d38230e0000000000001323344451626b7e8b9aa2b0b5c1b7b3abaa9f9c98969493939395969a9ea8acb3b8b6b1a18d78624d38230d0000000000000000000000000000000000001223334451626c7e8b9aa2afb3c0c4c8cbd5d1d2d3d4d4d4d5d5d5d5d5d5d6d6d6d6d6d6d5d4d3d1d0d5ccbfa9947f6a543f2a150000000000001223334451626c7e8b9aa2afb3c0c4c8cbd5d1d2d3d4d4d4d5d5d5d5d5d5d6d6d6d6d6d6d5d4d3d1d0d5ccbfa9947f6a543f2a1500000000000a1d324556617583959faab4bbc8cacfdad7d9dbdcdddddddcdbdad8d6d4d5ccc8c7bab4ab9f98877a645c4b3c2c1909000000000000000000000000000000152a3f556a7f94aabfd4ebeaeae9eae2dec9b49f8a75604b363f556a7f94aabfd4ebeaeae9eae2dec9b49f8a75604b363f556a7f94aabfd4ebeaeae9eae2dec9b49f8a75604b36200b000000000004182a3b50657b90a2b4c8dadcdddfe1dedddcccb9a8957f6a5443301c2b3c4d62778a9fb4c2c9cececac8c5c2c4b4a3937e695746321e0a0000000000000002172d42576c8297acc1d7dfe2eae3e3e3ead7b5a08b76604b36210b0a0c0f100f0b08011f344a5f74899fb4c9deeff1f1f0eee4cfb9a48f7a644f3a250f0002172d42576c8297acc1d7dfe2eae3e3e3ead7b5a08b76604b36210b0a0c0f100f0b08011f344a5f74899fb4c9deeff1f1f0eee4cfb9a48f7a644f3a250f00000000000d1d304151626b80939fa9b4c0b6b1a69d96908a8683817f7e7d7e7f81858990979ea6ada799836e5a493520110b080200000000000000000000000000000c1c304151626c80939fa9b4c0c7d0d9dde0e7e6e8e8e9e9eaeaeaeaeaeaebebebebebebebebe9e8e7e5e8d5c0ab95806b56402b1600000000000c1c304151626c80939fa9b4c0c7d0d9dde0e7e6e8e8e9e9eaeaeaeaeaeaebebebebebebebebe9e8e7e5e8d5c0ab95806b56402b16000000000a1a30414b60748499a1b4bbc8ced9dfe3ececeff0f1f2f2f2f1f1efeeece9e8e0ded8cec9bcb4a59d8a7a645a49372715020000000000000000000000000000162b41566b8096abc0d5ebfffffffdf6e1cdbaa98e78634e3941566b8096abc0d5ebfffffffdf6e1cdbaa98e78634e3941566b8096abc0d5ebfffffffdf6e1cdbaa98e79634e39230e00000000000b1f3447596e8399aec0d1e4f2f3f4f6f4f3e8d6c6b29d8774604b352035495a6c8197a8bacddfe2e2dfdddad7d1c1b39e8975614b3621100000000000000001162c41566b8196abc0d6ebf6fdfff8ffe0cbb5a08b76604b3621161e21242624201d141f354a5f748a9fb4c9dff4fffffffbe5d0bba6907b66513b26110001162c41566b8196abc0d6ebf6fdfff8ffe0cbb5a08b76604b3621161e21242624201d141f354a5f748a9fb4c9dff4fffffffbe5d0bba6907b66513b26110000000005192b3b4d5f6b80969eb4babab4a49c9188817b75716e6b696968696a6c70757b818890989e8978634d3c2c2d27201d150900000000000000000000000004182a3a4d5f6b80959eb4bac7d1dce3eef2f4fafffdfefefffffffffffffffffffffffffffffffffdfcffebd6c0ab96816b56412c160000000004182a3a4d5f6b80959eb4bac7d1dce3eef2f4fafffdfefefffffffffffffffffffffffffffffffffdfcffebd6c0ab96816b56412c16000000031628384d5f6d8297a2b3bfced8e2ebf4f8fffffffffffffffffffffffffffffbf5f3eae2d9cfc3b7a89e8978625544311d0b0000000000000000000000000000172c41576c8196acc1d6ebfffffffffde9d7c7a48f7a654f3a41576c8196acc1d6ebfffffffffde9d7c7a48f7a654f3a41576c8196acc1d6ebfffffffffde9d7c7a48f7a654f3a251000000000000c22374c61778b9fb4cadfeffffffffffffff4dfcab7a5907b65503b2d3e4d62788b9fb4c6d7e9f7f7f4f2f0ede0ccb8a7937e69543e2d1b0700000000000000152b40556a8095aabfd5eafffffffff7e2cebbaa8a75604b35202932363a3b3a35312619354a5f748a9fb4c9dff4fffffffbe6d1bca6917c67513c27120000152b40556a8095aabfd5eafffffffff7e2cebbaa8a75604b35202932363a3b3a35312619354a5f748a9fb4c9dff4fffffffbe6d1bca6917c67513c2712000000000b20344859677d929eb0bcb7a89f94867c746b65605658565453535455575560656c747b83887c655a494645423c363127191002000000000000000000000a1f334758677d919eb0bdcdd7e5eef7fffffffffffffffffffffffffffffffffffffffffffffffffaf4f2ead5c0aa95806b55402b16000000000a1f334758677d919eb0bdcdd7e5eef7fffffffffffffffffffffffffffffffffffffffffffffffffaf4f2ead5c0aa95806b55402b16000000091e324556677c91a0b1c0d0e2eaf6fefffffffffffffffffffffffffffffffffffffffdf7ebe3d4c6b9a79b8574604b3928160300000000000000000000000000162b41566b8096abc0d5ebffffffffffe5cfbaa5907a65503b41566b8096abc0d5ebffffffffffe5cfbaa5907a65503b41566b8096abc0d5ebffffffffffe5cfbaa5907a65503b2510000000000316283953687e93aabbcee2f7fffffffffffffae6d4c3ad98836e5947364a5c6d8297aabbcee4f5fffffffffffbe8d5c5b19c86725c4a3622080000000000000014293e53697e93a8bed3e8fdfffffff4dfc9b49f8a745443303239464b4f504f4b44372b354a5f748a9fb4c9dff4fffffffce7d1bca7927c67523d2712000014293e53697e93a8bed3e8fdfffffff4dfc9b49f8a745443303239464b4f504f4b44372b354a5f748a9fb4c9dff4fffffffce7d1bca7927c67523d2712000000071b2d3e4d62788a9eb4bcb6a59d8a7f73676055504b453847474644404037444b505560666e74655d575a5b5a57514b44372e201204000000000000000005192b3c4c6177899eb3bccde2eaf5fffffffffffffaf4f2efedeef0f4f6fdfffffffffffffffffff2e7dfddd7d9c8a8937e69533e291400000005192b3c4c6177899eb3bccde2eaf5fffffffffffffaf4f2efedeef0f4f6fdfffffffffffffffffff2e7dfddd7d9c8a8937e69533e29140000011426364b6075889db3becedeeefefffffffffffffffffffffffffffffffffffffffffffffffef1e4d6c5b5a3937e695746321e0900000000000000000000000000152a40556a7f95aabfd4eafffffffffce9d7c6a48f7a644f3a40556a7f95aabfd4eafffffffffce9d7c6a48f7a644f3a40556a7f95aabfd4eafffffffffce9d7c6a48f7a644f3a250f00000000091e3245576f849aafc8d8eafefffffffffffffff1dfc9b49f8a77614c435464798c9fb4c8d8eafffffffffffffff3decab6a48f7a644f3625130000000000000011263c51667b91a6bbd0e6fffffffff3dec9b49e89745f4932424f57616465646055483c2b4a5f748a9fb4c9dff4fffffffde7d2bda8927d68533d2813000011263c51667b91a6bbd0e6fffffffff3dec9b49e89745f4932424f57616465646055483c2b4a5f748a9fb4c9dff4fffffffde7d2bda8927d68533d28130000000d22364a5c6e8399a8b9b6a59d877a6960554b4a4f55595b5c5c5b5956514b453837444b50546060666c6f71706c6660554b3e30221203000000000000000b2035485a6c8297a7b8ccdaeafdfffffffffff8f2e7dfdddad8d9dbdfe2eaf5fafffffffffffff2e2d4cbc8c2c2bbaa907b66503b26110000000b2035485a6c8297a7b8ccdaeafdfffffffffff8f2e7dfdddad8d9dbdfe2eaf5fafffffffffffff2e2d4cbc8c2c2bbaa907b66503b26110000081c304354697e94a6b7cbdcecfcfffffffffffffffffffffffff7f6f9fffffffffffffffffffffff4e4d1c1b39e8875614b36210e0000000000000000000000000013283d52687d92a7c3d4e6f1f2f2f1f0e1cdbaa88d78624d383d52687d92a7c3d4e6f1f2f2f1f0e1cdbaa88d78624d383d52687d92a7c3d4e6f1f2f2f1f0e1cdbaa88d78624d38230d000000000b21364b60768a9fb4c9dff4fffffffffffffffff6e2cebaa9957f6a554a6072859babbccfe6f6fffffffffffffff9e5d3c2ac96816c5443301c070000000000000f24394f64798ea4c8d8eafdfffffff3ddc8b39e88735e493c4f606976797b7973625a48354a5f74899fb4c9def4fffffffde8d2bda8937d68533e281300000f24394f64798ea4c8d8eafdfffffff3ddc8b39e88735e493c4f606976797b7973625a48354a5f74899fb4c9def4fffffffde8d2bda8937d68533e281300000417293a4f647a8ea1b2b9a89d8778645c4b4b4f5c646a6e707171706e6b6660564d493c444b5d65737b81848685827c74645c4c40302111000000000000011426364d62788b9fb4c5d5e8f8fffffffff7ece3dfd4cbc8c4c3c3c5c9cdd7dfe6f1fffffffffae7d4c4b7b3acadae9f8b76614c36210c0000011426364d62788b9fb4c5d5e8f8fffffffff7ece3dfd4cbc8c4c3c3c5c9cdd7dfe6f1fffffffffae7d4c4b7b3acadae9f8b76614c36210c00000b20354b6073879db2c4d4e7fafffffffffffffffffffdf6f4e9e2e1e4eef0f6ffffffffffffffffffefe0cbb8a6937e68533c2b19050000000000000000000000000f24394e64798ea5b7cad8dbdddddcdbd6c8b49f8974604b35394e64798ea5b7cad8dbdddddcdbd6c8b49f8974604b35394e64798ea5b7cad8dbdddddcdbd6c8b49f8973604b35200b0000000010263b50657b90a9bacde2f6fffffffffffffffffdead8c7b39d8874615d687d92a3b5c9d9ebfffffffffffffffffff0ddc8b39e8874604a35200b0000000000000d22374c62778caabbcee2f7fffffff2ddc7b29d88725d48495a697e8a8f908f8878624d3f495e73889eb3c8ddf3fffffffde8d3bda8937e68533e291300000d22374c62778caabbcee2f7fffffff2ddc7b29d88725d48495a697e8a8f908f8878624d3f495e73889eb3c8ddf3fffffffde8d3bda8937e68533e291300000a1f3346586e8398adbfb39e8a7963594a4f5d6570797f838587868583807b756d635a4b55606b7b8690979a9b9a9791867a665e4c3f2e1c0c0000000000081c3043546b8096aabbcee3f3fffffffff5e7dacfcac4b7b2afaeaeb0b4bac7cad4e1eefcfffff4dfcbb7a69d97979898846f5746331e0a0000081c3043546b8096aabbcee3f3fffffffff5e7dacfcac4b7b2afaeaeb0b4bac7cad4e1eefcfffff4dfcbb7a69d97979898846f5746331e0a000010263b50657b90a5b7cae2f2fffffffffffffffffff5eae2dfd4cdcbcfd9dbe2edfbfffffffffffffffbe7d5c4b09b85705a4835200b0000000000000000000000000d22364a5c72879db2bac7c6c7c8c7c6c6b9aa98836e544330364a5c72879db2bac7c6c7c8c7c6c6b9aa98836e544330364a5c72879db2bac7c6c7c8c7c6c6b9aa98836e5443301c0800000001142636556a8095aac7d7eafdfffffffffffffffffff5dfcbb7a6947f76757a899eb3c1d1e7f7fffffffffffffffffff4e0cbb8a68e79644f39240f0000000000000b20354a60758a9fb4c9dff4fffffff1dcc7b29c87725d3d4d63788b9fa9a5a699836e5d4b365d72879db2c7dcf2fffffffde8d3bea8937e69533e291400000b20354a60758a9fb4c9dff4fffffff1dcc7b29c87725d3d4d63788b9fa9a5a699836e5d4b365d72879db2c7dcf2fffffffde8d3bea8937e69533e291400000c21364c61768a9fb4b4a2927d675b494f60697b858e94999a9c9c9b9995908982786960617380909ca4acafb0afaca49c8a7c665d4b3a291704000000000b20354b6074889db2c8d8eafffffffff5e5d8c9bcb5ada69d9a98999b9fa9b2b7c3d0deeefffff2ddc8b39d88828283837b654f3929170300000b20354b6074889db2c8d8eafffffffff5e5d8c9bcb5ada69d9a98999b9fa9b2b7c3d0deeefffff2ddc8b39d88828283837b654f39291703000417293a576c8197acc3d4e6fffffffffffffffffff5e5d8cec9bfb7b6b9c3c7d0ddedfbfffffffffffffff3ddc8b4a38d78624d38220d000000000000000000000000071b2d3e52677d919fa9aeb1b2b3b2b0ada89e8c7a644f36262d3e52677d919fa9aeb1b2b3b2b0ada89e8c7a644f36262d3e52677d919fa9aeb1b2b3b2b0ada89e8c7a644f36261401000000081c3043546f849aafc4d9effffffffffffffffffffffae7d4c4af9d948c8a8f9ea7b9ccdfeffffffffffffffffffffffbe7d5c4aa957f6a55392816030000000000071c30435472889db2c7ddf2fffffff1dbc6b19c86715c4a5b6d8298a9bac4b3a1907b6554435c71869bb1c6dbf0fffffffde8d3bea8937e69533e29140000071c30435472889db2c7ddf2fffffff1dbc6b19c86715c4a5b6d8298a9bac4b3a1907b6554435c71869bb1c6dbf0fffffffde8d3bea8937e69533e2914000013283d52687d92a9baaf9a846f5f4d4e60697e8c9ba2aaaeb0b1b1b0aeaba89e978b7f747683969eb1b5c2c4c6c5c2b6a99f8c7b655846331f0c0000000010253a4f657a8fa6b7cbe6f6fffffffdead8c7baab9f988e88858384868a929da5b4c0d0e1f1ffead5bfaa95806d6d6e6e655d4b371b0b00000010253a4f657a8fa6b7cbe6f6fffffffdead8c7baab9f988e88858384868a929da5b4c0d0e1f1ffead5bfaa95806d6d6e6e655d4b371b0b00000a1f33475872879cb2c7dcf1fffffffffffffffffdead8c7bab4aaa2a1a4aeb3bfcfdcedfffffffffffffff8e4d1c1a7927d68523d2813000000000000000000000000001025394d5f697e8b94999c9d9d9c9b98938a7d675c4a361825394d5f697e8b94999c9d9d9c9b98938a7d675c4a361825394d5f697e8b94999c9d9d9c9b98938a7d675c4a361808000000000b20354b6074899eb3c9def3fffffffffffffffffffffff2e2ccbbafaaaa9faab3b9c5d6e8fdfffffffffffffffffffffff0dac5b09b85705746321e090000000000001325365b70869bb0c5dbf0fffffff0dbc5b09b86705b4e63798c9fb4c7d0bfb19b8673604b5b70859ab0c5daeffffffffde8d3bea8937e69533e29140000001325365b70869bb0c5dbf0fffffff0dbc5b09b86705b4e63798c9fb4c7d0bfb19b8673604b5b70859ab0c5daeffffffffde8d3bea8937e69533e29140005182b3b586e8398adb5a38f7a644f495a687e929fabb4c0c3c5c6c6c5c3c6b9b4a99f94878999a1b0bcc9cfc6c2bab8c7baaa9d8776614c3a291704000000152a40556a7f95aac4d4e7fffffffff6e2cebaa99f8d8279736f6e6e70767d879aa2b4c3d3e6f9f3dec9b39e89786259584f4b3f2e1b00000000152a40556a7f95aac4d4e7fffffffff6e2cebaa99f8d8279736f6e6e70767d879aa2b4c3d3e6f9f3dec9b39e89786259584f4b3f2e1b0000000c21374c61768ca5b6cadff3fffffffffffffffff6e2cebaa99f948d8c8f99a1b2becfe6f6ffffffffffffffecd7c2ad97826d58372614010000000000000000000000000a1e30414f6069777f838688888786837e77675f4d3e2d1b1e30414f6069777f838688888786837e77675f4d3e2d1b1e30414f6069777f838688888786837e77675f4d3e2d1b00000000000e23394e63788ea8b9cce1f5ffffffffffffffffffffffffead9ccc2c8bbb4bbc8ccd6e3f3fffffffffffffffffffffffff4dfcab49f8a76614b36210c000000000000192e44596e8399aec3d8eeffffffefdac5af9a85705a5c6e8399abbccfdec9b5a3927d68575a6f8499afc4d9eefffffffde8d3bea8937e69533e2914000000192e44596e8399aec3d8eeffffffefdac5af9a85705a5c6e8399abbccfdec9b5a3927d68575a6f8499afc4d9eefffffffde8d3bea8937e69533e2914000b2034485973889db3b09b85715d4b4d63788a9eb4bcc9d1d8dadcdbdad8d7cdc7bab4a59d9ea7b3bfcdcfbeb2ada4a3a9b4b7a596806b5846331f0a000004182a3a5a6f849aafc4d9effffffff7e3d1c0b49f8b7c6d635b5a595957616775849aa5b6cadff1f5e0ccb9a79a846f5f4d38372e211000000004182a3a5a6f849aafc4d9effffffff7e3d1c0b49f8b7c6d635b5a595957616775849aa5b6cadff1f5e0ccb9a79a846f5f4d38372e211000000010253a50657a8fa5c3d3e6f9fffffffffffffff6e3d0bfb49f8b7f78767a8398a0b2c8d8eafefffffffffffff0dbc6b19b86715544311d0800000000000000000000000001132332424f5962696e71727372716d6861584d41302010132332424f5962696e71727372716d6861584d41302010132332424f5962696e71727372716d6861584d41302010000000000012273d52677c92a7c6d6e8fcfffffffffffffffffffffffff8eaded7d8cecaced8e0e8f3fffffffffffffffffffffffffff7e2cebbaa907a65503b2510000000000002172c42576c8197acc1d6ecffffffefd9c4af9a846f5a647a8fa1b3c9d9e5d2c2b29d887560586e8398adc3d8edfffffffde8d3bda8937e68533e2913000002172c42576c8197acc1d6ecffffffefd9c4af9a846f5a647a8fa1b3c9d9e5d2c2b29d887560586e8398adc3d8edfffffffde8d3bda8937e68533e2913000d22374d62778ca6b7a9947e695446576c8297a8b9cdd9e7eeeff1f1eae5e9e1d8cec3b7b2b3b9c5d0cfbeb2a0988f8e949fabb49e8976614c36210c00000a1f33475873889eb3c8ddf3fffffff1dcc8b4a2927d685e4e4a3d4339464b576175879cb2c3d3e6f9e8d6c5b3a2927d675645321e10020000000a1f33475873889eb3c8ddf3fffffff1dcc8b4a2927d685e4e4a3d4339464b576175879cb2c3d3e6f9e8d6c5b3a2927d675645321e100200000013283d53687d92a8bdd2e7fffffffffffffffff0dcc7b3a1917c6a626164728298aabbcee2f7fffffffffffff4dec9b49f8974604b35200b00000000000000000000000000051424323b484c54595c5d5e5d5b58534c473a30231302051424323b484c54595c5d5e5d5b58534c473a30231302051424323b484c54595c5d5e5d5b58534c473a302313020000000001162b40566b8095abc0d5eafffffffffffffffffffffffffffffbf2f6eae2dfe2eaf6fbfff9f3f1eaf0f2f8fffffffffffffeead8c8aa947f6a553f2a15000000000000152a3f556a7f94aabfd4e9ffffffeed9c3ae99846e5f70859bb0bfd0e7f0dfcbb7a695806b5b6d8297acc2d7ecfffffffde8d3bda8937e68533e2913000000152a3f556a7f94aabfd4e9ffffffeed9c3ae99846e5f70859bb0bfd0e7f0dfcbb7a695806b5b6d8297acc2d7ecfffffffde8d3bda8937e68533e29130010263b50657b90a5b8a78d78634e4c6176899eb4c6d7e9f7f4e9e1ded5cfcdcdd0d6d4cac7c9ccd6dac6b2a098827a787f8d9fb4a8937e695439281603000c22374c61778ca6b8cbe0f5fffffce9d6c6af9a8470604e40362d2e2832394657667b90a5b6cadff3f4e4d0c0b29d8875604b362110000000000c22374c61778ca6b8cbe0f5fffffce9d6c6af9a8470604e40362d2e2832394657667b90a5b6cadff3f4e4d0c0b29d8875604b36211000000000152b40556a8095aabfd5eaffffffffffffffffeed9c4af99846f5e4d4c5462778b9fb4cadff4fffffffffffff6e1cdbaa98d78624d38230d000000000000000000000000000006141d2a34373f444748484746433e37332a1c1305000006141d2a34373f444748484746433e37332a1c1305000006141d2a34373f444748484746433e37332a1c13050000000000021628385a6f8499afc4d9eefffffffffffffffffbf5f3eef3f5fcfffffef7f4f7fefffff1e5dedcd5dbdde4effdffffffffffeed9c4ae99846f593a2a1704000000000014293e53697e93a8bed3e8fdffffedd8c3ad98836e677c91a2b4c8ddedfae7d4c4b49f8b79636b8196abc0d6ebfffffffde8d2bda8937d68533e281300000014293e53697e93a8bed3e8fdffffedd8c3ad98836e677c91a2b4c8ddedfae7d4c4b49f8b79636b8196abc0d6ebfffffffde8d2bda8937d68533e28130013293e53687e93a8b39e89735b4951667b90a8b9cde4f4f4e4d6cdc9c0bab8b8bac0c9cdd7dee0e7d5c4ad98826d65636a8095a8af9a846f5745321e09000f24394f64798ea4c5d5e7fbfffff5e1cdb9a8917c66514131211a19161e28394c5e72879cb2c7dcf1ffeedfcbb7a6937e69533e2d1b070000000f24394f64798ea4c5d5e7fbfffff5e1cdb9a8917c66514131211a19161e28394c5e72879cb2c7dcf1ffeedfcbb7a6937e69533e2d1b07000000172c41576c8196acc1d6ebfffffffffffffffde7d2bda8927d6853403648596f849aafc4daeffffffffffffffde9d7c7a58f7a65503a2510000000000000000000000000000000000d181f222a2e31333332312e29221f180c0000000000000d181f222a2e31333332312e29221f180c0000000000000d181f222a2e31333332312e29221f180c00000000000000091e32455672889db2c7ddf2fffffffffffffff3e8e0ded9dee1e9f4fffffffffffffff1e0d3cac7c0c6c9d2dfeffffffffffff2ddc8b29d88735847331f0a000000000012283d52677d92a7bcd2e7fcffffedd8c2ad98836d75879db2c0d1e4fbfff2e2cebaa99b85736b8095aac0d5eafffffffce7d2bda7927d68523d281300000012283d52677d92a7bcd2e7fcffffedd8c2ad98836d75879db2c0d1e4fbfff2e2cebaa99b85736b8095aac0d5eafffffffce7d2bda7927d68523d281300162b40556b8095aab09a85705b3d556a8095aac6d7e9f7e7d6c6b9b4aba5a3a3a5abb4bac7d7eae0cbb7a68e79644f4e61768a9fb49f8a75604b36210b0011263b51667b90a6bbd0e5fffffff3dec9b49e8975604b3620130700030b1b2f40566b8095abc0d5eafffae7d4c4b19c86715c4a36220d00000011263b51667b90a6bbd0e5fffffff3dec9b49e8975604b3620130700030b1b2f40566b8095abc0d5eafffae7d4c4b19c86715c4a36220d000000182e43586d8298adc2d8edfffffffffffffffae4cfbaa58f7a65503a2a3b566c8196abc1d6ebffffffffffffffe7d1bca7927d67523d27120000000000000000000000000000000000050b0d14191c1d1e1d1c18130c0a040000000000000000050b0d14191c1d1e1d1c18130c0a040000000000000000050b0d14191c1d1e1d1c18130c0a0400000000000000000b21364b60768b9fb5cadff4fffffffffffff3e3d6ccc9c4c9cdd6e4f4fffffffffff2e2d3c2b6b1aab0b5c1d2e4f8fffffffff4dfcbb7a68c76614c37210c000000000011273c51667c91a6bbd1e6fbffffeed9c4ae99846f8197a5b7cbdfeffffffdead8c7b4a3957f6c8196abc1d6ebfffffffce7d1bca7927c67523d271200000011273c51667c91a6bbd1e6fbffffeed9c4ae99846f8197a5b7cbdfeffffffdead8c7b4a3957f6c8196abc1d6ebfffffffce7d1bca7927c67523d271200172d42576c8297acad98826d5844596e8399aec3d8eeebd9c9b9a89e95908e8e90969fa9bacde2ddc8b39d88735c4a46576e8399aea98f7a644f3a240f0012283d52677d92a7bcd2e7fcffffefdac5af9a85705544311d080000000012273c51667c91a6bbd1e6fbfff2decab6a48e79644f39240f00000012283d52677d92a7bcd2e7fcffffefdac5af9a85705544311d080000000012273c51667c91a6bbd1e6fbfff2decab6a48e79644f39240f0000001a2f44596f8499aec4d9eefffffffffffffff8e2cdb8a38d78634e382a3f556a7f94aabfd4e9fffffffffffffee9d4bea9947f69543f2a1400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e23394e63788eabbccfe3f8fffffffffffbe8d6c5b9b3aeb4b9c6d6e4f4fffffffae6d4c4b6a49c959ba3b5c9ddf2fffffffffae7d4c4a58f7a65503a2510000000000010253b50657a90a5bacfe5fafffff4dfc9b49f8b84979fb1c3d4e6fdfffffff5e5d1c1b59f8d81879cb2c7dcf1fffffffbe6d1bca6917c67513c271200000010253b50657a90a5bacfe5fafffff4dfc9b49f8b84979fb1c3d4e6fdfffffff5e5d1c1b59f8d81879cb2c7dcf1fffffffbe6d1bca6917c67513c271200192e43586e8398adab96816b56455a70859aafc5daefe3cfbcab9e8a807b78787b808b9fb4c6d6dbc6b19b86715c3e39546a7f94a9a7927d68523d28130013283e53687d93a8bdd2e8fdffffecd7c1ac97826c5737271502000000000e23384e63788da3b8cde2f8fff9e5d3c2a9947f69543f2a1400000013283e53687d93a8bdd2e8fdffffecd7c1ac97826c5737271502000000000e23384e63788da3b8cde2f8fff9e5d3c2a9947f69543f2a140000001b30465b70859bb0c5daf0fffffffffffffff7e2cdb8a28d78634d38293e53697e93a8bed3e8fdffffffffffffead5c0aa95806b55402b160000000000000000000000000000000000000000000000000002050000070b0700000501000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011263c51667b91a6c9daecfffffffffffff5e0ccb9a79e999ea8b9c6d7e9fcfffff4dfcbb7a69c8680859bb0c3d4e6faffffffffe8d3bea8937e69533e291400000000000f24394f64798ea4b9cee3f9fffff6e2cebaa99f9aa2b1bdcee2f2ffffffffffefe3cfbcab9f969ca5b6cadff3fffffffbe5d0bba6907b66513b26110000000f24394f64798ea4b9cee3f9fffff6e2cebaa99f9aa2b1bdcee2f2ffffffffffefe3cfbcab9f969ca5b6cadff3fffffffbe5d0bba6907b66513b261100192e44596e8399aeaa95806b55465c71869bb1c6dbf0dfcab49f8c7a6b656363656b7d92a8b9ccdac5b09b85705b463c51667c91a6aa95806b55402b160014293e53697e93a8bed3e8fdffffead5c0ab95806b56402b1600000000000d22374c62778ca1b7cce1f6ffffedd8c3ae98836e59432e1904000014293e53697e93a8bed3e8fdffffead5c0ab95806b56402b1600000000000d22374c62778ca1b7cce1f6ffffedd8c3ae98836e59432e190400001c31465c71869bb1c6dbf0fffffffffffffff8e2cdb8a38d78634e38293e53687e93a8bdd3e8fdffffffffffffebd6c1ac96816c57412c1700000000000000000000000000000000000000000000090f11171b1d131c201c131d1a160d0c0600000000000000000000000001080b0b0b08010003000000000000000000000000000000000000000000000000000014293e54697e93a9bed3e8ffffffffffffecdac9b39e89848a9ea8b9cde1f0fffbe8d6c5b29d87766b778ca5b7cbdff4ffffffffebd6c1ac96816c57412c1700000000000e23384d63788da2b8cde2fffffffdead8c7bab4afb3c0cedbecfff7f1efeef0f6ecdac9bcb5abb2b6c3d3e6f9fffffffae4cfbaa58f7a65503a25100000000e23384d63788da2b8cde2fffffffdead8c7bab4afb3c0cedbecfff7f1efeef0f6ecdac9bcb5abb2b6c3d3e6f9fffffffae4cfbaa58f7a65503a251000192f44596e8499aeaa95806b55465c71869bb1c6dbefdac5b09a85705c504e4e506074899eb3c9dcc7b19c87725c383a4f647a8fa4ac97816c57422c170013293e53687e93a8bdd3e8fdffffead5bfaa95806a55402b1500000000000c21374c61768ca1b6cbe1f6ffffefdac5af9a85705a45301b05000013293e53687e93a8bdd3e8fdffffead5bfaa95806a55402b1500000000000c21374c61768ca1b6cbe1f6ffffefdac5af9a85705a45301b0500001c31475c71869cb1c6dbf1fffffffffffffff8e3cdb8a38e78634e39293e53697e93a8bed3e8fdffffffffffffedd7c2ad98826d58432d18000000000000000000000000000000000000000004121d24272d30322530353025322f2b2320190e0000000000000000060c0e141c2021201c141b1814100b0902000000000000000000000000000000000000000001162b41566b8096abc0d5ebfffffffffff8e3cfbcab917d6f7a8a9eb4c2d3e5f9f5e0ccb9a7937e695972889db2c7ddf2ffffffffeed9c4af99846f5a37271501000000000c22374c61778ca1c7d8eafdfffffff5e5d8cec9c4c7d0deecf9eee3dcdad9dce3eee7dacfcac0c7cad3e1f1fffffffff9e4ceb9a48f79644f3a240f0000000c22374c61778ca1c7d8eafdfffffff5e5d8cec9c4c7d0deecf9eee3dcdad9dce3eee7dacfcac0c7cad3e1f1fffffffff9e4ceb9a48f79644f3a240f00192e43586e8398adab96806b56455a6f859aafc4daedd7c2ad98826d583e3939435471879cb1c6dcc8b39e88735645394e64798ea3ad98836d58432e180013283d52687d92a7bdd2e7fcffffecd6c1ac97816c5737271502000000000e23384e63788da3b8cde2f8fffff0dbc6b19b86715c46311c07000013283d52687d92a7bdd2e7fcffffecd6c1ac97816c5737271502000000000e23384e63788da3b8cde2f8fffff0dbc6b19b86715c46311c0700001c32475c71879cb1c6dcf1fffffffffffffff8e3ceb8a38e79634e39293f54697e94a9bed3e9feffffffffffffedd8c3ae98836e59432e190000000000000000000000000000000000000008162230393c42454849434a434947454138352c1e0e0000000000010f1a212326303536353026302d2a25201d150a0000000000000000000000000000000000000003182e43586d8398adc2d8edfffffffffff4dfcab59f8b7661697e93a4b6cadef1f3dec9b39e8975605c71869cb1c6dbf1fffffffff1dcc7b29c87725544311d08000000000b21364b60768ba9bacee2f6fffffffff5eae2dfd9dce3eef7e9ded0c8c4c4c7d0ddeaece3dfd6dcdfe6f1fffffffffff8e3cdb8a38e78634e39230e0000000b21364b60768ba9bacee2f6fffffffff5eae2dfd9dce3eef7e9ded0c8c4c4c7d0ddeaece3dfd6dcdfe6f1fffffffffff8e3cdb8a38e78634e39230e00182d42586d8297adac97826c5743586e8398adc3d8edd8c3ae99836e584d4b4b4d5b72889db2c7ddcab49f8a76604b394e63788ea3ae99836e59442e190012273c51677c91a6bcd1e6ffffffeed9c4ae99846f5544311d080000000114263750657b90a5bad0e5faffffefdac5b09a85705b45301b06000012273c51677c91a6bcd1e6ffffffeed9c4ae99846f5544311d080000000114263750657b90a5bad0e5faffffefdac5b09a85705b45301b0600001d32475c72879cb1c7dcf1fffffffffffffff8e3ceb8a38e79634e392a3f556a7f94aabfd4e9ffffffffffffffeed8c3ae99836e59442e1900000000000000000000000000000000000003162634404d51575a5d5e5460545e5d5a564d493c2c1b0b000000000f1f2c353836434b4b4b434846433f3a3632281a0e000000000000000000000000000000000000051a30455a6f859aafc4daeffffffffffff2ddc7b29d8872576074869cb1c3d4e6e4d2c1ac96816c575b71869bb0c6dbf0fffffffff4dfcab49f8a75604b35200b00000000091e324556748a9fb4c9dff4fffffffffffdf6f4eff1f7fee9d9cbc0b4afafb3bfccdaeaf8f4ebf1f3f9fffffffffffff7e2cdb7a28d78624d38230d000000091e324556748a9fb4c9dff4fffffffffffdf6f4eff1f7fee9d9cbc0b4afafb3bfccdaeaf8f4ebf1f3f9fffffffffffff7e2cdb7a28d78624d38230d00162b41566b8096abae99846e5936556b8095aac6d7e9dec9b39e8976676260606267798ea5b7cbdfcfbcab8f79644f3a4f64798ea4ad98836e58432e190010253a50657a8fa5c9daecfffffff3dec9b49e8975604b3625130400000d1d3144556b8096abc0d5ebffffffeed9c4ae99846f59442f1a04000010253a50657a8fa5c9daecfffffff3dec9b49e8975604b3625130400000d1d3144556b8096abc0d5ebffffffeed9c4ae99846f59442f1a0400001d32475d72879cb2c7dcf1fffffffffffffff8e3ceb9a38e79644e392b41566b8096abc0d5ebffffffffffffffeed9c4ae99846f59442f1a00000000000000000000000000000000000011213444515e666c70727374757473726f6b625a493929170300000a1a2c3d494e5a54606060545e5b58544f4b45382b1e0e0000000000000000000000000000000000071c32475c71879cb1c6dcf1ffffffffffefdac4af9a856f5a55677d92a5b7cadfddc9b5a38e79644e5c71869cb1c6dbf1fffffffff7e2cebbaa8d78624d38230d00000000021628385e73889eb3c8ddf3fffffffffffffffffffffff0e0cbbbaea29a99a1afbccce0f0fffffffffffffffffffffffce8d6c6a18c77614c37220c000000021628385e73889eb3c8ddf3fffffffffffffffffffffff0e0cbbbaea29a99a1afbccce0f0fffffffffffffffffffffffce8d6c6a18c77614c37220c0014293e53697e93a8b19b8671544350657a90a8bacde1e0ccb9a79c867c777676787d879db2c3d4e6d9c9a8937d68533e50657a8fa5ad97826d58422d18000d23384d62788dabbccfe3f8fffff5e1cdb9a8917c665443301f1710121d2b3c4b6074879db2c7dcf2ffffffecd6c1ac97816c57422c170200000d23384d62788dabbccfe3f8fffff5e1cdb9a8917c665443301f1710121d2b3c4b6074879db2c7dcf2ffffffecd6c1ac97816c57422c170200001d32475c72879cb1c7dcf1fffffffffffffff9e3ceb9a48e79644f392d42576d8297acc2d7ecffffffffffffffeed9c4af99846f5a442f1a0000000000000000000000000000000000081c2e3f51626b7c828587888a8a898887848078625746331e0c0003162838495b636f727576757573706d69656056483c2b190900000000000000000000000000000000021528385e73889eb3c8ddf3ffffffffffecd7c2ac97826d574b6074879db2c5d6d4c4b09b86715c4a5d72879cb2c7dcf1fffffffffeead8c8a58f7a65503a251000000000001c31475c71869cb1c6dbf1fffffffffffffffffffff9e5d3c2ae9d948484959eafc2d2e5f8fffffffffffffffffffff5e1ccb9a88b75604b36200b000000001c31475c71869cb1c6dbf1fffffffffffffffffffff9e5d3c2ae9d948484959eafc2d2e5f8fffffffffffffffffffff5e1ccb9a88b75604b36200b0011263b50667b90a5b49f8975604b4b60758a9fb4c7d8e8d6c5b5a49c918d8b8b8d929da5b7cae2ecd7c1ac97826c573b50667b90a5ac96816c57412c17000b20364b60758b9fb5cadff4fffffce9d6c6b09b8572604a4133292627303b485a677d92a5b6cadff3fffffce8d6c6a8937e68533e29130000000b20364b60758b9fb5cadff4fffffce9d6c6b09b8572604a4133292627303b485a677d92a5b6cadff3fffffce8d6c6a8937e68533e29130000001c32475c71879cb1c6dcf1fffffffffffffff9e3ceb9a48e79644f392e43596e8398aec3d8edffffffffffffffeed9c3ae99846e59442f1900000000000000000000000000000000000e23374b5d6b8091979a9d9e9fa99f9e9c9a968776614c3a2a1704091e324556637984878a8b8a8a8885827f7a74625a4837261401000000000000000000000000000000091d324556748a9fb4c9dff4ffffffffffead5bfaa95806a554455697e94a7b9cccbb7a6927d68523e5d72889db2c7ddf2ffffffffffe7d2bca7927d67523d281200000000091530455a6f859aafc4daeffffffffffffffffffffff3decab6a4947f6f6f8095a4b5c9deedfffffffffffffffffffff3dec9b49e89745544311d08000000091530455a6f859aafc4daeffffffffffffffffffffff3decab6a4947f6f6f8095a4b5c9deedfffffffffffffffffffff3dec9b49e89745544311d08000c22374c61778ca5b7a98e78634e45566c8197a9bacee2e3d2c2b5b1a6a2a0a0a2a7b2b7c3d4d3d9dcc7b19c8772594752677c91a7aa947f6a553f2a1500091d31455671879cb1c6dcf1fffffff4ddc9b5a3947f6a5f4c463a3b3c404c596278899eb3c3d3e6f9fffff5e1ccb9a88f7a644f3a250f000000091d31455671879cb1c6dcf1fffffff4ddc9b5a3947f6a5f4c463a3b3c404c596278899eb3c3d3e6f9fffff5e1ccb9a88f7a644f3a250f0000001c32475c71879cb1c6dcf1fffffffffffffff9e4ceb9a48f79644f3a30455a6f859aafc4daefffffffffffffffeed8c3ae99836e59442e1900000000000000000000000000000000081c2f3f50657b8f9eacafb2b3b4bab4b3b2afa595806b5847331f08182b3b4b6075869a9d9faaaa9f9d9b98948f8878625544311d0b0000000000000000000000000000000b20364b60758ba9bacde2f6fffffffffde8d3bda8937e6853374c6176899eb3c4c2b39d8875604b485e73889db3c8ddf2ffffffffffe9d4bfaa947f6a553f2a150000000919273136586d8398adc2d8edfffffffffffffffffffae7d4c4b19c8673606074869cb1bfd0e4f5fffffffffffffffffff2ddc7b29d88725d3727150200000919273136586d8398adc2d8edfffffffffffffffffffae7d4c4b19c8673606074869cb1bfd0e4f5fffffffffffffffffff2ddc7b29d88725d37271502000b1f34475972879db2a8937e68533a4d62788b9fb4c0d0dfe0d2c9c6bcb7b5b5b7bcc7caccc9bec4c7cab6a48c77614c546a7f94a9a8927d68533d28130002152738576d8297acc8d8eafefffff8e4d2c1b49f8c7d6c6158525051555e6677869ca7b8cce1f1fffffff3dec9b39e8975604b36200b00000002152738576d8297acc8d8eafefffff8e4d2c1b49f8c7d6c6158525051555e6677869ca7b8cce1f1fffffff3dec9b39e8975604b36200b0000001c32475c71879cb1c6dcf1fffffffffffffff9e4ceb9a48f79644f3a31465b71869bb0c6dbf0ffffffffffffffedd8c3ae98836e59432e19000000000000000000000000000000000e23374b5d70859ab0bcc5c7c8c9cdc9c8c7c3b49e8976614c362614203448596a8095a4b2b4bbbbb4b3b0ada9a69b8573604b3929160300000000000000000000000000000c22374c61778ca1c7d7eafdfffffffffbe6d1bba6917c66513c46576a8095a6b4b2a4937e695645485e73889db3c8ddf2ffffffffffecd6c1ac97816c57422c17020002152737444b546b8196abc0d6ebfffffffffffffffffff4dfcbb7a6937d685455667b90a1b3c6d7e9fcfffffffffffffffff0dac5b09b85705b46301b000002152737444b546b8196abc0d6ebfffffffffffffffffff4dfcbb7a6937d685455667b90a1b3c6d7e9fcfffffffffffffffff0dac5b09b85705b46301b000004182a3b576d8297acae99846f5847485a6b8095a2b4c1cedce3dedbd1cccbcbccd2d3c5b9b3a8afb3bfc2a6917c6651576c8297aca58f7a65503a2510000013283d53687d92aabbcee2f7ffffffefe2cebbaa9f8d81766d6765666a717c879ca4b5c5d5e8fffffffae7d5c4ae98836e5544311d080000000013283d53687d92aabbcee2f7ffffffefe2cebbaa9f8d81766d6765666a717c879ca4b5c5d5e8fffffffae7d5c4ae98836e5544311d080000001c31475c71869cb1c6dbf1fffffffffffffff9e4ceb9a48f79644f3a32485d72879db2c7dcf2ffffffffffffffedd7c2ad98826d58432d1800000000000000000000000000000004182a3b50657b90a2b4c8dadcdddfe1dedddcccb9a8957f6a5443301c2b3c4d62778a9fb4c2c9cececac8c5c2c4b4a3937e695746321e0a00000000000000000000000000000d22384d62778da2b7cce2fffffffffffce9d7c6a48f79644f3a394c6176889c9e9c978674604b38485e73889db3c8ddf2ffffffffffeed8c3ae99836e59442e190400081d314455606c728298adc3d8edfffffffffffffffff9e6d4c3b29d8875604b4c5e6f8499a8bacde1efffffffffffffffffedd8c3ae98836e59432e190400081d314455606c728298adc3d8edfffffffffffffffff9e6d4c3b29d8875604b4c5e6f8499a8bacde1efffffffffffffffffedd8c3ae98836e59432e1904000011263c51667c91a6b49f8b77614c3c4b6073849aa3b1bec8d1d9dcdedfdedcd6cdc2b6a79e9399a1b3c3ab95806b56546f849aafa58c77614c37220c00000c22374c61778b9fb4cadfeffffffffeebd9c8bbab9f9689827d7b7c7f86919da5b5c2d2e3f3fffffff4e0cbb8a6927d675237271502000000000c22374c61778b9fb4cadfeffffffffeebd9c8bbab9f9689827d7b7c7f86919da5b5c2d2e3f3fffffff4e0cbb8a6927d6752372715020000001c31465b71869bb0c6dbf0fffffffffffffff9e4cfb9a48f7a644f3a33495e73889eb3c8ddf3ffffffffffffffecd6c1ac97816c57422c170000000000000000000000000000000b1f3447596e8399aec0d1e4f2f3f4f6f4f3e8d6c6b29d8774604b352035495a6c8197a8bacddfe2e2dfdddad7d1c1b39e8975614b36211000000000000000000000000000000e23384d63788da2b8cde2f7fffffffff6e1cdbaa88c77624c37334658657c868987827963554431485e73889db3c8ddf2fffffffffff0dbc5b09b86705b46311b00000b20364b6073818898a0b2c6daeffffffffffffffffff5dfcab7a5937e695645404d62788a9fb4c0d1e4f4ffffffffffffffebd6c1ab96816c56412c1701000b20364b6073818898a0b2c6daeffffffffffffffffff5dfcab7a5937e695645404d62788a9fb4c0d1e4f4ffffffffffffffebd6c1ab96816c56412c170100000b20364b6075889eb3aa95806a5947445561768597a0afb4c0c4c7c8cac9c7c6b9b4a49c897e8399a6a7a59a85705a6074899eb29d87725947341f0b00000a1f3447596f8499aec1d1e4f7fffffff6e6d9c9bcb5a79e97929091949ba3b2b7c3d2e0f0fffffffbe7d5c5b39d8875604b36200b00000000000a1f3447596f8499aec1d1e4f7fffffff6e6d9c9bcb5a79e97929091949ba3b2b7c3d2e0f0fffffffbe7d5c5b39d8875604b36200b000000001b31465b70869bb0c5dbf0fffffffffffffff9e4cfbaa48f7a654f3a34495f74899eb4c9def3ffffffffffffffead5c0ab95806b56402b160000000000000000000000000000000c22374c61778b9fb4cadfeffffffffffffff4dfcab7a5907b65503b2d3e4d62788b9fb4c6d7e9f7f7f4f2f0ede0ccb8a7937e69543e2d1b07000000000000000000000000000e23394e63788ea3b8cde3f8fffffffff4dec9b49f8974594834293a4c5d657174726d635b493727485d73889db2c8ddf2fffffffffff2dcc7b29d87725d382715020013283d53687d929da6b2becfe2f5fffffffffffffff5e5d0c0b29d8774604b3835485a697f94a2b4c5d6e8fbfffffffffffde8d3bea8937e69533e2914000013283d53687d929da6b2becfe2f5fffffffffffffff5e5d0c0b29d8774604b3835485a697f94a2b4c5d6e8fbfffffffffffde8d3bea8937e69533e2914000000091d3245566b8095a8b39e8977614c4347586174828f9aa2a9afb1b3b5b4b2aea89e95867969768893928e877e6853647a8fa7ad98826d583b2a1804000004182a3a51667c91a3b4c8ddebfcfffffff6e7dacfc5b9b3aca7a5a6aab1b5c2cbd4e2f0fefffffff1e0ccb8a7957f6a5645321d09000000000004182a3a51667c91a3b4c8ddebfcfffffff6e7dacfc5b9b3aca7a5a6aab1b5c2cbd4e2f0fefffffff1e0ccb8a7957f6a5645321d09000000001b30455b70859ab0c5daeffffffffffffffff9e4cfbaa48f7a654f3a354a5f748a9fb4c9dff4ffffffffffffffe9d4bfaa947f6a553f2a1500000000000000000000000000000316283953687e93aabbcee2f7fffffffffffffae6d4c3ad98836e5947364a5c6d8297aabbcee4f5fffffffffffbe8d5c5b19c86725c4a362208000000000000000000000000000e24394e63798ea3b8cee3f8fffffffff1dcc6b19c86715c3b2a1b2f3f4c505c5f5d574d493c2c32475c72879cb1c7dcf1fffffffffff3dec9b49e89745645311d0900172c42576c8197acb8c4cfdcecfefffffffffffffdead8c7b4a2917c675645312b3c4b6073849aa7b9cce0eafcfffffffff9e6d3c3a5907b65503b26100000172c42576c8197acb8c4cfdcecfefffffffffffffdead8c7b4a2917c675645312b3c4b6073849aa7b9cce0eafcfffffffff9e6d3c3a5907b65503b2610000000021528384c62778a9eb4a798836e614f414756606d7b858e94999c9e9f9e9d9893898075635b63797e7c79726860596c8196aca9917c67523c2712000000000c24394c5e70859bb0bdcddeeefefffffff7ece3d6ccc9c2bcbabbbfc6c9d2dfe6f2fffffffff1e1d0c0b39e8876614c382815020000000000000c24394c5e70859bb0bdcddeeefefffffff7ece3d6ccc9c2bcbabbbfc6c9d2dfe6f2fffffffff1e1d0c0b39e8876614c38281502000000001a2f455a6f849aafc4d9effffffffffffffffae4cfbaa58f7a65503a314455758a9fb4cadff4fffffffffffffde7d2bda8927d68533d28130000000000000000000000000000091e3245576f849aafc8d8eafefffffffffffffff1dfc9b49f8a77614c435464798c9fb4c8d8eafffffffffffffff3decab6a48f7a644f362513000000000000000000000000000e23394e63788ea3b8cde3f8ffffffffeed9c3ae99836e59442f19212f383b4749474238352c1e30465b70859bb0c5daf0fffffffffff5e1ccb9a88b75604b36200b00192e43586e8398adc3d5e2ecfafffffffffefff9eee2cebaa99a846f5f4d38271d3144556278899eb3bccce1e9f3f5fbf5f3dfcab6a58c77624c37220d0000192e43586e8398adc3d5e2ecfafffffffffefff9eee2cebaa99a846f5f4d38271d3144556278899eb3bccce1e9f3f5fbf5f3dfcab6a58c77624c37220d000000000a203448596a7f95a4b2a0947f695f4b43454b5d6570797e8487898a8987837e766a6056495b636867635b534c62778a9fb49f8a76614b36210c00000000091d30404f657a8f9fb0c0d1e0edfbfffffffff3e8e0ded7d2d0d1d4dbdee5f0fafffffffdf0e2d3c3b3a2927d685847331a0a00000000000000091d30404f657a8f9fb0c0d1e0edfbfffffffff3e8e0ded7d2d0d1d4dbdee5f0fafffffffdf0e2d3c3b3a2927d685847331a0a0000000000192e44596e8399aec3d8eefffffffffffffffae4cfbaa58f7a65503a354b60758aabbccfe3f1f3f6fcfcf6f4f1e7d4c4a5907b66503b261100000000000000000000000000000b21364b60768a9fb4c9dff4fffffffffffffffff6e2cebaa9957f6a554a6072859babbccfe6f6fffffffffffffff9e5d3c2ac96816c5443301c070000000000000000000000000e23384d63788da2b8cde2fffffffffdead8c7aa947f6a553f2a15111c23263134322d232119192f44596e8499aec3d9eefffffffffffce8d6c6a18c77624c37220d00182e43586d8398adc2d8e8e9e9e9eaeae9e9e7e6dfcfbfb49f8b79634e40301a142637485a677d919dafbccdd7dee1e8e0dedbc7b29d87725947341f0b0000182e43586d8398adc2d8e8e9e9e9eaeae9e9e7e6dfcfbfb49f8b79634e40301a142637485a677d919dafbccdd7dee1e8e0dedbc7b29d87725947341f0b0000000005182b3b4b6074869ca8b49f8d7d6a6054493f4b505b63696f72737574726e6861574b453c494d53524e4a4f606e8298a9a997816c5746321e0a00000000001222374b5d6c8196a2b4c2d0e0e7f3f8fffffffbf5f3ece7e5e6e9f0f2f8fffffffbf6eae2d2c4b6a49a846f5f4e3a29170000000000000000001222374b5d6c8196a2b4c2d0e0e7f3f8fffffffbf5f3ece7e5e6e9f0f2f8fffffffbf6eae2d2c4b6a49a846f5f4e3a2917000000000000182d42586d8297adc2d7ecfffffffffffffffae4cfbaa58f7a65503a364b60768ba0b5d9dadcdee1e9e9e1dedcd9cbb7a68d78624d38220d000000000000000000000000000010263b50657b90a9bacde2f6fffffffffffffffffdead8c7b39d8874615d687d92a3b5c9d9ebfffffffffffffffffff0ddc8b39e8874604a35200b0000000000000000000000000d22384d62778da2b7d9ebfefffffff6e2cebaa98f7a65503a251000090e101c1f1d180e0c06182d42576d8297acc2d7ecfffffffffeffe2cdb8a38d78634e38230e00172c41576c8196acc4d3d3d3d4d4d4d4d4d4d2d3cabfb3a1947f6a5b4a36221209192b3c4d5f6a7f959eb4bac6c9ccd6ccc9c6beac97826d573b2a18050000172c41576c8196acc4d3d3d3d4d4d4d4d4d4d2d3cabfb3a1947f6a5b4a36221209192b3c4d5f6a7f959eb4bac6c9ccd6ccc9c6beac97826d573b2a180500000000000d1e32455663798a9ea9ab9f8d7f73635b4e4a3d4a4e545a5c5e605f5d59534c4639322c35383e3c494d61697e93a0b49f8b78624d392916030000000000081b2e3f4b6073849aa4b3bfccd5dfe3eceef2f4f6fdfff7f7f7fffcf6f4f2f0ece8e0d8cec2b5a69c8676614c41311c0c000000000000000000081b2e3f4b6073849aa4b3bfccd5dfe3eceef2f4f6fdfff7f7f7fffcf6f4f2f0ece8e0d8cec2b5a69c8676614c41311c0c000000000000162b40556b8095aac9d9ebebecedeeeeedeceae4cfbaa58f7a65503a374c61768cabbcc1c5c7c9cdd7d7cdc9c7c4c3b29d88735a4834200b0000000000000000000000000001142636556a8095aac7d7eafdfffffffffffffffffff5dfcbb7a6947f76757a899eb3c1d1e7f7fffffffffffffffffff4e0cbb8a68e79644f39240f0000000000000000000000000c21374c61768cabbccfe3f1f2f2f1f0dfc9b49f8a75604b36210b00000000070a080200000014293f54697e94a9c5d5e7ebebeaeae9e7e9ceb9a48e79644f39240f0013283d52687d92a6b6c3bebebebfbfbfbfbebdc3b6b2a1998372604a3d2d1a04000e1e304150616b80929fa8b1b3b9c5b9b3b0aca0907b65503b251000000013283d52687d92a6b6c3bebebebfbfbfbfbebdc3b6b2a1998372604a3d2d1a04000e1e304150616b80929fa8b1b3b9c5b9b3b0aca0907b65503b251000000000000002162838495b667c8b9fa9ab9f9484796d635b544e493d4447494a4948433e3637383a3c37444b4f5a626e7f8d9fb5a395806a5a49351b0b00000000000000101d31445561768699a1b3b8c5cacfdad9dcdfe2eae1e2e2e2e1e9e1dedddad7d5ccc8bbb4a49c88796358473323130000000000000000000000101d31445561768699a1b3b8c5cacfdad9dcdfe2eae1e2e2e2e1e9e1dedddad7d5ccc8bbb4a49c88796358473323130000000000000012273c52677c91abbccfd3d5d7d8d9d8d8d7d5d3d3baa58f7a65503a364b60758b9fa9acafb2b4b9c6c7bab4b2afaba597826c573c2b190500000000000000000000000000081c3043546f849aafc4d9effffffffffffffffffffffae7d4c4af9d948c8a8f9ea7b9ccdfeffffffffffffffffffffffbe7d5c4aa957f6a553928160300000000000000000000000b20354b60758a9fb4cad9dbdddddcdbd3c3af9a85705645321e0900000000000000000000000f253a4f647a8fa6b8cbd5d6d5d5d4d4d1d7cdbaa58f7a65503a2510000c21364c6176889ca5a7a8a9a9aaaaaaaaa9a7a5a59d938375605443301f0f0000001223334350626b7d8a969c9ea8a0a79e9b9690826e5d4b38230e0000000c21364c6176889ca5a7a8a9a9aaaaaaaaa9a7a5a59d938375605443301f0f0000001223334350626b7d8a969c9ea8a0a79e9b9690826e5d4b38230e000000000000000a1a2c3d4c5e667c8b9da6b5a29a8c82797069635b595652504e4d4c4c4b4c4c4d4f51555560656d7883949faba59b8574604b3c2b190000000000000000011527374758617683939ea7b1b5bcc9c4c7c9cdd7cccccdcdccd7cdc9c8c5c2c5b8b3aa9f978678635b493a2a17050000000000000000000000011527374758617683939ea7b1b5bcc9c4c7c9cdd7cccccdcdccd7cdc9c8c5c2c5b8b3aa9f978678635b493a2a1705000000000000000d22374c62778b9fb4c3bec0c2c3c3c3c2c1c0bdc2b6a48f79644f3a32455671858f93979a9c9ea8a0a0a99f9c9a9590877a644e39240f00000000000000000000000000000b20354b6074899eb3c9def3fffffffffffffffffffffff2e2ccbbafaaaa9faab3b9c5d6e8fdfffffffffffffffffffffff0dac5b09b85705746321e090000000000000000000000081c30435473899eb3c9c4c6c8c7c7c6c6b6a5927d68533828160200000000000000000000000b20354b6074889eb3c2c0c0c0c0bfbebcc6bab4a5907b65503b2610000a1f334658647a878f92939494949595949492908d877e73605745362513010000000515253344506068778086898b8b8b8986817b72604a3f2f1c080000000a1f334658647a878f92939494949595949492908d877e73605745362513010000000515253344506068778086898b8b8b8986817b72604a3f2f1c0800000000000000000f1f2f404c5e667a8898a0b1aa9f978e857e78736f6b6866646261616061626365676a6e747a828b99a1b5a49c8777625645311e0e00000000000000000009192a3a475861727e88949b9fabacafb2b4bac7b7b7b7b7b7c7bab4b2b0ada9a79e978b8175625a493d2c1c0c0000000000000000000000000009192a3a475861727e88949b9fabacafb2b4bac7b7b7b7b7b7c7bab4b2b0ada9a79e978b8175625a493d2c1c0c00000000000000000b203448596f849aa4a6a9abadaeaeaeadacaaa8a5a49c8c77624d3728384b6073797e828587898a8b8b8a898784807b73645c4a36210d00000000000000000000000000000e23394e63788ea8b9cce1f5ffffffffffffffffffffffffead9ccc2c8bbb4bbc8ccd6e3f3fffffffffffffffffffffffff4dfcab49f8a76614b36210c0000000000000000000000011426365b71869babadafb1b3b2b1b0aea89c8775604b36210b000000000000000000000000081c3043546a8095a4a9aaababaaaaa9a7a5a89f9a8d79634e38230e000417293a4a5c6473797d7e7e7f7f7f7f7f7f7d7b78726960554539281808000000000007162633414e59626b717475767574716c66605443302111000000000417293a4a5c6473797d7e7e7f7f7f7f7f7f7d7b78726960554539281808000000000007162633414e59626b717475767574716c6660544330211100000000000000000001112230404c5c647783909ca4afada39b938d8884807d7b79777776767677787a7c8083898f989fa9b09f97867762594838271500000000000000000000000c1c2a3a47546068767e868b9296999d9fa9a1a2a2a2a2a2a1a99f9d9b97948f8882786c6157483c2c1f0e0000000000000000000000000000000c1c2a3a47546068767e868b9296999d9fa9a1a2a2a2a2a2a1a99f9d9b97948f8882786c6157483c2c1f0e00000000000000000005182b3b4f647a878d9094969798999998979593908c87806b594834203144556064696c7072747576767574726f6b6660554a3d2d1a07000000000000000000000000000012273d52677c92a7c6d6e8fcfffffffffffffffffffffffff8eaded7d8cecaced8e0e8f3fffffffffffffffffffffffffff7e2cebbaa907a65503b251000000000000000000000000012273d52677d8d93979a9c9d9d9c9b99948a7b645645321e09000000000000000000000000011426364c6176869394959696959594928f8d89857e695b4935210c00000c1c2e3e4a546064676969696a6a6a6a696866625a544b4437281b0a00000000000000081623313b484d565c56606160565b57514a433625130300000000000c1c2e3e4a546064676969696a6a6a6a696866625a544b4437281b0a00000000000000081623313b484d565c56606160565b57514a433625130300000000000000000000031222303e4b59626e7c86919aa2aab0a9a69d999592908e8d8c8b8b8b8c8d8f9195999ea7adada29b8f81756259483b2a1a0a0000000000000000000000000c1c2936434a57616971777d8184878a8b8c8c8d8d8d8c8c8b898885827f7a746d625a4b46392b1e0e00000000000000000000000000000000000c1c2936434a57616971777d8184878a8b8c8c8d8d8d8c8c8b898885827f7a746d625a4b46392b1e0e00000000000000000000000d22374b5c6472777b7e80828384838382807e7b77726b62503b2b192637444b4f54575a5d5460606160545d5a56504b44372d1f0f000000000000000000000000000001162b40566b8095abc0d5eafffffffffffffffffffffffffffffbf2f6eae2dfe2eaf6fbfff9f3f1eaf0f2f8fffffffffffffeead8c8aa947f6a553f2a150000000000000000000000001025394d5f67787e82848688888786837f78645c4b3828160200000000000000000000000000081e33465762777e7f808180807f7f7c7a78757069604e3d2c1a0600000010202e36434a4f52535454555555555452504d493c353127190a00000000000000000005131d2b34374138454b4b4b4538413b35302518080000000000000010202e36434a4f52535454555555555452504d493c353127190a00000000000000000005131d2b34374138454b4b4b4538413b35302518080000000000000000000000000412202e3b474c5e66737c858d959b9fabaaaeaba7a5a3a2a1a1a0a1a1a2a4a6aaadaaa89e978f857b6d6157483b2b1d0d00000000000000000000000000000c18253039464b545962686c6f72747577777778787777767473706d696460544d493c32291b0e000000000000000000000000000000000000000c18253039464b545962686c6f72747577777778787777767473706d696460544d493c32291b0e000000000000000000000000071b2e3e4b4f5a6266696b6d6e6e6e6d6c6b68656159555044331d0d192631353a3e424536434b4b4b4b433645403b353126190f010000000000000000000000000000021628385a6f8499afc4d9eefffffffffffffffffbf5f3eef3f5fcfffffef7f4f7fefffff1e5dedcd5dbdde4effdffffffffffeed9c4ae99846f593a2a170400000000000000000000000a1e30414d5a62696d6f71737272716e6a625a4b3e2e1a0a00000000000000000000000000000317293948596268696b6b6b6b6a696765636055534e42311f0f000000000210182530353a3d3e3f3f3f40403f3f3d3b38352b201d15090000000000000000000000000d1820222c273136363631272c26201c130800000000000000000210182530353a3d3e3f3f3f40403f3f3d3b38352b201d15090000000000000000000000000d1820222c273136363631272c26201c1308000000000000000000000000000002101d2a34404c546066707880868b9195999c9ea7a2a3a4a4a5a4a4a3a99f9c98948f89827a70655d4b46392b1d0d0000000000000000000000000000000008131c2933363b484c52575a5d56606162626262626160565d5b58544f4b4336352c1e160b00000000000000000000000000000000000000000008131c2933363b484c52575a5d56606162626262626160565d5b58544f4b4336352c1e160b000000000000000000000000000010202e373c484d5154565859595958575553504c473b3d3326160009141d2024292d3026303536363530262f2b26201d140900000000000000000000000000000000091e32455672889db2c7ddf2fffffffffffffff3e8e0ded9dee1e9f4fffffffffffffff1e0d3cac7c0c6c9d2dfeffffffffffff2ddc8b29d88735847331f0a0000000000000000000000011323303c484d53585a5c5e5d5c5b59554d493c2e2010000000000000000000000000000000000b1b2a3b484c535455565655555452504d4b44373b3124140100000000000008131c20242829292a2a2a2a2a2a28262320190e08010000000000000000000000000000050b0d16151d2021201d1517110b0700000000000000000000000008131c20242829292a2a2a2a2a2a28262320190e08010000000000000000000000000000050b0d16151d2021201d1517110b070000000000000000000000000000000000000d181f2f36434a515a636a70777c7f8387898b8d8e8f8f908f8e8d8b8987837f7a746d655d504b3f32291b0d000000000000000000000000000000000000000b171e212a34373d414438454b4c4d4d4d4d4d4c4b453846423f3a35302620190e030000000000000000000000000000000000000000000000000b171e212a34373d414438454b4c4d4d4d4d4d4c4b453846423f3a35302620190e0300000000000000000000000000000002101b222b35383b3f41424344444342403e3b37342a28211608000001080b0f14171b141c202121201c141a16110b080100000000000000000000000000000000000b21364b60768b9fb5cadff4fffffffffffff3e3d6ccc9c4c9cdd6e4f4fffffffffff2e2d3c2b6b1aab0b5c1d2e4f8fffffffff4dfcbb7a68c76614c37210c00000000000000000000000005131e2b35383e42454748484746443f38352c1e100200000000000000000000000000000000000d1d2a34373e3f40414140403f3d3a38353126261f1406000000000000000000070b0f12141414151515151413110d0b0600000000000000000000000000000000000000000002090b0c0b0902000000000000000000000000000000000000070b0f12141414151515151413110d0b0600000000000000000000000000000000000000000002090b0c0b090200000000000000000000000000000000000000000000000512182530353c494d555861666a6e7174767879797a7a7a79787674716e6a6460554f4b3f372e1e160b000000000000000000000000000000000000000000030a0d181f22282c2f27313637373838383737363228302d2a25201c140806000000000000000000000000000000000000000000000000000000030a0d181f22282c2f27313637373838383737363228302d2a25201c14080600000000000000000000000000000000000000070e19202226292b2d2e2f2e2e2d2b2925221f180c0d040000000000000000020001080b0b0c0b080100010000000000000000000000000000000000000000000e23394e63788eabbccfe3f8fffffffffffbe8d6c5b9b3aeb4b9c6d6e4f4fffffffae6d4c4b6a49c959ba3b5c9ddf2fffffffffae7d4c4a58f7a65503a251000000000000000000000000000000e192022292d2f31333332312e2a2320190e00000000000000000000000000000000000000000d181f22292a2b2c2b2b2a2a272523201d14090b02000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008131c202c35383a474c5155595c5760626364656564646361585c58554f4b4437372e231c110300000000000000000000000000000000000000000000000000050b0d13171a151d2022222223232222211e161b18140f0b08010000000000000000000000000000000000000000000000000000000000000000050b0d13171a151d2022222223232222211e161b18140f0b08010000000000000000000000000000000000000000000000050b0d1114161819191918171613100c0b04000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011263c51667b91a6c9daecfffffffffffff5e0ccb9a79e999ea8b9c6d7e9fcfffff4dfcbb7a69c8680859bb0c3d4e6faffffffffe8d3bea8937e69533e2914000000000000000000000000000000050b0d14181a1c1e1d1d1c19150d0c0600000000000000000000000000000000000000000000050b0d131416161616151412100e0b080100000000000000000000000000000000000000000000000000000002090b1015181a1c1d1d1c1b19150f0d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000002090b1015181a1c1d1d1c1b19150f0d07000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070e1920232a33373c404439454b4d4e4f4f504f4f4e4c463a433f3a353127221b100800000000000000000000000000000000000000000000000000000000000000020002090b0c0d0d0d0d0d0c0b090200030000000000000000000000000000000000000000000000000000000000000000000000000000000000020002090b0c0d0d0d0d0d0c0b0902000300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014293e54697e93a9bed3e8ffffffffffffecdac9b39e89848a9ea8b9cde1f0fffbe8d6c5b29d87766b778ca5b7cbdff4ffffffffebd6c1ac96816c57412c170000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050a151d20252a2d3031323232302e2a24211a0f060000000000000000000000000000000000000000000000000000000000000000000000000000050a151d20252a2d3031323232302e2a24211a0f06000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060c0e171f21272a2e28323638393a3a3b3a39383633292e2a25201d1509080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040a0c1114171a1b1c1d1e1d1d1c1b191715110e0b07000000000000000000000000000000000000000000000000000000000001162b41566b8096abc0d5ebfffffffffff8e3cfbcab917d6f7a8a9eb4c2d3e5f9f5e0ccb9a7937e695972889db2c7ddf2ffffffffeed9c4af99846f5a372715010000000000000000000000060c0e1215181b1d1e1d13110b0200000000000000000000000001080b0e111314141312100e0b080100000000000000000000000000000000000000000000000000000000000000000000000000000000000d181f2832363a3f42454647474746433f39362d211a0e0000000000000000000000000000000000000000000000000000000000000000000000000d181f2832363a3f42454647474746433f39362d211a0e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040a0c111519161e212324242525252423211f1719150f0b08010000000000000000000000000000000000000000000000000000000000000000000000040a0c0f121314141515141412100e0b08010000000000000000000000000000000000000000000000000000000000000000000000000000040a0c0f121314141515141412100e0b0801000000000000000000000000000000000000000000000000000000000000000000000000060b0d181f22272a2d2f31323333333231302e2c2a2623201c130c0a040000000000000000000000000000000000000000000000000003182e43586d8398adc2d8edfffffffffff4dfcab59f8b7661697e93a4b6cadef1f3dec9b39e8975605c71869cb1c6dbf1fffffffff1dcc7b29c87725544311d080000000000000002090b121a2123272a2d3032333328261e13060000000000000000000009141d20232628292929272623201d15110b0801000000000000000000000000000000000000000000000000000000000000000000000004121d2a3438454b5054585a5c5c5c5c5b59554e4a3e352c1f1204000000000000000000000000000000000000000000000000000000000000000004121d2a3438454b5054585a5c5c5c5c5b59554e4a3e352c1f120400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003090b0d0e0f10100f0f0e0c0a0400000000000000000000000000000000000000000000000000000000000000000000000000050b0d14181f22252728292a2a2a2a29282623201c14100b0801000000000000000000000000000000000000000000000000000000000000050b0d14181f22252728292a2a2a2a29282623201c14100b0801000000000000000000000000000000000000000000000000000000000000070e1920232a33373c3f4245464748484847474544423f3c38353025211f170c070000000000000000000000000000000000000000000000051a30455a6f859aafc4daeffffffffffff2ddc7b29d8872576074869cb1c3d4e6e4d2c1ac96816c575b71869bb0c6dbf0fffffffff4dfcab49f8a75604b35200b0000000000010a151d20272c35383c3f43464748483d3a3124130200000000000000000919263135393c3d3e3e3e3c3b3835312726201c1408000000000000000000000000000000000000000000000000000000000000000000051322303b474c5660656a6d6f71727271706e6a645c4e493d30221306000000000000000000000000000000000000000000000000000000000000051322303b474c5660656a6d6f71727271706e6a645c4e493d30221306000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090e192022292a33373a3c3e3e3f3f3f3f3e3d3b3835302625201c1408040000000000000000000000000000000000000000000000000000090e192022292a33373a3c3e3e3f3f3f3f3e3d3b3835302625201c1408040000000000000000000000000000000000000000000000000000010f1a212b35383a474c5154575a5b5c5d5e5d5d5c5b595754514e4a433637332a211a0f04000000000000000000000000000000000000000000071c32475c71879cb1c6dcf1ffffffffffefdac4af9a856f5a55677d92a5b7cadfddc9b5a38e79644e5c71869cb1c6dbf1fffffffff7e2cebbaa8d78624d38230d0000000009141d2731363c3d494e5255585b5d5d5d534e42311e0b0000000000000001142637444b4e515354535352504d4b44373b353026180c0000000000000000000000000000000000000000000000000000000000000002132330404c59626c757a7f82858687878785837f796f635b4c40312413050000000000000000000000000000000000000000000000000000000002132330404c59626c757a7f82858687878785837f796f635b4c403124130500000000000000000000000000000000000000000000000000040a0c0d0d0c0c0b07000000000000000000000000000000000205070705030100000000000000000000000000000000000000000000000000000000000000000000000000000007121d242b35383e3a474c4f515354545454545352504d4b43363b3530261f170c000000000000000000000000000000000000000000000007121d242b35383e3a474c4f515354545454545352504d4b43363b3530261f170c00000000000000000000000000000000000000000000000009141d2d363c494d56586166696c6f70717273727271706e6c6a66636054534c473a362d1f170c0000000000000000000000000000000000000000021528385e73889eb3c8ddf3ffffffffffecd7c2ac97826d574b6074879db2c5d6d4c4b09b86715c4a5d72879cb2c7dcf1fffffffffeead8c8a58f7a65503a25100000000919263138454b51585b63676a6d7072737268604e3a260d00000000000000081d31445560636668696968676563605557504b43362a1d0c000000000000000000000000000000000000000000000000000000000000102030414d5e667781898f94979a9b9c9c9c9b98948e8379665e4e4231231304000000000000000000000000000000000000000000000000000000102030414d5e667781898f94979a9b9c9c9c9b98948e8379665e4e423123130400000000000000000000000000000000000000000000060c171f2122222221201c1317140f0b0801000000000000060b0d181b1c1c1b1917140f0b08020000000000000000000000000000000000000000000000000000000000000000010f1a2130383c484d5359586164676869696a6a6969676563605456504b433633291c130800000000000000000000000000000000000000010f1a2130383c484d5359586164676869696a6a6969676563605456504b433633291c13080000000000000000000000000000000000000000000b1926313d4a4e5a626b71777c7f8284868788888887868583817f7b78746e6861584e4a3d33291c1002000000000000000000000000000000000000091d324556748a9fb4c9dff4ffffffffffead5bfaa95806a554455697e94a7b9cccbb7a6927d68523e5d72889db2c7ddf2ffffffffffe7d2bca7927d67523d2812000001142637444b5660676d73787c7f82858788877e68533b2b19050000000000071a2d3e4b6073797b7d7e7e7e7c7b7875716c666054473b2a1804000000000000000000000000000000000000000000000000000000000b1b2e3f4d5f677c89969ea7a9adafb1b1b1b1b0aeaaa1998a7c68604e4131221201000000000000000000000000000000000000000000000000000b1b2e3f4d5f677c89969ea7a9adafb1b1b1b1b0aeaaa1998a7c68604e413122120100000000000000000000000000000000000000010f1a212a3337383837363530252d2924201c1408000000000e1920232d303132302e2c2924201d150d0b05000000000000000000000000000000000000000000000000000000000014202d36404c515a62696e73777a7c7d7e7f7f7f7f7e7d7b7875706b6560544c463a3025180c00000000000000000000000000000000000014202d36404c515a62696e73777a7c7d7e7f7f7f7f7e7d7b7875706b6560544c463a3025180c000000000000000000000000000000000000000b1b2837444b5b636d7880868b9194979a9b9c9d9d9d9c9c9a999794918d89837e776e635b4c463a2d20100200000000000000000000000000000000000b20364b60758ba9bacde2f6fffffffffde8d3bda8937e6853374c6176899eb3c4c2b39d8875604b485e73889db3c8ddf2ffffffffffe9d4bfaa947f6a553f2a150000081d3144556069747c82888d9194989b9c9d9b8671594834200b00000000000d21364a5c70848e919293939391908d8a86817b73615947341f0b000000000000000000000000000000000000000000000000000000031629394b5d677d8d9ea7b3b9c5c2c4c6c7c7c6c5c3bfb3a89e8d7e68604e40301f0f000000000000000000000000000000000000000000000000031629394b5d677d8d9ea7b3b9c5c2c4c6c7c7c6c5c3bfb3a89e8d7e68604e40301f0f000000000000000000000000000000000000000f1f2c363a474c4d4d4c4b4a4336423e39353026180b0002101e2b3538424547474543413e3a3631272220180d000000000000000000000000000000000000000000000000000008131c323e4a4e5e6670787e83888c8f919393949494949392908d8986807a746a61584a43362a1c0e00000000000000000000000000000008131c323e4a4e5e6670787e83888c8f919393949494949392908d8986807a746a61584a43362a1c0e00000000000000000000000000000000000a1a28394655606b79828b959b9faba9acafb0b1b2b3b2b2b1b0aeaca9a6a79e99938a83796d61584a3e2e201000000000000000000000000000000000000c22374c61778ca1c7d7eafdfffffffffbe6d1bba6917c66513c46576a8095a6b4b2a4937e695645485e73889db3c8ddf2ffffffffffecd6c1ac97816c57422c1702000b20354b60737f8891989ea6a7aaadb0b2b2a38c77624d37220d000000000417293a4e64798ea2a6a8a9a8a8a7a5aa9f9b96908677614c37220c0000000000000000000000000000000000000000000000000000000a1e324657647b8b9fabb9c5ccd6d7dadbdcdcdcdad8d0c6b9ab9f8d7e685f4d3d2c1b0b00000000000000000000000000000000000000000000000a1e324657647b8b9fabb9c5ccd6d7dadbdcdcdcdad8d0c6b9ab9f8d7e685f4d3d2c1b0b0000000000000000000000000000000000061a2c3d494e58616262616160545a57534f4b4336291b0b10202e3c484d575a5c5c5a5856534f4b443737342b1d0f01000000000000000000000000000000000000000000000008182530434f5c64707c858c93999da6a4a6a8a9a9a9a9a9a8a7a5a99f9b9690888076696054473a2b1e0e0000000000000000000000000008182530434f5c64707c858c93999da6a4a6a8a9a9a9a9a9a8a7a5a99f9b9690888076696054473a2b1e0e0000000000000000000000000000000215283846576173808b989faab0b5bcc9c1c4c5c6c7c8c7c7c6c5c3c1bfc5b8b3aea99f988c8276645c4b3e2e1e0e000000000000000000000000000000000d22384d62778da2b7cce2fffffffffffce9d7c6a48f79644f3a394c6176889c9e9c978674604b38485e73889db3c8ddf2ffffffffffeed8c3ae99836e59442e1904000c21364b61768b9ea6adb3b8c4bfc2c5c7c1a8937e68533a2a17040101010a1f3346586d8297acc0bdbebebdbcc8bbb4b1aca48e78634e39230e00000000000000000000000000000000000000000000000000000a1b30404b6175879daabbc9d6e0e8eceff0f1f1f1f0ede4d6c9bcab9f8d7d675b49392916030000000000000000000000000000000000000000000a1b30404b6175879daabbc9d6e0e8eceff0f1f1f1f0ede4d6c9bcab9f8d7d675b4939291603000000000000000000000000000000000c2136495b6374767777777675726f6c69646054463929171d2e3e4b5a626d707171706e6c69646055544c483b2c1f0f0000000000000000000000000000000000000000000000132536434a61697a85919a9fabaeb3b7c4bcbdbebebfbfbebebcc7bab4b0aba69d95897e726158483c2b1c0c000000000000000000000000132536434a61697a85919a9fabaeb3b7c4bcbdbebebfbfbebebcc7bab4b0aba69d95897e726158483c2b1c0c00000000000000000000000000000a1d324556617583959faab4bbc8cacfdad7d9dbdcdddddddcdbdad8d6d4d5ccc8c7bab4ab9f98877a645c4b3c2c19090000000000000000000000000000000e23384d63788da2b8cde2f7fffffffff6e1cdbaa88c77624c37334658657c868987827963554431485e73889db3c8ddf2fffffffffff0dbc5b09b86705b46311b0000091e32465773889eb3c4c8cbd5d4d7dad9c4af99846f5847331f161616161721364c61768a9fb4c9d2d3d3d3d1d8cec9c6b39e8974604b35200b00000000000000000000000000000000000000000000000000031628394c5e6d8297a5b6c8d8e7f3fbfffffffffffffffff4e7dac9bcab9e8a79635746321e110000000000000000000000000000000000000000031628394c5e6d8297a5b6c8d8e7f3fbfffffffffffffffff4e7dac9bcab9e8a79635746321e11000000000000000000000000000000000e23394e6379898c8d8d8c8b8a8785827e7973615746331e2b3b4b5c6478828586878583817e797570696259493d2c1a060000000000000000000000000000000000000000000d1c304354606c7f8c9ba3afb5bcc9c8cbd5d1d2d3d4d4d4d4d3d2d7cdc9c5c4b7b2a79e938476625a483a2a1808000000000000000000000d1c304354606c7f8c9ba3afb5bcc9c8cbd5d1d2d3d4d4d4d4d3d2d7cdc9c5c4b7b2a79e938476625a483a2a18080000000000000000000000000a1a30414b60748499a1b4bbc8ced9dfe3ececeff0f1f2f2f2f1f1efeeece9e8e0ded8cec9bcb4a59d8a7a645a493727150200000000000000000000000000000e23394e63788ea3b8cde3f8fffffffff4dec9b49f8974594834293a4c5d657174726d635b493727485d73889db2c8ddf2fffffffffff2dcc7b29d87725d3827150200031628395a6f8499afc4d9e0e7e9edf0dfc9b49f8a77614c37262c2b2b2c2c2b3c54697e93a8bacde1e8e8e8e6eae2d9c4af99846f5443301c0800000000000000000000000000000000000000000000000000091e324557667c919fb1c3d3e6f6fffffffffffffffffffffff7e7d9c9b9a89c8675614b3f2e1a0a00000000000000000000000000000000000000091e324557667c919fb1c3d3e6f6fffffffffffffffffffffff7e7d9c9b9a89c8675614b3f2e1a0a000000000000000000000000000001172c41566c8196a7a2a2a1aa9f9d9a97938e8875614b3621344859647b89979a9c9c9a9896938f8a857f77635b4935210c00000000000000000000000000000000000000000d1d30414a607281949faab5c1cacfdadde0e7e6e8e8e9e9e9e9e8e7e9e1dedbd4cbc5b9b3a29a87786259473625130000000000000000000d1d30414a607281949faab5c1cacfdadde0e7e6e8e8e9e9e9e9e8e7e9e1dedbd4cbc5b9b3a29a87786259473625130000000000000000000000031628384d5f6d8297a2b3bfced8e2ebf4f8fffffffffffffffffffffffffffffbf5f3eae2d9cfc3b7a89e8978625544311d0b00000000000000000000000000000e24394e63798ea3b8cee3f8fffffffff1dcc6b19c86715c3b2a1b2f3f4c505c5f5d574d493c2c32475c72879cb1c7dcf1fffffffffff3dec9b49e89745645311d090000152a40556a7f95aac7d7e9fbfffff7e2cebbaa937e68554441414141414139495a70859bb0c6d7e9fcfdfdfffdebd9c9aa95806a553626140100000000000000000000000000000000000000000000000005182a3b4b6075889db2bdcee1f1fffffffffffffffffffffffffff7e7d6c6b6a497826d5d4b38281502000000000000000000000000000000000005182a3b4b6075889db2bdcee1f1fffffffffffffffffffffffffff7e7d6c6b6a497826d5d4b3828150200000000000000000000000000031628395b71869bb0c5b7b6bbb4b2afaca8a6917c67513c2f404c6277889da7afb1b1afadaba8a99f9a948b79634e38230e0000000000000000000000000000000000000005182a3b4d5f6b80969fb4bbc8d2dfe3ecf2f4fafffdfefefefefefdfffcf6f4f0e7dfd6ccc0b4a59c8677615443301c0b0000000000000005182a3b4d5f6b80969fb4bbc8d2dfe3ecf2f4fafffdfefefefefefdfffcf6f4f0e7dfd6ccc0b4a59c8677615443301c0b00000000000000000000091e324556677c91a0b1c0d0e2eaf6fefffffffffffffffffffffffffffffffffffffffdf7ebe3d4c6b9a79b8574604b39281603000000000000000000000000000e23394e63788ea3b8cde3f8ffffffffeed9c3ae99836e59442f19212f383b4749474238352c1e30465b70859bb0c5daf0fffffffffff5e1ccb9a88b75604b36200b000010253a50657a8fa9bacde1f6fffffdead8c8b19c86736058565656565657575762788da3b5c9e4f5fffffffff7e3cfbcab907b66503b2611000000000000000000000000000000000000000000000000000b1f3447596a7f95a6b7cbdbecfffffffffffffffffffffffffffffff4e4d3c2b19f8f7b655645321d0c00000000000000000000000000000000000b1f3447596a7f95a6b7cbdbecfffffffffffffffffffffffffffffff4e4d3c2b19f8f7b655645321d0c00000000000000000000000000091e32455774899eb3c9ccd9cecac7c4c1c4a9947f6a543f364c5e6e8399a6b7c5c6c6c5c3c1c7bab4b0a58c77624c37220d000000000000000000000000000000000000000b1f344859677d919eb0bdced8e6eff8fffffffffffffffffffffffffffffffffffaf4e8e0d1c3b6a49a8472604a3a2917040000000000000b1f344859677d919eb0bdced8e6eff8fffffffffffffffffffffffffffffffffffaf4e8e0d1c3b6a49a8472604a3a2917040000000000000000011426364b6075889db3becedeeefefffffffffffffffffffffffffffffffffffffffffffffffef1e4d6c5b5a3937e695746321e09000000000000000000000000000e23384d63788da2b8cde2fffffffffdead8c7aa947f6a553f2a15111c23263134322d232119192f44596e8499aec3d9eefffffffffffce8d6c6a18c77624c37220d00000b21364b60758a9fb4c9def4fffffff6decab6a4947f716e6c6b6b6b6b6c6d6f76839aafc1d2e4fffffffffff4dfcab49f8b76614c36210c00000000000000000000000000000000000000000000000005192b3c4c62778a9eb4c4d4e7f9fffffffffffffffffffffffffffffffff0e0cebdb19c8674604b3a2a170400000000000000000000000000000005192b3c4c62778a9eb4c4d4e7f9fffffffffffffffffffffffffffffffff0e0cebdb19c8674604b3a2a17040000000000000000000000000b21364b60768ba7b9cce0ebe2dfdcdad5c0aa95806b55404354667b90a1b3c4d5dbdcdad8d6d7cdc7b29d87725948341f0b00000000000000000000000000000000000006192c3c4c6277899eb3bccde2eaf6fffffffffffffffffbf8f7f8f9fefffffffffffffffbeee1d3c2b3a1937e695846331f09000000000006192c3c4c6277899eb3bccde2eaf6fffffffffffffffffbf8f7f8f9fefffffffffffffffbeee1d3c2b3a1937e695846331f090000000000000000081c304354697e94a6b7cbdcecfcfffffffffffffffffffffffff7f6f9fffffffffffffffffffffff4e4d1c1b39e8875614b36210e000000000000000000000000000d22384d62778da2b7d9ebfefffffff6e2cebaa98f7a65503a251000090e101c1f1d180e0c06182d42576d8297acc2d7ecfffffffffeffe2cdb8a38d78634e38230e0000091e32455670859aafc5daeffffffff9e5d3c2af9d94868381818080818182848a9aa1b3c7dfeffffffffffff1dbc6b19c86715846331f0a0000000000000000000000000000000000000000000000000b2035485a6c8197a8b9cde2f2fffffffffffffffffffffffffffffffffffeecdecab6a4947f6a5847331f0d0000000000000000000000000000000b2035485a6c8197a8b9cde2f2fffffffffffffffffffffffffffffffffffeecdecab6a4947f6a5847331f0d0000000000000000000000000d23384d62788da2c5d6e8fbf7f4f2ead4bfaa957f6a55364a6072869bb1bfd0e2f1f1efedebe2cebaa996806b563b2a18050000000000000000000000000000000000000c2035495a6c8297a7b9ccdaebfefffffffffffaf4f2ebe6e3e2e2e4e9eff1f7fffffffffffff1e0d0bfb39e8976614c37271502000000000c2035495a6c8297a7b9ccdaebfefffffffffffaf4f2ebe6e3e2e2e4e9eff1f7fffffffffffff1e0d0bfb39e8976614c37271502000000000000000b20354b6073879db2c4d4e7fafffffffffffffffffffdf6f4e9e2e1e4eef0f6ffffffffffffffffffefe0cbb8a6937e68533c2b19050000000000000000000000000c21374c61768cabbccfe3f1f2f2f1f0dfc9b49f8a75604b36210b00000000070a080200000014293f54697e94a9c5d5e7ebebeaeae9e7e9ceb9a48e79644f39240f000002162838556b8095aac8d9ebfefffffff0e0ccbbafa39b98969696969696979a9ea8b3bfd0e3fdffffffffffecd6c1ac97816c573a29170400000000000000000000000000000000000000000000000417293a4d62788b9fb4c6d6e9fffffffffffffff6f0eeeceef4fefffffffffff9e5d3c2b39e8976614c3b2b1805000000000000000000000000000417293a4d62788b9fb4c6d6e9fffffffffffffff6f0eeeceef4fefffffffffff9e5d3c2b39e8976614c3b2b180500000000000000000000000f24394f64798ea4b9cee3fffffffee9d4bfa9947f6a544354667c91a3b5c9ddedfffffff6e6d4c4b49f8b78624d38220d000000000000000000000000000000000000011426374d62788b9fb4c5d6e8f8fffffffffff2e7e0ddd6d0cecccdcfd3dadce3eefbffffffffffeee0ccb8a795806a5544311d08000000011426374d62788b9fb4c5d6e8f8fffffffffff2e7e0ddd6d0cecccdcfd3dadce3eefbffffffffffeee0ccb8a795806a5544311d080000000000000010263b50657b90a5b7cae2f2fffffffffffffffffff5eae2dfd4cdcbcfd9dbe2edfbfffffffffffffffbe7d5c4b09b85705a4835200b0000000000000000000000000b20354b60758a9fb4cad9dbdddddcdbd3c3af9a85705645321e0900000000000000000000000f253a4f647a8fa6b8cbd5d6d5d5d4d4d1d7cdbaa58f7a65503a251000000011263b50667b90aabbcee2f7fffffffee9d9ccc1b5b1adabababababacacafb4b9c6d0deeefffffffffff9e5d3c2a7917c67523c27120000000000000000000000000000000000000000000000000a1f3346586b8196aabbcee4f4fffffffffffbede2dbd9d7dae1ecfafffffffffff1e1ccb9a896806b594834200b000000000000000000000000000a1f3346586b8196aabbcee4f4fffffffffffbede2dbd9d7dae1ecfafffffffffff1e1ccb9a896806b594834200b000000000000000000000010263b50657b90a5bad0e5fafffffde8d3bea8937e69534b6073869cb1c1d2e5fbfffffeebd9c8b7a696816c5a4835200b000000000000000000000000000000000000081d3144556b8096aabbcee3f3fffffffff9ebe2d5cbc8c1bbb8b7b8babec5c8d1e0e7f3fffffffffbe8d5c5b39d8874604b36200b000000081d3144556b8096aabbcee3f3fffffffff9ebe2d5cbc8c1bbb8b7b8babec5c8d1e0e7f3fffffffffbe8d5c5b39d8874604b36200b0000000000000417293a576c8197acc3d4e6fffffffffffffffffff5e5d8cec9bfb7b6b9c3c7d0ddedfbfffffffffffffff3ddc8b4a38d78624d38220d000000000000000000000000081c30435473899eb3c9c4c6c8c7c7c6c6b6a5927d68533828160200000000000000000000000b20354b6074889eb3c2c0c0c0c0bfbebcc6bab4a5907b65503b26100000000c21364c61768b9fb4cadff4fffffffff7e9dfd2c9c6c3c1c0c0c0c0c1c2c4c9cdd6e4eefcfffffffffff3decab6a48c77624c37220d0000000000000000000000000000000000000000000000011426364c6176899eb4c8d8eaffffffffffffedddcfc7c3c2c5cedcecfffffffffffce8d6c6b49f8a77624d392816030000000000000000000000011426364c6176899eb4c8d8eaffffffffffffedddcfc7c3c2c5cedcecfffffffffffce8d6c6b49f8a77624d392816030000000000000000000012273c51677c91a6bcd1e6fbfffffbe6d1bca6917c675157687d92a4b5c9dff0fffffceee2cebbaa9d8876614c3c2b19050000000000000000000000000000000000000b20354b6074889eb3c8d9ebfffffffff8eadacdc4b8b3aba6a3a2a3a4a9b0b4c0cbd5e2f3fffffffff3e0cbb8a6917c67513c27120000000b20354b6074889eb3c8d9ebfffffffff8eadacdc4b8b3aba6a3a2a3a4a9b0b4c0cbd5e2f3fffffffff3e0cbb8a6917c67513c27120000000000000a1f33475872879cb2c7dcf1fffffffffffffffffdead8c7bab4aaa2a1a4aeb3bfcfdcedfffffffffffffff8e4d1c1a7927d68523d2813000000000000000000000000011426365b71869babadafb1b3b2b1b0aea89c8775604b36210b000000000000000000000000081c3043546a8095a4a9aaababaaaaa9a7a5a89f9a8d79634e38230e0000000a1e33465771869bb0c6dbf0fffffffffffef0e5dedbd8d6d6d5d5d6d6d7d9dee1e9f4fffffffffffffff1dcc6b19c87715947341f0b0000000000000000000000000000000000000000000000081c304354697f94a8b9cce6f6fffffffffff2e2cfbfb3aeacb1bdcee1f1fffffffffff4e1cdbaa995806b5746321e090000000000000000000000081c304354697f94a8b9cce6f6fffffffffff2e2cfbfb3aeacb1bdcee1f1fffffffffff4e1cdbaa995806b5746321e090000000000000000000013283d53687d92a8bdd2e7fdfffffce9d7c7a48f79644f6176889db3c2d2e5fefffdeedecfbeb49f8c7b655846331e0e0000000000000000000000000000000000000010253a50657a8fa7b8cce6f6fffffffdeadaccbcb0a69d96918e8d8d8f949aa2b3b8c4d5e3f3fffffffae7d5c4ad98826d583c2c1906000010253a50657a8fa7b8cce6f6fffffffdeadaccbcb0a69d96918e8d8d8f949aa2b3b8c4d5e3f3fffffffae7d5c4ad98826d583c2c190600000000000c21374c61768ca5b6cadff3fffffffffffffffff6e2cebaa99f948d8c8f99a1b2becfe6f6ffffffffffffffecd7c2ad97826d583726140100000000000000000000000012273d52677d8d93979a9c9d9d9c9b99948a7b645645321e09000000000000000000000000011426364c6176869394959696959594928f8d89857e695b4935210c00000003172939566b8096abc8d8eafdfffffffffffff8e8e6d9cecac9c9c9cacfdadcdfe6f1fffffffffffffeebd9c9ac97816c573b2a180500000000000000000000000000000000000000000000000b20354b6073879db2c6d6e8fffffffffffae7d5c4b3a199979fb1c3d4e6f9fffffffffde9d7c7b39e8975614b36211000000000000000000000000b20354b6073879db2c6d6e8fffffffffffae7d5c4b3a199979fb1c3d4e6f9fffffffffde9d7c7b39e8975614b3621100000000000000000000014293e53697e93a8bed3e8fdfffff6e1cdbaa98c7761606d8297a6b7cbe0f0fffdefdfd1c0b2a0947f695d4c3a29170000000000000000000000000000000000000001162b41566b8096abc5d5e7ffffffffefdfccbcaf9e9688817b7977787a7e85909ea6b8c5d6e8fbfffffff2ddc8b39e88735a4935200c0001162b41566b8096abc5d5e7ffffffffefdfccbcaf9e9688817b7977787a7e85909ea6b8c5d6e8fbfffffff2ddc8b39e88735a4935200c000000000010253a50657a8fa5c3d3e6f9fffffffffffffff6e3d0bfb49f8b7f78767a8398a0b2c8d8eafefffffffffffff0dbc6b19b86715544311d080000000000000000000000001025394d5f67787e82848688888786837f78645c4b3828160200000000000000000000000000081e33465762777e7f808180807f7f7c7a78757069604e3d2c1a060000000011263b50667b90aabbcee2f7fffffffffffae8d8cac8bbb4b4b4b4b5bcc9c7cad3e1f1fffffffffff7e3cfbcab917c67523c2712000000000000000000000000000000000000000000000004172a3a50667b90a5b7cbe4f4fffffffffff4e0cbb7a699838297a5b7cadff5fffffffffff5e0ccb8a7937e69533e2e1b0700000000000000000004172a3a50667b90a5b7cbe4f4fffffffffff4e0cbb7a699838297a5b7cadff5fffffffffff5e0ccb8a7937e69533e2e1b07000000000000000000152a3f546a7f94a9bfd4e9fefffff4dec9b49f897461697e93a0b1c4d5e7fefdefdfd1c1b4a298826d614f3f2f1b0b0000000000000000000000000000000000000005182a3b5a70859aafc5daeffffffff8e4d2c1af9e9580756c666362636569707b889ea7b8cce0f2fffffff5e0cbb8a68d78624d38230d0005182a3b5a70859aafc5daeffffffff8e4d2c1af9e9580756c666362636569707b889ea7b8cce0f2fffffff5e0cbb8a68d78624d38230d000000000013283d53687d92a8bdd2e7fffffffffffffffff0dcc7b3a1917c6a626164728298aabbcee2f7fffffffffffff4dec9b49f8974604b35200b0000000000000000000000000a1e30414d5a62696d6f71737272716e6a625a4b3e2e1a0a00000000000000000000000000000317293948596268696b6b6b6b6a696765636055534e42311f0f00000000000c21364b61768a9fb4c9dff4fffffffffff0ddcabaadaa9f9e9e9f9faba6b2b6c3d3e6f9fffffffff4dfcab49f8b77614c37220c00000000000000000000000000000000000000000000000a1f3347586e8398aec3d4e6fffffffffffff2ddc8b39d887573879db2c7d7eafdfffffffffbe8d6c5b19c86715c4a36220a0000000000000000000a1f3347586e8398aec3d4e6fffffffffffff2ddc8b39d887573879db2c7d7eafdfffffffffbe8d6c5b19c86715c4a36220a000000000000000000162b40556b8095aac0d5eafffffff3dec9b39e8972717f8d9fb5becee2f2fdefdfd2c1b5a39a8474604b4332211100000000000000000000000000000000000000000b1f34485974899eb3c9def3fffffff2ddc9b5a395806b6157514e4d4e4f545d6579899eb3c4d4e6fafffffbe7d5c5a6917c67513c2712000b1f34485974899eb3c9def3fffffff2ddc9b5a395806b6157514e4d4e4f545d6579899eb3c4d4e6fafffffbe7d5c5a6917c67513c27120000000000152b40556a8095aabfd5eaffffffffffffffffeed9c4af99846f5e4d4c5462778b9fb4cadff4fffffffffffff6e1cdbaa98d78624d38230d000000000000000000000000011323303c484d53585a5c5e5d5c5b59554d493c2e2010000000000000000000000000000000000b1b2a3b484c535455565655555452504d4b44373b3124140100000000000a1e32465770859aafc5daefffffffffffead5c1ad9c938a89898a8a8c919ca5b6cadff3fffffffff0dbc5b09b85705947341f0a00000000000000000000000000000000000000000000000c21374c61778a9fb4c9dff2fffffffffff8e5d2c1aa95806b697f94a9bacde2f6fffffffffff3decab6a48f7a644f3827150200000000000000000c21374c61778a9fb4c9dff2fffffffffff8e5d2c1aa95806b697f94a9bacde2f6fffffffffff3decab6a48f7a644f382715020000000000000001162c41566b8196abc0d6ebfffffff5e1ccb9a89b8586949fabbccfdcecffefdfd2c1b5a39b85756156453225140300000000000000000000000000000000000000000d22374c62778ca7b9cce0f5fffffce8d6c6b09b8573604b46393938383a3f4c5b687d92a6b7cbdff4ffffffe9d4bfaa947f6a553f2a15000d22374c62778ca7b9cce0f5fffffce8d6c6b09b8573604b46393938383a3f4c5b687d92a6b7cbdff4ffffffe9d4bfaa947f6a553f2a150000000000172c41576c8196acc1d6ebfffffffffffffffde7d2bda8927d6853403648596f849aafc4daeffffffffffffffde9d7c7a58f7a65503a25100000000000000000000000000005131e2b35383e42454748484746443f38352c1e100200000000000000000000000000000000000d1d2a34373e3f40414140403f3d3a38353126261f140600000000000003162939546a7f94a9c4d4e7fafffffffde8d2bda8937e7574747475777c879cb2c7dcf1fffffffae7d5c4aa957f6a553a2a18040000000000000000000000000000000000000000000005182a3b53697e93a9bacee2f6fffffffffff2dec9b5a38d786261768a9fb4c9dff4fffffffffff9e5d3c2ac97816c5645311d090000000000000005182a3b53697e93a9bacee2f6fffffffffff2dec9b5a38d786261768a9fb4c9dff4fffffffffff9e5d3c2ac97816c5645311d090000000000000002172c42576c8197acc1d6ecfffffffce8d6c6b4a39b9ba3b5bcc9daecfaf8e4d2c1b5a39b8576615746382816070000000000000000000000000000000000000000000f24394f647a8ea4c5d6e8fbfffff5e1ccb9a8917c6755443228242223252f3d4b6074879db2c8ddf2ffffffecd6c1ac97816c57422c17000f24394f647a8ea4c5d6e8fbfffff5e1ccb9a8917c6755443228242223252f3d4b6074879db2c8ddf2ffffffecd6c1ac97816c57422c170000000000182e43586d8298adc2d8edfffffffffffffffae4cfbaa58f7a65503a2a3b566c8196abc1d6ebffffffffffffffe7d1bca7927d67523d27120000000000000000000000000000000e192022292d2f31333332312e2a2320190e00000000000000000000000000000000000000000d181f22292a2b2c2b2b2a2a272523201d14090b0200000000000000000f24394e64798ea6b7cbdff4fffffff8e3cdb8a38e7863565f5460626b8096abc0d5ebfffffff4e0cbb7a68e79644f39240f00000000000000000000000000000000000000000000000b1f34475970859ab0c7d8eafdfffffffffff0dbc6b19b86715a586e8399aec6d7e9fcfffffffffff0dec8b39e8975604b36200b000000000000000b1f34475970859ab0c7d8eafdfffffffffff0dbc6b19b86715a586e8399aec6d7e9fcfffffffffff0dec8b39e8975604b36200b0000000000000003182d42586d8297adc2d7ecfffffffff4e4d1c1b4b0b1b5c1cfdae7f7fff2ddc9b5a39b857661584639291a0a0000000000000000000000000000000000000000000011263c51667c91a6bbd0e6fffffff3dec9b49e8975604b3726160e0d0e111d3144556b8096abc0d5ebffffffeed9c3ae99846e59442f190011263c51667c91a6bbd0e6fffffff3dec9b49e8975604b3726160e0d0e111d3144556b8096abc0d5ebffffffeed9c3ae99846e59442f1900000000001a2f44596f8499aec4d9eefffffffffffffff8e2cdb8a38d78634e382a3f556a7f94aabfd4e9fffffffffffffee9d4bea9947f69543f2a1400000000000000000000000000000000050b0d14181a1c1e1d1d1c19150d0c0600000000000000000000000000000000000000000000050b0d131416161616151412100e0b080100000000000000000000000b20354a6074889db3c8ddf2fffffffce6d1bca7917c675238434b596f8499aec4d9eefffffff2ddc8b39d8874604a35200b00000000000000000000000000000000000000000000000d22374c62778b9fb4cadff4fffffffffffce9d6c6aa95806a5551667c91a8b9cde1f6fffffffffff5e0ccb8a7907b6650362614010000000000000d22374c62778b9fb4cadff4fffffffffffce9d6c6aa95806a5551667c91a8b9cde1f6fffffffffff5e0ccb8a7907b66503626140100000000000003192e43586e8398adc3d8edffffffffffefdfd1c8c5c6c9d2e3ecf7fffff0dbc5b09b85766158473a291b0b000000000000000000000000000000000000000000000012283d52677d92a7bcd2e7fcffffefdac5af9a857055443119090000000114263751667c91a6bbd1e6fbffffefdac5af9a85705a45301b0012283d52677d92a7bcd2e7fcffffefdac5af9a857055443119090000000114263751667c91a6bbd1e6fbffffefdac5af9a85705a45301b00000000001b30465b70859bb0c5daf0fffffffffffffff7e2cdb8a28d78634d38293e53697e93a8bed3e8fdffffffffffffead5c0aa95806b55402b1600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000071c3043546c8197acc5d5e8fbffffffebd6c1ab96816c563b35495a73889db3c8ddf2fffffce9d7c6ad97826d5443301c07000000000000000000000000000000000000000000000215283853687e93abbccfe3f7fffffffffff5e1cdb9a88f7a654f4b6075899eb4c9def3fffffffffffbe8d6c5ac97826d5443301c0800000000000215283853687e93abbccfe3f7fffffffffff5e1cdb9a88f7a654f4b6075899eb4c9def3fffffffffffbe8d6c5ac97826d5443301c0800000000000004192e44596e8399aec3d8eefffffffffffdefe4dddadbdee5f0fffffff7e2ccb7a28d7762584b3f311c1308000000000000000000000000000000000000000000000013283e53687d93a8bdd2e8fdffffecd6c1ac97816c5737271500000000000e23384e63788da3b8cde2f8fffff0dbc5b09b86705b46311b0013283e53687d93a8bdd2e8fdffffecd6c1ac97816c5737271500000000000e23384e63788da3b8cde2f8fffff0dbc5b09b86705b46311b00000000001c31465c71869bb1c6dbf0fffffffffffffff8e2cdb8a38d78634e38293e53687e93a8bdd3e8fdffffffffffffebd6c1ac96816c57412c170000000000000000000000000000000000000000060c0e1215181b1d1e1d13110b0200000000000000000000000001080b0e111314141312100e0b08010000000000000000000000000000000000000000000013253650657b90a7b8cce0f5fffffff0dbc6b19b86715947384d62788da6b7cbdff4fffff6e1cdbaa8917c66513625130000000000000000000000000000000000000000000000091d3245566f8499afc9d9ebfefffffffffff3dec9b49e8975604b45566e8398aec9d9ebfefffffffffff3ddc8b39e8874604b35200b0000000000091d3245566f8499afc9d9ebfefffffffffff3dec9b49e8975604b45566e8398aec9d9ebfefffffffffff3ddc8b39e8874604b35200b000000000000051a2f445a6f8499afc4d9eefffffffffff1e6dfdcd9d9dcdfe3ecf7faffeed9c4ae998376655d4e42302518080000000000000000000000000000000000000000000014293e53697e93a8bed3e8fdffffead5c0ab95806b56402b1600000000000d22374c62778ca1b7cce1f6fffff0dbc6b19b86715c46311c0014293e53697e93a8bed3e8fdffffead5c0ab95806b56402b1600000000000d22374c62778ca1b7cce1f6fffff0dbc6b19b86715c46311c00000000001c31475c71869cb1c6dbf1fffffffffffffff8e3cdb8a38e78634e39293e53697e93a8bed3e8fdffffffffffffedd7c2ad98826d58432d180000000000000000000000000000000002090b121a2123272a2d3032333328261e13060000000000000000000009141d20232628292929272623201d15110b08010000000000000000000000000000000000000b20354b6074899eb3c8def2fffffff4dfcab59f8b77624c3753687d92a8c4d4e7fafffff4dec9b49f8a75604b36210b00000000000000000000000000000000000000000000000b20364b60758a9fb4c9def4ffffffffffffeed9c4af99846f55443852677d92abbccfe3f7fffffffffff5e0cbb8a68f7a654f3a251000000000000b20364b60758a9fb4c9def4ffffffffffffeed9c4af99846f55443852677d92abbccfe3f7fffffffffff5e0cbb8a68f7a654f3a2510000000000000051a30455a6f859aafc4daeffffffff7e9e1d3cac7c3c3c6cacfdae0e7f2f0dbc7b3a199877b69604a433625130000000000000000000000000000000000000000000013293e53687e93a8bdd3e8fdffffead5bfaa95806a55402b1500000000000c21374c61768ca1b6cbe1f6fffff0dbc6b09b86715b46311c0013293e53687e93a8bdd3e8fdffffead5bfaa95806a55402b1500000000000c21374c61768ca1b6cbe1f6fffff0dbc6b09b86715b46311c00000000001c32475c71879cb1c6dcf1fffffffffffffff8e3ceb8a38e79634e39293f54697e94a9bed3e9feffffffffffffedd8c3ae98836e59432e190000000000000000000000000000010a151d20272c35383c3f43464748483d3a3124130200000000000000000919263135393c3d3e3e3e3c3b3835312726201c14080000000000000000000000000000000000081d3144556d8297adc4d4e6fafffff8e3cfbcab927d675244556d8298adc2d7edfffffce9d6c6ae98836e5745321e09000000000000000000000000000000000000000000000010253b50657a90a9bacde1f6fffffffffffeebd9c8aa947f6a5537374c61778b9fb4cadff4fffffffffffbe7d5c5aa95806a55392917030000000010253b50657a90a9bacde1f6fffffffffffeebd9c8aa947f6a5537374c61778b9fb4cadff4fffffffffffbe7d5c5aa95806a55392917030000000000061b30455b70859ab0c5daefffffffe9d9ccc3b6b2aeaeb1b5bcc9cbd5e2ebe3d0bfb3a59d8b7e6c605443301c1400000000000000000000000000000000000000000012283d52677d92a7bcd2e7fcffffecd6c1ac97816c5737271502000000000e23384e63788da3b8cde2f8ffffefdac5af9a85705a45301b0012283d52677d92a7bcd2e7fcffffecd6c1ac97816c5737271502000000000e23384e63788da3b8cde2f8ffffefdac5af9a85705a45301b00000000001d32475c72879cb1c7dcf1fffffffffffffff8e3ceb8a38e79634e392a3f556a7f94aabfd4e9ffffffffffffffeed8c3ae99836e59442e190000000000000000000000000009141d2731363c3d494e5255585b5d5d5d534e42311e0b0000000000000001142637444b4e515354535352504d4b44373b353026180c000000000000000000000000000000000115273750657b90a6b7cbdff4ffffffecdac9ad98836e574b6074889db3c8ddf2fffff5e1cdb9a8917c6752392816030000000000000000000000000000000000000000000002162838566b8095abc7d7e9fcfffffffffff7e2cebbaa8f7a65503a33475870859bb0c5daf0fffffffffffff0dac5b09b85705746331e0a00000002162838566b8095abc7d7e9fcfffffffffff7e2cebbaa8f7a65503a33475870859bb0c5daf0fffffffffffff0dac5b09b85705746331e0a0000000000061b30465b70859bb0c5daf0fffff3e3ccbbaea59c99999c9fabb3b7c4cedbeaddd0c3b7aa9f938172604a42311e0e000000000000000000000000000000000000000011273c51667c91a6bbd1e6ffffffeed9c4ae99846f5544311d080000000114263750657b90a5bad0e5faffffeed9c4ae99846f59442f1a0011273c51667c91a6bbd1e6ffffffeed9c4ae99846f5544311d080000000114263750657b90a5bad0e5faffffeed9c4ae99846f59442f1a00000000001d32475d72879cb2c7dcf1fffffffffffffff8e3ceb9a38e79644e392b41566b8096abc0d5ebffffffffffffffeed9c4ae99846f59442f1a0000000000000000000000000919263138454b51585b63676a6d7072737268604e3a260d00000000000000081d31445560636668696968676563605557504b43362a1d0c000000000000000000000000000000000b20354b6074889db2c8ddeefffffff4dec9b49f8a766150667b90a6b8cbe0f4fffff3dec9b49e8975604b36210b0000000000000000000000000000000000000000000000091e32455670859bb0c5daf0fffffffffffff4dfcab49f8a76614b362a3a556a7f95aac5d5e7fbfffffffffff4dfcab49f8a76614c36210c000000091e32455670859bb0c5daf0fffffffffffff4dfcab49f8a76614b362a3a556a7f95aac5d5e7fbfffffffffff4dfcab49f8a76614c36210c0000000000061c31465b71869bb0c6dbf0fffbe8d5c5ae9d94878484878c959da6b1bdcddaeae2d4c8bbb49f97816c604e3c2b19060000000000000000000000000000000000000010263b50657b90a5c8d8eafdfffff3dec9b49e8975604b3625130400000d1d3144556b8096abc0d5ebffffffedd8c2ad98836d58432e180010263b50657b90a5c8d8eafdfffff3dec9b49e8975604b3625130400000d1d3144556b8096abc0d5ebffffffedd8c2ad98836d58432e1800000000001d32475c72879cb1c7dcf1fffffffffffffff9e3ceb9a48e79644f392d42576d8297acc2d7ecffffffffffffffeed9c4af99846f5a442f1a000000000000000000000001142637444b5660676d73787c7f82858788877e68533b2b19050000000000071a2d3e4b6073797b7d7e7e7e7c7b7875716c666054473b2a1804000000000000000000000000000000081c3043546b8095abc0d1e3f7fffff6e1cdbaa8937e695f6f849aafc4d5e7fafff9e6d3c3ad98826d5745321e0900000000000000000000000000000000000000000000000b21364b60758a9fb4c9dff4fffffffffffff0dbc6b19b8671574632243a4f64798fa6b8cbe0f5fffffffffff7e2cebbaa907b65503b26100000000b21364b60758a9fb4c9dff4fffffffffffff0dbc6b19b8671574632243a4f64798fa6b8cbe0f5fffffffffff7e2cebbaa907b65503b26100000000000071c31465c71869bb1c6dbf0fff5e0ccb8a7947f726e6e71788088979fb0bccde6f2e6d8cebdb19f937e685a4835200b000000000000000000000000000000000000000e23384e63788daabbcee2f7fffff5e1cdb9a8917c665443301f1710121d2b3c4b6074879db2c7dcf2ffffffead5c0aa95806b55402b16000e23384e63788daabbcee2f7fffff5e1cdb9a8917c665443301f1710121d2b3c4b6074879db2c7dcf2ffffffead5c0aa95806b55402b1600000000001c32475c71879cb1c6dcf1fffffffffffffff9e3ceb9a48e79644f392e43596e8398aec3d8edffffffffffffffeed9c3ae99846e59442f190000000000000000000000081d3144556069747c82888d9194989b9c9d9b8671594834200b00000000000d21364a5c70848e919293939391908d8a86817b73615947341f0b000000000000000000000000000000011426364e63788da2b4c8dcf1fffffce9d7c6b39d88766e7d91a2b4c8e2f2fffff3dfcab6a5907b65503928160300000000000000000000000000000000000000000000000f253a4f647a8fa9bacee2f6ffffffffffffecd6c1ac97816c57392820354a6074889eb3c8ddf3fffffffffffeead8c8aa957f6a55402a150000000f253a4f647a8fa9bacee2f6ffffffffffffecd6c1ac97816c57392820354a6074889eb3c8ddf3fffffffffffeead8c8aa957f6a55402a150000000000071c32475c71879cb1c6dcf1fff3dec8b39e89746059595a626b7581969eb0c8d9ebf6eae2cebdb49e8a78624d392816030000000000000000000000000000000000000b20354b60748a9fb4c9dff4fffffce9d6c6b09b8572604a4133292627303b485a677d92a5b6cadff3fffffdead8c7a7927d67523d2812000b20354b60748a9fb4c9dff4fffffce9d6c6b09b8572604a4133292627303b485a677d92a5b6cadff3fffffdead8c7a7927d67523d281200000000001c32475c71879cb1c6dcf1fffffffffffffff9e4ceb9a48f79644f3a30455a6f859aafc4daefffffffffffffffeed8c3ae99836e59442e1900000000000000000000000b20354b60737f8891989ea6a7aaadb0b2b2a38c77624d37220d000000000417293a4e64798ea2a6a8a9a8a8a7a5aa9f9b96908677614c37220c00000000000000000000000000000000082135495b70859aafc3d4e6f9fffff5e0cbb7a69d87838c9fb4c0d1e3fffffdead7c7b29d8773604a35200b00000000000000000000000000000000000000000000000014293e54697e93a9c7d8eafdfffffffffffbe7d5c5a7927d67523d281c3043546d8398adc9daecffffffffffffeed9c4af99846f5a3b2a1805000014293e54697e93a9c7d8eafdfffffffffffbe7d5c5a7927d67523d281c3043546d8398adc9daecffffffffffffeed9c4af99846f5a3b2a180500000000071c32475c71879cb1c6dcf1ffefdac5b09a857055443c484d57616c8096aabbcee2f7fdebe1cdb9a897816c5746321e09000000000000000000000000000000000000081d31445572879cb1c7dcf1fffffff4ddc9b5a3947f6a5f4c463a3b3c404c596278899eb3c3d3e6f9fffff6e2cebaa98f79644f3a240f00081d31445572879cb1c7dcf1fffffff4ddc9b5a3947f6a5f4c463a3b3c404c596278899eb3c3d3e6f9fffff6e2cebaa98f79644f3a240f00000000001c32475c71879cb1c6dcf1fffffffffffffff9e4ceb9a48f79644f3a31465b71869bb0c6dbf0ffffffffffffffedd8c3ae98836e59432e1900000000000000000000000c21364b61768b9ea6adb3b8c4bfc2c5c7c1a8937e68533a2a17040101010a1f3346586d8297acc0bdbebebdbcc8bbb4b1aca48e78634e39230e00000000000000000000000000000000061a2c3d51667c91a5b6cadff3fffffae7d5c4b6a59d999faabbcedeeefffff6e2cdbaa9947f6a5443301c07000000000000000000000000000000000000000000000002152737586d8298adc2d7edfffffffffffff5e0cbb8a68d78634d382313253652677d92abbccfe3f8fffffffffff3dec8b39e88735948341f0b0002152737586d8298adc2d7edfffffffffffff5e0cbb8a68d78634d382313253652677d92abbccfe3f8fffffffffff3dec8b39e88735948341f0b00000000051d32475c72879cb1c7dcf1ffeed9c4af99846f5a372b3539464b61768b9fb4cadff4fffce9d7c6b49f8a76614b36210c00000000000000000000000000000000000001152737586e8398adc9daecfffffff8e4d2c1b49f8c7d6c6158525051555e6677869ca7b8cce1f1fffffff4dfc9b49f8a76614b36210c0001152737586e8398adc9daecfffffff8e4d2c1b49f8c7d6c6158525051555e6677869ca7b8cce1f1fffffff4dfc9b49f8a76614b36210c00000000001c31475c71869cb1c6dbf1fffffffffffffff9e4ceb9a48f79644f3a32485d72879db2c7dcf2ffffffffffffffedd7c2ad98826d58432d180000000000000000000000091e32465773889eb3c4c8cbd5d4d7dad9c4af99846f5847331f161616161721364c61768a9fb4c9d2d3d3d3d1d8cec9c6b39e8974604b35200b00000000000000000000000000000000000f20354b6073879db2c5d5e7fbfffff2e2d3c3b6b2aeb4bbc8d8eafcfffeebd9c9b49f8a77614c362513000000000000000000000000000000000000000000000000081d31445571869cb1c6dbf1fffffffffffff3ddc8b39e88735b4935210c22374c61778b9fb5cadff4fffffffffff5e0ccb8a78c77624c37220d00081d31445571869cb1c6dbf1fffffffffffff3ddc8b39e88735b4935210c22374c61778b9fb5cadff4fffffffffff5e0ccb8a78c77624c37220d000000021323313b5c72879cb1c7dcf1ffeed9c4af99846f5a3b333638404b60758a9fb4cadff4fffff4e1cdbaa9907b66513b26110000000000000000000000000000000000000013283d52687d92abbccfe3f8ffffffefe2cebbaa9f8d81766d6765666a717c879ca4b5c5d5e8fffffffeebd9c9af9a846f5746321e09000013283d52687d92abbccfe3f8ffffffefe2cebbaa9f8d81766d6765666a717c879ca4b5c5d5e8fffffffeebd9c9af9a846f5746321e0900000000001c31465b71869bb0c6dbf0fffffffffffffff9e4cfb9a48f7a644f3a33495e73889eb3c8ddf3ffffffffffffffecd6c1ac97816c57422c170000000000000000000000031628395a6f8499afc4d9e0e7e9edf0dfc9b49f8a77614c37262c2b2b2c2c2b3c54697e93a8bacde1e8e8e8e6eae2d9c4af99846f5443301c080000000000000000000000000000000000081c304354697e94a6b8cbe0f0fffffff1e1d3cac7c3caced8e6f6fffff7e3cfbcab97826d59473418080000000000000000000000000000000000000000000000000b20364b60748a9fb4c9dff4ffffffffffffeed9c3ae99846e593c2c190b1f34475971869bb1c6dbf0fffffffffffbe8d5c5a5907b65503b2610000b20364b60748a9fb4c9dff4ffffffffffffeed9c3ae99846e593c2c190b1f34475971869bb1c6dbf0fffffffffffbe8d5c5a5907b65503b2610000000102031414e5972889db2c7ddf2fff0dbc6b09b8671594c464b4e525f687e93abbccfe3f7fffffde9d7c7a9947f6a543f2a15000000000000000000000000000000000000000d22374c62778b9fb5cadff0fffffffeebd9c8bbab9f9689827d7b7c7f86919da5b5c2d2e3f3fffffff7e3cfbcab947f69543928160300000d22374c62778b9fb5cadff0fffffffeebd9c8bbab9f9689827d7b7c7f86919da5b5c2d2e3f3fffffff7e3cfbcab947f69543928160300000000001b31465b70869bb0c5dbf0fffffffffffffff9e4cfbaa48f7a654f3a34495f74899eb4c9def3ffffffffffffffead5c0ab95806b56402b16000000000000000000000000152a40556a7f95aac7d7e9fbfffff7e2cebbaa937e68554441414141414139495a70859bb0c6d7e9fcfdfdfffdebd9c9aa95806a55362614010000000000000000000000000000000000011426364b6175889eb3c2d3e7f7fffffff1e6dfdcd8dfe2eaf6fffffeead8c8b49f8c79634e3b2a18000000000000000000000000000000000000000000000000000e23394e63798eaabbcee2f7fffffffffffce8d6c6a9947f69543f2a1404182a3b566b8095abc5d6e8fbffffffffffe8d3bea8937e69533e2914000e23394e63798eaabbcee2f7fffffffffffce8d6c6a9947f69543f2a1404182a3b566b8095abc5d6e8fbffffffffffe8d3bea8937e69533e29140000071b2d3e4e6068788b9fb4c9dff4fff4dfc9b49f8b77656158606368707c8a9fb4c9d9ebfeffffffebd6c0ab96816b56412c16010000000000000000000000000000000000000b1f34485970859ab0c2d2e7f7fffffff6e6d9c9bcb5a79e97929091949ba3b2b7c3d2e0f0fffffffff3dfcab49f8b78634d38230e0000000b1f34485970859ab0c2d2e7f7fffffff6e6d9c9bcb5a79e97929091949ba3b2b7c3d2e0f0fffffffff3dfcab49f8b78634d38230e0000000000001b30455b70859ab0c5daeffffffffffffffff9e4cfbaa48f7a654f3a354a5f748a9fb4c9dff4ffffffffffffffe9d4bfaa947f6a553f2a1500000000000000000000000010253a50657a8fa9bacde1f6fffffdead8c8b19c86736058565656565657575762788da3b5c9e4f5fffffffff7e3cfbcab907b66503b261100000000000000000000000000000000000000081e324657697e94a4b6c9d9ebfefffffff9f3f2eef4f7fefffffef2e2cebbaa98826d5b49361d0c0000000000000000000000000000000000000000000000000011273c51667c91a6c8d8eafdfffffffffff5e1ccb9a88f79644f3a240f0010253a4f657a8fa7b9cce0f5ffffffffffebd5c0ab96806b56412b160011273c51667c91a6c8d8eafdfffffffffff5e1ccb9a88f79644f3a240f0010253a4f657a8fa7b9cce0f5ffffffffffebd5c0ab96806b56412b1600000d22364a5c687e899ea9bacee2f6fff7e2cebbaa9b857b767575787d85919fa8bacde7f7ffffffffebd6c1ab96816c56412c170100000000000000000000000000000000000005182a3b51667c91a4b5c9daecfffffffff6e7dacfc5b9b3aca7a5a6aab1b5c2cbd4e2f0fefffffff3e3cfbeae99836e5a4935200c00000005182a3b51667c91a4b5c9daecfffffffff6e7dacfc5b9b3aca7a5a6aab1b5c2cbd4e2f0fefffffff3e3cfbeae99836e5a4935200c0000000000001a2f455a6f849aafc4d9effffffffffffffffae4cfbaa58f7a65503a314455758a9fb4cadff4fffffffffffffde7d2bda8927d68533d28130000000000000000000000000b21364b60758a9fb4c9def4fffffff6decab6a4947f716e6c6b6b6b6b6c6d6f76839aafc1d2e4fffffffffff4dfcab49f8b76614c36210c00000000000000000000000000000000000000031628394b6074869cabbccfe3ebf7f8fffffffffffffffff8f4ebe2d3c2b49f8b79634e3d2c1a000000000000000000000000000000000000000000000000000014293f54697e94a9bed3e9fffffffffffef3dec9b39e8974604b35200b000b20354b6075899eb3c9deefffffffffffedd8c3ad98836e58432e190014293f54697e94a9bed3e9fffffffffffef3dec9b39e8974604b35200b000b20354b6075899eb3c9deefffffffffffedd8c3ad98836e58432e1900000f24394f647a8d9ea7b9c7d8eafdfffdead8c8b5a39b908b8a8b8d929aa2b4bac6d7e9ffffffffffead5bfaa95806a55402b1500000000000000000000000000000000000000000d20354a6072869cabbccfe3eefdfffffff7ece3d6ccc9c2bcbabbbfc6c9d2dfe6f2fffffffff5e5d5c5b2a08f7a654f3c2c1906000000000d20354a6072869cabbccfe3eefdfffffff7ece3d6ccc9c2bcbabbbfc6c9d2dfe6f2fffffffff5e5d5c5b2a08f7a654f3c2c1906000000000000192e44596e8399aec3d8eefffffffffffffffae4cfbaa58f7a65503a354b60758aabbccfe3f1f3f5fcfdf6f4f1e7d4c4a5907b66503b2611000000000000000000000000091e32455670859aafc5daeffffffff9e5d3c2af9d94868381818080818182848a9aa1b3c7dfeffffffffffff1dbc6b19c86715846331f0a00000000000000000000000000000000000000000b1d314455657b8c9fb4bfcfd9dee5e7eaebecededebece3dfd9cec4b6a496806b5b49351f0f0000000000000000000000000000000000000000000000000000162b41566b8096abc0d5e7e8e9eae9e8ebe3d5c5ae99836e5544311d0800081d3144556e8398adc0d1e3e9ebebececebdac5af9a85705a45301b00162b41566b8096abc0d5e7e8e9eae9e8ebe3d5c5ae99836e5544311d0800081d3144556e8398adc0d1e3e9ebebececebdac5af9a85705a45301b0002172c42576c8197abb9c5d6e5f5fffffff6e6d2c1b5b0a5ab9faba3a7afb4c0cdd7e4f5fffffffff7e7d1c0a7927c67523d27120000000000000000000000000000000000000000071c304354657b8d9fb5c0d1dfecfafffffffff3e8e0ded7d2d0d1d4dbdee5f0fafffffffef2e6d7c7b8a798836e5d4b371e0e0000000000071c304354657b8d9fb5c0d1dfecfafffffffff3e8e0ded7d2d0d1d4dbdee5f0fafffffffef2e6d7c7b8a798836e5d4b371e0e00000000000000182d42586d8297adc2d7ecfffffffffffffffae4cfbaa58f7a65503a364b60768ba0b5d9dadcdee1e9e9e1dedcd9cbb7a68d78624d38220d00000000000000000000000002162838556b8095aac8d9ebfefffffff0e0ccbbafa39b98969696969696979a9ea8b3bfd0e3fdffffffffffecd6c1ac97816c573a2917040000000000000000000000000000000000000000021527374b5d6b8095a1b4bcc9c9d2d2d5d6d7d8d8d6dacfcac8bbb4a69c8675604b3d2c1a010000000000000000000000000000000000000000000000000000172c41576c8196acc1d8d2d3d4d5d4d3d9cfc9b8a7927d685237261401000115273751667c91a2b4c5d4d4d5d6d7d7d6d4c6b09b86715b46311c00172c41576c8196acc1d8d2d3d4d5d4d3d9cfc9b8a7927d685237261401000115273751667c91a2b4c5d4d4d5d6d7d7d6d4c6b09b86715b46311c00071c31465c71869bb1c9d6e3f3ffffffffffefdfd2c9c6c9bcb5bcc9bdc5c8d1e1e9f5ffffffffffecdac9b4a28d78624d38220d0000000000000000000000000000000000000000001325364b5d6c8196a2b4c1cfdfe7f2f9fffffffbf5f3ece7e5e6e9f0f2f8fffffffcf6ebe2d4c8baa99e8977614c3f2e1b000000000000001325364b5d6c8196a2b4c1cfdfe7f2f9fffffffbf5f3ece7e5e6e9f0f2f8fffffffcf6ebe2d4c8baa99e8977614c3f2e1b0000000000000000162b40556b8095aac9d9ebebededeeedecebe9e4cfbaa58f7a65503a374c61768cabbcc1c5c7c9cdd6d7cdc9c7c4c3b29d88735a4834200b0000000000000000000000000011263b50667b90aabbcee2f7fffffffee9d9ccc1b5b1adabababababacacafb4b9c6d0deeefffffffffff9e5d3c2a7917c67523c27120000000000000000000000000000000000000000000009192e3f4b607283979fabb1b5c2bcbfc1c2c3c2c1c9bcb5b1aa9f978778635745321f0f000000000000000000000000000000000000000000000000000000152a40556a7f95aabac7bcbebfbfbfbec9bcb4ab9e8975614b36210c0000000924384c5e70859aa7b7c3bfc0c1c2c2c1bfc1b19c87715c47321c00152a40556a7f95aabac7bcbebfbfbfbec9bcb4ab9e8975614b36210c0000000924384c5e70859aa7b7c3bfc0c1c2c2c1bfc1b19c87715c47321c00091f34495e74899eb3c9def3fffffffffffffdefe4dddbdacfcacfdad2dadce3eefcfffffffff7ece3cfbcab9a85705a4835200b00000000000000000000000000000000000000000008182e3f4b6074849aa3b2becbd4dee5ebeef1f3f4f6fdfff7f7fffcf5f3f2efece8e1d9cec4b7aa9f8b7b6559473421100000000000000008182e3f4b6074849aa3b2becbd4dee5ebeef1f3f4f6fdfff7f7fffcf5f3f2efece8e1d9cec4b7aa9f8b7b655947342110000000000000000012273c52677c91abbccfd4d6d7d8d8d8d7d6d4d2d3baa58f7a65503a364b60758b9fa9acafb2b4b9c6c7bab4b2afaba597826c573c2b1905000000000000000000000000000c21364c61768b9fb4cadff4fffffffff7e9dfd2c9c6c3c1c0c0c0c0c1c2c4c9cdd6e4eefcfffffffffff3decab6a48c77624c37220d0000000000000000000000000000000000000000000000111c3043546074818c959ca4a4a7aaabacadadaca9ab9f9c958b8276635a493928160100000000000000000000000000000000000000000000000000000011263c51667c919fa9a6a7a8aaaaaaa9a7ab9f9b8d7d675746321e0a000000091d2f404e6379899da5a7aaabacacadacaaa6a39a84705b45301b0011263c51667c919fa9a6a7a8aaaaaaa9a7ab9f9b8d7d675746321e0a000000091d2f404e6379899da5a7aaabacacadacaaa6a39a84705b45301b000b20354a60758aa7b9cce0f5fffffffffffffffff8f2f0ece3dfe3ece7eff1f7fffffff9f3eee7dacfbfb59f8d7b65503c2b190500000000000000000000000000000000000000000000111e32455661758598a0b2b7c4cad3d6d8dbdddfe2eae1e2e2e1e9e1dedcdad6d6ccc8bbb4a69d8c7c665d4c3a2a18030000000000000000111e32455661758598a0b2b7c4cad3d6d8dbdddfe2eae1e2e2e1e9e1dedcdad6d6ccc8bbb4a69d8c7c665d4c3a2a180300000000000000000d22374c62778b9fb4c3bec0c2c3c3c3c2c1bfbdc2b6a48f79644f3a32455671858f93979a9c9ea8a0a0a99f9c9a9590877a644e39240f00000000000000000000000000000a1e33465771869bb0c6dbf0fffffffffffef0e5dedbd8d6d6d5d5d6d6d7d9dee1e9f4fffffffffffffff1dcc6b19c87715947341f0b0000000000000000000000000000000000000000000000011426364556606c7880868b8f9295969798989694908b8780786d6158493c2c1b0a000000000000000000000000000000000000000000000000000000000b20354b6073838a8e91929394959493918f8b857d675f4d39291603000000001221364a5b6379878e9194969697979694918c857a644f3a250f000b20354b6073838a8e91929394959493918f8b857d675f4d39291603000000001221364a5b6379878e9194969697979694918c857a644f3a250f000b20354a60758a9fb5cadff4fbfff8f9f9f9f9f9f9f9fffff8f4f8fffdf6f4f2efedeae6dedcd0c9bcb5a196806b5d4b371e0e0000000000000000000000000000000000000000000000021628384657617582929da6b1b6c2c0c3c6c8c9ced8cccdcdccd6cdc9c7c4c1c6b9b3aa9f98887b665e4c3f2f1c0c000000000000000000021628384657617582929da6b1b6c2c0c3c6c8c9ced8cccdcdccd6cdc9c7c4c1c6b9b3aa9f98887b665e4c3f2f1c0c0000000000000000000b203448596f849aa5a6a9abadaeaeaeadacaaa7a4a49c8c77624d3728384b6073797e828587898a8b8b8a898784807b73645c4a36210d000000000000000000000000000003172939566b8096abc8d8eafdfffffffffffff8e8e6d9cecac9c9c9cacfdadcdfe6f1fffffffffffffeebd9c9ac97816c573b2a180500000000000000000000000000000000000000000000000008182838454b5b636b7176797d8081828383817f7b76726b635b4c473a2c1e0e0000000000000000000000000000000000000000000000000000000000081d314455606f75797b7d7e7f807f7e7c797670675f4d41301b0b0000000000071a2d3d4a5b6372787c7f80818282817f7c7771645c4b37220d00081d314455606f75797b7d7e7f807f7e7c797670675f4d41301b0b0000000000071a2d3d4a5b6372787c7f80818282817f7c7771645c4b37220d00081d33485d72889db2c7dde0e8e2e3e3e4e4e4e4e4e4e4e4e4e3e3e2e9e1dedddad7d4d3cac7c0b4ab9f968374604b3f2f1c000000000000000000000000000000000000000000000000000a1a29394657616d7d88939ca4a8abaeb1b3b4bac7b7b7b7b7c6b9b4b2afaca9a89e978c8276655d4c402f211100000000000000000000000a1a29394657616d7d88939ca4a8abaeb1b3b4bac7b7b7b7b7c6b9b4b2afaca9a89e978c8276655d4c402f21110000000000000000000005182b3b4f647a878d91949698989998979694928f8b87806b594834203144556064696c7072747576767574726f6b6660554a3d2d1a0700000000000000000000000000000011263b50667b90aabbcee2f7fffffffffffae8d8cac8bbb4b4b4b4b5bcc9c7cad3e1f1fffffffffff7e3cfbcab917c67523c271200000000000000000000000000000000000000000000000000000a1a28323d494e56586164676a6c6d6e6d6c6a666158564d493c33291c0e00000000000000000000000000000000000000000000000000000000000001142637444b5660636667696a6a6a6967646157524d41302313000000000000000f1f2d3d4a4e5b63676a6b6c6d6d6c6a6762594f4b3e2e1b080001142637444b5660636667696a6a6a6967646157524d41302313000000000000000f1f2d3d4a4e5b63676a6b6c6d6d6c6a6762594f4b3e2e1b080004192e43596e8398aebdc8ccd5cdcecececfcfcfcfcfcecececececdd7cdc9c8c5c2bfc3b6b2aba29a8d807260564531211100000000000000000000000000000000000000000000000000000b1b2939464b5f67747e868d9296999c9e9fa9a1a2a2a2a2a1a89e9d9a97938f8982796d61584b3f2f2212030000000000000000000000000b1b2939464b5f67747e868d9296999c9e9fa9a1a2a2a2a2a1a89e9d9a97938f8982796d61584b3f2f22120300000000000000000000000d22374b5c6472787b7f818283838382817f7d7a76716b62503b2b192637444b4f54575a5d5460606160555d5a56504b44372d1f0f000000000000000000000000000000000c21364b61768a9fb4c9dff4fffffffffff0ddcabaadaa9f9e9e9f9faba6b2b6c3d3e6f9fffffffff4dfcab49f8b77614c37220c0000000000000000000000000000000000000000000000000000000a151d2c35383a464c4f5255565758585754504c473a38352c1f170c00000000000000000000000000000000000000000000000000000000000000000919263138454b4e51525355555554524f4b4639393023130500000000000000010f1f2d363d494e5255565757585755514d483b372e20100000000919263138454b4e51525355555554524f4b4639393023130500000000000000010f1f2d363d494e5255565757585755514d483b372e201000000011263b50667b909faeb3b8c5b8b8b9b9b9b9bab9b9b9b9b9b9b8b8c7bab4b2b0adaaa6a49c958e847a6b605445382715030000000000000000000000000000000000000000000000000000000b1b2932414d56606971787d818386888a8b8c8c8d8d8c8c8b898785817e7a756d635b4c473a2e21120400000000000000000000000000000b1b2932414d56606971787d818386888a8b8c8c8d8d8c8c8b898785817e7a756d635b4c473a2e211204000000000000000000000000071b2e3e4b4f5a6266696b6d6e6e6e6d6c6a68656158555044331d0d192631353a3e424536434a4b4b4b443745403b353126190f01000000000000000000000000000000000a1e32465770859aafc5daefffffffffffead5c1ad9c938a89898a8a8c919ca5b6cadff3fffffffff0dbc5b09b85705947341f0a00000000000000000000000000000000000000000000000000000000020e1a21232933363a3d4041424343413f3b3733292321190e040000000000000000000000000000000000000000000000000000000000000000000009141d283236393c3d3e3f403f3e3c3a363229251e1305000000000000000000010f1a212c35393c3f41414242413f3c37342b221b10020000000009141d283236393c3d3e3f403f3e3c3a363229251e1305000000000000000000010f1a212c35393c3f41414242413f3c37342b221b10020000000f23384c5e6c8191999ea7a2a3a3a4a4a4a4a4a4a4a4a4a4a4a3a2a2a99f9d9a9895908c8780796f645c4b4336271a0a00000000000000000000000000000000000000000000000000000000000b161e3138454b535b63686b6e717374767777787877777574726f6c696560564e493d332a1c1103000000000000000000000000000000000b161e3138454b535b63686b6e717374767777787877777574726f6c696560564e493d332a1c1103000000000000000000000000000010202e373c494d51545658595959585755524f4c463a3d3326150009141d2024292d3025303536363531262f2b26201d140900000000000000000000000000000000000003162939546a7f94a9c4d4e7fafffffffde8d2bda8937e7574747475777c879cb2c7dcf1fffffffae7d5c4aa957f6a553a2a1804000000000000000000000000000000000000000000000000000000000000060c0e171f2124282b2c2d2e2e2c2a26211f170e0c0600000000000000000000000000000000000000000000000000000000000000000000000000010a151d20242628292a2b2a292724211e160b0a01000000000000000000000000070f1a2123272a2b2c2d2d2c2a272220190d0800000000000000010a151d20242628292a2b2a292724211e160b0a01000000000000000000000000070f1a2123272a2b2c2d2d2c2a272220190d080000000000091c2f4051636c7c84888b8d8d8e8e8f8f8f8f8f8f8f8f8f8e8e8d8d8b898885827f7b77726b645c4f4a3e3026180a0000000000000000000000000000000000000000000000000000000000000003131a2832363d494e5356595c5e576061626262626160565d5a57544f4b4538352c1f170c0000000000000000000000000000000000000003131a2832363d494e5356595c5e576061626262626160565d5a57544f4b4538352c1f170c0000000000000000000000000000000002101b222c35383c3f414343444342413f3d3a36332928211507000001080b0f14171b131c202121201d141a16110b080100000000000000000000000000000000000000000f24394e64798ea6b7cbdff4fffffff8e3cdb8a38e7863565f5460626b8096abc0d5ebfffffff4e0cbb7a68e79644f39240f00000000000000000000000000000000000000000000000000000000000000000000040a0c0f1215171819181715110c0a0400000000000000000000000000000000000000000000000000000000000000000000000000000000000002090b0e11121415151514120f0c0a030000000000000000000000000000000000060c0e1215161718181715120d0b05000000000000000000000002090b0e11121415151514120f0c0a030000000000000000000000000000000000060c0e1215161718181715120d0b05000000000000000012223444515e666f737677787979797a7a7a7a7a79797979797877767473706d6a666159564e4a3e362d1c1408000000000000000000000000000000000000000000000000000000000000000000000a151d202c35383d41444739454b4c4d4d4d4d4c4b453845423e3a363228211a0e04000000000000000000000000000000000000000000000a151d202c35383d41444739454b4c4d4d4d4d4c4b453845423e3a363228211a0e0400000000000000000000000000000000000000070e192023262a2c2d2e2e2e2d2c2a2825211f170c0d040000000000000000020000070b0b0c0b080100010000000000000000000000000000000000000000000000000b20354a6074889db3c8ddf2fffffffce6d1bca7917c675238434b596f8499aec4d9eefffffff2ddc8b39d8874604a35200b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004162634404d51595761626363646464646564646464646463636261575d5b5855514c473b39362d221b100100000000000000000000000000000000000000000000000000000000000000000000000002090f1a2123282c2e31283236373738383737363228302c2925201d150a060000000000000000000000000000000000000000000000000002090f1a2123282c2e31283236373738383737363228302c2925201d150a060000000000000000000000000000000000000000000000060c0d1114161819191918171513100c0a040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000071c3043546c8197acc5d5e8fbffffffebd6c1ab96816c563b35495a73889db3c8ddf2fffffce9d7c6ad97826d5443301c0700000000000000000000000000000000000001080b0e12161a1b1d1d1c1b1b1a1919171513110e0b080100000000000000000000000000000000000000000000000000000000000000000000000000060c0d1316191a1a1a191715120e0b0802000000000000000000000000000000000000000000000000060c0e11131515161614120f0c0a040000000000000000000000000000000000010100000000000000000000000000000000000000000000000000030a0c1216171816130d0b05000000000000000000000000000000000008162230393c39464b4d4e4e4f4f4f4f4f4f4f4f4f4f4f4e4d4d4b46394543403b37342a24211a0f070000000000000000000000000000000000000000000000000000000000000000000000000000000000060c0e1316191c161e21222223232222201d151a1714100b0902000000000000000000000000000000000000000000000000000000000000060c0e1316191c161e21222223232222201d151a1714100b09020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013253650657b90a7b8cce0f5fffffff0dbc6b19b86715947384d62788da6b7cbdff4fffff6e1cdbaa8917c665136251300000000000000000000000000000000000809141d2024282c2f3132323131302f2f2e2c2a292623201d14120c0a04000000000000000000000000000000000000000000000000000000000000010a0e192023282b2e2f302f2e2d2a2724201d15090c0200000000000000000000000000000000000000000e19202326292a2a2b2b292725211f170c09030000000000000000060c0e121516161615130f0d07000000000000000000000000000000000000000b171e21272b2d2d2c28221f180d000000000000000000000000000000000004121d2427293236383839393a3a3a3a3a3a3a3a3a39393838363229302d2a26221f180f0d07000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001040003090b0c0d0d0d0d0c0b0902000200000000000000000000000000000000000000000000000000000000000000000000000000000001040003090b0c0d0d0d0d0c0b09020002000000000000000000000000000000000000000000000000000000000000040a0c0d0d0c0c0b070000000000000000000000000000000002050707050301000000000000000000000000000000000000000000000000000000000000000000000b20354b6074899eb3c8def2fffffff4dfcab59f8b77624c3753687d92a8c4d4e7fafffff4dec9b49f8a75604b36210b00000000000000000000000000000005101b22263135393d414446474747464545444342403e3b3835312627221f180c0902000000000000000000000000000000000000000000000000000005121d242c35383d41434445444442403d39363127261f14060000000000000000000000000000000000010f1e2c35383c3e3f4040403f3c3a37332a211e160a0000000000030e192023272a2b2b2c2b2824211a0f0700000000000000000000000000000005131b2933363c404242413e37342a1d120400000000000000000000000000000000000a0f11161e212223242424252525252524242424242322211e161b1815110c0b0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060c171f2122222221201c1317140f0b0801000000000000060b0d181b1c1c1b1917140f0b08020000000000000000000000000000000000000000000000000000000000081d3144556d8297adc4d4e6fafffff8e3cfbcab927d675244556d8298adc2d7edfffffce9d6c6ae98836e5745321e0900000000000000000000000000000d19202e3737444b4e5256595b5c5c5c5b5b5a5958575553504d4b44373d37332a211e160a01000000000000000000000000000000000000000000000000122330393c494d525658595a5a595755524e4b44373b32241401000000000000000000000000000000000f1f2d3c494d51535555555554514f4c473a3632281b0a0000000b171e2c35383c3f404141403d39362d221b10020000000000000000000000000113233039464c5256575756534c473b2f22120000000000000000000000000000000000000000030a0c0d0e0e0f0f0f0f100f0f0f0f0f0f0e0e0d0c0a030003000000000000000000000000000000000000000000000000000000000000080e10181a1c1c1b1a16100e08000002090b111617181816130f0b090200000000000000000000000000000000000000000000000000000000000001080b0e12161a1b1d1d1c1b1b1a1919171513110e0b08010000000000000000000000000000000000000000000000000000000000000000000000000000000000010f1a212a3337383837363530252d2924201c1408000000000e1920232d303132302e2c2924201d150d0b0500000000000000000000000000000000000000000000000000000115273750657b90a6b7cbdff4ffffffecdac9ad98836e574b6074889db3c8ddf2fffff5e1cdb9a8917c675239281603000000000000000000000000000d1d2b343f4b4f556063676b6f7072727170706f6e6e6c6a686663605557524c473a3632281d1409000000000000000000000000000000000000000000000b1b30414d515a62686b6e6f6f6f6e6c6a67636055534f42321f0f000000000000000000000000000000071a2d3d4a5a6366686a6a6b6b6967646158544b4539281603000e1b29333c494d525455565655534e4a3e362d20100000000000000000000000000f1f30414d5761676b6c6d6b6862594c402f190900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003111c23252d303132312f2b25221b100a161e21262b2d2d2d2b2924201d150a0000000000000000000000000000000000000000000000000000000809141d2024282c2f3132323131302f2f2e2c2a292623201d14120c0a04000000000000000000000000000000000000000000000000000000000000000000000000000f1f2c363a474c4d4d4c4b4a4336423e39353026180b0002101e2b3538424547474543413e3a3631272220180d00000000000000000000000000000000000000000000000000000b20354b6074889db2c8ddeefffffff4dec9b49f8a766150667b90a6b8cbe0f4fffff3dec9b49e8975604b36210b000000000000000000000000000c1c2b3c484d5d656d74797d8184868787868685848483817f7e7b7875716c676158534b45383126190e00000000000000000000000000000000000000000417293a4d5f6771787d808384858483827f7c79756f69604f3d2d1a0700000000000000000000000000000c21364a5b63787b7e7f7f80807e7c7a777169605745321e090e1e2b39464b5a63676a6b6b6b6a68645c4f4a3e2d190900000000000000000000071a2d3d4d5f67767c808282817d77665e4c372715020000000000000000000000000000000000000000000000000000000002080b0d0f1010100f0e0c0b0801000000000000000000000000000000000000000000000000000000000011212e373b424546474645413a372e211a2832363c40424342403e3a3632281a0a00000000000000000000000000000000000000000000000005101b22263135393d414446474747464545444342403e3b3835312627221f180c0902000000000000000000000000000000000000000000000000000000000000000000061a2c3d494e58616262616160545a57534f4b4336291b0b10202e3c484d575a5c5c5a5856534f4b443737342b1d0f01000000000000000000000000000000000000000000000000081c3043546b8095abc0d1e3f7fffff6e1cdbaa8937e695f6f849aafc4d5e7fafff9e6d3c3ad98826d5745321e090000000000000000000000000417293a485a626f7a82898e9296999b9c9c9c9b9a9a9998979593908d8a86817d77706860564b44372b1e0e000000000000000000000000000000000000000a1f334658677d868d929698999a99999795928e89847e695b4a36210c00000000000000000000000000000e24394e63798d91939495959594918f8b867e75604b36210d1d2b3c4957616f787c7f808081807d7972645c4a372614010000000000000000000c21364a5b677d899195979796938a7c665544311d08000000000000000000000000000000000000000000000000060c0e14151d202324252525242322201d1415110b09020000000000000000000000000000000000000000000000081c2e3f4b50585a5b5c5b5a564f4b3f2e2838454b515557585756534f4b4538281502000000000000000000000000000000000000000000000d19202e3737444b4e5256595b5c5c5c5b5b5a5958575553504d4b44373d37332a211e160a01000000000000000000000000000000000000000000000000000000000000000c2136495b6374767777777675726f6c69646054463929171d2e3e4b5a626d707171706e6c69646055544c483b2c1f0f000000000000000000000000000000000000000000000000011426364e63788da2b4c8dcf1fffffce9d7c6b39d88766e7d91a2b4c8e2f2fffff3dfcab6a5907b6550392816030000000000000000000000000a1f3346586278848f989ea7a7abaeb0b1b1b1b0b0afaeadacaaa8a5a99f9b97928b857d75696055483c2c1e0e0000000000000000000000000000000000000c21364c61768b9ca4a7abadaeafafaeacaaa7a99f9a8e79634e39240e0000000000000000000000000000152a40556a7f95aba8aaaaaaaaa9a6ab9f9b93816c57422c1b2b3b495a6275838d919495969695928e867a645544311d080000000000000000000e24394e63798c9ea8abacacaba89d8874604b36200b00000000000000000000000000000000000000000001080e1a21232927313638393a3b3a3a39373531262b26211e160b080100000000000000000000000000000000000000000e23374b5d656d6f7171706f6b655d4b3832455660666b6c6d6d6b6864605645321d090000000000000000000000000000000000000000000d1d2b343f4b4f556063676b6f7072727170706f6e6e6c6a686663605557524c473a3632281d14090000000000000000000000000000000000000000000000000000000000000e23394e6379898c8d8d8c8b8a8785827e7973615746331e2b3b4b5c6478828586878583817e797570696259493d2c1a06000000000000000000000000000000000000000000000000082135495b70859aafc3d4e6f9fffff5e0cbb7a69d87838c9fb4c0d1e3fffffdead7c7b29d8773604a35200b000000000000000000000000021527384c6176879aa2adb3b9c5c0c4c5c7c7c6c5c5c4c3c3c1bfbdc7bab4b0acaa9f9a93887f73625a493c2c1b0b00000000000000000000000000000000000f24394f64798ea9b5c2c0c3c4c4c4c3c1bfc7bab4a48f7a644f3a250f0000000000000000000000000001142636596e8499aec9bfbfc0c0bec9bcb5b19c87725d47322939485962788699a1a7a9aaababaaa8a49c8673604b35200b000000000000000001162c41566b8196abb9c6c1c2c6b8a68f7a644f3a250f000000000000000000000000000000000000000009141d202c35383f37444b4d4f4f50504f4e4c4b4437403b363228201c14080000000000000000000000000000000000000010253b50657b828586878684807b655645364b60747c80828282807e7a74604b36200d00000000000000000000000000000000000000000c1c2b3c484d5d656d74797d8184868787868685848483817f7e7b7875716c676158534b45383126190e0000000000000000000000000000000000000000000000000000000001172c41566c8196a7a2a2a1aa9f9d9a97938e8875614b3621344859647b89979a9c9c9a9896938f8a857f77635b4935210c000000000000000000000000000000000000000000000000061a2c3d51667c91a5b6cadff3fffffae7d5c4b6a59d999faabbcedeeefffff6e2cdbaa9947f6a5443301c07000000000000000000000000091d3145566b8095a5b3c0c9ccd6d6d9dbdcdcdbdbdad9d9d8d6d4d3d8cec9c6c8bbb4afa69e948478635a4939291703000000000000000000000000000000000f253a4f647a8fa4c7d2d5d8d9dad9d8d7d4d7cdc8a28d78634d38230e00000000000000000000000000081c30435472879cb2c7d4d4d5d5d3dacfc8b39e88735e49333346576277879ca4b3bfbfc0c0c0bfc2b6a4927d67523929170300000000000000051a30455a6f859aafc9d6d7d7d5c4a6917c66513c27110000000000000000000000000000000000000111192631353d494e54595560626465656564636160555955504b45383530261812040000000000000000000000000000000000152a3f556a7f949a9b9c9b9a968874604b3a50657a8f9597989795938f846f5a3b2b18050000000000000000000000000000000000000417293a485a626f7a82898e9296999b9c9c9c9b9a9a9998979593908d8a86817d77706860564b44372b1e0e000000000000000000000000000000000000000000000000000000031628395b71869bb0c5b7b6bbb4b2afaca8a6917c67513c2f404c6277889da7afb1b1afadaba8a99f9a948b79634e38230e000000000000000000000000000000000000000000000000000f20354b6073879db2c5d5e7fbfffff2e2d3c3b6b2aeb4bbc8d8eafcfffeebd9c9b49f8a77614c362513000000000000000000000000000b20364b6075899eb3c3d0dee0e8ebeef0f1f1f1f0efefeeedeceae8eae2dfdbd9cecac5b8b3a29a8778635746331e0e000000000000000000000000000000000f253a4f647a8fa4b9cfe4edeeefeeeeeceae2cebbaa8c76614c37210c000000000000000000000000000b20354b60758a9fb4c9dfeaeaeae9ecdcc7b29c87725d4732424c6175859ba5b5c2d0d4d5d5d6d5d3c2af9a846f5746331e0a00000000000000061c31465b71869bb0c6dbece7d4c4a6907b66513b2611000000000000000000000000000000000009151d2f37444b525b63696e727578797a7a7a79787775726f6a666056514b4336301f170c0000000000000000000000000000000012273c52677c91a7b0b1b0afa6907b66503b4e64798ea8acadacaba89e8873594834200b0000000000000000000000000000000000000a1f3346586278848f989ea7a7abaeb0b1b1b1b0b0afaeadacaaa8a5a99f9b97928b857d75696055483c2c1e0e0000000000000000000000000000000000000000000000000000091e32455774899eb3c9ccd9cecac7c4c1c4a9947f6a543f364c5e6e8399a6b7c5c6c6c5c3c1c7bab4b0a58c77624c37220d00000000000000000000000000000000000000000000000000081c304354697e94a6b8cbe0f0fffffff1e1d3cac7c3caced8e6f6fffff7e3cfbcab97826d59473418080000000000000000000000000010263b50657b90a7b8cce1eef5fbfffffff5e9e1dedbdadddfe3ebf7f9f6f4f0ebe2dfd5cbc0b4a69c8675614b3c2b19060000000000000000000000000000000f243a4f64798fa4b9cee4f9fffffffffff4dfcab49f8a75604b35200b000000000000000000000000000d22374d62778caabbcee2f7fffffff0dac5b09b85705b463d4f606e8399a3b5c3d2e0e9eaebebeadfcab49f8a76614c36210c00000000000000061b30455b70859ab0c5dadcdbcbb7a68e79634e39240e000000000000000000000000000000000a1927313f4b55606771787e83888a8d8e8f908f8f8e8c8a8784807b756e6660544c4033291c0e0000000000000000000000000000000d22374c62778ca4b6c6c5c4ab96816b56384b6075899eb4c2c2c0b8a78c77624d37220d0c0c0d0b09020000000000000000000000021527384c6176879aa2adb3b9c5c0c4c5c7c7c6c5c5c4c3c3c1bfbdc7bab4b0acaa9f9a93887f73625a493c2c1b0b000000000000000000000000000000000000000000000000000b21364b60768ba7b9cce0ebe2dfdcdad5c0aa95806b55404354667b90a1b3c4d5dbdcdad8d6d7cdc7b29d87725948341f0b00000000000000000000000000000000000000000000000000011426364b6175889eb3c2d3e7f7fffffff1e6dfdcd8dfe2eaf6fffffeead8c8b49f8c79634e3b2a180000000000000000000000000000152a3f556a7f94aac5d6e8fffffffffbede4d7cdc9c6c5c7cacfd9dfe6f1fffffef7f3e7e0d1c4b6a496816c5a4935200b0000000000000000000000000000000e24394e63798ea3b8cee3fffffffffffff2ddc8b29d88735443301c08000000000000000000000000000f243a4f64798fa4c8d8eafdffffffedd8c2ad98836d58374a5b697e93a1b3c2d2e1f0fefffffff7e2cebbaa917b66513c26110000000000000002182d42576d8297acbec6c7c5bdb29d8873604a35200b0000000000000000000000000000000a1a2837444b5d65737d858d94999d9faba4a4a5a5a4a3aa9f9c99959089837b73665e4c463a2b1e0e00000000000000000000000000050b2034485971879cb1c6dbc6b09b8671564544556f8499aec4d7d5c5a5907b66503b2620212222201d150a00000000000000000000091d3145566b8095a5b3c0c9ccd6d6d9dbdcdcdbdbdad9d9d8d6d4d3d8cec9c6c8bbb4afa69e948478635a49392917030000000000000000000000000000000000000000000000000d23384d62788da2c5d6e8fbf7f4f2ead4bfaa957f6a55364a6072869bb1bfd0e2f1f1efedebe2cebaa996806b563b2a18050000000000000000000000000000000000000000000000000000081e324657697e94a4b6c9d9ebfefffffff9f3f2eef4f7fefffffef2e2cebbaa98826d5b49361d0c0000000000000000000000000002172d42576c8297acc1d7ecffffffffedddd0c6bab4b1b0b2b4bcc9cad4e1edfbfffffffbefe2d3c2b49f8b78624d38230d0000000000000000000000000000000d23384d62788da2c7d7e9fcfffffffffff0dac5b09b85705b362614010000000000000000000000000011263b50667b90a5bbd0e5ffffffffead4bfaa957f6a55445563798b9fb4bfd0e0f0fffffffffffeead8c8aa95806b55402b16000000000000000011263b50667b909fadb1b2b0ac9f937e685443301c070000000000000000000000000000091928384555606c7b86929ba3a9aeb2b4bcc9bababab9c8bbb4b2aeaaa89f9990867c6e6158483c2b1c0c00000000000000000000000e1920222b3b576c8196acc1d6c9b49f8a75604b3754697e93a9c4d5d3bea9937e69543e31353637373632281a160800000000000000000b20364b6075899eb3c3d0dee0e8ebeef0f1f1f1f0efefeeedeceae8eae2dfdbd9cecac5b8b3a29a8778635746331e0e0000000000000000000000000000000000000000000000000f24394f64798ea4b9cee3fffffffee9d4bfa9947f6a544354667c91a3b5c9ddedfffffff6e6d4c4b49f8b78624d38220d000000000000000000000000000000000000000000000000000000031628394b6074869cabbccfe3ebf7f8fffffffffffffffff8f4ebe2d3c2b49f8b79634e3d2c1a000000000000000000000000000003192e43586e8398adc3d8edfffffff6e3d0bfb3a89f9b9a9d9fabb2b7c3d0ddedfffffffffff0e2cebbaa96806b563828150200000000000000000000000000000c21364c61768ba9bacde1f6ffffffffffedd8c2ad98836d58432e18000000000000000000000000000012273d52677c92a7bcd1e7fcfffffeebd9c8a6917c67514b6074859ba9bacdddedfeffffffffffffeed9c4af99846f5a36261401000000000000000f23384c5e6d8191989b9c9b978f816c604e3625130000000000000000000000000000011426374556607381909ca4b0b5c1c3c7cacfd9cfcfcfced8cec9c7c4c6bab4aea49c918376625a483a2a1804000000000000000009171e2b35383b3c51667c91a6c4d5cebbaa8e79644f3c4e63788ea6b8cbd6c1ac97816c5739444b4b4c4c4b4538332616040000000000000010263b50657b90a7b8cce1eef5fbfffffff5e9e1dedbdadddfe3ebf7f9f6f4f0ebe2dfd5cbc0b4a69c8675614b3c2b1906000000000000000000000000000000000000000000000010263b50657b90a5bad0e5fafffffde8d3bea8937e69534b6073869cb1c1d2e5fbfffffeebd9c8b7a696816c5a4835200b000000000000000000000000000000000000000000000000000000000b1d314455657b8c9fb4bfcfd9dee5e7eaebecededebece3dfd9cec4b6a496806b5b49351f0f000000000000000000000000000004192e43596e8398aec3d8edfffffff0dcc7b3a1998a8685878b939da5b3bfd0e6f6fffffffffeebd9c8b19c87725645321d0900000000000000000000000000000a1e33465774899fb4c9def4ffffffffffead5c0aa95806b55402b16000000000000000000000000000014293e53697e93a8bed3e8fdfffff7e2cebbaa8e79634e5c6a8095a3b5c7d7eafbfffffffffffffff1dcc7b29c87725443301c08000000000000000b182f4052636d7c83868786827a6c6351423118080000000000000000000000000000081d314455607483969fb1b6c2c9d2d8dddfe3ebe4e5e4e4eae2dfdcd9d7cdc9c2b5b1a0988678625847331f1201000000000000001727353c484d50505061778ca6b8cbd8c8a8937e685a5b5b5b73889eb3c8d9c3ae99846e575e55606161626056514433210e00000000000000152a3f556a7f94aac5d6e8fffffffffbede4d7cdc9c6c5c7cacfd9dfe6f1fffffef7f3e7e0d1c4b6a496816c5a4935200b000000000000000000000000000000000000000000000012273c51677c91a6bcd1e6fbfffffbe6d1bca6917c675157687d92a4b5c9dff0fffffceee2cebbaa9d8876614c3c2b190500000000000000000000000000000000000000000000000000000000021527374b5d6b8095a1b4bcc9c9d2d2d5d6d7d8d8d6dacfcac8bbb4a69c8675604b3d2c1a01000000000000000000000000000003182e43586d8398adc2d8edfffffeebd9c8af998375717072777e8799a1b3c8d8eafdfffffffff4dfcab59f8b75604b36200b0000000000000000000000000000031729395c72879cb1c7dcf1fffffffffce7d2bda7927d68523d28130000000000000000000000000000142a3f54697f94a9bed4e9fefffff4dfcab49f8a756055647a8c9fb4c1d2e5f5fffffffffffffffff4dfc9b49f8a75604b35200b0000000000000b1b2936434b4f5e666e7172706c655d51453424140600000000000000000000000000071a2d3e4b60738399a1b0bdcad3dde4eef2f4f7fefffafafffdf7f4f1eee9e1ded2c9beb2a49c8676614c41301d0a0000000000000a1b3545525a626566656673889eb3c8dcc7b29c87787270707072859bb0c5dbc7b29d877573747475767777756b62513d290a00000000000002172d42576c8297acc1d7ecffffffffedddd0c6bab4b1b0b2b4bcc9cad4e1edfbfffffffbefe2d3c2b49f8b78624d38230d000000000000000000000000000000000000000000000013283d53687d92a8bdd2e7fdfffffce9d7c7a48f79644f6176889db3c2d2e5fefffdeedecfbeb49f8c7b655846331e0e00000000000000000000000000000000000000000000000000000000000009192e3f4b607283979fabb1b5c2bcbfc1c2c3c2c1c9bcb5b1aa9f978778635745321f0f00000000000000000000000000000003182d42586d8297adc2d7ecfffff7e2cebbaa8e7964575b586169758399aabbcee2f7fffffffff8e3cfbcab8d77624d38220d0000000000000000000000000000001a2f455a6f849aafc4d9effffffffffce9d7c7a58f7a65503a25100000000000000000000000000000142a3f54697f94a9bed4e9fefffff2ddc8b39d8873566074869baabbcedff0fffffffffffffffffff6e2cebaa98c77624d37220d00000000000316293946546064696b6c6c6b69656157504b3f312414020000000000000000000000000d21364a5c6a8095a1b3bfcddee5f0f8fffffffffffffffffffffffffffffcf6f0e5decfc2b6a499836f5f4d39241000000000000316283952636d787a7b7a7b7f8c9fb4cadfcab6a59c8c87868586879ba3b5c9ddcab7a59d8b88898a8a8b8c8c8b806b5638281603000000000003192e43586e8398adc3d8edfffffff6e3d0bfb3a89f9b9a9d9fabb2b7c3d0ddedfffffffffff0e2cebbaa96806b56382815020000000000000000000000000000000000000000000014293e53697e93a8bed3e8fdfffff6e1cdbaa98c7761606d8297a6b7cbe0f0fffdefdfd1c0b2a0947f695d4c3a29170000000000000000000000000000000000000000000000000000000000000000111c3043546074818c959ca4a4a7aaabacadadaca9ab9f9c958b8276635a493928160100000000000000000000000000000002172c41576c8196acc1d6ebfffff4dfcab49f8a75604b3a474c5761768b9fb4c9dff4fffffffff9e6d3c3a28d78634d38230e000000000000000000000000000002182d42576d8297acc2d7ecfffffffff6e1cdbaa98c77624d37220d000000000000000000000000000014293f54697e94a9bed3e9fefffff1dbc6b19c86715d6b8095a3b5c8d8eafefffffffffffffffffffdead8c7a48f7a654f3a251000000000000a1e32465761737a7e808182807e7a766f655d4e42311f0b0000000000000000000000081b2e3e4e647a8c9fb4bfd0deebf9fffffffffffef8f6f7f8fafefffffffffffffff8ede0d3c2b3a1917c67513f2e1b0800000000091e3245576d818d90909090959faabbcee2d3c3b6ab9f9d9b9b9b9ca5b5c1d1e4d4c3b7a99f9d9e9faaa0a1a19b86705645321e09000000000004192e43596e8398aec3d8edfffffff0dcc7b3a1998a8685878b939da5b3bfd0e6f6fffffffffeebd9c8b19c87725645321d0900000000000000000000000000000000000000000000152a3f546a7f94a9bfd4e9fefffff4dec9b49f897461697e93a0b1c4d5e7fefdefdfd1c1b4a298826d614f3f2f1b0b0000000000000000000000000000000000000000000000000000000000000000011426364556606c7880868b8f9295969798989694908b8780786d6158493c2c1b0a0000000000000000000000000000000001162b40566b8095abc0d5eafffff3dec9b49e89745443303339475973899eb3c8def3fffffffff2dfcab6a58b76614c36210c000000000000000000000000000000152a3f556a7f94aabfd4e9fffffffff4dec9b49f8974594834200b000000000000000000000000000014293e53697e93a8bed3e8fdfffff0dac5b09b8570667b8c9fb4c2d2e6f6ffffffffffffffffffffffe6d1bca6917c67513c271200000000000c21364b6175868f939597979693908a847b68604e3a261100000000000000000000000d22374b5c6f849aaabbceddedfcfffffffbf5f3e9e3e1e2e3e5e9eef4f6fdfffffffffef0e0d0bfb19c86715d4b37220e000000000b21364b60768b9fa5a5a5a5aab4bbc8d9ebe1d3c9bcb5b2b0b0b0b2b6c3d1dfefe1d4c7bab4b3b3b4bbb6b6b49f8a76604b36210b000000000003182e43586d8398adc2d8edfffffeebd9c8af998375717072777e8799a1b3c8d8eafdfffffffff4dfcab59f8b75604b36200b00000000000000000000000000000000000000000000162b40556b8095aac0d5eafffffff3dec9b39e8972717f8d9fb5becee2f2fdefdfd2c1b5a39a8474604b433221110000000000000000000000000000000000000000000000000000000000000000000008182838454b5b636b7176797d8081828383817f7b76726b635b4c473a2c1e0e000000000000000000000000000000000000152a40556a7f95aabfd4eafffff4dfcab49f8a75604a3639464c62778b9fb5cadff4fef7f4ece3d4c4b29d87725846331f0a00000000000000000000000000000012283d52677d92a7bcd2e7fffffffff1dcc7b19c87725c3b2b1805000000000000000000000000000013293e53687e93a8bdd3e8fdfffff2ddc8b39d88797b899eaabbcee0f0fffffffffffffffffffffffde7d2bda8927d68533d28130000000001142637556a7f95a4a8aaacacaba8a99f99907e68533e291300000000000000000000021527384f647a8fa2b4c8d9ebfbfffffff3e8e0ded4cecbccced0d3d9dfe2eaf5ffffffffffeddecab6a48f7a654f3a2510000000000d23384d62788dabbcbbbabbbfcaced9e6f6f1e7dacfcac7c5c5c5c7cad3e1effdf1e5d8cec9c8c9c9ced8cebbaa8e79634e39240e000000000003182d42586d8297adc2d7ecfffff7e2cebbaa8e7964575b586169758399aabbcee2f7fffffffff8e3cfbcab8d77624d38220d00000000000000000000000000000000000000000001162c41566b8196abc0d6ebfffffff5e1ccb9a89b8586949fabbccfdcecffefdfd2c1b5a39b85756156453225140300000000000000000000000000000000000000000000000000000000000000000000000a1a28323d494e56586164676a6c6d6e6d6c6a666158564d493c33291c0e00000000000000000000000000000000000000152a3f546a7f94a9bfd4e9fefff7e2cebbaa8d786354565757616b8095abbccfe3f3ebe3dfdacfc4b7a695806b563a29170400000000000000000000000000000010253a50657a8fa5c8d8eafeffffffefdac4af9a856f5a45301a00000000000000000000000000000013283d53687d92a8bdd2e7fdfffff4e0cbb8a69d8e909ea7b8c8d9ebfefffffffffffffffffffffffee9d4bea9947f69543f2a1400000000081d31445571869cb1c2c0c1c1c0c7bab4a9937e69543e291400000000000000000000091d3145566d8298adc0d1e6f6fffffff3e3d5ccc8bfb8b6b7b9babec4c9cdd7e5ebf9fffffff9e5d3c2ab96816b56362513000000000e23384d63788da2c7d8cfd0d4dfe2ebf6fcfff7ece3dfdcdbd5d3d3d6dde0e7f2fff5eae2dfdddedfe2ead9c8a6917c66513c2711000000000002172c41576c8196acc1d6ebfffff4dfcab49f8a75604b3a474c5761768b9fb4c9dff4fffffffff9e6d3c3a28d78634d38230e00000000000000000000000000000000000000000002172c42576c8197acc1d6ecfffffffce8d6c6b4a39b9ba3b5bcc9daecfaf8e4d2c1b5a39b857661574638281607000000000000000000000000000000000000000000000000000000000000000000000000000a151d2c35383a464c4f5255565758585754504c473a38352c1f170c0000000000000000000000000000000000000000142a3f54697f94a9bed4e9fefffeead8c8ac9781726d6c6d6f76808d9fb5c9dae0ddd9cfcac9bcb5a69d8876614c37210c000000000000000000000000000000000d22384d62778daabbcee2f7ffffffecd7c2ad97826d58422d1803000000000000000000000000000012283d52677d92a7bcd2e7fcfffffae7d5c4b8b3a3a6b3b8c5d5e6f6ffffffffffffffffffffffffffead5c0aa95806b55402b16000000000b20354b60758a9fb5cad5d6d7d5d8c9b49f8a78624d38220d000000000000000000000b20364b6075899eb3c9deeefffffff3e3d5c5b8b3a9a3a1a2a3a5a9aeb4bac7cedbebf8fffffff0dbc6b09b86715443301c070000000d23384d62788da9baced6d4d2d2d5dee1e9f4fff3e3d5cbc8c0bdbec1c8cbd5e2f2fffdede2dbd9d6d6d7d2bda7927d68523d2813000000000001162b40566b8095abc0d5eafffff3dec9b49e89745443303339475973899eb3c8def3fffffffff2dfcab6a58b76614c36210c00000000000000000000000000000000000000000003182d42586d8297adc2d7ecfffffffff4e4d1c1b4b0b1b5c1cfdae7f7fff2ddc9b5a39b857661584639291a0a000000000000000000000000000000000000000000000000000000000000000000000000000000020e1a21232933363a3d4041424343413f3b3733292321190e0400000000000000000000000000000000000000000014293f54697e94a9bed3e9fefffff6d9c5b19f9786828182858a959fabbccfd5ccc8c9bcb4b0ab9f98887a645847331f0a000000000000000000000000000000000b20354b60758a9fb4cadff4ffffffead5bfaa95806a55402b1500000000000000000000000000000012273d52677c92a7bcd1e7fcfffffff2e2d5cbc8b8bbc8ccd5e3f3fff7f2f0f4f6fdffffffffffffffebd6c1ac96816c57412c17000000000b21364b60768ba8b9cce1ececebd7c1ac97826c5a4834200b0000000000000000000010253b50657a90a8b9cce1f5fffffbe8d5c5b8a79e948e8c8d8e9094999fa9b1bdcddaebfcfffff4dec9b49f8974604a35200b0000000b20354b60758a9fb4c3c1bebdbdc0c9cdd6e4f4e7d5c5b8b3aaa8a9abb3b7c4d5e3f3edddd0c7c4c0c1c2c2bda8937e68533e2913000000000000152a40556a7f95aabfd4eafffff4dfcab49f8a75604a3639464c62778b9fb5cadff4fef7f4ece3d4c4b29d87725846331f0a00000000000000000000000000000000000000000003192e43586e8398adc3d8edffffffffffefdfd1c8c5c6c9d2e3ecf7fffff0dbc5b09b85766158473a291b0b000000000000000000000000000000000000000000000000000000000000000000000000000000000000060c0e171f2124282b2c2d2e2e2c2a26211f170e0c06000000000000000000000000000000000000000000000014293e54697e93a9bed3e8fefffff4e1cebdb1a49c9796979a9fa9b5bcc9d5c5b8b3acab9f9b958c8277645c4a3a2a170400000000000000000000000000000000081d31445573889db3c8ddf2fffffee8d3bea9937e69543e291400000000000000000000000000000012273c51677c91a6bcd1e6fbfffffffff2e7e0ddcdd0dee0e8f3fdefe4dddadfe2eaf5ffffffffffffecd7c2ad97826d58422d1800000000091e32455674899eb3c9deeefee6d0bba6917b66513c2c1d150a000000000000000000142a3f54697f94a9c6d6e8fcfffff5e0ccb8a79e897f797677797b7e848a979fb0bccddff3fffff6e1cdbaa98c77624c37220d000000081d31445571869cafaeaba9a7a8abb4b9c6d6e9e0cbb8a69e959393969da6b7c5d6e8e2d0bfb3aeabacacadada8927d68533d2813000000000000152a3f546a7f94a9bfd4e9fefff7e2cebbaa8d786354565757616b8095abbccfe3f3ebe3dfdacfc4b7a695806b563a29170400000000000000000000000000000000000000000004192e44596e8399aec3d8eefffffffffffdefe4dddadbdee5f0fffffff7e2ccb7a28d7762584b3f311c1308000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040a0c0f1215171819181715110c0a04000000000000000000000000000000000000000000000000000014293e53697e93a8bed3e8fdfffffdecdbcec2b6b1acabacafb4bac7cfdaccb8a79e97908b8680786d62594a3e2d1c0c0000000000000000000000000000000000011426375c71869cb1c6dbf1fffffce7d2bda7927d68523d281300000002050800000000000000000011263c51667b91a6bbd0e6fbfffffffffffaf4f2e3e5f3f5fbf7e9dfd1c8c5c9cdd7e5f5ffffffffffedd8c3ad98836e58432e1900000000031628385a70859aafc0d0e2ebe7d1bca7927c6757493d32281a100200000000000000132536586d8298adc2d7edfffffce8d6c6b39e89796a6361626465696f7781969eb0c4d8edfffffde9d7c7a38d78634e38230e00000001142637556a7f959a9896949293959ea8b9cde1ddc8b39e88807e7e81889da7b9cce0d4c3b3a199969697989897917c67513c2712000000000000142a3f54697f94a9bed4e9fefffeead8c8ac9781726d6c6d6f76808d9fb5c9dae0ddd9cfcac9bcb5a69d8876614c37210c00000000000000000000000000000000000000000000051a2f445a6f8499afc4d9eefffffffffff1e6dfdcd9d9dcdfe3ecf7faffeed9c4ae998376655d4e4230251808000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013283e53687d93a8bdd2e8fdfffffff9ece0d3cac7c2c1c2c4c9cdd7e3ddc8b39e89817b76716b635a4c483b2d201000000000000000000002090b0f0e0c0a0400001b30455b70859ab0c5daeffffffbe6d1bba6917c66513c27110c1013171a1d0e0c0600000000000010253b50657a90a5bacfe5fffffffffffffffffff8fbfffffee9d9ccc1b4b0b4bac7d7eafdffffffffeed8c3ae99836e59442e19000000000012283d52677d92a2b4c1ced9e1dbc6b19b8575635b4b45382d2012040000000000071c30435471869cb1c6dbf1fffff5e1ccb9a8927d685b4e5d6567625a59616c8096abc0d6ebffffffe3ceb9a38e79644e39240f000000000c21364b6175828583817f7d7d808a9eb4c3d3d2bda7927d6b68696c77899eb3c9decbb7a599838181828382827e77614c37220c00000000000014293f54697e94a9bed3e9fefffff6d9c5b19f9786828182858a959fabbccfd5ccc8c9bcb4b0ab9f98887a645847331f0a00000000000000000000000000000000000000000000051a30455a6f859aafc4daeffffffff7e9e1d3cac7c3c3c6cacfdae0e7f2f0dbc7b3a199877b69604a433625130000000000000000000000000000000000000000000000000000000000000000000000060b0d120b0902000000000000000000000000000000000002090b110d0b05000000000000000000000000000000000000000012273c52677c91a7bcd1e6fcfffffff7e7dacfcac1bab8b9bcc3c7cfe1d4bea9947f70686158554d493c342b1d100200000000000000000a151d202423211f1715111a30455a6f859aafc4daeffffffbe6d0bba6917b66513c261f2225292c2f332320190e00000000000e24394e63798ea3c9daecfffffffffffffffffffffffffff0e0ccbbaea39b9fa9bacde2f6ffffffffeed9c4ae99846f59442f1a00000000000b20354a6072849aa3b4bbc8cdd7c9b5a39b85796a60564a3e2f221201000000000b20354a60758a9fb4c9dff4fffff3dec9b49e8975604b57657b7c78716a6767798ea3b8cee3f8fff8e3ceb8a38e79634e39240e00000000091e324657616d706e6c6968686b7d91a4b6cad0bba6917b665354596e8398adc3d8c7b29d87726b6c6d6d6d6c69615947341f0a00000000000014293e54697e93a9bed3e8fefffff4e1cebdb1a49c9796979a9fa9b5bcc9d5c5b8b3acab9f9b958c8277645c4a3a2a170400000000000000000000000000000000000000000000061b30455b70859ab0c5daefffffffe9d9ccc3b6b2aeaeb1b5bcc9cbd5e2ebe3d0bfb3a59d8b7e6c605443301c1400000000000000000000000000000000000000000000000000000000000000070d0f19202327211e160a0000000000000000000000000000000a151d2027221f180d0700000000000000000000000000000000000011263b50667b90a5bbd0e5faffffffecdac9bcb5aca5a3a3a7aeb3bfcdd7c2ae9d94857d766d625a4f423426160400000000000000000a1a2731363a3937332a2a26242f445a6f8499afc4d9eefffffae5d0bba5907b66503b2a33373a3e41454838352c1e0e000000000d22374c62778cabbccfe3f8fffffffffffffffffffffff9e5d3c2ae9d94858b9fb4c9dff4ffffffffeed9c4af99846f5a442f1a0000000000071c304354617685969faab4bac7cbc1b5a39b8b8074645c4c402f1f0f000000000c21364b61768baabbcee2f7ffffefdac4af9a856f564b607588928d86807d7d8399aec3d9eefffffeebd9c8a28d78634d38230e0000000003162839464b575a59565452535f72879cb2c7d3bda8937e68533b546a7f94a9bfd4c6b19c8771555757585857534c473a2a180400000000000014293e53697e93a8bed3e8fdfffffdecdbcec2b6b1acabacafb4bac7cfdaccb8a79e97908b8680786d62594a3e2d1c0c0000000000000000000000000000000000000000000000061b30465b70859bb0c5daf0fffff3e3ccbbaea59c99999c9fabb3b7c4cedbeaddd0c3b7aa9f938172604a42311e0e0000000000000000000000000000000000000000000000000000000108101b22242b35383c3632281a0f01000000000000000000000003131a2832363c37342a211a0f03000000000000000000000000000000000f253a4f647a8fa4b9cfe4f9fffff8e3cfbcab9f97908d8e9299a1b4bac6cbbbaea39b928a8278696051443422120000000000000002152738454b4f4e4c473a3f3b39373b5a6f849aafc4d9effffffae5d0bba5907b6650383a474c5053575a5d4d493c2c19060000000b20354b60758a9fb5cadff4fffffffffffffffffffffff3decab6a4947f708196acc1d6ebffffffffefd9c4af9a846f5a452f1a00000000000013253647586175818c979fa9b3b8c4c1b5a99f95867a665e4c3d2d1a070000000d22374d62778ca2c8d8eafdffffecd7c2ad97826d5853697e93a6a39b95929299a1b3c7dbf0fffff7e2cebbaa8c77624d37220d00000000000b1b28323642454544444341576c8197acc1d5c0ab96806b563951667b90a6bbd0c9b49f8a75604b48434a4c4d4c483b2a180800000000000013283e53687d93a8bdd2e8fdfffffff9ece0d3cac7c2c1c2c4c9cdd7e3ddc8b39e89817b76716b635a4c483b2d2010000000000000000000000000000000000000000000000000061c31465b71869bb0c6dbf0fffbe8d5c5ae9d94878484878c959da6b1bdcddaeae2d4c8bbb49f97816c604e3c2b19060000000000000000000000000000000000000000000000000008141c202d363a3c484d514b45382d1f12040000000000000000000b171e3038454b514c473b362d1e160a0000000000000000000000000000000e23394e63788ea3b8cde3fffffff4dfcab59f8d817b78797c83909fa8bacdcbc1b4b0a99f978a7e6b6251402f1d09000000000000091d31455660646361585955504e4c4d5970859bb0c5daf0fffffde8d2bda8937e68565a5b586165686c6f72635a4935200c000000081d31445573889db3c8ddf2fffffffffffffffffffffae6d4c4b19c8673697e94a9bed3e9feffffffefd9c4af9a846f5a452f1a0000000000000818293a4756606c78828a949ea6b0bcc7bab4a49c8b7c665b4a3621120000000e23394e63788ea3b8cde3ffffffebd6c1ac96816c575a6f8499afb5b0aaa7a7aeb3bfd0e2f6fffff4dfcab49f8a75604b35200b000000000004182a3a474c585a5a595857576a7f95aabfd4c4ae99846f57474e63788da3b8cdcdbaa98f7a645c5d5460616262594836261401000000000012273c52677c91a7bcd1e6fcfffffff7e7dacfcac1bab8b9bcc3c7cfe1d4bea9947f70686158554d493c342b1d1002000000000000000000000000000000000000000000000000071c31465c71869bb1c6dbf0fff5e0ccb8a7947f726e6e71788088979fb0bccde6f2e6d8cebdb19f937e685a4835200b00000000000000000000000000000000000000000000000210182630353e4a4f575a626760564a3d2f221406000000000000010f1b2933414d56606662594e4a3d32281b1002000000000000000000000000000d22374d62778ca2b7d9ebfeffffecd6c1ac97816c656364676e7c8a9fb4c5d5d1c8c7bab4a99f93806b5e4c38240b0000000000000b20364b60747a7877736e6a6663626266778b9fb4c9dff4fffffff0dac5b09b85746f6f7173777a7e81848778634d38230f000000011426375a6f859aafc4daeffffffffffffffffffffff4dfcbb7a6927d67687e93a8bdd3e8fdffffffefd9c4af9a846f5a452f1a00000000000e1920222938454b5b636d777f88969eb0bdcdc2b6a99f8b79634e402f1d0900000f253a4f647a8fa4b9cfe4f9ffffebd5c0ab96806b565774899eb4c9c6bfbcbcc3c7d0ddedfffffff2ddc7b29d88725544311d0800000000000a1f334758616d706f6e6d6c6c6f8297adc2d7c9b49f8a7561595963798ea3b8ced7c7ad98827271727475767777625443301c08000000000011263b50667b90a5bbd0e5faffffffecdac9bcb5aca5a3a3a7aeb3bfcdd7c2ae9d94857d766d625a4f423426160400000000000000000000000000000000000000000000000000071c32475c71879cb1c6dcf1fff3dec8b39e89746059595a626b7581969eb0c8d9ebf6eae2cebdb49e8a78624d392816030000000000000000000000000000000000000000000513202d36434b525c646c72787c75635b4c40312414060000000002101f2d39464b5f67757c776e635b4b45392e2012040000000000000000000000000b21364b60768babbccfe3f7fffae4cfbaa58f7a65504e4e525e687e93a7b8cce0ddd7cdc7bab49e917c66513929170300000000061a2c3d53687e8f8e8c88847f7b7977777b869ca9bacde2f6fffffff2ddc8b4a39b88848486898c8f93969a95806b563d2d1a07000000172c41576c8196acc1d6ebfffffffffffffffffffff2ddc8b29d877460697e93a9bed3e8feffffffeed9c4af99846f5a442f1a000000000e1e2b35383531323c494d58616a7580969fb1c5d3c7baa99b85715e4c38240f00000f243a4f64798fa4b9cee4ffffffebd6c1ab96816c5660768ba8b9cddbd5d2d2d9dbe2edfbffffffefdac4af9a846f5a3726140100000000000c22374c6176828584838281818497a0b1c5dacdbaa89882777373778399aec3d9dac5b2a098878688898a8b8c8973604b35200b00000000000f253a4f647a8fa4b9cfe4f9fffff8e3cfbcab9f97908d8e9299a1b4bac6cbbbaea39b928a82786960514434221200000000000000000000000000000000000000000000000000071c32475c71879cb1c6dcf1ffefdac5b09a857055443c484d57616c8096aabbcee2f7fdebe1cdb9a897816c5746321e090000000000000000000000000000000000000000031323303e4a546067707a82878d918679665e4e423224140600000210202d3d4a57616e7d87918b83796b60574b3e302212030000000000000000000000091e324557758a9fb4cadff4fff7e2ccb7a28d77624d3839404b6074889eb3c8ddf3eae2d7cdbcb09b85705746331e0a000000000c2135495b71869ca3a69d9994908e8c8c909ca4b5c7d7eafdfffffff7e4d1c1b4a69d999a9b9ea7a5a8acaf9d87725b4a36210c00000013293e53687e93a8bdd3e8fdfffffffffffffffff7e4d1c1aa95806a55697f94a9bed4e9feffffffeed9c4ae99846f59442f1a0000000e1e2c3c484d4b44373a363a474c57616c8197acc1d7d7c7b5a3907b66513b261100000e24394e63798ea3c8d8eafdffffecd7c2ad97826d5860758a9fb4c2ccd6dee0e8e8ebedededecece3d3c2aa947f6a553f2a150000000000000e23384e63788d9a999998979699a1b1becee1d7c6b2a0988c88898c99a1b3c7dbe1cfbeb2a59c9b9d9e9faba78f7a644f3a250f00000000000e23394e63788ea3b8cde3fffffff4dfcab59f8d817b78797c83909fa8bacdcbc1b4b0a99f978a7e6b6251402f1d09000000000000000000000000000000000000000000000000051d32475c72879cb1c7dcf1ffeed9c4af99846f5a372b3539464b61768b9fb4cadff4fffce9d7c6b49f8a76614b36210c0000000000000000000000000000000000000000112230414d5c64737d858f979da5a49c8a7c68604f43322514040110202e3e4a5b637582919da69f988b8075645c4c40302111000000000000000000000e192028395e74899eb3c9def3fff6e1ccb6a18c77614c372832445570859bb0c5daf0fdf5e9dfcab49f8b76614b36210c000000000e23394e63798ea4b6b7b3aeaaa5a3a1a2a6b1b5c2d2e5f5ffffffffffefdfd1c4b7b3aeafb0b3b8c5bdc1b7a58e79634e39240e00000d1d2b3a4f657a8fa4bacfe4f9fffffffffffffffff2ddc8b4a38d7862556a7f95aabfd4eaffffffffedd8c3ae98836e59432e19000006192c3c495a62605555504b4639394652677c91a7bcd1e5d2c1ad98826d5838281602000d22374c62778caabbcee2f7ffffedd8c3ae98836e59546f849aa4b3b9c5c8ccd5d3d6d7d8d8d7dacfc9b6a48f7a644f3a250f0000000000000e23384e63788da3afaeadacacafb3bfcedcece4cfbeb2ab9f9e9ea7aeb3bfcfe2ecdccfc3b6b2b1b2b3b4bca9937e69543e291400000000000d22374d62778ca2b7d9ebfeffffecd6c1ac97816c656364676e7c8a9fb4c5d5d1c8c7bab4a99f93806b5e4c38240b0000000000000000000000000000000000000000000000021323313b5c72879cb1c7dcf1ffeed9c4af99846f5a3b333638404b60758a9fb4cadff4fffff4e1cdbaa9907b66513b261100000000000000000000000000000000000000091c2f404d5f677a85929ba3acb2b7b6a89e8c7e69614f433222120f1f2e3f4b5c64798698a0b2b7b4aa9f96877a665e4c402f1d0d00000000000000000e1e2b3538485e73889db3c8ddf2fff7e2cdb7a28d78624d3838454b5f72879db2c7dcf2fffff7e3cfbcab8d78634e38230e0000000014293f54697e94a9c2cbc8c3bfbbb8b7b7bbc6c9d2e0f0fffffffffffffdefe2d4cbc8c4c4c6c8ccd5d3d4c3a8937e69533e29140005192b3c485862788da2b7cde2f7fffffffffffffffeebd9c8b09b85705a566b8196abc0d6ebffffffffecd7c2ad97826d58422d1800000c2035495a6278756f6a6561575a59595b6a7f94aabfd4e9ddc8b29d88735645321e09000b20354a60758a9fb4c9dff4fffff1dbc6b19c8671594d637886959ea7adb3b8c5bec0c2c3c3c1c9bcb5ab9c8673604a35200b0000000000000d23384d62788da2c9c3c2c1c1c4c7d0ddecfaeddccfc9bcb5b3b3b8c5c7cfddedfaece1d3cac7c6c7c9cac1ac97816c57422c1700000000000b21364b60768babbccfe3f7fffae4cfbaa58f7a65504e4e525e687e93a7b8cce0ddd7cdc7bab49e917c66513929170300000000000000000000000000000000000000000000102031414e5972889db2c7ddf2fff0dbc6b09b8671594c464b4e525f687e93abbccfe3f7fffffde9d7c7a9947f6a543f2a15000000000000000000000000000000000000000f23384c5e677d8b9ba3b0b5c1c7cac6b9aa9f937f69614f40301f1c2d3d4b5d647a899ca4b2becbc8bbb4a59d8b7c665e4c3c2b190500000000000006192b3c494d575d72879db2c7dcf2fffae5d0bba5907b665656575660697d91a5b6cadff3fffff8e3cfbcab8d78634d38230e00000000132536596e8398aec3d8ddd9d4d0ceccccd0dbdee5f0fefffffffffffffffff2e7dfddd9d9dbdee0e8e8d7c2ad97826d58422d18000b2034485a62768399aec3d9eefffffffffffffffff7e2cebbaa937e6954576d8297acc2d7ecffffffffebd6c1ab96816c56412c17000417293a4d62788a89847f7a7672706e6e7079899eb3c8def3dfcbb7a68b76604b36210b00071c30435472879cb1c7dcf1fffff4dfcab59f8c77624c5a63757f8992989ea7a5a9abadaeaeaca9ab9f9b8d7b655443301c070000000000000c21374c61768cabbccfd7d6d6d9dce3edfbfffaede7dacfcac8c8ccd5dbe2edfbfffff1e6dfdcdbddded9c4af99846f5a442f1a0000000000091e324557758a9fb4cadff4fff7e2ccb7a28d77624d3839404b6074889eb3c8ddf3eae2d7cdbcb09b85705746331e0a000000000000000000000000000000000000000000071b2d3e4e6068788b9fb4c9dff4fff4dfc9b49f8b77656158606368707c8a9fb4c9d9ebfeffffffebd6c0ab96816b56412c160100000000000000000000000000000000000011263b50667c8c9fa9b5c1c9d2dcdfd7c8bbb49d947f695e4d3d2d293a4a5b647b8a9ea7b6c2cfdfd8cec3b7a99f8b7c655a4834200b0000000000000b2035495a626d7173889eb3c8ddf3ffffefdac4af9a84756d6c6c6f757e8b9fb4c3d3e6f9fffff4dfcab59f8b76614b36210c000000071c30435472879cb2c7dcf1eee9e5e3e1e1e5f1f3f8fffffffffffffffffffffffaf4f2eeeff0f3f5fbefdac5af9a85705a45301b000d22384d62788799a1b3c7dbf0fffffffffffffffff4dfcab49f8b77624c596e8398aec3d8edffffffffead5bfaa95806a55402b15000a1f3347586d82989e9a948f8b88858383868c9ea7b8cce0f5e7d4c4a28c77624d37220d0000132536586e8398adc3d8edfffff8e3cfbcab96816c5e4b57616a757c83888c9093969898989794918b857c665d4c362513000000000000000b20354b60758a9fb4cadddcdadbdfe3ecf7fffffceee3dcdad2d1d2d6dee1e8f4fffffef0e5dedbd5d4d5c5af9a85705a45301b000000000e192028395e74899eb3c9def3fff6e1ccb6a18c77614c372832445570859bb0c5daf0fdf5e9dfcab49f8b76614b36210c0000000000000000000000000000000000000000000d22364a5c687e899ea9bacee2f6fff7e2cebbaa9b857b767575787d85919fa8bacde7f7ffffffffebd6c1ab96816c56412c17010000000000000000000000000000000000001d32485d72879daabac7d2dde4eff4e6d9cebbb59f8d7c665b4a393647586379899ea8b8c5d3e0eceae2d4c7baa99e8978624d38220d0000000000000d23384d62788286878fa6b8cbe0f5fffff1dcc8b4a29a888381818489949fa9bacee1f1fffff6e6d5c4b19c86715746331e0a0000000b20354a60728a9fb4c9dff4fffffaf8f6f7fbfffffffffffffffffffffffffffffffffffffffffffffff1dcc6b19c87715c47321c00162b40566b8095a6b3bfd0e2f6fffffffffffffffde9d7c7af9a846f59485a6f849aafc4d9effffffffde8d3bea8937e69533e2914000c21374c61768a9fb4afaaab9f9d9a99999b9fabb8c5d5e8fbe9d7c6a28d78624d38230d000014293f54697e94a9c3d3e6f9ffffecdac9b49f8c7c6a60564f5660676e73777b7e81828383827f7c7770665e4c3f2f180800000000000000081d31445572879db2c7c8c6c5c6cacfdae7f3ffeeded1c8c5bcbcbdc1c9ccd6e4f2fff0e0d2c9c6bfbfc0c1b09b86705b46311b0000000e1e2b3538485e73889db3c8ddf2fff7e2cdb7a28d78624d3838454b5f72879db2c7dcf2fffff7e3cfbcab8d78634e38230e0000000000000000000000000000000000000000000f24394f647a8d9ea7b9c7d8eafdfffdead8c8b5a39b908b8a8b8d929aa2b4bac6d7e9ffffffffffead5bfaa95806a55402b15000000000000000000000000000000000000001e33485d73879db2c8d7e5f0f8fffff6ebe2cfbcab9e8a7963574643546176879da7b9c6d5e3f1fffef1e5d7c7b8a799836e59442e190000000000031628395a6f84979b9ca5b8c5d5e7fbfffff7e3d0c0b4a69d989697999ea7b4bac7d8eafffef2e6d8c8b8a6947f6a55392917030000000c22374c61778ca9bacde2f6fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1dcc7b29c87725d47321d00192f44596e8499aec4d0ddedfffffffffffffffff6e1cdbaa9927d68523b5b70869bb0c5dbf0fffffffbe5d0bba6907b66513b26110012273d52677d92a9bac4c9bcb5b2afaeaeb0b4bcc9d5e3f3f6e1cdbaa88b76614b36210c00000e23394e63798ea5b6cadff5fffff7e2cebbaa9f8c7f746b6561575d5c596265696b6d6e6e6c6a676158504c402f21110000000000000000011527375a6f8499afb5b3b1afb1b5bcc9d6e3f3e3d1c0b4b0a7a6a8acb4b9c6d5e2f2e5d2c2b5b1aaaaabacad9a85705a45301b000006192b3c494d575d72879db2c7dcf2fffae5d0bba5907b665656575660697d91a5b6cadff3fffff8e3cfbcab8d78634d38230e000000000000000000000000000000000000000002172c42576c8197abb9c5d6e5f5fffffff6e6d2c1b5b0a5ab9faba3a7afb4c0cdd7e4f5fffffffff7e7d1c0a7927c67523d271200000000000000000000000000000000000000192e43586e8298adbfcfe2f3fffffffffeecdac9b9a89c8675614b4a60728399a5b6c5d6e4f3fffffffff5e5d5c5b29d88735d48331e0000000000091e32465774899eb1b2b6c3d5e3f3ffffffffeeded0c4b7b3adabacaeb3b9c5ced8e5f5f6eae2d4c8bbaa9d8876614c37210c000000000d23384d62788da2c7d7eafdfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1dcc7b29c87725d47321d001b31465b70869bb0c5dbedfbfffffffffffffffff4dec9b49f8a76614c475c71879cb1c6dcf1fffffff9e6d3c3a38e78634e39230e00172d42576c8297acc7d8dacfcac7c5c3c3c5cacfd9e7f3fff4dec9b49f89745746321e0900000c2136495b72879cb2c7d7e9fcfffeead8c8bbaa9f9488807a767472717172747577797b7c7e7e7d75614c362f221103000000000000000000152a3f556a7f94ab9f9e9c9a9b9fabb9c5d6e8dcc8b4a29a929192969ea8b8c4d5e7dec9b5a39b959495979898836e59432e1900000b2035495a626d7173889eb3c8ddf3ffffefdac4af9a84756d6c6c6f757e8b9fb4c3d3e6f9fffff4dfcab59f8b76614b36210c0000000000000000000000000000000000000000071c31465c71869bb1c9d6e3f3ffffffffffefdfd2c9c6c9bcb5bcc9bdc5c8d1e1e9f5ffffffffffecdac9b4a28d78624d38220d0000000000000000000000000000000000000010253a4f657b8fa0b2c4d5e6f6fffffffff7e7d7c6b6a497826d61616a8095a1b3c3d4e4f4fffffffffff1e3cfbcab98826d58432e1800000000000c21364b61768ba7b9c7cad3e1f3fffffffffffceee2d4cbc8c2c1c1c4c9ccd6e2eaefe6dfd8cec4b7aa9f8c7c665847331f0a000000000e23384d63788da2c8d8eaf8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffef0dbc6b09b86715b46311c001c32475c71879cb1c6dcf1fffffffffefefdfff7e4d1c0ad98826d5846475c72879cb1c7dcf1fffffff3dfcab6a58b75614b36210c001b30465b70859bb0c5daece3dfdddad8d8dbdfe3ebf7fffde9d7c7b09a85705b392816030000061a2c3d546a7f94a9bacde1f2fffff6e6d8c8bbb4a69d958f8b8987878788898a8c8e90929393927e68533e281303000000000000000000000e23384e63798d8d8a888785868d9ea7b9cce0dac5b09a847d7c7d818a9da6b8cbe0dbc6b19b85807f808182837e68533e291300000d23384d62788286878fa6b8cbe0f5fffff1dcc8b4a29a888381818489949fa9bacee1f1fffff6e6d5c4b19c86715746331e0a0000000000000000000000000000000000000000091f34495e74899eb3c9def3fffffffffffffdefe4dddbdacfcacfdad2dadce3eefcfffffffff7ece3cfbcab9a85705a4835200b000000000000000000000000000000000000000e23374b5d6e8398a6b8c8d9ebfefffffffff4e4d3c2b1a0937f6e6f7f949eafbfd0e1f1fffffffffff1e1d2c1b59f8d7a644f39240f00000000000c21364c61768babbccfdfe6eef0f1f1f2f2f2f2f2f1e7dfddd8d6d6d9dee0e8e2dfdad4cbc8bbb4a69d8c7d675e4c3a291704000000000d22374c62778caabbcedfe3ecedf1f4f7fefffefffffffffffffffffffffffffffffffffff8f4f1edebe2d9c4af99846f5a442f1a001c31475c71869cb1c6dbebebebeaeae9e9e8e7e8ddc8b4a28f7a644f3a485d72879db2c7dcedeeeeedebdcc7b29c87725746321e09001d33485d72889db2c7ddf2f8f4f2efeeeef0f4f7fefffdefe1cdbaa9947e69543f2914000000000f22374c62778a9fb4c4d5e7fafffff6e6d8cec4b7b2aaa4a79e9c9c9c9d9e9faaa3a5a7a8a899836e593a291704000000000000000000000c2135495b707a7876737170717a899eb3c9decdb8a28d786767686c78889db3c8ddd1bba6917c6a6a6b6c6d6e68604e3b261100031628395a6f84979b9ca5b8c5d5e7fbfffff7e3d0c0b4a69d989697999ea7b4bac7d8eafffef2e6d8c8b8a6947f6a553929170300000000000000000000000000000000000000000b20354a60758aa7b9cce0f5fffffffffffffffff8f2f0ece3dfe3ece7eff1f7fffffff9f3eee7dacfbfb59f8d7b65503c2b190500000000000000000000000000000000000000081c2e3f4c6277889eaabbcee2ebf7fffffffff1e0cebeae9d938384949daebcccddedfffffffffef0e1d3c3b5a396816c5c4a36220d00000000000b20364b60758a9fb5cad6d6d8dadbdcdddddddddcdcdbdad9d9d8d7d6d5d3d7cdc9c5c4b7b2aa9f97887b675f4d402f1c0c00000000000b20364b60748a9fb4c6cacfdad8dcdfe2ebe7e9ebedeeefeff0f0f0f0efefeeedeceae9ece3dfdcd8d9cecac1ac96816c57412c17001b31465b70869bb0c5d5d6d6d6d5d4d4d3d3d2d6ccbdb09a85705c4b37475c72879cb1c7d6d8d9d9d8d5d4c3ad98826d5839281603001e33495e73889eb3c8ddf3fbfffefffffffffffff9f5eae2d1c1b49f8a78624d38220d000000000b1f3447596b8096a6b8cbe0ebfbfffff6eae2d4cbc8c0c5b9b3b2b1b1b2b3b4bbc8babcbdb29d88735846331f0a00000000000000000000061a2c3d4a5c646360565c5a5c6b8095abc5d5cdb8a38e786351535a697e93a9c6d6d4bea9947f695556575859534e42311f0b00091e32465774899eb1b2b6c3d5e3f3ffffffffeeded0c4b7b3adabacaeb3b9c5ced8e5f5f6eae2d4c8bbaa9d8876614c37210c0000000000000000000000000000000000000000000b20354a60758a9fb5cadff4fbfff8f9f9f9f9f9f9f9fffff8f4f8fffdf6f4f2efedeae6dedcd0c9bcb5a196806b5d4b371e0e0000000000000000000000000000000000000000001120344859657b8c9fb4bbcfd9e7f5ffffffffecdccbbbaea0989aa1aebbcbdaeafbfffffffceee0d2c3b6a59b8574604b3e2d1b070000000000081d31445572879db2b9c6c1c3c5c6c7c7c7c7c7c7c6c6c5c4c3c3c2c1c0bec7bab4b0aba69d958b8176655d4d41302211000000000000081d31445571869cabb1b5bcc9c3c7caced9d2d4d6d7d8d9dadadbdbdadadad9d8d7d5d3dacfcac7c3c8bbb4b0a8937e69533e291400192e43596e8398aec2c0c1c1c0c0bfbfbebebcc6b9b39f8f7b65503e2e465b70869bb0c6c1c2c4c4c3c0c4b7a5917c67513c271200001e33485d73889db2c8dde0e8e7e9eaebebebeae8e6dfd8cec1b4a395806a5a4834200b0000000005182a3b4c6176889db3bccdddecfdfffffdf2e7dfddd5d6ccc9c7c6c6c7c9caced8d0d1cbb7a68b76614c36210c00000000000000000000000f1f2d3e4a4f4e4b45383e4f647a8fa7b8ccd0bba5907b66503c4d63788da8b9cdd9c3ae99846e56454243443e3b31241402000c21364b61768ba7b9c7cad3e1f3fffffffffffceee2d4cbc8c2c1c1c4c9ccd6e2eaefe6dfd8cec4b7aa9f8c7c665847331f0a000000000000000000000000000000000000000000081d33485d72889db2c7dde0e8e2e3e3e4e4e4e4e4e4e4e4e4e3e3e2e9e1dedddad7d4d3cac7c0b4ab9f968374604b3f2f1c0000000000000000000000000000000000000000000005182b3b4b5d687e929db4bcc9d7e4f2fffffffae9d9cbbeb2adafb3bfcbd9e9f8fffffffbedded1c2b5a59c877762564531201000000000000002152737586d82979ea8a9acaeb0b1b2b2b2b2b2b2b1b1b0afaeaeadacaba8a6a99f9a95908880786c61584b3f3023130400000000000002152737566b8090969b9fabaaaeb1b4bbc8bcbec0c2c3c4c5c5c5c5c5c5c5c4c3c1c0bec9bcb5b2aea9aa9f9b958e7a644f3a250f0014293f54697e94a3a9ababacababaaa9a9a8a7a6a89e94816c5d4b372d42586d8297a8aaacadaeaeadaba8a69d8774604b36200b00001b30465b70859bb0c2c9ccd6d2d4d5d6d6d6d5d3d3cac7bab4a39b8575604b3c2b190500000000000d1f334758667c919eb0bfcfe2eaf6fffffffaf4f2eae8e0dedcdcdcdddedfe2eae5e7d4c4a38d78634e38230e00000000000000000000000110202d363938363228354b6074889eb3c8d4bfaa957f6a55374a6074899eb4c9dec9b49f8975604b362d2e29261f140600000c21364c61768babbccfdfe6eef0f1f1f2f2f2f2f2f1e7dfddd8d6d6d9dee0e8e2dfdad4cbc8bbb4a69d8c7d675e4c3a29170400000000000000000000000000000000000000000004192e43596e8398aebdc8ccd5cdcecececfcfcfcfcfcecececececdd7cdc9c8c5c2bfc3b6b2aba29a8d807260564531211100000000000000000000000000000000000000000000000d1d2f3f4e60697f939fabbac6d4e2effdfffff7e9dccfc6c3c4c7d0dee9f7fffffff8ebdccfc0b4a39b877862594738271502000000000000000c21364c617581898f9397999b9c9c9d9d9d9d9d9c9b9a9a999897969593908e8a85807b746a625a4c473a2f21130500000000000000000c21364b61757c81868b9195989c9faaa5a7a9abadaeafb0b0b0b0b0b0afaeadacaba9a6ab9f9c9894908b857f7a645c4b37220d000c21364b617585919496969696959594949392918f897f72604b3f2e24394e647a8a9095979899999896928e887b645645321d090000182d43586d8298a4aeb3b9c5bdbec0c0c1c1bfbec3b6b2a99f958576615645321d0d00000000000004172a3a4d5e6b8096a0b2beced8e6eef7fffffffffffbf5f3f1f1f1f2f3f4f7feffe4ceb9a48f79644f3a240f00000000000000000000000002101b222423211e1c3043546d8398adc6d6c4af9a846f5544435471869cb1c6d9cdbaa8907b66503b261913110b020000000b20364b60758a9fb5cad6d6d8dadbdcdddddddddcdcdbdad9d9d8d7d6d5d3d7cdc9c5c4b7b2aa9f97887b675f4d402f1c0c000000000000000000000000000000000000000000000011263b50667b909faeb3b8c5b8b8b9b9b9b9bab9b9b9b9b9b9b8b8c7bab4b2b0adaaa6a49c958e847a6b60544538271503000000000000000000000000000000000000000000000000112131424f61697e8d9fa8b7c4d1deebfbfffffaede2dad8d9dce3eefcfffffffde9dacdbeb2a29a8577625a493b2a1a0a00000000000000000a1e334657616c757a7e818385868788888888878786858484838281807e7b7875706b6560544d483c332a1c1103000000000000000000091e32465761666b71767b7f83878a8e9092949698999a9a9b9b9b9b9a9a9998979594918e8b87837f7b76706a645c4b3e2e1b08000a1e33465761737b7f80818181807f7f7e7e7d7b79756a605443302121364a5c64757b7f8183848483807d7973645c4b3828150200000f24394f647a8691999ea7a5a7a9ababababaaa9a6a59c958b807461584638281600000000000000000c1c30404b60728298a0b4bbc8d1dce3eef4f7fdfffffffffffffffffffefdfffae9d6c6a48e79644f39240f0000000000000000000000000000070d0f0e0b0914263651677c91a8b9bebfb49e8975604b36596e8499aebcc9c5b8ab96816b56412c1601000000000000081d31445572879db2b9c6c1c3c5c6c7c7c7c7c7c7c6c6c5c4c3c3c2c1c0bec7bab4b0aba69d958b8176655d4d413022110000000000000000000000000000000000000000000000000f23384c5e6c8191999ea7a2a3a3a4a4a4a4a4a4a4a4a4a4a4a3a2a2a99f9d9a9895908c8780796f645c4b4336271a0a0000000000000000000000000000000000000000000000000003132432434f60687c8a9da6b4c0cde0e8f3fffffef5efedeff1f6fffffffff5eae2cbbcb0a09884766259493c2c1d0d00000000000000000003172939464c566065696c6e70717272727272727171706f6e6e6d6c6b696663605656504b4336352b1f170c000000000000000000000003162839464b51565861666a6e7275787b7d7f8182838485858686858585848382807e7c7976726e6a666157554e4a3e2e2010000003172939465560666a6b6c6c6b6b6a6a696967666460554b433626141a2d3e4a5760666a6c6d6f6f6e6b68635b4f4b3e2e1a0a0000000d22364a5c64747c83898d909294959696969593908c877f786a6056463a291a0a000000000000000000121c304354607382949faab4c0c8d1dbdfe2eae9ebecececececebeae9e8e6e7e0cdb9a88d77624d38220d00000000000000000000000000000000000000000b21364b6075899ea7a9aaa8a88d78634d40556b80959faba3a3a79e99846f59442f1a0400000000000002152737586d82979ea8a9acaeb0b1b2b2b2b2b2b2b1b1b0afaeaeadacaba8a6a99f9a95908880786c61584b3f30231304000000000000000000000000000000000000000000000000091c2f4051636c7c84888b8d8d8e8e8f8f8f8f8f8f8f8f8f8e8e8d8d8b898885827f7b77726b645c4f4a3e3026180a00000000000000000000000000000000000000000000000000000006142432424e5e667a889aa2b0bcccd6e3f3fffffffffffffffffffffff2e5d8cebbae9e9682746158483b2c1e0e00000000000000000000000b1b293338454b505457595b5c5d5d5d5d5d5d5c5c5b5a595958575653514e4b45383b35302620190e04000000000000000000000000000b1b2832363b3a474c5155595660636567696b6d6e6f707070707070706f6e6c6b69676461575954504b463939362d2010020000000b1b2937444b515456565756565554545352514f4b4437302618080f202d39454b5155575859595856534e4a3d372e201000000000071b2d3e4a5560676e74787b7d7f80818181807e7b77726a625a4b4538291b0b00000000000000000000011426364455606d7e8b9aa2afb4c0c5c9ced8d4d5d6d7d7d7d6d6d5d4d3d1d5cbc8b49e8974604b35200b0000000000000000000000000000000000000000091e3245566c818d92949593908b7a644f3a4e6379858b8d8e8e8c88847d67523d271200000000000000000c21364c617581898f9397999b9c9c9d9d9d9d9d9c9b9a9a999897969593908e8a85807b746a625a4c473a2f211305000000000000000000000000000000000000000000000000000012223444515e666f737677787979797a7a7a7a7a79797979797877767473706d6a666159564e4a3e362d1c1408000000000000000000000000000000000000000000000000000000000006142431404c5c647784969eb3b8c5d6e3f3fffffffffffffffffdefe2d5c7bab49d9480726056463a2b1d0e000000000000000000000000000b171e2731363a3e424446474748484848484746454544434241403e3b3936312726201c140806000000000000000000000000000000000b161e21262a33373c4038454b4e5052545658595a5b5b5b5b5b5b5a5958575654514f4b46393f3b36332924211a0f0100000000000b192731353c3f4141414140403f3f3e3d3c3a3631271c140800010f1b2832363b404243444443413d39362d221b1002000000000010202d37444b515460636668696b6b6c6c6a69666259554d483c31271a0b00000000000000000000000008182737444b61697984909aa2aab0b4bbc8bfc0c1c2c2c1c1c1c0bfbdbcc4b8b3ad99846e5443301c0800000000000000000000000000000000000000000316283852636c787c7e7f7e7b75645c4a364a5b63707678797976736f675f4d39251000000000000000000a1e334657616c757a7e818385868788888888878786858484838281807e7b7875706b6560544d483c332a1c110300000000000000000000000000000000000000000000000000000004162634404d51595761626363646464646564646464646463636261575d5b5855514c473b39362d221b100100000000000000000000000000000000000000000000000000000000000000061422303e4a59627481919ea7b8c5d6e8fbffffffffffffffefdfd2c4b8a99f927f6b60544538291b0d000000000000000000000000000000030a151d2025292c2e30313233333333323231302f2f2e2d2c2b292623201d15100b08010000000000000000000000000000000000000003090c11171f21262a283236393b3d3f4143444545464646464545444342403f3c393633292a26211e170f0d07000000000000000009151d20262a2b2c2c2c2b2a2a2929282624201d150901000000000a161e21262a2c2e2f2f2e2b2824211a0f080000000000000002101927313536434a4d505254565656565554514c483b38352b1d150a000000000000000000000000000009192731434f5b63707b858d959b9faaa7a9abacadacacacacaba9a8a7a4a69d98907b6550362614010000000000000000000000000000000000000000000a1a3545525a6267696a686661574a3e2d3d4a4e5761636464615859524d41301e0a000000000000000003172939464c566065696c6e70717272727272727171706f6e6e6d6c6b696663605656504b4336352b1f170c00000000000000000000000000000000000000000000000000000000000008162230393c39464b4d4e4e4f4f4f4f4f4f4f4f4f4f4f4e4d4d4b46394543403b37342a24211a0f07000000000000000000000000000000000000000000000000000000000000000000000412202d3b4855606b7c899ea7b8cce0f5fffffffffffff8e4d2c1b5a69d8b7d69614a4336281a0b00000000000000000000000000000000000002090b101417191b1c1d1d1d1d1d1d1c1c1b1a191918171614110e0b0902000000000000000000000000000000000000000000000000000000040a0c1115151d202326282a2c2d2e2f303031313030302f2e2d2b292724211e1715110c0a0300000000000000000000000001080b111516171716161515141412110f0b08020000000000000003090b111517181a1a1916130e0c07000000000000000000000009151d20253035383b3d3f40414141403e3b37342a2220190e020000000000000000000000000000000009151d323d4a4e5e6670787f858a8f929496979797979796959493918f8c88837c665d4c38180800000000000000000000000000000000000000000000001727353c494d52545553504b46392d202d3639464b4e4e4e4c473a3d39302313010000000000000000000b1b293338454b505457595b5c5d5d5d5d5d5d5c5c5b5a595958575653514e4b45383b35302620190e04000000000000000000000000000000000000000000000000000000000000000004121d2427293236383839393a3a3a3a3a3a3a3a3a39393838363229302d2a26221f180f0d070000000000000000000000000000000000000000000000000000000000000000000000000002101d2b37444b5e6678899eb3c8def3fffffffffffff2ddc9b5a39b887b675f4f433025180a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002090b0e1012141618191a1b1b1b1b1b1b1b1a19171614120f0c0a03000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001080b131c202326282a2b2c2c2c2b2926221f180d0b050000000000000000000000000000000000000001141f2d36404c515b636a70757a7c7f80818282828181807f7e7c7a77736e665e4c3f2f1c00000000000000000000000000000000000000000000000009171e2c35383d3f403e3b3632281b101a2129323638393937332927251e130500000000000000000000000b171e2731363a3e424446474748484848484746454544434241403e3b3936312726201c1408060000000000000000000000000000000000000000000000000000000000000000000000000a0f11161e212223242424252525252524242424242322211e161b1815110c0b040000000000000000000000000000000000000000000000000000000000000000000000000000000002101c2936434a5f677c8c9fb4cadff4fffffffffffff0dbc6b09b8578655d4d41321c13080000000000000000000000000000000000000000000000000000000000060c0d1316191a1a1a191715120e0b0802000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001080b0e1012121211100e0c0903000000000000000000000000000408050000000000000000000000000000000000000000070b0e111314161617171514110d0b050000000000000000000000000000000000000000000000010f1a212f383d494e55566064676a6b6c6d6d6c6c6c6b6a686764625958504c402f211100000000000000000000000000000000000000000000000000000e19202327292a2926211e160b00070b161e21232424211f1712100a0100000000000000000000000000030a151d2025292c2e30313233333333323231302f2f2e2d2c2b292623201d15100b08010000000000000000000000000000000000000000000000000000000000000000000000000000000000030a0c0d0e0e0f0f0f0f100f0f0f0f0f0f0e0e0d0c0a03000300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000513202d3a4654606a7d8c9fabbccfe3f7ffffffffffffedd7c2ad988274645c4b45382b1d0f0100000000000000000000000000000000000000000000000000010a0e192023282b2e2f302f2e2d2a2724201d15090c020000000000000000000000000000000000000000000000000000000000000000000002080b0d0f1010100f0e0c0b0801000000000000000000000000000000000000000000000000000000000000000000000002090b141d202325272727262523211e16140e0c06000000000000090f11191e1b0c0a040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007121c242c353838454b4f525456575857575757565453524f4c473b3b382f221103000000000000000000000000000000000000000000000000000000060c0d12141513110c090300000000030a0c0e0f0f0c0a040000000000000000000000000000000000000002090b101417191b1c1d1d1d1d1d1d1c1c1b1a191918171614110e0b09020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011523313e4a5861727f929faabbc9d9ebfeffffffffffffefdac5b2a098867a6b6056483b2d1f1002000000000000000000000000000000000000000000000005121d242c35383d41434445444442403d39363127261f14060000000000000000000000000000000000000000000000000000000000060c0e14151d202324252525242322201d1415110b090200000000000000000000000000000000000000000000000000000000000a151d20263135393a3c3d3c3c3a38363228292321190e08020007111c23262e3330221f180c00000000000000000000000000080e1015181a1c1b19140d0b0500090f1116191b1b19130b09030000000000000000000000000000000000000000090f1a21232832363a3d3f41424242424241403f3e3c3a37342a26231c1104000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060b0d120b0902000000000000000000000000000000000002090b110d0b0500000000000000000000000000000000040a0c0d0b090200000000000000000000000000000000000000000000000000000009151d33414e5c647683959db4bbc8d8e7f7fffffffffffffff5e1cebeb2a49c8c807462594a3d2d20100200000000000000000000000000000000000000000000122330393c494d525658595a5a595755524e4b44373b322414010000000000000000000000000000000000000000000000000001080e1a21232927313638393a3b3a3a39373531262b26211e160b080100000000000000000000000000000000000000000000000004141a28323637444b4e5051525151504e4b46393e38352c201d15101b222f383b44484537332a1c0c0000000000000000000003111c23252a2d2f31302e29222018121c23262b2e30302e28211e160a000000000000000000000000000000000000000000060c0e161e2124272a2b2c2d2d2d2c2c2b2a292725221f18110f09000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000030a0c0d0d0c090300000000000000000000000000000000000000010001080b0c0d0e0f10111111111111100f0f0d0b0902000000000000000000000000000000000000000000000000000000000000000000070d0f19202327211e160a0000000000000000000000000000000a151d2027221f180d07000000000000000000000000000c181f2222211e16150f0d07000000000000000000000000000000000000000000000919273143505f687a8799a1afbcced8e6f6fffffffffafffffffeecdccec2b5aa9f968578645c4a3e2e20100200000000000000000000000000000000000000000b1b30414d515a62686b6e6f6f6f6e6c6a67636055534f42321f0f00000000000000000000000000000000000000000000000009141d202c35383f37444b4d4f4f50504f4e4c4b4437403b363228201c1408000000000000000000000000000000000000000000000b171f3138454b5355606365676767666563615759544d493c3631271e2d36404c50595d5a4c473a2a1b0b00000000000000000311212e373a3f43454645433e37342b222f383b40444646443e3632281b0a000000000000000000000000000000000000000000000002090b0f121516171818171717161513120f0d0b050000000000000000000000000000000000000000040a0c1114151516151412100d0b050000000000000000000003090b101519161e212223211e160b0000000000000000000000000001080b0e13161a141d20212224252626262626262625252422211e1618140f0b08010000000000000000000000000000000000000000000000000108101b22242b35383c3632281a0f01000000000000000000000003131a2832363c37342a211a0f03000000000000000000000c1c2a3437373632282b24221b10090200000000000000000000000000000000000008182737444b616a7d8b9da5b3bfcce2eaf6fffff5f0eee4eff1f7fffaece0d2c8bbb4a39b887a645c4b3f2e2110010000000000000000000000000000000000000417293a4d5f6771787d808384858483827f7c79756f69604f3d2d1a070000000000000000000000000000000000000000000111192631353d494e54595560626465656564636160555955504b4538353026181204000000000000000000000000000000000000000b1b2933424e5660686f75787a7c7c7c7b7a7876726e69635b534b4437323e4a4f5e666e7370615847392918080000000000000011212e3f4b4f55585a5b5a58534c483b30404c5056595b5b59534b453928160300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c171f2126292a2b2b2b292725221f180d090000000000030a0c161e21252a2f29323638383632281b17090000000000000000000909141d2024282c2f2631353738393a3b3b3b3b3b3b3b3b3a39383632282e2924201d14090700000000000000000000000000000000000000000008141c202d363a3c484d514b45382d1f12040000000000000000000b171e3038454b514c473b362d1e160a000000000000000009192a3a474c4c4b4538403a362e201d150a00000000000000000000000000000000011426364455606d80929fa9b6c3d0ddeafefffbede2dbd8cfdadce3eefcfef0e6d9cec1b5a69d897a645d4b3f2e1f0f0000000000000000000000000000000000000a1f334658677d868d929698999a99999795928e89847e695b4a36210c000000000000000000000000000000000000000009151d2f37444b525b63696e727578797a7a7a79787775726f6a666056514b4336301f170c00000000000000000000000000000000000a1a293a464c6068757d84898e8f919291918f8d8b88837e78716860554b464b5c646f7b83888476615746362614010000000000081c2e3f4b5d656a6d6f71706e69625948414d5e666b6e70706e68605745321e110000000000000000000000000000040a0c10121211100e0c0a030000000000000000000000000000000000000000000000000000000000000000000005131c2933373c3f3f4041403e3d3a37342a231c120400000b161e212832363a3f4439464b4d4d4b46393527170000000000000006111c23263135393d414437444b4c4d4e4f50505151515150504f4e4d4b4538433e39353126221b100600000000000000000000000000000000000210182630353e4a4f575a626760564a3d2f221406000000000000010f1b2933414d56606662594e4a3d32281b10020000000000021527374759616260565a554f4a3e3631271a110100000000000000000000000000000c1c304354607381959eb4bac7d4e1edfbfffaecddcfc6c3bac5c8d1deeefdfff6ebe2d2c4b7a79e8a7b655d4b3d2d1e0e00000000000000000000000000000000000c21364c61768b9ca4a7abadaeafafaeacaaa7a99f9a8e79634e39240e000000000000000000000000000000000000000a1927313f4b55606771787e83888a8d8e8f908f8f8e8c8a8784807b756e6660544c4033291c0e000000000000000000000000000000021527384658616e7e8892999ea8a5a6a7a6a6a5a3a59d99938d867e74655d57616c7a8490999d9a8675615443301c0e00000000000e23374b5d657b7f82848685837e77624c4d5f677b80838585837e75604b3f2f1c090000000000000000000000080c181f22252727262523211e1718130f0b0801000000000000000000000000000000000000000000000000000000001323303a474c5154555556555352504c473b382f2212020d1b29323638454b5055595c5761626261575245351c0c00000000000e19202f3837444b4e5256595c556061626364656666666666666564646260565b58544f4b4437362e21190e0000000000000000000000000000000513202d36434b525c646c72787c75635b4c40312414060000000002101f2d39464b5f67757c776e635b4b45392e20120400000000081d3144556e777776736f6a645c534b45382f1c14080000000000000000000000000c1c30414b607282979fafbccdd7e5f1fffffcecdccebfb2aea5afb4c0d1dfeffffffeefe2d4c5b8a89e8a7b655b4a3c2b1b0b000000000000000000000000000000000f24394f64798ea9b5c2c0c3c4c4c4c3c1bfc7bab4a48f7a644f3a250f0000000000000000000000000000000000000a1a2837444b5d65737d858d94999d9faba4a4a5a5a4a3aa9f9c99959089837b73665e4c463a2b1e0e0000000000000000000000000000091d314556617683939da6afb4b9c6bcbcbcbbbac3b7b2aea9a39b93877b696775818c9aa2aeb2a4998372604b3c2b19050000000215273750657b8f94989a9b9a989384705b55677d9095999b9b9993836f5d4c38230e00000000000000000003111c232a33373b3c3c3b3a393633292d2924201c140c0a03000000000000000000000000000000000000000000000000081830414d586166696a6a6b6a6967656259504c402f20101d2b39464b535660656a6e7174767778766d63523a2a18040000000e1e2c35404c50556063686b6f7174757677797a7b7b7b7b7b7b7b7a7a79777674716d696460554f4a3e352c1e1002000000000000000000000000031323303e4a546067707a82878d918679665e4e423224140600000210202d3d4a57616e7d87918b83796b60574b3e302212030000000b20364b60748c8c8b8885807a726860564c3f302618090000000000000000000004172a3a4d5f6c8196a0b1becce2eaf5fffffeeedecebeb1a1998f9aa2b4c1d1e1f1fffffff2e3d6c6b9a89e8979635a483a2918080000000000000000000000000000000f253a4f647a8fa4c7d2d5d8d9dad9d8d7d4d7cdc8a28d78634d38230e0000000000000000000000000000000000091928384555606c7b86929ba3a9aeb2b4bcc9bababab9c8bbb4b2aeaaa89f9990867c6e6158483c2b1c0c000000000000000000000000071b2d3e4b60748499a1b3b7c4c9ccd6d1d1d1d0cfd4cbc7c3c1b5b1a59c8c7e7d87969fabb4c0c2b3a1937e695a4835200b000000081d3144556e8398aaadafb0afada28e79636074879dabaeb0b0aea1907b65503b261000000000000000000714212e373a474c50525151504e4b4639423e39353026211e160b07000000000000000000000000000000000000000000001325364d5f67767b7e7f8080807e7c7a7772665e4c3e2e1b2b3b4857616870757a7f8486898b8d8d8b816d5947341f0a000006192c3c494d5e666e74797d818486898a8c8d8e8f90909090909090908f8e8d8b8986837e79746c645c4d493c2e2010000000000000000000000000112230414d5c64737d858f979da5a49c8a7c68604f43322514040110202e3e4a5b637582919da69f988b8075645c4c403021110000000e23384d63788daaa69e9a958f877e74655d4b43362619090000000000000000000a1f334758677d929fb0becedceafdfffffff0e0d0c0b1a097837a849aa3b4c3d3e3f3fffffff3e4d6c6b8a79d88786258463625130000000000000000000000000000000f253a4f647a8fa4b9cfe4edeeefeeeeeceae2cebbaa8c76614c37210c00000000000000000000000000000000011426374556607381909ca4b0b5c1c3c7cacfd9cfcfcfced8cec9c7c4c6bab4aea49c918376625a483a2a180400000000000000000000000d22364a5c6c8197a2b3bfcbd5dee1e8e6e7e6e6e4e6dfddd8d2c9c3b6aa9f94929da5b4bcc9d1d0bfb49e8a78624d3928160300000b20364b6075899eb4c2c4c6c5c0a8927d68667b90a5b6c3c5c5bfac97826d57422d1800000000000000041425323f4b4f586165676766656361575b57534f4b4336363229221b100800000000000000000000000000000000000000071c304354677d8a91949495969593928f8c877c665c4b372234485962757e858a8f94999c9ea7a2a29f8c77614c37220c00000c2035495a63707b83898e9296999c9ea8a1a2a3a4a5a5a6a6a6a6a5a5a4a3a2a79e9b98938e88817a6f635b4b3e2e1b0800000000000000000000091c2f404d5f677a85929ba3acb2b7b6a89e8c7e69614f433222120f1f2e3f4b5c64798698a0b2b7b4aa9f96877a665e4c402f1d0d00000e24394e63798ea3b8b3afaaa49c93877b6b6054443726140100000000000000000c21374c6176899eb3bdcddcecfafffffff3e3d3c2b4a29781726574859ba5b6c5d6e6f6fffffff4e4d6c5b7a69c8676615443301c0700000000000000000000000000000f243a4f64798fa4b9cee4f9fffffffffff4dfcab49f8a75604b35200b00000000000000000000000000000000081d314455607483969fb1b6c2c9d2d8dddfe3ebe4e5e4e4eae2dfdcd9d7cdc9c2b5b1a0988678625847331f1201000000000000000000031629394e647a8d9fb5c0cfe0e7f2f5edebe2dfe1ebedf4f2eee5ded3c8bbb4a9a7b2b7c3cfd9e0cfc6b9a896816c5746321e0900000f253a4f647a8fa8b9cdd9dbd5c0ab95806b6c8196acc3d4dadac7b29c87725d39291603000000000000122232434f5d6570777a7c7c7b7a787674716d68646054524b4639372e231c110600000000000000000000000000000000000b20354a6073879da9a9aaaaabaaa8a7a5a59d8c7a644f3a24374d627789939a9faaaaaeb1b3b9c5bcab907a65503b251000000e23384d63788590989ea7a7abaeb1b3b9c6b7b8b9babbbbbbbbbbbbbab9b9c5b9b3b0ada9a79e978f8479645c4b37220d000000000000000000000f23384c5e677d8b9ba3b0b5c1c7cac6b9aa9f937f69614f40301f1c2d3d4b5d647a899ca4b2becbc8bbb4a59d8b7c665e4c3c2b1905000e23384d63788da9bac8c4c2b6b1a59d908072605544311d14010000000000000014293e53697e93a7b8ccdbebfafffffff6e6d6c5b6a49a847360566177879da7b8c8d8eafdfffffff3e3d4c4b6a4998372604a35200b00000000000000000000000000000e24394e63798ea3b8cee3fffffffffffff2ddc8b29d88735443301c08000000000000000000000000000000071a2d3e4b60738399a1b0bdcad3dde4eef2f4f7fefffafafffdf7f4f1eee9e1ded2c9beb2a49c8676614c41301d0a0000000000000000000a1e3246576e8399abbccfdeedfaebe0d8d6cdcaccd6d8e0ebf9f8f1e6d8cecabebcc7cad4e3d5cbbeb2ada29a8976614b36210c0000152a3f546a7f94a9c6d7e9ecd7c2ac97826d72879db2c7dcf0dec9b49f89745746321e0a000000000008182f404f61697b848c909191908f8e8b8986827e79746d6761574f4b3e372e211a0f000000000000000000000000000000000f24394f64798ea5b7c7bfbfc0bfbebcc3b6ab947e69543f293c51667b91a7afb4bbc8c3c6c9ccd6c9a8927d68533d28130000132536566b8196a3adb3b9c5c0c4c6c9ccd6cccecfd0d0d0d0d0d0d0cfcfced6ccc9c6c2c5b8b3aca29a897a644f3a250f0000000000000000000011263b50667c8c9fa9b5c1c9d2dcdfd7c8bbb49d947f695e4d3d2d293a4a5b647b8a9ea7b6c2cfdfd8cec3b7a99f8b7c655a4834200b000b20354b60758a9fb4c9dad3cac3b6b29e968273604b43321f0f0000000000000011263b51667c90a2b4c4d5e3f1fffffeebd9c8b8a79c8676615547596379899eaabbcee2e9f8fffffff2e2d3c2b3a1927d68533d281300000000000000000000000000000d23384d62788da2c7d7e9fcfffffffffff0dac5b09b85705b362614010000000000000000000000000000000d21364a5c6a8095a1b3bfcddee5f0f8fffffffffffffffffffffffffffffcf6f0e5decfc2b6a499836f5f4d3924100000000000000000000c21364b61768a9fb4c9daecfcebdbcdc4c1b7b5b7c1c4cddbebfdfff6eae2dfd3d2dddfe6d5c5b8b3a0988e857c665746321e090001152737596e8399aec3d8eeedd8c3ad98836e788da5b7cadff4e1cdbaa98b76614b36210c00000000001325364c5e697f8d9aa2a5a7a6a6a5a3a79e9b97938e88837d766d645c4f4b3f352c1c13080000000000000000000000000000142a3f54697f94a9c3d4d4d5d5d5d3d1d4c9a8937e68533e293c52677c91a7c5c9ced8d9dbdee0d4bfaa947f6a553f2a1500071c30435471869bb0c1c9ccd6d6d9dbdee1e8e2e3e4e5e5e5e5e5e5e5e5e4e3e8e0dedbd8d5ccc8c0b4a79c86725c47321d070000000000000000001d32485d72879daabac7d2dde4eff4e6d9cebbb59f8d7c665b4a393647586379899ea8b8c5d3e0eceae2d4c7baa99e8978624d38220d00081d3144556f8499afbccddfded4cabcb0a098826d614f3d2d18080000000000000b20354a6072849aa6b7c5d4e1edfbebe2cebbaa9e89786358463a495b657b8c9fb4bbcbdaeafcfdf7ebe3d3c4b5a4927d67523d281200000000000000000000000000000c21364c61768ba9bacde1f6ffffffffffedd8c2ad98836d58432e18000000000000000000000000000000081b2e3e4e647a8c9fb4bfd0deebf9fffffffffffef8f6f7f8fafefffffffffffffff8ede0d3c2b3a1917c67513f2e1b08000000000000000011273c51667c91a9bacee7f7f4e4cdbdb0aba2a0a1abb0bdcde0f3fffffef7f4e9e7f2f4e0cbb8a69e90827970665e4c3928160300081d31445572879cb1c7dcf1edd8c3ae98836e7b91a6c3d4e6f9e9d7c7a18c76614c37210c00000000071c304354667c919fabb4c0bcbcbbbac5b9b3b0aca8a79e989289827a70655d4e493d3025180b00000000000000000000000002162838596e8399aec3d8e9eaebeae8e7d1bca7927c67523d273d52677c92a7bcd1e2eaeef1f3ebd5c0ab96806b56412b16000b20354a60748a9fb4c9dee0e8ebeef1f3f5fcfff8f9fafafbfbfbfbfafaf9fffbf5f3f0ede7e0ddd0c5b39d88735e48331e090000000000000000001e33485d73879db2c8d7e5f0f8fffff6ebe2cfbcab9e8a7963574643546176879da7b9c6d5e3f1fffef1e5d7c7b8a799836e59442e19000114263750667b909eb0c1d2e6e6dfcdbeb2a0947e695b4a362513000000000000071c3043546278889da7b7c3d0e0e8e2ccbcb49f8c7c655a493a2c3d4b5d687d929daebccce1e9e9e1d9cfc3b6a69c8674604b36200b00000000000000000000000000000a1e33465774899fb4c9def4ffffffffffead5c0aa95806b55402b160000000000000000000000000000000d22374b5c6f849aaabbceddedfcfffffffbf5f3e9e3e1e2e3e5e9eef4f6fdfffffffffef0e0d0bfb19c86715d4b37220e0000000000000000142a3f54697f94a9c7d8eafce9d7c6b09f968d8a8c969eb0c4d8edfffffffffffefcfff3ddc8b39e887c6e635b504c402f1b0b00000b20354b60758a9fb4c9dff4edd7c2ad98826d7f94a9bfd4e9fce8d6c6a18c76614c37210c000000000b20354a6073879cb2bcc9d1d1d1d0cfd6ccc9c6c2c5b8b3ada89e978f857a6f635b4a4336291b0c0000000000000000000000091e32455672879db2c7dcf2fffffffae4cfbaa58f7a65503a283d52677d92a7bcd2e7fdffffffebd6c1ac96816c57412c17000c22374c61778ca9bacee2f5fbfffffffffffffffffffffffffffffffffffffffffffffffffbf5eeddc8b39e88735e49331e09000000000000000000192e43586e8298adbfcfe2f3fffffffffeecdac9b9a89c8675614b4a60728399a5b6c5d6e4f3fffffffff5e5d5c5b29d88735d48331e00000923384c5e6b8096a3b5c8d9ebeadccfbeb49f8c79635443301c07000000000000132536485a647a899da5b3bfccd5cebcaf9e937e685e4c3c2c1f2e3f4e5f697f949eafbccdd7d7cdc9bcb4a59c8879635645321d090000000000000000000000000000031729395c72879cb1c7dcf1fffffffffce7d2bda7927d68523d28130000000000000000000000000000021527384f647a8fa2b4c8d9ebfbfffffff3e8e0ded4cecbccced0d3d9dfe2eaf5ffffffffffeddecab6a48f7a654f3a25100000000000000000162c41566b8196abc0d6ebf6e1cdb9a896817875778096abc1d6ebfffffffffffffff9e4cfbaa48f7a665e4e493d382f22110000000d22384d62778daabbcee2f7ebd6c1ac96816d8297adc2d7ecf5e1ccb9a88b75604b36200b000000000f24394f64798ea4b6cadae7e6e6e5e4e8e0dedbd7d5ccc8c6b9b4aca29a8f8479696054463a2a1c0d000000000000000000000b21364b60768a9fb4cadff4fffffffce9d6c6a38d78634e38283d52687d92a7bdd2e7fcffffffecd7c2ad97826d58422d18000e23394e63788ea3c7d8eafdfffffffffffffffffffffffffffffffffffffffffffffffffffffff3dec8b39e89735e49341e0900000000000000000010253a4f657b8fa0b2c4d5e6f6fffffffff7e7d7c6b6a497826d61616a8095a1b3c3d4e4f4fffffffffff1e3cfbcab98826d58432e180000091c2f404b6073859baabbcee2f7ece2cebbaa9a8572604a35201000000000000008182b3c4a5c64798799a1b3b8c5bbb49e95806a604e402f1e112131414f616b80959eb4bac7c7bab4ab9f978779635b49382815020000000000000000000000000000001a2f455a6f849aafc4d9effffffffffce9d7c7a58f7a65503a25100000000000000000000000000000091d3145566d8298adc0d1e6f6fffffff3e3d5ccc8bfb8b6b7b9babec4c9cdd7e5ebf9fffffff9e5d3c2ab96816b563625130000000000000000172d42576c8297acc1d7ecf3dec9b49e8974626063788da3b8cde2fff8f4f3f4f7feffe6d0bba6917b665847362c231c11040000000f24394f64798ea4c8d8dfe2e7d5c4a8937e6f849aafc4d9eff3dec9b49e89745544311d080000000013293e53687e93a8c3d3e6f7fffbfbfffbf5f3f0ece7e0ddd6cdc9c0b4b0a1998a7e726158473a2a1d0d0000000000000000000f24394e64798eabbccfe3f7fffffff5e1cdb9a88b76614b36283d52687d92a7bdd2e7fcffffffedd8c3ad98836e58432e19000e23394e63788ea3c7d7e9fcfffffffffffffffffffffffffffffffcfdfffffffffffffffffffff1dcc7b29c87725d47321d080000000000000000000e23374b5d6e8398a6b8c8d9ebfefffffffff4e4d3c2b1a0937f6e6f7f949eafbfd0e1f1fffffffffff1e1d2c1b59f8d7a644f39240f000000121d31445563798c9fb4c9d9ebfeead8c8b4a2917c66513e2d1b070000000000000e1e2d3d4a5b637683929ea7aeaa9f94806b625042312111031323324350626b80929fa9adaba99f978c8275635b493d2c1a0a00000000000000000000000000000002182d42576d8297acc2d7ecfffffffff6e1cdbaa98c77624d37220d00000000000000000000000000000b20364b6075899eb3c9deeefffffff3e3d5c5b8b3a9a3a1a2a3a5a9aeb4bac7cedbebf8fffffff0dbc6b09b86715443301c0700000000000000162b40556b8095aac0d5eaf4dfcab49f8b766b6b708096abc0d6ebece3dfdddfe3ebf7f2ddc8b29d8776615443301c1100000000000f24394f64798ea4c5c7caced9cbb8a68f7a70859bb0c5dae7e8dbc5b09b85705b3727150200000001172c41566c8196abc1d6ebfffffffffffffffffffffbf5f3e9e1ded1c8bfb3a99f9384766158473b2a1909000000000000000012273c51677c91a6c9d9ebfefffffff3dec9b49e8974574632283d53687d92a8bdd2e7fdffffffeed8c3ae99836e59442e19000d23384d62788da9bacde1f5fffffffffffffffffffffffff6f0eee7e8eaeff4f6fdffffffffffefdac5b09a85705b45301b06000000000000000000081c2e3f4c6277889eaabbcee2ebf7fffffffff1e0cebeae9d938384949daebcccddedfffffffffef0e1d3c3b5a396816c5c4a36220d000000011527374a5b6c8197abbccfe3f7f6e6d1c0b09b85705c4a36220d000000000000000f1f2d3d4958616f7d899398978c7f6b6251433324140300051525334450626a7d8a969895918a82796d6157493d2c1f0f0000000000000000000000000000000000152a3f556a7f94aabfd4e9fffffffff4dec9b49f8974594834200b000000000000000000000000000010253b50657a90a8b9cce1f5fffffbe8d5c5b8a79e948e8c8d8e9094999fa9b1bdcddaebfcfffff4dec9b49f8974604a35200b0000000000000014293e53697e93a8c3d3e6f7e2cebbaa9b85808185969eb0c4d8e1dacfcac8cacfd9e7efdfcbb7a6998372604a3f2f1d0d000000000e23384d63788da7aeb2b4bbc8c2b39d887470859ab0c5d3d2d3d4c3ac97816c57422c170000000004192e44596e8399aec3d8eefffffffffffffff7f1efeef1f3f8f5eee3dcd0c7bab4a19a85766259473726140100000000000000142a3f54697f94a9bed4e9fffffffff1dcc7b29c87725d3929283e53687d93a8bdd2e8fdffffffeed8c3ae99836e59442e19000b20364b6075899fb4c7d8e7f5fffffffffffffffffffbede3dbd9d1d3d5dadfe2eaf3f5fbffffedd8c3ad98836e58432e1903000000000000000000001120344859657b8c9fb4bbcfd9e7f5ffffffffecdccbbbaea0989aa1aebbcbdaeafbfffffffceee0d2c3b6a59b8574604b3e2d1b070000000009192d3d4d62788c9fb4cadff4ffefddc8b4a38e79644e39240f00000000000000010f1f2c3a474c5f68767e83817969615144342515060000000716263343505f68788183807b766d635b4b46392c1f0f01000000000000000000000000000000000012283d52677d92a7bcd2e7fffffffff1dcc7b19c87725c3b2b18050000000000000000000000000000142a3f54697f94a9c6d6e8fcfffff5e0ccb8a79e897f797677797b7e848a979fb0bccddff3fffff6e1cdbaa98c77624c37220d000000000000000f24394e64798ea5b6cadff1ebd9c8b5a39b96969ba3b0bccdd7cdc9bcb5b3b4bcc9d2dfe6d4c4b3a1947f6a5d4c3b2b19090000000b20354b60738995999d9faaa2a1a496806b6e8499aeb6c2bdbec9b7a5907b65503b251000000000061b30465b70859bb0c5daf0fffffffffffeefe4dddad8dcdee5f0f7f7eee5d7cdbfb3a39b8677625544311d1100000000000002172c42576c8197acc1d6ecfffffffff0dbc6b19b86715c4631293e53687e93a8bdd3e8fdffffffedd8c3ae98836e59432e1900081d31445570859aa9bac9d7e5f2ffffffffffffffffedddd0c7c4bcbdc0c4c9cdd7dde0e7f0f4e7d5c5aa957f6a55402a15000000000000000000000005182b3b4b5d687e929db4bcc9d7e4f2fffffffae9d9cbbeb2adafb3bfcbd9e9f8fffffffbedded1c2b5a59c87776256453120100000000000000f2035495a6f8499aec8d8eafdf8e4d1c1ab96816c563d2c1a0600000000000000010f1c2a33414e5761696e6c635b4f4334261607000000000008162533414e5a626b6d6b6661574e4a3d33291b0f0100000000000000000000000000000000000010253a50657a8fa5c8d8eafeffffffefdac4af9a856f5a45301a000000000000000000000000000000132536586d8298adc2d7edfffffce8d6c6b39e89796a6361626465696f7781969eb0c4d8edfffffde9d7c7a38d78634e38230e000000000000000d21364a5c72879cb2c3d3e6f6e6d2c1b5b1ababb0b4c1cdd7c7bab4ab9f9e9fabb5c1d1dfe2d0bfb49f8d7b655948372715020000081c304354647a7f84888a8c8d8c8b8676616a7f959ca4a5a7a9a8ab9d8773604b35200b00000000081d32475d72879cb2c7dcf1fffffffff7ebe3d1c8c5c3c6c9d2dce3eefcf5e9e1d0c1b5a49a8473604b3f2e1c080000000000041a2f44596f8499aec4d9eefffffffff0dbc6b19b86715c3b2c2f3e53697e93a8bed3e8fdffffffedd8c3ae98836e59432e19000215273750657b8b9fabbac7d4e2eefffffffffffff6e3d0bfb3aea7a8abafb4bac7c8cbd5dbdfe0ccb8a7907a65503b25100000000000000000000000000d1d2f3f4e60697f939fabbac6d4e2effdfffff7e9dccfc6c3c4c7d0dee9f7fffffff8ebdccfc0b4a39b87786259473827150200000000000006192c3c52677c92aabbcee2f7ffefddc7b29d87725b4935210c0000000000000000000c171f3139464b5459574e4a3d3225160800000000000000071523313c484d565856514b4639362d1e170b00000000000000000000000000000000000000000d22384d62778daabbcee2f7ffffffecd7c2ad97826d58422d180300000000000000000000000000071c30435471869cb1c6dbf1fffff5e1ccb9a8927d685b4e5d6567625a59616c8096abc0d6ebffffffe3ceb9a38e79644e39240f00000000000000071a2d3d54697e93a4b6c8d8eaf0dfd2c9c6c0c0c5c8d1e1cdbaa99f948b888c9ba3b4c1d1e2e3cfbcab9e8978625544311d120000011426364a5c646a6f727577777776726158617680878c90929393918c7c665443301c0800000000031628385e73889eb3c8ddf3fffffff7e7d9cfc0b4b0aeb1b5c2c8d1deebf9fceedfd2c2b4a295806b5d4b3723110000000000061c31465b71869bb0c6dbf0fffffffff2dcc7b29d877259493c443a53697e93a8bed3e8fdffffffedd8c3ad98836e58432e1900000923374b5d677d8d9fa9b7c4d0e3ecf7fffffffff0dbc7b3a1999293959a9fa9adb3b8c5c6cacec6b39e8874604b35200b00000000000000000000000000112131424f61697e8d9fa8b7c4d1deebfbfffffaede2dad8d9dce3eefcfffffffde9dacdbeb2a29a8577625a493b2a1a0a00000000000000000e21364b61768a9fb4c9dff4fff4dfcab7a58e78634e39230e0000000000000000000004131b2933363e434239362d1f140700000000000000000005131e2b35384143403c363329211a0f030000000000000000000000000000000000000000000b20354b60758a9fb4cadff4ffffffead5bfaa95806a55402b1500000000000000000000000000000b20354a60758a9fb4c9dff4fffff3dec9b49e8975604b57657b7c78716a6767798ea3b8cee3f8fff8e3ceb8a38e79634e39240e00000000000000000f20364b6074879caabbcee2ebf0e5dedbd5d6dbdde4dec9b49f8b7f767378859ba3b4c4d4e6d9c9b8a79b8474604b402f1c09000008182d3e4a4f5559556061626260574c4758616b72777a7d7e7e7c78665e4c3626140100000000091e324556748a9fb4c9dff4fffffeebd9c9bcb4a29a999ca4afb4c0cddbebfafdefe0d1c0b59f8d7b654f402f1c09000000000417293a5d73889db2c8ddf2fffffffff4dfcab49f8c77625a5a595a586a7f94aabfd4e9ffffffffedd8c2ad98836d58432e180000081c2e3f4d5f677d8b9da6b3bfcfdae7f4ffffffeed9c4ae99837d7e80858a91979ea6abb0b4bbbaa896806b5544311d080000000000000000000000000003132432434f60687c8a9da6b4c0cde0e8f3fffffef5efedeff1f6fffffffff5eae2cbbcb0a09884766259493c2c1d0d0000000000000000000a1e32465770859bb0c5daf0fffae6d4c3a8937d68533e28130000000000000000000000000b171e21292e2d24211a0f010000000000000000000000000e1920222c2e2b26211e170b070000000000000000000000000000000000000000000000081d31445573889db3c8ddf2fffffee8d3bea9937e69543e291400000000000000000000000000000c21364b61768baabbcee2f7ffffefdac4af9a856f564b607588928d86807d7d8399aec3d9eefffffeebd9c8a28d78634d38230e0000000000000000081d314455647a8c9fb4bccddbebf8f2f0ebebf0f2e6d0bba6917c6a615a6374859ba6b7c8d8e7d5c5b4a297816c5e4c38240f00000010202d36394037444b4c4d4c4b45393a474c5659616568696967625a4c402f180800000000000b21364b60768ba9bacde2f6fffff7e3cfbcab9f918583868e9aa2b0bdcddcecfffeeee3cfbcab9a85705e4c38230e000000000a1f334658748a9fb4c9dff4fffffffff7e3cfbcab9a8478726f6e6f7076869cb1c6dbf1ffffffffecd7c2ad97826d58422d18000000112130414d5f677a889aa1b5bcc9d7e4f1fffff3ddc8b39e8878686b6f767c82888f959b9faaa49f8a77624c37271501000000000000000000000000000006142432424e5e667a889aa2b0bcccd6e3f3fffffffffffffffffffffff2e5d8cebbae9e9682746158483b2c1e0e0000000000000000000003162939566b8095abc0d5eaffffecd6c1ac97816c57422c1700000000000000000000000000030a0c1419170e0c07000000000000000000000000000000050b0d161816110c0a0300000000000000000000000000000000000000000000000000011426375c71869cb1c6dbf1fffffce7d2bda7927d68523d281300000002050800000000000000000d22374d62778ca2c8d8eafdffffecd7c2ad97826d5853697e93a6a39b95929299a1b3c7dbf0fffff7e2cebbaa8c77624d37220d0000000000000000021527374b5c697f949eb0bdcddfefffffffffffffefdac5b09a84786a60566277889daabbcee2e3d1c0b19f907c66513b261100000002101b22242a2731353738373632282a33373b474c50525453524d493c2f22120000000000000d22374c62778ca1c7d7eafdfffff4dfcab49f8d7c706e717984969fb0becfe2f3ffffecdac9b4a2907b65503c2b19060000000c21364c61768ba9bacde2f6fffffffffeebd9c9b4a29a8c87858484868a9ca4b5c9def3ffffffffecd7c2ac97826d57422d1800000003132330404d5c647784959fabb9c6d3e1edfbf5e0cbb8a69d8778635b61666d747a80868a8e8f8d7f6a59483419090000000000000000000000000000000006142431404c5c647784969eb3b8c5d6e3f3fffffffffffffffffdefe2d5c7bab49d9480726056463a2b1d0e00000000000000000000000012283d52677d92a7bcd2e7fcffefdac5b09a85705b36251300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002090b0f0e0c0a0400001b30455b70859ab0c5daeffffffbe6d1bba6917c66513c27110c1013171a1d0e0c0600000000000e23394e63788ea3b8cde3ffffffebd6c1ac96816c575a6f8499afb5b0aaa7a7aeb3bfd0e2f6fffff4dfcab49f8a75604b35200b00000000000000000009192e3e4f616b80969fb0c1d1e4f7fffffffffff1ddc8b4a29a8a7f73645c657b8b9fb4bdcedfd2c6b9aa9b85705b46301b0000000000070d0f15151d20222222211e16171f212a34373b3d3e3e3c38352c1e12040000000000000d23384d62788da2b7cde2ffffffeed9c3ae99836e5e595c64738196a0b2c4d5e7fbfff7e7d1c0b09a85705a4935200b0000000e23384d63788da2c7d7eafdfffffffffff7e7d1c0b4ab9f9c9a99999b9fa9b5c2d2e5f8ffffffffecd7c2ac97826d57422d1800000000051322303e4a596172808d9ea8b6c3cfddeafbe7d5c5b6a59d8879655d515460646b7176787a786a614f3b2b18000000000000000000000000000000000000061422303e4a59627481919ea7b8c5d6e8fbffffffffffffffefdfd2c4b8a99f927f6b60544538291b0d000000000000000000000000000f243a4f64798fa4b9cee4f9fff2ddc7b29d88725443301c070000000000000000060c0e11131515161614120f0c0a0400000000000000000000000000000000000101000000000000000000000000000000000000000a151d202423211f1715111a30455a6f859aafc4daeffffffbe6d0bba6917b66513c261f2225292c2f332320190e000000000f253a4f647a8fa4b9cfe4f9ffffebd5c0ab96806b565774899eb4c9c6bfbcbcc3c7d0ddedfffffff2ddc7b29d88725544311d08000000000000000000001020324351626c8196a3b4c8ddf2fffffffffff7e4d1c0b4a89f9485796a60687e939fb1c2cac1b5a89e8c7c66513c271100000000000000000001080b0c0d0d0b0903040a0c181f2225282929272320190e00000000000000000e23394e63788ea3b8cde3f8fffde7d2bda8927d6853404a5460728298a6b8cbe0f5ffffefddc8b4a28d78624d38230d00000010253a4f657a8fa4bacfe4ffffffffffffffeeded1c9bcb5b2afaeafb0b4bac7d2e0f0ffffffffffecd7c1ac97826c57422d1700000000000412202d3a4754606a7c8a9ca4b3bfcce3ebf3e3d3c3b6a69d897b685f4b4b4f5656606364625a4f43321d0d000000000000000000000000000000000000000412202d3b4855606b7c899ea7b8cce0f5fffffffffffff8e4d2c1b5a69d8b7d69614a4336281a0b00000000000000000000000000000d22374c62778ca1b7cce1fffff4dfc9b49f8a75604a35200b000000000000000e19202326292a2a2b2b292725211f170c09030000000000000000060c0e121516161615130f0d07000000000000000000000000000a1a2731363a3937332a2a26242f445a6f8499afc4d9eefffffae5d0bba5907b66503b2a33373a3e41454838352c1e0e0000000f243a4f64798fa4b9cee4ffffffebd6c1ab96816c5660768ba8b9cddbd5d2d2d9dbe2edfbffffffefdac4af9a846f5a372614010000000000000000000002142534444b6073859bb0c5daf0ffffffffffffefded1c6bab4a39b8b7f72606d8297a4b5b6b2a39b8a7c665e4c39240f000000000000000000000000000000000000000000040b0c10131414120d0c060000000000000000000f24394f64798ea4b9cee3f9fffeead8c8a48e79644f393643546176889eb3c7d7e9fdfff7e4d1c0a9937e69543e291400000011273c51667c91a6bbd1e6fbfffffffffffffceee7dacfcac7c4c3c4c5c9cdd7e5f0feffffffffffebd6c1ac96816c57412c1700000000000002101c2a36434b5f67798699a1afbccfd9e7f1e1d3c4b7a79e8b7d6b6055483b454b4e4f4d483c32251500000000000000000000000000000000000000000002101d2b37444b5e6678899eb3c8def3fffffffffffff2ddc9b5a39b887b675f4f433025180a0000000000000000000000000000000c21364b61768ba0b6d8eafdfff6e2cebaa98b76614c36210c0000000000010f1e2c35383c3e3f4040403f3c3a37332a211e160a0000000000030e192023272a2b2b2c2b2824211a0f070000000000000000000002152738454b4f4e4c473a3f3b39373b5a6f849aafc4d9effffffae5d0bba5907b6650383a474c5053575a5d4d493c2c190600000e24394e63798ea3c8d8eafdffffecd7c2ad97826d5860758a9fb4c2ccd6dee0e8e8ebedededecece3d3c2aa947f6a553f2a1500000000000000000000000001142636485a6d8297adc2d7ecfffffffaf4f2efefe4d7cdc1b5aa9f9482746075869ca6a59c928578665e4c40301d0900000000000000000000000000000000000000000000000000000000000000000000000000000000000f253a4f647a8fa4b9cfe4f9fff7e2cebbaa8c76614c3726364758697f94a9bacde1f6ffffedd8c3ae98836e59432e1900000013283d53687d92a8bdd2e7fdfffffffffffff2e7dfddd7d5d4d4d4d6d9dee1e9f5ffffffffffffffebd5c0ab96806b56412b1600000000000000000c182630404d5b637583959eb4bcc9d9ebf1e2d4c5b8a99f92807362594a3e36393a38342b1d150700000000000000000000000000000000000000000002101c2936434a5f677c8c9fb4cadff4fffffffffffff0dbc6b09b8578655d4d41321c1308000000000000000000000000000000000b20354b60758aaabbcee2f7fffdead8c7a18c77624c37220d00000000000f1f2d3c494d51535555555554514f4c473a3632281b0a0000000b171e2c35383c3f404141403d39362d221b10020000000000000000091d31455660646361585955504e4c4d5970859bb0c5daf0fffffde8d2bda8937e68565a5b586165686c6f72635a4935200c00000d22374c62778caabbcee2f7ffffedd8c3ae98836e59546f849aa4b3b9c5c8ccd5d3d6d7d8d8d7dacfc9b6a48f7a644f3a250f000000000000000000000000081c30435462788a9eb4c9def3fffff1e6dfdddadde0e7e1d2c8bbb4a0988372637888948f877d73635a4c4030221200000000000000060c0e1215171a1b1d1e1f20201f1f1e1c1a1815120e0b08010000000000000000000010253b50657a90a5bacfe5fafff4dfcab49f8a755847331f2a3a4c61768a9fb4c9def4fffff1dcc6b19c87715c38281603000014293e54697e93a9bed3e8fefffffffffff2e2d4cbc8c2c0bfbfbfc0c4c9ced8e6f6ffffffffffffead4bfaa957f6a55402a1500000000000000000008141c303d4a57617280929fabbccfe3ebf2e3d5c7bab49e968477645c4d4031252220190d000000000000000000000000000000000000000000000513202d3a4654606a7d8c9fabbccfe3f7ffffffffffffedd7c2ad988274645c4b45382b1d0f01000000000000000000000000000000081c304354748a9fb4c9dff4ffffe2ccb7a28d77624d38220d00000000071a2d3d4a5a6366686a6a6b6b6967646158544b4539281603000e1b29333c494d525455565655534e4a3e362d201000000000000000000b20364b60747a7877736e6a6663626266778b9fb4c9dff4fffffff0dac5b09b85746f6f7173777a7e81848778634d38230f00000b20354a60758a9fb4c9dff4fffff1dbc6b19c8671594d637886959ea7adb3b8c5bec0c2c3c3c1c9bcb5ab9c8673604a35200b0000000000000000000000021528384b6073849aa8b9cde1f6fdefe1d4cac7c5c8cbd5e3e6d8cebeb2a195806b63787f7a73676054493c302212040000000000010f1a2123272a2c2f313233343535353433322f2d2b2723201d150d0b050000000000000010263b50657b90a5bad0e5fafff3ddc8b39e88735e3a2a171f3347586f859aafc4daeffffff4dec9b49f89745645321e090000152a40556a7f95aabfd4eafffffffffff2e2d4c4b7b3adaaaaa9aaabaeb4bbc8d8e7f7fffffffffee9d3bea9947e69543f2914000000000000000002090b121f2d394654606b7d8d9fb4bdcee4f4f3e5d8cebcb0a29a887a665e4e413225160500000000000000000000000000000000000000000000011523313e4a5861727f929faabbc9d9ebfeffffffffffffefdac5b2a098867a6b6056483b2d1f100200000000000000000000000000000b20354a60758aaabbcee2f7fff7e2cdb7a28d78624d38230d000000000c21364a5b63787b7e7f7f80807e7c7a777169605745321e090e1e2b39464b5a63676a6b6b6b6a68645c4f4a3e2d1909000000000000061a2c3d53687e8f8e8c88847f7b7977777b869ca9bacde2f6fffffff2ddc8b4a39b88848486898c8f93969a95806b563d2d1a0700071c30435472879cb1c7dcf1fffff4dfcab59f8c77624c5a63757f8992989ea7a5a9abadaeaeaca9ab9f9b8d7b655443301c070000000000000000000000091d324556687e93a2b4c6d7e9fcefdfd1c3b7b2afb3b8c5ccdaeae2cfbfb49f8c7963626a6460544b43362c1e1204000000000006141f2c35383c3f42444647494a4a4a4a4949474543403c39353127221f180d00000000000011263b50667b90a5bbd0e5fafff2ddc7b29d88725d48331d17293a556a8095aabfd5eafffff6e1cdbaa98b76604b36210b0000162b41566b8096abc0d5ebfffffffffae7d4c4b7a69d979594949596999faabbc9daecfffffffffde7d2bda8927d68533d28130000000000010a0a151d20201d1b2936434a5f687e929fb1c6d7e9fcf5eae2cdc0b4a69d8b7c68604f43331d150a000000000000000000000000000000000000000009151d33414e5c647683959db4bbc8d8e7f7fffffffffffffff5e1cebeb2a49c8c807462594a3d2d201002000000000000000000000000000b21364b60768ba0b5d8eafdfff7e1ccb7a28c77624d37220d000000000e24394e63798d91939495959594918f8b867e75604b36210d1d2b3c4957616f787c7f808081807d7972645c4a3726140100000000000c2135495b71869ca3a69d9994908e8c8c909ca4b5c7d7eafdfffffff7e4d1c1b4a69d999a9b9ea7a5a8acaf9d87725b4a36210c0000132536586e8398adc3d8edfffff8e3cfbcab96816c5e4b57616a757c83888c9093969898989794918b857c665d4c3625130000000000000000000000000b20364b6075889db3c0d1e4f4f7e4d1c1b4a59d9a9ea6afbcccdeede2cebbaa98836e57554f4b43363026180e000000000000031425323d494e525557595b5d5e5f5f605f5e5e5c5a5855524e4b443737342a1d0d000000000011263b51667b90a6bbd0e5fbfff2dcc7b29d87725d48321d13283d53687d92a8bdd2e7fdfffce9d7c7a18c77614c37220c0000172c42576c8197acc1d6ecfffffffff4dfcbb7a69d8882807f7f7f81848b9fabbccfe3f8fffffffbe6d1bca6917c67513c27120000000005121d25273136363228322530414e606c8197a8b9cde1f6fffdebded1c4b7a99f8c7e6961514431271a0a0000000000000000000000000000000000000919273143505f687a8799a1afbcced8e6f6fffffffffafffffffeecdccec2b5aa9f968578645c4a3e2e2010020000000000000000000000000d22374d62778ca2b7cce1fffffce8d6c6a18c77614c37220c00000000152a40556a7f95aba8aaaaaaaaa9a6ab9f9b93816c57422c1b2b3b495a6275838d919495969695928e867a645544311d0800000000000e23394e63798ea4b6b7b3aeaaa5a3a1a2a6b1b5c2d2e5f5ffffffffffefdfd1c4b7b3aeafb0b3b8c5bdc1b7a58e79634e39240e000014293f54697e94a9c3d3e6f9ffffecdac9b49f8c7c6a60564f5660676e73777b7e81828383827f7c7770665e4c3f2f180800000000000000000000000012273c51677c91a6b8cbdeeefff2ddc8b4a39b878588959eafc0d0e3ebd9c8b49f8a76614c3a3530261c1408000000000000000c1f32434f5b63676a6c6f707273747575747473716f6d6a67636055544c483b2a18050000000011263b51667b90a6bbd0e5fbfff1dcc7b29c87725d47321d11273c51667c91a6bbd1e6fbfff7e3cfbcab8b76614b36210c0000182d42586d8297adc2d7ecfffffffff2ddc8b39d88756d6b6a6a6a6b6f7b8d9fb5cadff4fffffffae5d0baa5907b65503b2610000000011223303938454b4b453847464442424c61778a9eb4c9def3fffffceee2d5c7baaa9f8d7f6b624b45382715020000000000000000000000000000000008182737444b616a7d8b9da5b3bfcce2eaf6fffff5f0eee4eff1f7fffaece0d2c8bbb4a39b887a645c4b3f2e21100100000000000000000000000f24394f64798ea4b9cee3f9fff5e1ccb9a88b75604b36200b00000001142636596e8499aec9bfbfc0c0bec9bcb5b19c87725d47322939485962788699a1a7a9aaababaaa8a49c8673604b35200b000000000014293f54697e94a9c2cbc8c3bfbbb8b7b7bbc6c9d2e0f0fffffffffffffdefe2d4cbc8c4c4c6c8ccd5d3d4c3a8937e69533e291400000e23394e63798ea5b6cadff5fffff7e2cebbaa9f8c7f746b6561575d5c596265696b6d6e6e6c6a676158504c402f211100000000000000000000000002172c42576c8197acc4d5e7fcfff0dac5b09b857470757f95a2b4c7dcf6e2cdbaa98f7a644f3a251c140801000000000000000012273b4f6169797c7f8184868788898a8a8a8988878482807c78757069625948341f0b0000000011263b51667b90a6bbd0e5fbfff2dcc7b29d87725d48321d12273c51677c91a6bcd1e6fbfff4dfcab49f8a75604a35200b0000192e43586e8398adc3d8edffffffffeed8c3ae99836e5755555455565c71869cb1c6dbf1ffffffffecdac9a48e79644f39240f0000000a1d30414d52566060565f5d5b595756555870859ab0c5daeffffffffff2e5d7c8bbab9f94806d605645311d0e000000000000000000000000000000011426364455606d80929fa9b6c3d0ddeafefffbede2dbd8cfdadce3eefcfef0e6d9cec1b5a69d897a645d4b3f2e1f0f000000000000000000000012273c51677c91a6bcd1e6fbfff3dec9b39e89745544311d08000000081c30435472879cb2c7d4d4d5d5d3dacfc8b39e88735e49333346576277879ca4b3bfbfc0c0c0bfc2b6a4927d67523929170300000000132536596e8398aec3d8ddd9d4d0ceccccd0dbdee5f0fefffffffffffffffff2e7dfddd9d9dbdee0e8e8d7c2ad97826d58422d1800000c2136495b72879cb2c7d7e9fcfffeead8c8bbaa9f9488807a767472717172747577797b7c7e7e7d75614c362f221103000000000000000000000000041a2f44596f8499aec4d9eeffffe9d4bfaa947f6a56606f849aafc4daefead7c7a6917c67513c2712010000000000000000000014293f54697f8d919497999b9c9e9f9fa99f9e9e9c9a9895918e89857f77624c37220d0000000011263b50667b90a5bbd0e5fafff2ddc8b29d88735d37271514263653687d93a8bdd2e8fdfff3dec9b39e89745443301c070000192e43596e8398aec3d8edffffffffedd7c2ad98826d58393f3f403e5a6f8499afc4d9eefffffff8e3cfbcab8c77624d37220d0000001025394d5f67737575757472706e6c6b6a6b72869cb1c6dbf1fffffffffff5e6d9c9bcb59e958274604b3c2c190600000000000000000000000000000c1c304354607381959eb4bac7d4e1edfbfffaecddcfc6c3bac5c8d1deeefdfff6ebe2d2c4b7a79e8a7b655d4b3d2d1e0e00000000000000000004182a3a556b8095aac0d5eafffff1dcc7b19c87725c372715020000000b20354b60758a9fb4c9dfeaeaeae9ecdcc7b29c87725d4732424c6175859ba5b5c2d0d4d5d5d6d5d3c2af9a846f5746331e0a000000071c30435472879cb2c7dcf1eee9e5e3e1e1e5f1f3f8fffffffffffffffffffffffaf4f2eeeff0f3f5fbefdac5af9a85705a45301b0000061a2c3d546a7f94a9bacde1f2fffff6e6d8c8bbb4a69d958f8b8987878788898a8c8e90929393927e68533e28130300000000000000000000000000051a30455a6f859aafc4daefffffedd7c2ad98826d5d5a6b8095aac0d5eae5d0bba6907b66513b26110000000000000000000004192f44596e8499a7aaacaeb0b2b3b4b4bab4b3b3b1afadaaa7a99f9a947f6a553f2a150000000010263b50657b90a5bad0e5fafff3dec8b39e89735544311d1c3043546c8197acc1d6ecfffff1dbc6b19c86715c362513000000192e43596e8398aec3d8edffffffffedd7c2ad98826d58432d2a2f44596e8499aec3d9eefffffff4dfcab59f8a75604b35200b00000012273c52677d888b8b8a8987858381808080849aa4b5c9def3fffffffffffff6e7dacfbcb0a09784705a4935200c000000000000000000000000000c1c30414b607282979fafbccdd7e5f1fffffcecdccebfb2aea5afb4c0d1dfeffffffeefe2d4c5b8a89e8a7b655b4a3c2b1b0b0000000000000000081f33475870859aafc5daefffffeed9c4af99846f5a442f1a000000000d22374d62778caabbcee2f7fffffff0dac5b09b85705b463d4f606e8399a3b5c3d2e0e9eaebebeadfcab49f8a76614c36210c0000000b20354a60728a9fb4c9dff4fffffaf8f6f7fbfffffffffffffffffffffffffffffffffffffffffffffff1dcc6b19c87715c47321c0000000f22374c62778a9fb4c4d5e7fafffff6e6d8cec4b7b2aaa4a79e9c9c9c9d9e9faaa3a5a7a8a899836e593a2917040000000000000000000000000004192e44596e8399aec3d8eefffff4dfc9b49f8b7b737378869cb1c6dbf1e5d2c2a48f79644f3a240f00000000000000000000011426365d72879cb2bfc1c4c5c7c8c9cacec9c9c8c6c4c2bfc7bab4ac97826d57422d180000000010253b50657a90a5bacfe5fafff4dfcab49f8a75604b35252f3c4b6074879db2c7dcf2ffffedd7c2ad98826d58432d18000000192e43596e8398aec3d8edffffffffedd8c2ad98836d58432e1a2f455a6f849aafc4d9effffffff3ddc8b39e88735544311d08000005182b3b596e8398a6ab9f9e9c9b99979695959aa2b4c2d2e5f8fffffffffffffff7ece3cdbeb1a28d78634d38230e00000000000000000000000004172a3a4d5f6c8196a0b1becce2eaf5fffffeeedecebeb1a1998f9aa2b4c1d1e1f1fffffff2e3d6c6b9a89e8979635a483a2918080000000000000818293a4c61778b9fb4cadff4ffffecdac9ab96816c56412c17010000000f243a4f64798fa4c8d8eafdffffffedd8c2ad98836d58374a5b697e93a1b3c2d2e1f0fefffffff7e2cebbaa917b66513c26110000000c22374c61778ca9bacde2f6fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1dcc7b29c87725d47321d0000000b1f3447596b8096a6b8cbe0ebfbfffff6eae2d4cbc8c0c5b9b3b2b1b1b2b3b4bbc8babcbdb29d88735846331f0a0000000000000000000000000002172c42576c8197acc9daecfffff6e2cdbaa99f9088888c9ca4b5c9def3dec9b5a48c77624c37220d00000000000000000000081c304354748a9fb4c9d6d9dbdcdddedfe2dfdedddcd9d7d5d7cdc2ad98836d58432e180000000010253a50657a8fa5bacfe4fafff7e3cfbcab8d78624d383a404c5a677d92a5b6cadff3fff9e6d4c3a9947e69543f2914000000192e43586e8398adc3d8edffffffffedd8c3ae98836e59432e1b30465b70859bb0c5daf0fffffff1dbc6b19c86715c3727150100000b2034485973899eb3bcb5b4b2b0aeacabaaaaafb4c0d1e0f0ffffffffffffffffffffeadccec0a8937e68533e28130000000000000000000000000a1f334758677d929fb0becedceafdfffffff0e0d0c0b1a097837a849aa3b4c3d3e3f3fffffff3e4d6c6b8a79d887862584636251300000000000013253646586a7f94aabbcee2f7fff8e3cfbcab917c67523c27120000000011263b50667b90a5bbd0e5ffffffffead4bfaa957f6a55445563798b9fb4bfd0e0f0fffffffffffeead8c8aa95806b55402b160000000d23384d62788da2c7d7eafdfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1dcc7b29c87725d47321d00000005182a3b4c6176889db3bccdddecfdfffffdf2e7dfddd5d6ccc9c7c6c6c7c9caced8d0d1cbb7a68b76614c36210c000000000000000000000000000013283d52687d92abbccfe3f6fffdead7c7bab4a69e9d9fabb5c2d2e5ead8c7b19c86715948341f0b000000000000000000000b20354b60758aaabbccd6d6d9dddfe6e4e6e7e9eaebebeceae9d8c2ad98836d58432e180000000010253a4f657a8fa4bacfe4f9fffeebd9c9a6917c67514d4f545e6678899eb3c3d3e6f9fff4dfcab7a58f7a644f3a240f000000182d43586d8298adc2d7edffffffffeed9c4ae99846f59442f182a3b5d72879db2c7dcf2ffffffeed9c4ae99846f59442f1a0000000d22374d62778ca7b8cccac9c7c5c3c1c0bfc0c4c8d1deeefefffffffffffffffffffffaecd7c2ad98826d58432d180300000000000000000000000c21374c6176899eb3bdcddcecfafffffff3e3d3c2b4a29781726574859ba5b6c5d6e6f6fffffff4e4d6c5b7a69c8676615443301c0700000000071c3043546176889eb3c8d9ebfefff4dfcab59f8b77624d37220d0000000012273d52677c92a7bcd1e7fcfffffeebd9c8a6917c67514b6074859ba9bacdddedfeffffffffffffeed9c4af99846f5a3626140100000e23384d63788da2c8d8eaf8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffef0dbc6b09b86715b46311c000000000d1f334758667c919eb0bfcfe2eaf6fffffffaf4f2eae8e0dedcdcdcdddedfe2eae5e7d4c4a38d78634e38230e00000000000000000000000000000d22374c62778c9fb5c8d8eafafff5e5d7cdc5b8b3b3b5bcc9d2e0f0e2cebaa996806b563b2a1805000000000000000000000b20354a60738a9fb3b9c5c1c4c8cbd4cfd0d2d4d5d6d6d6d6d6d4c1ac96816c57412c170000000210253a4f647a8fa4b9cfe4f9ffffeed9c4af99846f64636469707c889ea7b8cce1f1fffdead8c7b29d87725c4b37220d000000182d42576d8297acc2d7ecffffffffefdac5af9a85705a45301f344759748a9fb4c9dff4ffffffecd6c1ac97816c57422c1702000010253a50657a8fa5c5d5dfdedcdad8d6d5d5d5dadce3eefcffffffffffffffffffffffffefdac5af9a85705a45301b05000000000000000000000014293e53697e93a7b8ccdbebfafffffff6e6d6c5b6a49a847360566177879da7b8c8d8eafdfffffff3e3d4c4b6a4998372604a35200b000000000b20354a60728298a6b8cbe6f6fffbe7d5c4b09b8570594834200b0000000014293e53697e93a8bed3e8fdfffff7e2cebbaa8e79634e5c6a8095a3b5c7d7eafbfffffffffffffff1dcc7b29c87725443301c0800000d22374c62778caabbcedfe3ecedf1f4f7fefffefffffffffffffffffffffffffffffffffff8f4f1edebe2d9c4af99846f5a442f1a0000000004172a3a4d5e6b8096a0b2beced8e6eef7fffffffffffbf5f3f1f1f1f2f3f4f7feffe4ceb9a48f79644f3a240f00000000000000000000000000000b1f3448596e8399aabbcedfe6f2f9f5eae2d5cbc8c8cacfdae7ebe0d2c1b49f8b78624d38220d0000000000000000000000071c3043547287989ea7a8abafb2b7c4b9bbbdbebfc0c1c1c1c0bfc3a9937e69543e2914000000102033444f64798fa4b9cee4f9fffff0dcc7b3a1978179787a7e85909ea6b8c5d6e8fffff7e2cebaa995806b563e2e1b07000000172c42576c8197acc1d6ecfffffffff0dbc5b09b86705b463122374c61778ca9bacde2f6fffffee9d4bea9947f69543f2a1400000012283d52677d92a7bcd2e7f3f1f0eeecebeaeaeff1f7fffffffffffffffffffffffffffff1dcc7b19c87725c47321d07000000000000000000000011263b51667c90a2b4c4d5e3f1fffffeebd9c8b8a79c8676615547596379899eaabbcee2e9f8fffffff2e2d3c2b3a1927d68533d281300000003182e43586d8298a0b2c4d5e7fffcede0cbb8a6937e68533b2b180500000000142a3f54697f94a9bed4e9fefffff4dfcab49f8a756055647a8c9fb4c1d2e5f5fffffffffffffffff4dfc9b49f8a75604b35200b00000b20364b60748a9fb4c6cacfdad8dcdfe2ebe7e9ebedeeefeff0f0f0f0efefeeedeceae9ece3dfdcd8d9cecac1ac96816c57412c1700000000000c1c30404b60728298a0b4bbc8d1dce3eef4f7fdfffffffffffffffffffefdfffae9d6c6a48e79644f39240f000000000000000000000000000005182a3b4e63798c9fb4bbcbd4dee5eef1f3e7e0dddddfe3eae2dfcdc2b5a396816c5a4835200b0000000000000000000000001325364f647a82898e93969a9da6a2a4a6a8a9aaabacacacabaaa8a58f7a644f3a240f0000071b2d3e51626b7a8fa4b9cee4f9fffff6e3d0bfb19f978e8d8f939aa2b3b8c5d5e3f3fff7e7d5c5b49f8b78624d38231000000000162c41566b8196abc0d6ebfffffffff1dcc6b19c87715c4732253a4f657a8fa4c7d7eafdfffffce9d7c7a6917b66513c261100000013283e53687d93a8bdd2e8fdfffffffffffffffffffffffffffffffffffffffffffffffff2dcc7b29d87725d48321d0800000000000000000000000b20354a6072849aa6b7c5d4e1edfbebe2cebbaa9e89786358463a495b657b8c9fb4bbcbdaeafcfdf7ebe3d3c4b5a4927d67523d2812000000081d33485d72889db2becfe2f3f3e8e1cfbeb39e8875604b36210d0000000000142a3f54697f94a9bed4e9fefffff2ddc8b39d8873566074869baabbcedff0fffffffffffffffffff6e2cebaa98c77624d37220d0000081d31445571869cabb1b5bcc9c3c7caced9d2d4d6d7d8d9dadadbdbdadadad9d8d7d5d3dacfcac7c3c8bbb4b0a8937e69533e2914000000000000121c304354607382949faab4c0c8d1dbdfe2eae9ebecececececebeae9e8e6e7e0cdb9a88d77624d38220d0000000000000000000000000000000d2135495b697e939db2b7c4cad3d8dcdedfe3e1dedddad7cdc9bdb0a49b8575604b3c2b19050000000000000000000000000822374b5c646d74797d8184888b8d8f91929495969697969695938f8772604a35200b00000d22364a5c6b808d9fb4cadff4ffffffffeeddcebdb1aca3a2a4a9b0b4c0cbd5e3f3fff7ecdac9b8a796806b5a4935200c00000000162b40556b8095aac0d5eafffffffff2dcc7b29d87725d4832283d52687d92a7bdd2e7fffffff6e1cdbaa98d78634d38230e00000013293e53687e93a8bdd3e8fdfffffffffffffffffffffffffffffffffffffffffffffff8f0dbc6b09b86715b46311c060000000000000000000000071c3043546278889da7b7c3d0e0e8e2ccbcb49f8c7c655a493a2c3d4b5d687d929daebccce1e9e9e1d9cfc3b6a69c8674604b36200b0000000a1f344a5f74899fb4c9dee9e1ded6ccbfb2a0927d685645321e09000000000014293f54697e94a9bed3e9fefffff1dbc6b19c86715d6b8095a3b5c8d8eafefffffffffffffffffffdead8c7a48f7a654f3a2510000002152737566b8090969b9fabaaaeb1b4bbc8bcbec0c2c3c4c5c5c5c5c5c5c5c4c3c1c0bec9bcb5b2aea9aa9f9b958e7a644f3a250f000000000000011426364455606d7e8b9aa2afb4c0c5c9ced8d4d5d6d7d7d7d6d6d5d4d3d1d5cbc8b49e8974604b35200b000000000000000000000000000000061a2c3d4f606a7f909da6b1b6c2c3c6c8cacfcdc9c7c5c7bab4ad9f968677615745321e0e00000000000000000000000000071b2e3e4b4f556064686c6f7376787a7b7d7f8081818181817f7e7a73605443301c0700000f24394f647a8e9fabbccfe3f7fffffffffcebdbcec5c1b9b8b9bec5c8d1e0e7f3fff3e7dacfbcab9e8976614c3c2c190600000000152a3f556a7f94aabfd4e9fffffffff3ddc8b39e88735e49332b40566b8095abc0d5eafffffff4dec9b49f8975604b35200b00000013283d53687d92a8bdd7e2eaf1f4f6fdfffdfefffffffffffffffffefefcfffbf5f3efe5ded4c4af99846f5a442f1a05000000000000000000000000132536485a647a899da5b3bfccd5cebcaf9e937e685e4c3c2c1f2e3f4e5f697f949eafbccdd7d7cdc9bcb4a59c8879635645321d090000000a1f354a5f748a9fb4c9d2d6cdc9c6b9b3a098826d5f4e38281603000000000014293e53697e93a8bed3e8fdfffff0dac5b09b8570667b8c9fb4c2d2e6f6ffffffffffffffffffffffe6d1bca6917c67513c27120000000c21364b61757c81868b9195989c9faaa5a7a9abadaeafb0b0b0b0b0b0afaeadacaba9a6ab9f9c9894908b857f7a645c4b37220d0000000000000008182737444b61697984909aa2aab0b4bbc8bfc0c1c2c2c1c1c1c0bfbdbcc4b8b3ad99846e5443301c08000000000000000000000000000000000f1f324250616a7b87939ca4aaaeb1b3b4bcbab4b2b0aca99f978e817561594739281600000000000000000000000000000010202e3737444b4f53565a576163646668696a6b6c6c6c6b6a6865605544362513000000162c41566b8196abbcc9d9ebfefffffffffff9ebe0d9d7cecdcfd3dadde4effbf7ede3d6c9bcb59f8d7c665846331e0e000000000014293e53697e93a8bed3e8f3f4f7f7f3dec9b49e89745f49342e44596e8399aec3d8eef0f0efeedac5b09b85705443301c0800000010263b50657b90a5bac7cdd7dbdfe2eae6e7e8e9eaeaebebeaeaeae9e8e7e6e8e0ded9d2c9c4b7aa957f6a55402a150000000000000000000000000008182b3c4a5c64798799a1b3b8c5bbb49e95806a604e402f1e112131414f616b80959eb4bac7c7bab4ab9f978779635b4938281502000000091e33485e73889db3bebdc6b9b4afa89e938274604b41311a0a00000000000013293e53687e93a8bdd3e8fdfffff2ddc8b39d88797b899eaabbcee0f0fffffffffffffffffffffffde7d2bda8927d68533d2813000000091e32465761666b71767b7f83878a8e9092949698999a9a9b9b9b9b9a9a9998979594918e8b87837f7b76706a645c4b3e2e1b08000000000000000009192731434f5b63707b858d959b9faaa7a9abacadacacacacaba9a8a7a4a69d98907b655036261401000000000000000000000000000000000114243343505e65767e868f94999c9e9faba99f9d9a97928a827a6c6056473b2a1b0a00000000000000000000000000000002101b22263135393e4139464b4d4f51535455565757575655534f4b44372718080000001a30455a6f849aafc4d9e7f7fffffffffffffffdf4eeece3e2e4e8eff1f5f3eae2dfcfc5b9ab9f947f695e4c3a291700000000000012283d52677d92a7bcd2dcdedfe2e2dfdec9b49f8a745f4a3529395c71869cb1c6dadadbdbdad9d7c6ab96816c56362614010000000d23384d62788d9fa9b4bac7c6c9ced8d0d2d3d4d5d5d5d5d5d5d4d4d3d2d1d6ccc9c4c2b5b1a69d8f7b65503a251000000000000000000000000000000e1e2d3d4a5b637683929ea7aeaa9f94806b625042312111031323324350626b80929fa9adaba99f978c8275635b493d2c1a0a00000000061b30455b70859aa9a8a7a6a89e9a94897e726056453223130000000000000013283d53687d92a8bdd2e7fdfffff4e0cbb8a69d8e909ea7b8c8d9ebfefffffffffffffffffffffffee9d4bea9947f69543f2a1400000003162839464b51565861666a6e7275787b7d7f8182838485858686858585848382807e7c7976726e6a666157554e4a3e2e20100000000000000000000009151d323d4a4e5e6670787f858a8f929496979797979796959493918f8c88837c665d4c38180800000000000000000000000000000000000006152533404c576169717a7f8387898a8b8a898885817c776d645c4b45382a1d0c0000000000000000000000000000000000000709141d2024282c283236383a3c3d3f404141424141403e3a3531271909000000001e33485d73889db2c8ddf2fffffffffffffffefcfffcf6f4f1efeceae7e0ddd8cecabfb2a79e8d7f69614f402f1c0c00000000000011263b50667b90a5c5c5c7c9c9cececac9c8b49f89745f4a3432465774899eb4c3c4c5c6c6c5c4c1baa8917b66513c2611000000000c2035495a697e8a979fa9acb1b4bac7bbbdbebfc0c0c0c0c0c0bfbfbebdbbc5b9b3afaaa49c92877d72604b35200b0000000000000000000000000000000f1f2d3d4958616f7d899398978c7f6b6251433324140300051525334450626a7d8a969895918a82796d6157493d2c1f0f000000000000152a3f546a7f93949392918d89857e7669605445382815050000000000000012283d52677d92a7bcd2e7fcfffffae7d5c4b8b3a3a6b3b8c5d5e6f6ffffffffffffffffffffffffffead5c0aa95806b55402b16000000000b1b2832363b3a474c5155595660636567696b6d6e6f707070707070706f6e6c6b69676461575954504b463939362d201002000000000000000000000001141f2d36404c515b636a70757a7c7f80818282828181807f7e7c7a77736e665e4c3f2f1c00000000000000000000000000000000000000000715212f39464b535c646a6e71737575757472706c6761584f4a3e32281a0c00000000000000000000000000000000000000000001080b0f1317161e21232526282a2b2c2c2c2c2c2a2925201d150900000000001f344a5f74899fb4c9def1f1f1f1efeeecebe9e7e4e9e1dedcdad7d4d5cbc8c8bbb4aea199897c69614f43322212000000000000000e24394e63798ea7adafb2b3b4bbbbb4b4b2b09d88735e4833364b61768ba8abaeafb0b1b0afaeaca99f8a76614b36210c0000000006192c3c4f606978828a92979c9fa9a4a6a8a9aaaaababababaaaaa9a9a7a6a4a79e9a958e867d7568605443301c08000000000000000000000000000000010f1f2c3a474c5f68767e83817969615144342515060000000716263343505f68788183807b766d635b4b46392c1f0f010000000000000c22374c61777e7f7e7d7b7874706961584a4336281a0a000000000000000012273d52677c92a7bcd1e7fcfffffff2e2d5cbc8b8bbc8ccd5e3f3fff7f2f0f4f6fdffffffffffffffebd6c1ac96816c57412c1700000000000b161e21262a33373c4038454b4e5052545658595a5b5b5b5b5b5b5a5958575654514f4b46393f3b36332924211a0f0100000000000000000000000000010f1a212f383d494e55566064676a6b6c6d6d6c6c6c6b6a686764625958504c402f211100000000000000000000000000000000000000000003111b2933363e4a4f55595c5e556060545d5b57524c473a362d1e160a0000000000000000000000000000000000000000000000000000000003090c0e0f1113141516171717161513100b080100000000000020354a60758a9fb5cadcdcdcdcdbdad8d7d5d3d1cfd7cdc9c7c4c2bfc5b8b3aeaa9f998f8378665e4f4332251404000000000000000b21364b60758994989a9d9e9faaaa9f9f9d9b97836f59442f364b60748a9396989a9b9b9b9a9997948e816c5746321e0a00000000000e1e32424f5a626c767d82868a8c8f9192939495959696959595949392918f8c89847f79716860564b433626140100000000000000000000000000000000010f1c2a33414e5761696e6c635b4f4334261607000000000008162533414e5a626b6d6b6661574e4a3d33291b0f01000000000000000b1f34475961696a696866636054544c463a3025180a00000000000000000012273c51677c91a6bcd1e6fbfffffffff2e7e0ddcdd0dee0e8f3fdefe4dddadfe2eaf5ffffffffffffecd7c2ad97826d58422d1800000000000003090c11171f21262a283236393b3d3f4143444545464646464545444342403f3c393633292a26211e170f0d07000000000000000000000000000000000007121c242c353838454b4f525456575857575757565453524f4c473b3b382f22110300000000000000000000000000000000000000000000000b171e212e363a3f444749444b4b434845423d37332a221b1003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001f34495f74899eb4c6c7c7c7c6c6c5c3c2c0bebcbac6bab4b2afadaaa6a69e98938b837a6e625a4d40322515070000000000000000091e32455662787e828587898a8a8a8a8988858178624d382331445562787d8183858586868584827e796c6352392916030000000000001424323c484d5761676d717477797b7d7e7f8080808080807f7f7e7d7c7a77746f6a635b534b453830261808000000000000000000000000000000000000000c171f3139464b5459574e4a3d3225160800000000000000071523313c484d565856514b4639362d1e170b00000000000000000004182a3b474c53545352514d4a43363633291c13080000000000000000000011263c51667b91a6bbd0e6fbfffffffffffaf4f2e3e5f3f5fbf7e9dfd1c8c5c9cdd7e5f5ffffffffffedd8c3ad98836e58432e1900000000000000000000040a0c1115151d202326282a2c2d2e2f303031313030302f2e2d2b292724211e1715110c0a0300000000000000000000000000000000000000000000090f1a21232832363a3d3f41424242424241403f3e3c3a37342a26231c110400000000000000000000000000000000000000000000000000030a101b22242a2e32273136353026302c27211f170c070000000000000000000000000000000000000000000000000000000000000000070c0e14181b1c1a17110f09000000000000000000000000001c31465c71869badb1b2b2b1b1b1b0aeacaba9a7a5a3a89f9c9a9795918d88837d776e645c4d483c3022150700000000000000000002162838495a62696d707274747575757473706c625a4935202737495a62686c6e6f707171706f6c69645c5245341b0b0000000000000006141e2b3539464c5257546062646668696a6b6b6b6b6b6b6a6a6968666462595a554e4a3d3632281c140800000000000000000000000000000000000000000004131b2933363e434239362d1f140700000000000000000005131e2b35384143403c363329211a0f0300000000000000000000000c1d2a34373e3f3e3d3c38353025211f170c00000000000000000000000010253b50657a90a5bacfe5fffffffffffffffffff8fbfffffee9d9ccc1b4b0b4bac7d7eafdffffffffeed8c3ae99836e59442e1900000000000000000000000000000002090b0e1012141618191a1b1b1b1b1b1b1b1a19171614120f0c0a030000000000000000000000000000000000000000000000000000000000060c0e161e2124272a2b2c2d2d2d2c2c2b2a292725221f18110f09000000000000000000000000000000000000000000000000000000000000070d0f15191c151d20201c141b17120c0a040000000000000000000000000000000000000000000000000000000000000000070f1a2123292e30312f2d26231c1204000000000000000000000012283d52677d90989b9d9c9c9c9c9a99979694928f8d8b898785827f7b77736e6861584f4b3e342b1d120400000000000000000000000a1a2c3c494d54585a5d5e556060555f5d5b574d493c2b19192c3c494d5356595a5b5c5b5a5957544f4a3e342717000000000000000000000e19202933363d36434a4d4f5153545555565656565555545452514f4c473b4039362d211e160a010000000000000000000000000000000000000000000000000b171e21292e2d24211a0f010000000000000000000000000e1920222c2e2b26211e170b0700000000000000000000000000000c181f22292a29282623201c130c0a04000000000000000000000000000e24394e63798ea3c9daecfffffffffffffffffffffffffff0e0ccbbaea39b9fa9bacde2f6ffffffffeed9c4ae99846f59442f1a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002090b0f121516171818171717161513120f0d0b0500000000000000000000000000000000000000000000000000000000000000000000000000040002080b0b080100020000000000000000000000000000000000000000000000000000000000000000000008131c202d36393f43454645423b382f2212000000000000000000000010253a4d5f677b83868787878786858382807e7c7a787674726f6d6a66625a59534c473a372e20190d00000000000000000000000000000e1e2c35383f43454849444b4b444a48464238352b1e0e0e1e2c35383e4143454646464544423f39362d2017090000000000000000000000050b171e2128253035373a3c3d3e3f404041414040403f3e3d3c3a37342a2a24211a0f0902000000000000000000000000000000000000000000000000000000030a0c1419170e0c07000000000000000000000000000000050b0d161816110c0a030000000000000000000000000000000000040b0c14151413110e0b0700000000000000000000000000000000000d22374c62778cabbccfe3f8fffffffffffffffffffffff9e5d3c2ae9d94858b9fb4c9dff4ffffffffeed9c4af99846f5a442f1a00000000000000000000000000000000000003090b0f1112131415141312110f0c0a040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d182530353d4a4e54585a5b5a57504c402f1c0c000000000000000000000a1e30414d5d656d717272727171706e6d6b6967656361575d5a5855514d483c3e37332a221b1005000000000000000000000000000000000e192023292d303226313535312633302c2320190e00000e192023282c2e30303131302f2d2924221b10020000000000000000000000000000030a0c12131c2022242628292a2b2b2b2b2b2b2a2a29282725221f18150e0c07000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b20354b60758a9fb5cadff4fffffffffffffffffffffff3decab6a4947f708196acc1d6ebffffffffefd9c4af9a846f5a452f1a0000000000000000000000000002090b1116161e2124262728292a2929282724211f1716110b090300000000000000000000000000000000000000000001080b0c0d0d0d0d0d0d0d0c0b080100000000000000000000000000000000000000020b1113191c1e1f1e1d190f0d070000000000000000000000000000000000000000050b0d141a1d13110b020000070d0f1b1a18130d0b050000000000000000000000000000000000000000000000000e1d2b36434a525b63696d70716f6c665e4c3a2a1804000000000000000000011323303f4b50585c5d5d5c5c5c5b5957565452504e4c46394542403c38342b28221f180c0800000000000000000000000000000000000000060c0d14181b1d141d20201d141e1b170d0b0600000000060c0d1317191a1b1c1c1b1a17140f0d07000000000000000000000000000000000000000000070b0d0f1113141516161616161615151413110f0d0b05000000000000000000000000000000000000000000000000000000040a0c10121211100e0c0a030000000000000000000000000000000000000000000000000000000000000000000000000000070c0e171a0c0b0400000000000000000000000000000000000000000000000000000000081d31445573889db3c8ddf2fffffffffffffffffffffae6d4c4b19c8673697e94a9bed3e9feffffffefd9c4af9a846f5a452f1a0000000000000000000000080a151d20262b283236393b3c3d3e3f3f3e3d3c3a3733292c26211e160a0800000000000000000000000000000000060c0e141d20212222222222222221201c1418140d0b060000000000000000000000000006131e26282e32333433322e24221b100200000000000000000000000000000000010d181f22292f3228261f14060f1a2124312f2d28221f180d080000000000000000000000000000000000000000000e1e2c3b4854606771797e83858684827c665847331f0a000000000000000000000513212f383b43464847474747454442413f3d3a38363329302d2a26222019130c0a040000000000000000000000000000000000000000000000000003050001080b0b0801000602000000000000000000000001040506070605040200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080c181f22252727262523211e1718130f0b0801000000000000000000000000000000000000000000000000000000000000070f1a21242c30221f180c000000000000000000000000000000000000000000000000000000011426375a6f859aafc4daeffffffffffffffffffffff4dfcbb7a6927d67687e93a8bdd3e8fdffffffefd9c4af9a846f5a452f1a00000000000000000007101b222832363b4039454b4e5152535454545352514f4c473a413b363228231c1109000000000000000000000000000e1920232631353737373737373737373530262d292320190e0500000000000000000000031324313a3d434748494947443a372e201000000000000000000000000000000009141d2a34373f44473e3a312414202d36394644423e37342a221b10060000000000000000000000000000000000000b1b2c3c495962727c868e94989a9b9a978c77614c37220c000000000000000000000003111c23252e313232323231302e2d2b29272523211e171a1815110d0b050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010001080b0c0d0e0f10111111111111100f0f0d0b0902000000000000000000000000000000000000000000000003111c232a33373b3c3c3b3a393633292d2924201c140c0a030000000000000000000000000000000000000000000000000003101b222d3639424537342a1d0c000000000000000000000000000000000000000000000000000000172c41576c8196acc1d6ebfffffffffffffffffffff2ddc8b29d877460697e93a9bed3e8feffffffeed9c4af99846f5a442f1a0000000000000001101b222e3738454b50565a576064666768696a696867666461585b56504b4539372e231c1102000000000000000000000e1e2c353837444b4c4d4d4d4d4d4d4c4c4b4336433f38352b20180d000000000000000000112131424e53585c5e5f5e5c594f4b3e2e1b07000000000000000000000000000d1926313b474c54595c534e4231212d3e4a4e5b5a58534c483b372e211a0f010000000000000000000000000000000417293a495b637784919ba3a9adafb0afab917c67513c271200000000000000000000000000080e10181c1d1d1d1c1c1b1918161412100e0c0a0300030000000000000000000000000000000000000000000000000000000000000002080b101416171919181715120e0c0600000000000000000000000000000000000000000000000000000000000000000000000000000001080b0e13161a141d20212224252626262626262625252422211e1618140f0b0801000000000000000000000000000000000714212e373a474c50525151504e4b4639423e39353026211e160b07000000000000000000000000000000000000000000000b171e2d363d4a4e575a4c473b2a1b0b000000000000000000000000000000000000000000000000000013293e53687e93a8bdd3e8fdfffffffffffffffff7e4d1c1aa95806a55697f94a9bed4e9feffffffeed9c4ae99846f59442f1a00000000000009141d2e373f4b4f5660666b6f7376797b7c7d7e7f7e7e7d7c797673706b666057504b3f382f1d150a000000000000000006192c3c494d59556061626262626262626160545c58544d493c342b1d0d00000000000000081c2f3f4e60686e71737473726e645c4b37220f0000000000000000000000000e1d2b37444b5962696f7268604e402f384a5c64706f6d6862594f4b3e362c1f0f0000000000000000000000000000000a1f3346586379889aa2b1b5c2c2c5c6c9aa947f6a553f2a1500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009151d2025292c2d2e2f2d2c2a2723211a0f0600000000000000000000000000000000000000000000000000000000000000000000000909141d2024282c2f2631353738393a3b3b3b3b3b3b3b3b3a39383632282e2924201d14090700000000000000000000000000041425323f4b4f586165676766656361575b57534f4b4336363229221b100800000000000000000000000000000000000002101b29333e4a4e5b636c6f615947392917030000000000000000000000000000000000000000000000000d1d2b3a4f657a8fa4bacfe4f9fffffffffffffffff2ddc8b4a38d7862556a7f95aabfd4eaffffffffedd8c3ae98836e59432e190000000000091926313e4b4f5d656d757b8085888b8e9091929394949392918f8c8985817b766e655d504c4032281a0b000000000000000c2035495a636e72757677777777777777767574716d69625a4d483b2b18050000000000000e23374b5d687e838788898887837a644f3d2c1a06000000000000000000000e1e2b3b4855606a777e84877e685e4c3a4556647a8584827d776e645c4e493d2c1a0600000000000000000000000000000c21364c6176879da6b4c0c9d2d8dad6c0ab96806b56412b1601000000000000000000000000000000000000000000030a0c141718150d0b0600000000000000000000000000000000000000000000000000000000000000000009192731363a3e4142434443413f3d38352c20190e000000000000000000000000000000000000000000000000000000000000000006111c23263135393d414437444b4c4d4e4f50505151515150504f4e4d4b4538433e39353126221b10060000000000000000000000122232434f5d6570777a7c7c7b7a787674716d68646054524b4639372e231c11060000000000000000000000000000000311202e39464c5c646f79818477615746331e14020000000000000000000000000000000000000000000005192b3c485862788da2b7cde2f7fffffffffffffffeebd9c8b09b85705a566b8196abc0d6ebffffffffecd7c2ad97826d58422d180000000009192737444b5c64707a828990959a9d9faba6a7a8a9a9a9a8a7a6a4a79e9b96908a837a70665e4b4538291b0b0000000000000e23384d637883878a8c8c8c8c8c8c8c8c8c8a8986827e787062594834200b00000000000215273750657b90989c9d9e9e9c9986715b4936210c00000000000000000005192b3c485962737f8a94999c8c7c6558464b6074869b9997938c837a6f635b4936210c0000000000000000000000000001162b40566b8095a5b6c4d1dee5e1d3c6b9ab95806b56402b160100000000000000000000000000000000000000000b161e21292d2d2a2320190e0000000000000000000000000000000000000000000000000000000000000009192737444b505456575859585655524e493d352b1e0e0000000000000000000000000000000000000000000000000000000000000e19202f3837444b4e5256595c556061626364656666666666666564646260565b58544f4b4437362e21190e00000000000000000008182f404f61697b848c909191908f8e8b8986827e79746d6761574f4b3e372e211a0f000000000000000000000000000011212e3e4b57616d7a848e979a8675614b42322010000000000000000000000000000000000000000000000b2034485a62768399aec3d9eefffffffffffffffff7e2cebbaa937e6954576d8297acc2d7ecffffffffebd6c1ab96816c56412c17000000021527374455606b7a858f989ea8abafb2b5bcc9bcbdbebfbebdbcbbc5b8b3b0aba99f998f857b6d605646392919090000000000152a3f546a7f949d9faba2a2a2a2a2a2a1ab9f9e9b98948d8577624d37220d0000000000081d3144556e8398adb1b3b4b3b1a48e79634e39230e0000000000000000000b2035485a627784959fa9aeaa9d8876614c596a7f95a4afadab9f998f8379634e39230e00000000000000000000000000081d32475d72879cb2c3d4e2eee7d3c3b6a89e937e69533e291400000000000000000000000000000000000000000b1b2932363e42424038352b1e0e00000000000000000000000000000000000000000000000000000000000115273744556065696b6c6e6e6d6c6a67635b4d483c2b1906000000000000000000000000000000000000000000000000000000000e1e2c35404c50556063686b6f7174757677797a7b7b7b7b7b7b7b7a7a79777674716d696460554f4a3e352c1e1002000000000000001325364c5e697f8d9aa2a5a7a6a6a5a3a79e9b97938e88837d766d645c4f4b3f352c1c13080000000000000000000000081c2e3f4b5c6476828d99a1aca499836e614f3e2d1a0a0000000000000000000000000000000000000000000d22384d62788799a1b3c7dbf0fffffffffffffffff4dfcab49f8b77624c596e8398aec3d8edffffffffead5bfaa95806a55402b15000000081d3144556073808c9aa2adb4b9c6c4c8cacfdad1d2d3d4d3d3d2d1d6ccc8c5c7bab4aea39b90817461574637261401000000031628385a6f859aafb5bcb7b7b7b7b7b7b7bcb5b3b1ada9a3907a65503b251000000000000b20364b6075899eb4c6c8c9c8c2a8937d68533e28130000000000000000000d22384d6278879aa2b4bac7b7a697826d5d62778a9eb4c2c9bcb5aea198836e59432e190f0900000000000000000000000a1f354a5f748a9fb4c9dff1ecdac9b6a49c8a7f75604b36210b0000000000000000000000000000000000000003162939464b545757554d493c2b190600000000000000000000000000000000000000000000000000000000081d31445560747a7e8182838482817f7c7873625a4835200b00000000000000000000000000000000000000000000000000000006192c3c494d5e666e74797d818486898a8c8d8e8f90909090909090908f8e8d8b8986837e79746c645c4d493c2e2010000000000000071c304354667c919fabb4c0bcbcbbbac5b9b3b0aca8a79e989289827a70655d4e493d3025180b000000000000000000000e23374b5d657a87979fabb3bfb3a1937e695c4a382816020000000000000000000000000000000000000000162b40566b8095a6b3bfd0e2f6fffffffffffffffde9d7c7af9a846f59485a6f849aafc4d9effffffffde8d3bea8937e69533e29140000091d2f404b607383969fabb4c0c9ccd6dadddfe3ece6e7e8e9e9e8e7e6e8e0dedbd8cec9c1b5b09f978475615544311d0d000000091e32455673889eb3c8cfdaccccccccccdacfcac9c6c2c1a7927d67523d2812000000000010253a4f657a8fa8b9cdddded5c0ab96806b56412b1600000000000000070c172d42576c8297a3b4c0cdd4c4b19f8f7b656d8298a8b9cdd7c6b9a79d8776614c372927241d1204000000000000000000091f34495e74899eb3c9def3e3cfbcab9c86786a605745321e09000000000000000000000000000000000000000a1e32465761696c6d6a625a49352010040000000000000000000000000000000000000000000000000000000b20354b6073868f9396979899989694928d8878624d38230d0000000000000000000000000000000000000000000000000000000c2035495a63707b83898e9296999c9ea8a1a2a3a4a5a5a6a6a6a6a5a5a4a3a2a79e9b98938e88817a6f635b4b3e2e1b0800000000000b20354a6073879cb2bcc9d1d1d1d0cfd6ccc9c6c2c5b8b3ada89e978f857a6f635b4a4336291b0c00000000000000000010253a4f657b8a9da5b5bcc9cfbfb49f8b7a645645321e110000000000000000000000000000000000000000192f44596e8499aec4d0ddedfffffffffffffffff6e1cdbaa9927d68523b5b70869bb0c5dbf0fffffffbe5d0bba6907b66513b261100000f24384c5e6d8297a1b4bcc9d1dee1e8eff2f4f8f5f3edeae9e9eaecf1f3f5f3f0eae2dfd2c9bdb1a29a8473604b3b2b180500000b21364b60768ba7b8cce0ece1e1e1e1e1ece3dfdedbd2bda8937d68533e28130000000000152a3f556a7f94aac6d7e9edd7c2ad98826d58432d180000000000010f1a212329364b6175859ba5b7c6d6cebeb29c87767b90a0b2c6d7c7baa89e89796358473d3e3c3930221200000000000000000004182a3a5d72879db2c7dcf2dfcab59f8c7a645a4b4539281603000000000000000000000000000000000000000c21364b61757e82827f78624d3e2d1f1719140e0c060000000000000000000000000000000000000000000011273c51667c91a4a9abacadaeadabaaa7a6907b66513b26110000000000000000000000000000000000000000000000000000000e23384d63788590989ea7a7abaeb1b3b9c6b7b8b9babbbbbbbbbbbbbab9b9c5b9b3b0ada9a79e978f8479645c4b37220d00000000000f24394f64798ea4b6cadae7e6e6e5e4e8e0dedbd7d5ccc8c6b9b4aca29a8f8479696054463a2a1c0d00000000000000001b30465b70859ba8b7c3cfdae2cebbaa9c8674604b3f2e1a0a000000000000000000000000000000000000001b31465b70869bb0c5dbedfbfffffffffffffffff4dec9b49f8a76614c475c71879cb1c6dcf1fffffff9e6d3c3a38e78634e39230e00061a2c3d51667c909fb1bfcfd9e7eef5fcfffff3e8e0ded8d5d4d3d4d7dcdfe6f1fffdf6efe4ddcec0b4a2957f6a594834200b00000d23384d62788da2c5d5e8fbfff7f7f7fffff8f4f3e7d1bca7927c67523d27120000000002152738596e8499aec3d9eeedd8c3ad98836e58432e190000000006141f2d36393e3f46576277879da8b9c8d9cab6a59983879db2becfc7baa99f8a7b655b51525353514c403019090000000000000000081f34475974899eb3c9def1dcc7b19c87725c4a3c32281b0a00000000000000000000000000000000030a0c111424394f64798e97979584705c4a3633292e2923211a0f090300000000000000000000000000000000000002172d42576c8297acc2c0c1c3c3c2c1bfc4a6907b66513b2611000000000000000000000000000000000000000000000000000000132536566b8196a3adb3b9c5c0c4c6c9ccd6cccecfd0d0d0d0d0d0d0cfcfced6ccc9c6c2c5b8b3aca29a897a644f3a250f000000000013293e53687e93a8c3d3e6f7fffbfbfffbf5f3f0ece7e0ddd6cdc9c0b4b0a1998a7e726158473a2a1d0d0000000000000013283d53687d92a6b7cbe0ecead8c8b6a496816c5d4b382816030000000000000000000000000000000000001c32475c71879cb1c6dcf1fffffffffefefdfff7e4d1c0ad98826d5846475c72879cb1c7dcf1fffffff3dfcab6a58b75614b36210c000c2135495b71869bb1becee3ebf7fffffffbeee3d5ccc8c3c0bebebfc2c7cad3e1eaf8fffff8ecdfd0c0b49f8a77624c37220d00000d23384d62788da2b7cde2fbfffbfcfcfcfcfcfcfeebd9c8a6917c66513c271100000000091d31455672879cb2c7dcf1edd8c3ae98836e59432e19000000031425323d4a4e535555535963798a9eaabbced3c3b2a1999da6b7cbcdbaa99f8b7b65636566676868665e4c3726140100000000000008182a3a4c61778ca7b9cce0f0dbc6b09b86715b3e2d1e160a000000000000000000000000000003090b171e21262631394e63798ea3aca28e79644f4c463a433e38352c211e160a0000000000000000000000000000000000061b30465b70859bb0c5d6d7d8d9d7d6cfbaa58f7a65503a25100000000000000000000000000000000000000000000000000000071c30435471869bb0c1c9ccd6d6d9dbdee1e8e2e3e4e5e5e5e5e5e5e5e5e4e3e8e0dedbd8d5ccc8c0b4a79c86725c47321d0700000001172c41566c8196abc1d6ebfffffffffffffffffffffbf5f3e9e1ded1c8bfb3a99f9384766158473b2a19090000000000000b20364b6075889db3c5d5e7f6e6d3c2b59f8d7b655645321e0f0000000000000000000000000000000000001c31475c71869cb1c6dbebebebeaeae9e9e8e7e8ddc8b4a28f7a644f3a485d72879db2c7dcedeeeeedebdcc7b29c87725746321e09000e23384e63788da3b5c9dcecfeffffffffeeddd0c5b8b3adaaa9a9aaacb2b6c3ccdaeafffffffdeee1cdbaa8947f6a5436261401000d22374d62778ca2c4d5e0e8e4e6e7e7e7e7e7e6e6e2cebbaa8e79644e39240f000000000b20364b60758a9fb4cadff4ecd7c2ad97826d58422d180000000c1f32434f5b63686a6a686765667c8c9fb4cadfcfbfb2aeb2b7c4d4c9b49f8a7b7476797a7b7c7d7e7c665544311d080000000000001325364758697f94a9c5d6e8f2ddc8b29d88735d48331e0300000000000000000000000000040a161e212933363c37444b4e62778ca2c0aa957f6a6261585c58534e493d3632281a1302000000000000000000000000000000091e33495e73889eb3c8ddecedeeede3ceb9a38e79644e39240f00000000000000000000000000000000000000000000000000000b20354a60748a9fb4c9dee0e8ebeef1f3f5fcfff8f9fafafbfbfbfbfafaf9fffbf5f3f0ede7e0ddd0c5b39d88735e48331e0900000004192e44596e8399aec3d8eefffffffffffffff7f1efeef1f3f8f5eee3dcd0c7bab4a19a8576625947372614010000000000091d324556697f94a7b8cce0f3f0e3cfbcab9c8775604b3e2d180800000000000000000000000000000000001b31465b70869bb0c5d5d6d6d6d5d4d4d3d3d2d6ccbdb09a85705c4b37475c72879cb1c7d6d8d9d9d8d5d4c3ad98826d58392816030013283d52687d92a7c1d2e4fafffffffff6e3d0bfb3a79e9895949495979ca5afbccce5f5fffffffce9d7c6b09b85705443301c08000c21364c61768ba6b8c9ccd6cfd1d1d2d2d2d1d1d1d0cab49f8a75604b36200b000000000d23384d62788daabbcee2f7ebd6c1ab96816c56412c1700000012273b4f6169797e7f7f7e7c7b79787f95aabfd4ddcfc6c3c8cbd4ddc8b39d8886898b8e8f909192938a74604b35200b0000000000071c3043546176889db2c8ddf2e9dfcab49f8a755f4a35200a0000000000000000000000000c171f28323639464b515655606366758baabbae998378777674716e69635b534b4538301d150900000000000000000000000000000a1f344a5f74899fb4c9def4fffff7e2cdb7a28d78624d38230d02020100000000000000000000000000000000000000000000000c22374c61778ca9bacee2f5fbfffffffffffffffffffffffffffffffffffffffffffffffffbf5eeddc8b39e88735e49331e09000000061b30465b70859bb0c5daf0fffffffffffeefe4dddad8dcdee5f0f7f7eee5d7cdbfb3a39b8677625544311d110000000000021528384b6175889eb3c5d5e8fbecdac9b6a596806b5c4a3626140100000000000000000000000000000000192e43596e8398aec2c0c1c1c0c0bfbfbebebcc6b9b39f8f7b65503e2e465b70869bb0c6c1c2c4c4c3c0c4b7a5917c67513c27120000152a3f556a7f94aabfd4e9fffffffffff0dcc7b3a1998983807f7e7f8287959eafc7d7e9fdfffffff4dec9b49f8974604b35200b000a1e33465773889eafb3b9c5babcbcbcbcbcbcbcbcbbc5b19c86715645321d09000000000f24394f64798ea4c8d9ebe8e7d5c4a8937e68533e291300000014293f54697f8e9394949391908e8d959eafc3d7ede2dbd8dddfe6dfcbb7a69d9c9ea8a3a5a6a7a8a88e79644e39240f00000000081c2e3f4a60728399a6b7cbdfe9d9ccbcb19c87725c47321d070000000000000000000001141c2a3338454b525761666c7075787b7e8b9fb4b3a1998d8c8b8987837e78716860564d413127190900000000000000000000000000081d314455758a9fb5cadff4fffff6e1ccb6a18c77614c37221818171615120f0c090300000000000000000000000000000000000e23394e63788ea3c7d8eafdfffffffffffffffffffffffffffffffffffffffffffffffffffffff3dec8b39e89735e49341e09000000081d32475d72879cb2c7dcf1fffffffff7ebe3d1c8c5c3c6c9d2dce3eefcf5e9e1d0c1b5a49a8473604b3f2e1c0800000000000a1e3246576a7f94a7b8cce0f3f7e7d3c3b49f8c7a645443301c0c0000000000000000000000000000000014293f54697e94a3a9ababacababaaa9a9a8a7a6a89e94816c5d4b372d42586d8297a8aaacadaeaeadaba8a69d8774604b36200b0000152a3f546a7f94a9bfd4e9ffffffffffeed9c4af9983756e6b69696a6d727f95a9bacde1f6fffffff6e1cdbaa98c76614c37210c00031729395a7084939a9ea7a3a5a6a7a7a7a7a7a7a6a6a5a796816c5638281502000000000f24394f64798ea4c4d4d1d2d4cbb8a68f7a654f3a25100000071c31475c71869ca8aaaaa8a7a5a4a2aaafbcccdef2f5f0eef2f4fae7d4c4b7b3b1b4b9c6babbbcc6a8927d68533d2813000000000e23374b5d6c8196a1b3c4d4e7ddccbbaf9e917c66513c26110000000000000000000009141d313a474c5660676f767b81858a8d91939faabbbfb3aea2a2a99f9c98938d867e75675f4b44372718080000000000000000000000000b20354b60758aabbccfe3f8fffff5e0cbb5a08b76604b362d2d2d2c2b2a2825211e160f0d0800000000000000000000000000000e23394e63788ea3c7d7e9fcfffffffffffffffffffffffffffffffcfdfffffffffffffffffffff1dcc7b29c87725d47321d08000000031628385e73889eb3c8ddf3fffffff7e7d9cfc0b4b0aeb1b5c2c8d1deebf9fceedfd2c2b4a295806b5d4b3723110000000000031628394b6175899eb3c5d5e7fbf1e2cebbaa9b8573604b3a2a18040000000000000000000000000000000c21364b617585919496969696959594949392918f897f72604b3f2e24394e647a8a9095979899999896928e887b645645321d09000013283d52687d92a7c2d3e5f9fffffffae4cfbaa58f7a6557555454555760758a9fb4c9def4fffffff7e3cfbcab8c77624c37220d00000c22374c61777e84898c8d8f919292929292919191908d897a644f39240f00000000000d23384d62788da6b7c4bcbdbec4b39d8874604b35200b00000a1f34495f74899eb4bfbfbdbcbab9b7bfc8cbd5e2f2fffffffffffff2e2d4cbc8c6c9cdd6cdcecfc0aa95806b55402b160000000010253a50657b8f9fb0bfcfe2e3d0bfaf9d947f6a5e4c38240f00000000000000000009192631424e58616b757d848a91969b9fa9a6a8b4bbc8d0c7c3b7c7bab4b1ada8a49c93887d6d6055443625130000000000000000000000000b20354b60758aa0b5daecfffffff5e0cab5a08b75604b4242424242413f3d3a36322825221b10090000000000000000000000000d23384d62788da9bacde1f5fffffffffffffffffffffffff6f0eee7e8eaeff4f6fdffffffffffefdac5b09a85705b45301b06000000091e324556748a9fb4c9dff4fffffeebd9c9bcb4a29a999ca4afb4c0cddbebfafdefe0d1c0b59f8d7b654f402f1c0900000000000b1e3246576a7f94a6b8cbe0f2feebd9c8b5a3937e695847331f100000000000000000000000000000000a1e33465761737b7f80818181807f7f7e7e7d7b79756a605443302121364a5c64757b7f8183848483807d7973645c4b3828150200000e24394e63798ea4b6c9deedfffffffbe6d0bba6917c665c5a59595a5a62768b9fb4cadff4fffffff4dfcab49f8a74604b35200b00000b1f34475961696f7476787a7c7c7d7d7d7c7c7c7b7a7874645c4a36220d00000000000b20354b6074889da6a5a7a8a9a9a696816b5544311d080000081d32485d72879db2b9c6b9c7bab4b3b1b3b7c4d5e7faf4f2f1f3f8fff2e7d9c9bcb4bcb6b7b8babbab96816b56412c1600000000152a3f556a7f94aabdcdddeddcc7b3a1947f6a6150402f1d09000000000000000001142637444b606876808892999faaabb0b4bac7bec9ced8e6dbd9cdd7cdc9c6c3c2b5b1a69d918273605443301c0d00000000000000000000000b20354b60758aa0b5d8eafefffff5e0cbb6a08b76615857575757575654524f4b46393a372e241d1203000000000000000000000b20364b6075899fb4c7d8e7f5fffffffffffffffffffbede3dbd9d1d3d5dadfe2eaf3f5fbffffedd8c3ad98836e58432e19030000000b21364b60768ba9bacde2f6fffff7e3cfbcab9f918583868e9aa2b0bdcddcecfffeeee3cfbcab9a85705e4c38230e0000000000031629394b6175889eb3c4d4e6faf6e6d2c1b39e8977614c3e2d1808000000000000000000000000000003172939465560666a6b6c6c6b6b6a6a696967666460554b433626141a2d3e4a5760666a6c6d6f6f6e6b68635b4f4b3e2e1a0a0000000c21364a5b71869cb1bfd0e0f0fffffff1dcc7b29c867a73706e6e6f72788399aabbcee2f7fffff3e4d3c3b19b86715544311d08000004182a3b474c545a58616365676767676767676766656360554a3e2d1b070000000000081c304354687e888c9091939494938876614c37261401000003182d42586d82979ea8a3a4a2a99f9d9c9da6b7cbe0e7dfdddcdee5f0f7e3cfbcab9faba1a2a3a4a5a6947f6a543f2a1500000000162c41566b8196abc0d7e5eed9c4af99846f615043332212000000000000000000081d314455606c7e89959ea7aeb4bbc8c5c9cdd7d3dfe2eaf6f0eee2e9e1dedcd8d2c9c4b7b39f978372604a3b2b1905000000000000000000000b20354a60758aaabbcee2f7fffffae4cfbaa58f7b6e6d6d6d6d6d6c6b6a67646157564f4b3e39301e170b000000000000000000081d31445570859aa9bac9d7e5f2ffffffffffffffffedddd0c7c4bcbdc0c4c9cdd7dde0e7f0f4e7d5c5aa957f6a55402a15000000000d22374c62778ca1c7d7eafdfffff4dfcab49f8d7c706e717984969fb0becfe2f3ffffecdac9b4a2907b65503c2b190600000000000b1e324657697e94a6b7cbdff1ffefe0ccb8a797816c5c4a3625130000000000000000000000000000000b1b2937444b515456565756565554545352514f4b4437302618080f202d39454b5155575859595856534e4a3d372e201000000000071a2d3d52677c91a1b3c2d2e3ecf7fff3decab6a49c8f8885848384878c99a1b3c8d8eafef6ede3d5c6b6a5947e6954372715010000000c1d2a34373e3a474c4e50515252525252525151504e4b44372d2010000000000000011426364e606873777a7c7d7f7f7e78635847331909000000000e23384e637983898c8e8e8d8b8a8886889db3c8ddd4cbc8c6c9d2e0f0dfcab49f8c8b8c8d8e8f90918e7b65503b251000000000152a3f556a7f94aabac7d5e3d8c3ae98836e59493c2c1e0e0000000000000000000b20354b607381939ea7b3b8c5c9ced8dadee1e9e8f4f7fdfff8f2f0e8e8eaf0ede5ded4cbbeb1a1947f6a594834200b00000000000000000000071c304354758a9fb4cadff4fffffff3dec9b39e8983828282828281807f7d7a76716b645c514c4033291b0c00000000000000000215273750657b8b9fabbac7d4e2eefffffffffffff6e3d0bfb3aea7a8abafb4bac7c8cbd5dbdfe0ccb8a7907a65503b2510000000000d23384d62788da2b7cde2ffffffeed9c3ae99836e5e595c64738196a0b2c4d5e7fbfff7e7d1c0b09a85705a4935200b0000000000031628394b6075879db2c3d3e6f9fbe8d6c5b49f8c7a645443301c0b0000000000000000000000000000000b192731353c3f4141414140403f3f3e3d3c3a3631271c140800010f1b2832363b404243444443413d39362d221b100200000000000f25394d5f6f8399a4b5c2cfdae7eff7e6d3c3b6b2a69d9a99999a9c9fabb3bfd0e6f6eee3dcd0c5b8a89c8774604b36210b00000000000c181f2229293337383a3c3d3d3d3d3d3c3c3c3b3835312619100200000000000000081831424e535962656768696a68635a493a2a1800000000000c2135495b636e74777879787674737d8a9fb4c9d4c4b7b3b1b5c2d2e1d3bea8937e757778797a7b7b7972604b35200b0000000010263b50657b909fa9b8c5d5ddc8b39e8877635b493c2b190600000000000000000c22374c61778c9fb3b8c5ccd5dfe2eaf0f4f6fbf5f3f5fbefe4dddbd3d2d4dadde4efe7dfcebfb49f8a78624d37220d000000000000000000000013254a5f74899fb4c9def4fffffff5e0ccb9a79e999797979797979694928f8b86807a70665e4c46392a1d0c00000000000000000923374b5d677d8d9fa9b7c4d0e3ecf7fffffffff0dbc7b3a1999293959a9fa9adb3b8c5c6cacec6b39e8874604b35200b000000000e23394e63788ea3b8cde3f8fffde7d2bda8927d6853404a5460728298a6b8cbe0f5ffffefddc8b4a28d78624d38230d0000000000000b1e324556687e93a4b6cadeeffff3e3cfbcab9b8572604a3a29170400000000000000000000000000000009151d20262a2b2c2c2c2b2a2a2929282624201d150901000000000a161e21262a2c2e2f2f2e2b2824211a0f08000000000000000a1d30414c6176869ca4b5bcc9d2dde4efe1d3cac4b7b3afaeaeafb2b5bcc9d0dde6dfddd0c7bfb3a79e8a7a645645321e09000000000000040b0c14171f2123252727282828272727262523201d1409000000000000000000001424313b3b484d5052535454534d493c2c1c0c0000000000061a2c3d494e546062636462627582929fa9bacdc7b7a69d9ca4b5c3d4dec9b49f8b7a64626365666664605443301c08000000000e23384c5d687e8b9ea7b8c9dacbb8a69d8779635a4935200f00000000000000000b20354a60758a9fb4c9d5e0e8f3f7fdf8f3f1e7e0dde0e7dfd2c9c6bdbdbfc5c8d1dfeaece1cdbaa996806b563a2a1704000000000000000000001f34495e74899eb3c9def3fffffffbe8d6c5b9b3aeadacacacacacaba9a7ab9f9c958f857c6e6157473b2a1a0a00000000000000081c2e3f4d5f677d8b9da6b3bfcfdae7f4ffffffeed9c4ae99837d7e80858a91979ea6abb0b4bbbaa896806b5544311d08000000000f24394f64798ea4b9cee3f9fffeead8c8a48e79644f393643546176889eb3c7d7e9fdfff7e4d1c0a9937e69543e2914000000000000021628384b6074879cb2c1d2e4f8feebd9c9b4a3927d685846331f0e0000000000000000000000000000000001080b111516171716161515141412110f0b08020000000000000003090b111517181a1a1916130e0c0700000000000000000001131f334758627786979fabb5c1c8d1dee7e6ded4cbc8c5c3c3c4c7cacfdae7e1d4cac7bfb3afa199897b655c4a3828160200000000000000000000040a0c0e10121212121212121211100e0b0801000000000000000000000006141f262b34373b3c3e3f3f3e38352c1e0e000000000000000e1f2c3536434b4c4e5962778697a0b4bac7cdbaa99d88869ca5b6c7d7cdbaa99e897862554f50514e4b433626140100000000091c2f3f4e60687b899eabbccfd5c4b7a59d8878624d3d2d1a0700000000000000071c30435472879db2c7dcf2fbf7f4efe5dedbd5cbc8cbd5d2c1b5b0a8a8aab0b4c1ccdaeae9d7c7b29c87725847331f0a000000000000000000091e33495e73889eb3c8ddf3fffffffff4e4d6ccc9c3c2c2c2c2c2c1c0bfc9bcb4b1aba39b9183756159473828160300000000000000112130414d5f677a889aa1b5bcc9d7e4f1fffff3ddc8b39e8878686b6f767c82888f959b9faaa49f8a77624c37271501000000000f253a4f647a8fa4b9cfe4f9fff7e2cebbaa8c76614c3726364758697f94a9bacde1f6ffffedd8c3ae98836e59432e19000000000000000a1d314455677c91a3b5c9ddedfff7e7d1c1b39e8876614c3c2b1905000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000417293a48596275818d9ba3b0b4c0c9d7e7f2e7dfdddad9d8d9dcdfe3ece6d4c3b7b2aaa1998f8478655d4b3e2d1a0a000000000000000000000000000000000000000000000000000000000000000000000000000000000000020b0d1920222527282a2a292320190e0000000000000000000e1a21263035364d6277869ca4b1becdd0bfb49f8b7a77879da9bacdd7c7b8a79b8674604b3b3c393530261808000000000000112131424e5d657b8d9fb5cadfd4c3b7a69a85705b4a36210c0000000000000000132536586e8398adc3d8edebe2dfdad2c9c6c5b8b3b8c5c9b5a39b9393959ba3afbcccdff5dfcab6a58c77614c37210c000000000000000000081e33485d73889db2c8ddf2fffffffffff4e8e0ded8d7d7d7d7d7d6d5d4d9cfcac6c1b5b0a0988677615645321e0e0000000000000003132330404d5c647784959fabb9c6d3e1edfbf5e0cbb8a69d8778635b61666d747a80868a8e8f8d7f6a5948341909000000000010253b50657a90a5bacfe5fafff4dfcab49f8a755847331f2a3a4c61768a9fb4c9def4fffff1dcc6b19c87715c38281603000000000000011527374a6072859bb0bfd0e6f6ffefe0cbb8a696806b5a4835201000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000030a0c0d0d0c090300000000000000000000000c1c2a3b4856606c7a85919aa2acb9c9dbeffaf4f2efeeeeeff1f4f8f4dfcab7a59d958d847a6f625a4b3f2e201000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d1012131415130e0c0600000000000000000000000608141c3043546f849aa4b5c2ced4c3b3a1937e69647a8b9fb4bdced5c5b5a3937e68533e2924201c140800000000000000031424313f4c5d6e8399aec3d8e1d4c4b4a28e79634e39240e000000000000000014293e53697e93a8c0d0dfd9cecac5c2b5b1aaa69ea6b8c6b09b857e7d7f85959eafc3d7ece6d3c3a38e78634e39230e000000000000000000081d32485d72879db2c7dcf2fffffffffffffbf5f3eeececececececebe9ebe3dfdbd2c9beb2a49b8575604b3c2c190600000000000000051322303e4a596172808d9ea8b6c3cfddeafbe7d5c5b6a59d8879655d515460646b7176787a786a614f3b2b1800000000000010263b50657b90a5bad0e5fafff3ddc8b39e88735e3a2a171f3347586f859aafc4daeffffff4dec9b49f89745645321e0900000000000000091c304354657b90a1b3c8d9ebfefbe7d5c4b49f8b78624d3e2d1b070000000000000000000000000000000000040a0c1114151516151412100d0b050000000000000000000003090b101519161e212223211e160b00000000000000000000000d1d2a38454b5d65707c85919bacbfd4e8fdfffffffffffffffffff2ddc7b29d8780796f655d4d483c2e21110200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b20354b6075899fabb9c5cfc6b7a599836e605c687e939fb1c0c4b7ab9f8c7b65503b25100b08010000000000000000000614202f3f546a7f94a9bfd4e9e2cebbaa8f79644f3a240f00000000000000000e23384e63788da2b4c7c9c8bbb4afa9a49c958e889eb3c4ae99846f686a708095aabfd5eae9d7c7a48e79644f39240f000000000000000000071d32475c72879cb1c7dcf1fffffffffffffbf5f3e9e1dedee1e9e6eef0f6f7f4efe4ddcfc2b4a396816c5a4935200b00000000000000000412202d3a4754606a7c8a9ca4b3bfcce3ebf3e3d3c3b6a69d897b685f4b4b4f5656606364625a4f43321d0d00000000000011263b50667b90a5bbd0e5fafff2ddc7b29d88725d48331d17293a556a8095aabfd5eafffff6e1cdbaa98b76604b36210b00000000000000001325364b5d6f8499aabbcee2f4fff3e2cdbaa998826d5c4a362212000000000000000000000000000000000c171f2126292a2b2b2b292725221f180d090000000000030a0c161e21252a2f29323638383632281b1709000000000000000000000d1b2836434a525e66707c91a6bcd1e6fbfffcf9f8f9fbfffffff2ddc8b29d887c6f635b4d41352b1e110300000000000000000000000000000000070b0c0e10121414151514120f0b080100000000000000000000000000000000000000040a0c1318190e0c06000000000000000000000000081c304354687e8d9ea7b4bcb9a89d8776614c4e606d8197a2b4b1a69d8d7e695d4b37230e000000000000000000000000000417293a566b8095abc0d5eadfcab49f8a76614c36210c00000000000000000c2135495b6f849aafbbb4aeaa9f9a938d8680787c90a6bbb09a85705660697e93a8bdd2e8e1cdbaa98d77624d38220d000000000000000000071c31475c71869cb1c6dbf1fffffffffff4e8e0ded7cdc9c9cdd6d1d9dbe3edfcfff8ede0d1c1b49f8b78624d39281603000000000000000002101c2a36434b5f67798699a1afbccfd9e7f1e1d3c4b7a79e8b7d6b6055483b454b4e4f4d483c3225150000000000000011263b51667b90a6bbd0e5fbfff2dcc7b29d87725d48321d13283d53687d92a8bdd2e7fdfffce9d7c7a18c77614c37220c000000000000000008182f3f4e63798c9fb4c6d7e9fcfdead7c7b59f8d7a644f403019090000000000000000000000000005131c2933373c3f3f4041403e3d3a37342a231c120400000b161e212832363a3f4439464b4d4d4b46393527170000000000000000000316283945546068727a828a9fb4c9def4f2f0e7e4e3e4e6ebf4f7f4dfcbb7a69d918479675f4d402f1d0d000000000000000000000000070b0f14131c2022242628292a2a2a292824201c140800000000000000000000000000000000060c171f21282d2f23211a0e0000000000000000000000011426364e60687c89979faba89e8a7a645847424b6074849aa29c94887c69604f3f2e1c08000000000000000000000000000a1f33465870859aafc5daefdac5af9a85705846331f0a0000000000000000061a2c3d51667c91a2aa9f99928b857e78716a657a8fa5bab19c86716f757e8a9eb4c9def3dec9b49f8a75604b36200b000000000000000000061c31465b71869bb0c6dbf0fffffffff4e4d6ccc9c6bab4b4b9c6bcc4c7d0e1e9f4ffffefe2cebbaa97826d5746321e09000000000000000000000c182630404d5b637583959eb4bcc9d9ebf1e2d4c5b8a99f92807362594a3e36393a38342b1d15070000000000000011263b51667b90a6bbd0e5fbfff1dcc7b29c87725d47321d11273c51667c91a6bbd1e6fbfff7e3cfbcab8b76614b36210c0000000000000000001121364a5b6d8297a8b9cde1f2fff5e3cfbcab9a84705e4c372715010000000000000000000000001323303a474c5154555556555352504c473b382f2212020d1b29323638454b5055595c5761626261575245351c0c0000000000000000091e32455760727d868f979fa9bacde1e4dddad2cfceced0d6dfe3ebe7d4c4b7b2a29a8a7d675e4c3b2a180500000000000000000308131c20242925303537393b3d3e3f3f3f3f3d3a353026181002000000000000000000000000060f1a212a33373d424438352c1f0e0000000000000000000000081831424e5e6678828c95968a7b655c4a3a3145566175848e877e75665e4f4232211100000000000000000000000000000c21364c61768a9fb4cadfe9d3bea9947e69543a2917040000000000000000000e20354a60728499948b847d777069625a5564798ea3b9b39e89808489939ea8b9cde1e5d2c2ae99846f5645311d09000000000000000000061b30465b70859bb0c5daf0fffffffbe8d6c5b9b3a6a89f9ea8a2a7aeb3bfcdd7e4f4fffdead8c8b49f8a76614b36210c000000000000000000000008141c303d4a57617280929fabbccfe3ebf2e3d5c7bab49e968477645c4d4031252220190d00000000000000000011263b51667b90a6bbd0e5fbfff2dcc7b29d87725d48321d12273c51677c91a6bcd1e6fbfff4dfcab49f8a75604a35200b000000000000000000071a2d3d4c62778a9eb4c4d4e7faffecdac9b4a2917c665544311d0a0000000000000000000000081830414d586166696a6a6b6a6967656259504c402f20101d2b39464b535660656a6e7174767778766d63523a2a1804000000000000091d30404b607583929ca4acb4bac7d7dfd1c8c5bcbab9b9bbc1cacfd9e7e2d4cbc0b4a99f8c7c665947341f0b000000000000000a161e253035393e36434a4c4e50525354555454524f4b43362e201000000000000000000000020e19212c363a474c5257594e493d2c1c0c0000000000000000000000142431404c59626d79808178655d4b3e2d27384657617478726960564c4032241403000000000000000000000000000011263b51667b90aabbcee2e3ceb8a38e79634e3924100b090300000000000000071c3043546176837e776f686158544d545862788da2b7b9a89e96999ea8b4b9c6d6e9d8c7b5a4917c675238271502000000000000000000051b30455a70859aafc5daeffffffff5e0ccb9a79e908b89898b8d9199a1b4b9c6d7e9fcfff6e1cdbaa8907b65503b26100000000000000000000002090b121f2d394654606b7d8d9fb4bdcee4f4f3e5d8cebcb0a29a887a665e4e41322516050000000000000000000011263b50667b90a5bbd0e5fafff2ddc8b29d88735d37271514263653687d93a8bdd2e8fdfff3dec9b39e89745443301c07000000000000000000000f203448596a8095a6b7cbdfeffff7e7d1c0b19c8674604b38281502000000000000000000001325364d5f67767b7e7f8080807e7c7a7772665e4c3e2e1b2b3b4857616870757a7f8486898b8d8d8b816d5947341f0a0000000000000f24384c5e6e8399a1b1b6c2c9cdd7e3d1c0b4b0a7a4a3a4a6abb4bcc9d9ebe7dfd1c7baaa9e8977624c3a29170400000000000a1b283236434a4f545754606163656769696a6a69676460544b3e2e1b0800000000000000000a161e2c353d494e5861686d6e635b493a2a1804000000000000000000000614222f3b484d5b636b6b625a4b3f2e201a2939465560635b544b45382f22140600000000000000000000000000000013283d53687d92a8c8d8eae0cbb5a08b76604b362c26211e160a000000000000001325364758616e696159534d555a63696f767f94a9bec6b9b3abaeb4b9c6cdd6e4d9cebaa99c8673604b35200b00000000000000000000051a30455a6f859aafc4daeffffffff3dec9b39e897c75747475787c84909ea8b9cde1f1fffce9d7c6a9947f6a543f2a1500000000000000010a0a151d20201d1b2936434a5f687e929fb1c6d7e9fcf5eae2cdc0b4a69d8b7c68604f43331d150a00000000000000000010263b50657b90a5bad0e5fafff3dec8b39e89735544311d1c3043546c8197acc1d6ecfffff1dbc6b19c86715c362513000000000000000000000005182b3b4b6175889db3c1d1e7f7ffeedecab6a4927d685645321d0a000000000000000000071c304354677d8a91949495969593928f8c877c665c4b372234485962757e858a8f94999c9ea7a2a29f8c77614c37220c00000000000011263c51667c91a1b2bfcad3dee1e8d5c5b4a29b928f8e8f91969fabbccfe3f7eee5d7c8b9a797816c5846331f0a0000000003162839454b546064696d707477797b7d7e7f7f7f7e7d7973645c4b37220d000000000000010f1a28323c494d5b636d777d828479635947341f0a000000000000000000000004121d2b343d494e56564d493c2e21110b1b2937444b4e493d3632281a11030000000000000000000000000000000012283d52677d92a7bcd2e7e2ccb7a28d78624d493c3b3632281b0a00000000000008182a3a474c59544c5059626a72787e848a949daec2d6ccc9c0c4c9cdd6e1e3d5c9bcb49f8b7a645443301c0800000000000000000000051a2f445a6f8499afc4d9eeffffffead5c0aa95806b6056566062676f7c8a9eb4c3d3e6f9ffecd7c1ac97826c57422d1700000000000005121d25273136363228322530414e606c8197a8b9cde1f6fffdebded1c4b7a99f8c7e6961514431271a0a000000000000000010253b50657a90a5bacfe5fafff4dfcab49f8a75604b35252f3c4b6074879db2c7dcf2ffffedd7c2ad98826d58432d180000000000000000000000000d1e324657677d92a3b4c9d9ebfef9e5d3c2b29d8774604b3828160300000000000000000b20354a6073879da9a9aaaaabaaa8a7a5a59d8c7a644f3a24374d627789939a9faaaaaeb1b3b9c5bcab907a65503b2510000000000002162838596f8499aebfcfdee5f0f5e0ccb8a79b847d7a79797b818d9fb4cadff4fff5e6d6c5b49f8a76614c36210c00000000091e324557606b73797e8285898c8e90929394949494928f877b644f3a250f000000000005131f2d38454b5b636e79828a9297998877614c382816030000000000000000000000000d19202c3639404138352c1e1103000b1927313639352c211e160a00000000000000000000000000000000000011263b50667b90a5c3d3e6ebd6c1ac96816d635a56504b45392816030000000000000c1c2a333b484d5d656e777f878d939a9faaaebbcbdee1ded5d9dee1e2d9cfc4b7ab9f937e685c4b362614010000000000000000000004192f44596e8499aec3d9eefffffce6d1bca7917c675245454b4d525e677c91a5b6cadff3ffeed8c3ae99836e59442e190000000000011223303938454b4b453847464442424c61778a9eb4c9def3fffffceee2d5c7baaa9f8d7f6b624b45382715020000000000000010253a50657a8fa5bacfe4fafff7e3cfbcab8d78624d383a404c5a677d92a5b6cadff3fff9e6d4c3a9947e69543f2914000000000000000000000000031629394a6072859babbccfe3f3fff0dfcbb7a5937e695645321e0a00000000000000000f24394f64798ea5b7c7bfbfc0bfbebcc3b6ab947e69543f293c51667b91a7afb4bbc8c3c6c9ccd6c9a8927d68533d28130000000000091e32455674899eb3c9deedf9fff3dec8b39e887467656464666c8096abc0d6ebfffff3e1cdbaa8917c66513c2711000000000b21364b607580888e93979b9ea8a3a5a7a8a9aaa9a9a7a598836d58432e1800000000071523303d4a56606a78838c979fa9aca696806b5645321e0900000000000000000000000000050f1a21232b2c2320190e0000000009151d2023211a0f0903000000000000000000000000000000000000000d22384d62778da4b6cadef0d9c4b19f968278716b65605745321e0800000000000010212e3f4b59626e7b838b959ca4a9afb4bbc8cbd9e9f5f3ebe6dfd8cec9bcb4a69d8d7e68604e3e2e1808000000000000000000000004192e43596e8398aec3d8edfffffae5d0bba5907b66503b323638404d5f72879cb2c7dcf1ffeed9c4af99846f5a442f1a00000000000a1d30414d52566060565f5d5b595756555870859ab0c5daeffffffffff2e5d7c8bbab9f94806d605645311d0e0000000000000010253a4f657a8fa4bacfe4f9fffeebd9c9a6917c67514d4f545e6678899eb3c3d3e6f9fff4dfcab7a58f7a644f3a240f000000000000000000000000000b1c304354647a8c9fb4c5d6e8fbfae6d4c3b39d8875604b3828160200000000000000142a3f54697f94a9c3d4d4d5d5d5d3d1d4c9a8937e68533e293c52677c91a7c5c9ced8d9dbdee0d4bfaa947f6a553f2a1500000000000b21364b60768ba7b9cce0f5fffff2ddc8b29d8874625a5a5a5c6a8095aabfd5eafffffce9d7c6aa95806a55402b15000000000e24394e63798e9da6a9acb0b4b9c6babcbebebfbfbec3b09b85705b46311b00000006152532414d5c6474808b999fabb4bac1b39e8976604b36210b000000000000000000000000000000060c0e16160d0c0600000000000002080b0e0c06000000000000000000000000000000000000000000000b2034485a72879cb2c2d3e5e0cebdb1a0988d86807b75604b36261401000000000b1b2e3f4b5d6577838f999faab1b6c2c4c9ced8e6e9f1e6dfdcd4cac8bbb4ab9f97887b68604e4231201000000000000000000000000003182e43586d8398adc2d8edfffffae5d0baa5907b65503b2620233041596f8499aec4d9eeffeed9c4ae99846f59442f1a00000000001025394d5f67737575757472706e6c6b6a6b72869cb1c6dbf1fffffffffff5e6d9c9bcb59e958274604b3c2c190600000000000210253a4f647a8fa4b9cfe4f9ffffeed9c4af99846f64636469707c889ea7b8cce1f1fffdead8c7b29d87725c4b37220d00000000000000000000000000001325364a5c6d8297a7b9cce0f0fff2e0cbb8a6937e695645321e0900000000000002162838596e8399aec3d8e9eaebeae8e7d1bca7927c67523d273d52677c92a7bcd1e2eaeef1f3ebd5c0ab96806b56412b1600000000000b21364b60768ba7b9cce0f5fffff4dfcbb7a6988278716f6f727a899eb3c9def3ffffffecd6c1ac97816c57422c170200000010253a50657a8fa5b7c4c2c5c9ccd6d0d2d3d4d4d4d3c6b19c87715c47321c000000142432434f5f677a86959fa9b5bcc9bdb1a39b8576614c36210c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005192b3c54697f94a4b6c7d6e4dbcebeb2ada49c9590846f5443301c080000000417293a4b5d657b8899a1aeb4bbc8cad3dadfe2eaf6f1e1d4cac7c3b7b2aa9f988c8176655d4e423124140200000000000000000000000003182d42586d8297adc2d7ecfffffbe6d1bba6917c66513c2b303539485970859aafc5daefffedd8c3ae98836e59432e19000000000012273c52677d888b8b8a8987858381808080849aa4b5c9def3fffffffffffff6e7dacfbcb0a09784705a4935200c0000000000102033444f64798fa4b9cee4f9fffff0dcc7b3a1978179787a7e85909ea6b8c5d6e8fffff7e2cebaa995806b563e2e1b07000000000000000000000000000008182d3e4c6177899eb3c2d2e7f7fae7d5c4b39d8875604b372715010000000000091e32455672879db2c7dcf2fffffffae4cfbaa58f7a65503a283d52677d92a7bcd2e7fdffffffebd6c1ac96816c57412c170000000000091e32455674899eb3c9def3fffffae7d4c4b2a0988c868484878f9ea7b9cce0f5ffffffebd6c1ab96816c56412c170100000010263b50657b90a5bad5d7dbdee1e8e5e7e8e9e9e9dcc7b29d87725d48321d0000091931424f616a7d8b9ca4b4bac7c8bbb49f978576615746331e0a00000000000000000000000000000000000002090b0f121516161513110d0b0500000000000000000000000000000000000000000000000000000d20364b6074869ca9b9c6d0dddfcfc6c2b5b1ab9e8974604b35200b0000000a1f334658657b8a9ea6b3bfcaced8dee5e5dedcdbdde4d4c3b6b2aaa59d958b82796c61584b3f312414060000000000000000000000000002172d42576c8297acc1d7ecfffffee8d3bea9937e6954483c434a4e5762778b9fb4c9dff4ffecd6c1ac97816c57422c170000000005182b3b596e8398a6ab9f9e9c9b99979695959aa2b4c2d2e5f8fffffffffffffff7ece3cdbeb1a28d78634d38230e00000000071b2d3e51626b7a8fa4b9cee4f9fffff6e3d0bfb19f978e8d8f939aa2b3b8c5d5e3f3fff7e7d5c5b49f8b78624d38231000000000000000000000000000000000101f344759697e93a3b5c9d9ebfef2e0cbb7a6937e685544311d0800000000000b21364b60768a9fb4cadff4fffffffce9d6c6a38d78634e38283d52687d92a7bdd2e7fcffffffecd7c2ad97826d58422d180000000000021628385b70859bb0c6d7e9f7fffff2e2cfbeb2ab9f9c9a999ca4b3b9c5d6e8fbfffffae6d4c3a9947f69543f2a140000000010263b50657b90a5bad0e5eeeeededecedededeeeedcc6b19c87715c47321c00021527374e606a7f929fa9b6c2cdc7baaa9f9381746158463929170300000000000000000000000000000000050a161e2125282a2b2b2a2926222019100e080000000000000000000000000000000000000000000000091d324556647b8b9ea8b3bfc8cbd4d2d2c9c6b9a88e78634e39230e0000011527374c6176889da8b8c5cfdfe2eae3dfd3cac6c5c9d1cab6a59d958f8780786d635b5359504b3f2f18080000000000000000000000000001142636576c8197acc1d6ecffffffefdac4af9a846f625a5d5460636976849aa9bacee2f6feead8c8a9947f69543f2a14000000000b2034485973899eb3bcb5b4b2b0aeacabaaaaafb4c0d1e0f0ffffffffffffffffffffeadccec0a8937e68533e2813000000000d22364a5c6b808d9fb4cadff4ffffffffeeddcebdb1aca3a2a4a9b0b4c0cbd5e3f3fff7ecdac9b8a796806b5a4935200c0000000000000000000000000000000004182a3a4b6073869babbccfe3f2fae7d5c4b29d8774604b35201000000000000f24394e64798eabbccfe3f7fffffff5e1cdb9a88b76614b36283d52687d92a7bdd2e7fcffffffedd8c3ad98836e58432e19000000000000142a3f54697f94a8bacdd9e7f0f6fcecdccfc9bcb4b1afafb1b6c2ccd6e4f4fff8f3e7dfcbb7a58f7a65503a2510000000000f253a4f647a8fa4c9d9d9d9d8d8d8d7d7d8d8d9d9d8c4af99846f5a442f1a00081d314455687e939db4bac7d3c9baa99f8c7e6c6056463a291b0b000000000000000000000000000000000d19202832363a3d3f40403f3e3b38352b25231c1103000000000000000000000000000000000000000000021528384b5d657b8a99a1acb2b7c4bdbebfbec6a5907b66503b26110000081d3144556b8196a6b7c6d5e3ede7dacfcac2b6b1b0b5c1c7b29d87807a736b625a5962686f655d4b36251300000000000000000000000000081c3043546d8298adc2d7edfffffff1dcc8b4a296817874737374787f889aa2b4c7d8eafdf7e2cebbaa907b66503b2611000000000d22374d62778ca7b8cccac9c7c5c3c1c0bfc0c4c8d1deeefefffffffffffffffffffffaecd7c2ad98826d58432d18030000000f24394f647a8e9fabbccfe3f7fffffffffcebdbcec5c1b9b8b9bec5c8d1e0e7f3fff3e7dacfbcab9e8976614c3c2c190600000000000000000000000000000000000c1d314455647a8c9fb4c4d4e6faf2dfcab7a5927d67523f2e1b080000000012273c51677c91a6c9d9ebfefffffff3dec9b49e8974574632283d53687d92a8bdd2e7fdffffffeed8c3ae99836e59442e190000000000000d22374c62778a9fb4bcc9d2dee1e9edece7d9cfcac6c4c4c7cad3e0e8f0eeece3dfd5ccbcb29d8773604a35200b000000000e23384d63788dabbcc3c4c4c3c3c2c2c2c3c3c3c4c3c5ac96816c57412c17000b20364b6075899eb3bbcdd7cfbcab9f8b7b68604b4538291c0c000000000000000000000000000000000d1d2b3438454b4f525455565553504d483c3a372e2111000000000000000000000000000000000000000000000a1a2e3f4b5d6578838f969da6a5a7a9aaa9a8aa907b66503b261100000b20354b6074889eb3c4d5e4f3ecdac9bcb5ada49c9ba3b5c1ab96816c64605b636a71777e847b655443301c070000000000000000000000071a2d3e4b6073869bb0c6dbf0fffffff7e3d1c0b09f968d8988888a8d949da6b4c0d1e5f5fff4dfcab49f8a76614c36210c0000000010253a50657a8fa5c5d5dfdedcdad8d6d5d5d5dadce3eefcffffffffffffffffffffffffefdac5af9a85705a45301b05000000162c41566b8196abbcc9d9ebfefffffffffff9ebe0d9d7cecdcfd3dadde4effbf7ede3d6c9bcb59f8d7c665846331e0e000000000000000000000000000000000000011527374b5c6c8197a6b7cbdfecf9e6d4c3b09b86715d4b37220c00000000142a3f54697f94a9bed4e9fffffffff1dcc7b29c87725d3929283e53687d93a8bdd2e8fdffffffeed8c3ae99836e59442e190000000000000b20344859687e939fabb5c2c9cdd7d7dadddfe2dfdcd9d9dcdee3dfdddbd8dacfcac5b8b39e927d685443301c07000000000b21364b60758a9fadaeafafaeadadadadadaeaeaeadaca7917c67523c271200081d31445570859baabbc9cfbfb49f8d7c665d4e4231271a0c0000000000000000000000000000000005192b3b484d566064676a6b6b6a6866625a574f4b3f2e1d0d0000000000000000000000000000000000000000000010202e3f4b5a636e7a81888c909293949493908c78624d38230d000010253a4f657a8fa7b8cce2f2f8e3cfbcab9f988f87859bb0c2ad98836d646b72797f868b93998572604a35200b00000000000000000000000d21364a5c6b8095a3b5c9ddf2ffffffffeedecdbdb0aca89e9d9d9fa9a9b2b7c4d1deeefff9e5d3c2af9a846f5846331f0a0000000012283d52677d92a7bcd2e7f3f1f0eeecebeaeaeff1f7fffffffffffffffffffffffffffff1dcc7b19c87725c47321d070000001a30455a6f849aafc4d9e7f7fffffffffffffffdf4eeece3e2e4e8eff1f5f3eae2dfcfc5b9ab9f947f695e4c3a2917000000000000000000000000000000000000000009192e3e4c6176879db2becfe1f1f1ddc9b5a38f7a654f3a291704000002172c42576c8197acc1d6ecfffffffff0dbc6b19b86715c4631293e53687e93a8bdd3e8fdffffffedd8c3ae98836e59432e1900000000000005182b3b4e606a7f8c9ca4aeb4bac6c2c5c7c9ced8cccdcdccd9cfcac8c6c3c9bcb5b0a79e92806b5f4e3625130000000000091e32455672879497999a999998989798989899999897928975604b36210b00021527374f647a8c9fabbabfb2a195806a5e4c3f311d150a00000000000000000000000000000000000b20344859626e757a7d7f80807f7e7b77726d655d4b3b2a18050000000000000000000000000000000000000000000211212e3c494d5c646c73777a7d7e7f7f7e7b76625a4935200b000012283d52677d92a7c5d5e8fff4dfcab59f8d837a717e93a9beaf9a84727980878e959b9faba3907b665139281603000000000000000000000f24394e64798c9fb5c1d2e4f8fffffffffcebdbcdc4c6b9b4b2b3b4bac7c8cbd4e2eefcfeecdecab6a4917c67513a2917040000000013283e53687d93a8bdd2e8fdfffffffffffffffffffffffffffffffffffffffffffffffff2dcc7b29d87725d48321d080000001e33485d73889db2c8ddf2fffffffffffffffefcfffcf6f4f1efeceae7e0ddd8cecabfb2a79e8d7f69614f402f1c0c000000000000000000000000000000000000000000101e334657667c90a0b2c3d4e7f7e4d2c1ad98836d5846331f0a0000041a2f44596f8499aec4d9eefffffffff0dbc6b19b86715c3b2c2f3e53697e93a8bed3e8fdffffffedd8c3ae98836e59432e19000000000000000d1d31424f616a7b8690999fa8a9adb0b2b4bbc8b7b7b7b7b7bcb4b3b1aeabab9f9b93887d6b6251413118080000000000021628384f647a7f8284848483838382828383848483817d77625745321e0900000922374b5d687e8d9fa8aca1998372604b402f2114020000000000000000000000000000000000000d22374d6278838a8f929495959493908d88827b655947341f0b0000000000000000000000000000000000000000000003111e2c353e4b4f5759626568696a6968666158493c2b19060000142a3f54697f94a9bed4e9ffe6d0bba6917b6e69697c91a6bbb39e89878e959ca4aab0b5bcae98836e5745321e0900000000000000000000162c41566b8196abbccfdfeffffffffffffff9ebe0d9d6cdc9c8c8c9cdd7dddfe7f2fff6eae2cdbcb19c8673604b35200c000000000013293e53687e93a8bdd3e8fdfffffffffffffffffffffffffffffffffffffffffffffff8f0dbc6b09b86715b46311c060000001f344a5f74899fb4c9def1f1f1f1efeeecebe9e7e4e9e1dedcdad7d4d5cbc8c8bbb4aea199897c69614f4332221200000000000000000000000000000000000000000000031729394c5e6d8298a5b7c9d9ebeedec9b49f8a76614c36210c0000061c31465b71869bb0c6dbf0fffffffff2dcc7b29d877259493c443a53697e93a8bed3e8fdffffffedd8c3ad98836e58432e190000000000000000142432434f5d65737b83898f94989b9d9faaa1a2a2a2a2a1ab9f9e9b9995918b867e75675f5144342313000000000000000a22374b5c64696d6e6f6f6e6e6d6d6d6e6e6e6f6e6c67625947392816030000081b2e3f4e60687d8a9797908374605443302212030000000000000000000000000000000000000012273c52677c919fa9a7a9aaabaaa8a5a59d978c77624c37220d0000000000000000000000000000000000000000000000000e19202e373a3b474c505254555453514c473a2b1e0e00000014293e53697e93a8c9daecffeed9c4ae99837f7e7e8197acc1b8a79e9ca4abb2b6c3c6cac9b49f8a76604b36210b000000000000000000001a2f455a6f849aafc9daecfdfffffffffffffffdf3f4e9e1dedddddfe2eaf2f4faf7f0e6d8cebeb09e907b655443301c08000000000013283d53687d92a8bdd7e2eaf1f4f6fdfffdfefffffffffffffffffefefcfffbf5f3efe5ded4c4af99846f5a442f1a0500000020354a60758a9fb5cadcdcdcdcdbdad8d7d5d3d1cfd7cdc9c7c4c2bfc5b8b3aeaa9f998f8378665e4f433225140400000000000000000000000000000000000000000000000b1b2f404c6176879dabbccfdfddd1c8baa9927d68533d281300000417293a5d73889db2c8ddf2fffffffff4dfcab49f8c77625a5a595a586a7f94aabfd4e9ffffffffedd8c2ad98836d58432e180000000000000000061525323f4b5460666e757a7f8285888a8b8c8c8d8d8d8c8b8a888683807c77716961574d413426160500000000000000071b2e3e4b4f5457616567696a6a6b6a6a696867656360554c473a291704000000102031424e5f677882827b6e605645362614040000000000000000000000000000000000000000142a3f54697f94a9bac7bfc0c0bfbdc3b7b2a08b76614b36210c0000000000000000000000000000000000000000000000000006101b22252a34373b3d3e3f3f3e3b37332a1c0e0000000012273c51677c91abbccfe3f8f0dbc7b3a199959393979fb1c5c5b8b3b2b6c3c7cad3dbdfcebaa98f7a65503a2510000000000000000000001b31465b70869bb0c5dbf0fffffffffffffffffffffffcf5f3f2f2f4f6f7f4f1ebe2dfd2c8bbb4a096806b5d4c36261401000000000010263b50657b90a5bac7cdd7dbdfe2eae6e7e8e9eaeaebebeaeaeae9e8e7e6e8e0ded9d2c9c4b7aa957f6a55402a15000000001f34495f74899eb4c6c7c7c7c6c6c5c3c2c0bebcbac6bab4b2afadaaa6a69e98938b837a6e625a4d403225150700000000000000000000000000000000000000000000000000121f334658657b8d9fb4bfcbc8c0b4afa198836e59432e1900000a1f334658748a9fb4c9dff4fffffffff7e3cfbcab9a8478726f6e6f7076869cb1c6dbf1ffffffffecd7c2ad97826d58422d180000000000000000000715212e36434b51566065696d70727476777778787777767573716e6b676259544b4639302316080000000000000000071c304354606770767a7c7e7f8080807f7f7e7c7a787570615847331f0a00000002142431414d5a636c6c665e4b4538281808000000000000000000000000000000000000000001162b41566b8096abc0d8d4d5d5d4d3d4cbbbaa8a75604b35200b000000000000000000000000000000000000000000000000000000080d0f181f222528292a2a2926211f170c00000000000d22384d62778b9fb5cadfecf6e3d0bfb3aeaaa8a9acb1bdced5ccc8c7cad3dcdee6f0ead8c7a9947f6a543f2a15000000000000000000001b31465b70869bb0c5dbebe9ebeceeefefefefeeeeeeeeedecebeae8ebe2dfdcd9cecac1b5aa9f948273604b3f2f18080000000000000d23384d62788d9fa9b4bac7c6c9ced8d0d2d3d4d5d5d5d5d5d5d4d4d3d2d1d6ccc9c4c2b5b1a69d8f7b65503a2510000000001c31465c71869badb1b2b2b1b1b1b0aeacaba9a7a5a3a89f9c9a9795918d88837d776e645c4d483c3022150700000000000000000000000000000000000000000000000000000417293a4b5d6a7f94a1b3b7b2aba29a908378624d37220d00000c21364c61768ba9bacde2f6fffffffffeebd9c9b4a29a8c87858484868a9ca4b5c9def3ffffffffecd7c2ac97826d57422d180000000000000000000003111826303538454b5054585b5d56606162626262626160545c5956514c483b3632281b13050000000000000000000b20354a60727d858a8f919394959595959493918f8d898476614c37210c00000000061423303c494d5757504c4032281a0a00000000000000000000000000000000000000000002172c42576c8197acc1d6e9eaeae9e8dfc9b49f8a745544311d08000000000000000000000000000000000000000000000000000000000000050b0d101314151413110c0a040000000000000b2034485a70859bb0becee2eaedddd0c7c4bfbebec1c5cedbe8e0dedcdee6f1f3f2e6dfd3c8ac97826d57422d18020000000000000000001a2f455a6f849aafc4cfd9d3d5d7d9dadadad9d9d9d9d8d8d7d6d5d3d9cecac6c8bbb4afa39b8c7f72605544312111000000000000000c2035495a697e8a979fa9acb1b4bac7bbbdbebfc0c0c0c0c0c0bfbfbebdbbc5b9b3afaaa49c92877d72604b35200b0000000012283d52677d90989b9d9c9c9c9c9a99979694928f8d8b898785827f7b77736e6861584f4b3e342b1d1204000000000000000000000000000000000000000000000000000000000b1b2e3f4a60728399a2a69d968e847b6e62594834200b00000e23384d63788da2c7d7eafdfffffffffff7e7d1c0b4ab9f9c9a99999b9fa9b5c2d2e5f8ffffffffecd7c2ac97826d57422d1800000000000000000000000008141c202832363a3f434638454b4c4d4d4d4d4c4b4a433644403c37342a211e160b0000000000000000000002182d42576d82929b9faaa7a8a9aaaaaaaaa9a8a7a5a89f8e79634e39230e000000000005131e2c353842423b382f1e160a0000000000000000000000000000000000000000000002182d42576d8297acc2d7ecfffffff2ddc8b39d88735e372715010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005192b3c50667b90a0b2bfcdd7e0e7e3dbd9d4d3d3d7d9e0ebfbf5f3f1f2efe9e1ded4cbc2b6aa9a856f5a45301a05000000000000000000172d42576c8297acb4bcc9bec0c2c3c4c4c4c4c4c4c3c3c3c2c1bfbdc8bbb4b1adaa9f9990867a6a605444372614030000000000000006192c3c4f606978828a92979c9fa9a4a6a8a9aaaaababababaaaaa9a9a7a6a4a79e9a958e867d7568605443301c080000000010253a4d5f677b83868787878786858382807e7c7a787674726f6d6a66625a59534c473a372e20190d00000000000000000000000000000000000000000000000000000000000000111c304354607584918d8881796f655d4d483b2b1905000010253a4f657a8fa4bacfe4ffffffffffffffeeded1c9bcb5b2afaeafb0b4bac7d2e0f0ffffffffffecd7c1ac97826c57422d170000000000000000000000000001080b161e21252a2d30283236373738383837363530252e2b27221f180d09030000000000000000000000001325365c71869cb0b4bbc8bebfbfc0bfbfbebdbcc6baa58f7a65503a2510000000000000000e1920232d2d26231c1202000000000000000000000000000000000000000000000002172d42576c8297acc1d7ecfffffff1dbc6b19c86715c47311c000000000000000000000000000000000002080b0e1113151516151513110e0b080200000000000000000000000000000000000d23384c5e6d8298a1b4bac7cbd5d9dddfe3ece3e3e5e7edf6ebe2dfddd9d7cdc9c3b7b2a49c8c7c66513c27110000000000000000000011263b50667b909b9faba6a9abadaeafafafafafaeaeaeadacacaaa8a6aa9f9c98928b847b71645c4b43362619090000000000000000000e1e32424f5a626c767d82868a8c8f9192939495959696959595949392918f8c89847f79716860564b4336261401000000000a1e30414d5d656d717272727171706e6d6b6967656361575d5a5855514d483c3e37332a221b1005000000000000000000000000000000000000000000000000000000000000000000132536455760737b78736b645c504b3f342b1d0d00000011273c51667c91a6bbd1e6fbfffffffffffffceee7dacfcac7c4c3c4c5c9cdd7e5f0feffffffffffebd6c1ac96816c57412c170000000000000000000000000000000002090b1014181b161e2122222323222221201c131916120d0b050000000000000000000000000000071c30435474899eb4c9ced9d3d4d5d5d5d4d4d3d1d7baa48f7a654f3a25100000000000000000060c0e1717110f090000000000000000000000000000000000000000000000000001172c41566c8196abc1d6ebffffffefdac4af9a856f5a45301a0500000000000000000000000000000109151d202426292a2b2b2b2a282623201d150d0b050000000000000000000000000000091c2f404b607383949fa9b3b8c4c4c7cacfdacececfd2dae6d9cecac8c4c6bab4aea59d93867a665e4d39240f000000000000000000000f23384c5e677d858b8e91949697999a9a9a9a999999999897969593918e8a87827c766f655d4f4b3e3026180900000000000000000000001424323c484d5761676d717477797b7d7e7f8080808080807f7f7e7d7c7a77746f6a635b534b4538302618080000000000011323303f4b50585c5d5d5c5c5c5b5957565452504e4c46394542403c38342b28221f180c0800000000000000000000000000000000000000000000000000000000000000000000000818283945556066635a564e4a3d372e20190d0000000013283d53687d92a8bdd2e7fdfffffffffffff2e7dfddd7d5d4d4d4d6d9dee1e9f5ffffffffffffffebd5c0ab96806b56412b16000000000000000000000000000000000000000000030002090b0c0d0d0d0d0d0c0b070000010000000000000000000000000000000000000b20354a60758a9fb5cadfebe8e9eaeaeaeae9e8ebd9c8a48e79644f39240f000000000000000000000000000000000000000000000000000000000000000000000000000000000000162b40556b8095aac0d5eaffffffedd8c3ad98836e58432e19030000000000000000000000000009141d273136393c3e3f4040403f3e3c393631272220190e0000000000000000000000000000121d31445560727f8b969ea6aaafb2b5bcc9b9b9babec8cfc8bbb4b2afaba89f9991877e74645c4d40301d0a00000000000000000000091c2f404d5f677076797c7e8082848585858484848483838281807e7b7975716d676158504c3f372e1c140800000000000000000000000006141e2b3539464c5257546062646668696a6b6b6b6b6b6b6a6a6968666462595a554e4a3d3632281c1408000000000000000513212f383b43464847474747454442413f3d3a38363329302d2a26222019130c0a0400000000000000000000000000000000000000000000000000000000000000000000000000000a1b2837444b514d493c39362d231c1105000000000014293e54697e93a9bed3e8fefffffffffff2e2d4cbc8c2c0bfbfbfc0c4c9ced8e6f6ffffffffffffead4bfaa957f6a55402a1500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b21364b60768babbccfe3ebecedeeeeefefefefe2cebbaa8d78624d38230d000000000000000000070d0f1214120d0b0500000000000000000000000000000000000000000000000014293e54697e93a9bed3e8feffffebd6c1ac96816c57412c17020000000000000000000000000919263137444b4e5153545555555553514e4b443738352b1e0f0100000000000000000000000002152737445460697780889095999d9faba3a3a3a5aab7bfb2aa9f9d9a959089837c746860564b3e302212000000000000000000000000112230414d5257616467696b6d6e6f6f6f6f6f6f6e6e6e6d6c6a686664605658524c473a382f221b10010000000000000000000000000000000e19202933363d36434a4d4f5153545555565656565555545452514f4c473b4039362d211e160a0100000000000000000003111c23252e313232323231302e2d2b29272523211e171a1815110d0b05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a192631353c38352c24211a0f0800000000000000152a40556a7f95aabfd4eafffffffffff2e2d4c4b7b3adaaaaa9aaabaeb4bbc8d8e7f7fffffffffee9d3bea9947e69543f2914000000000000000000000000060000000000000000000000050b0d121314130f0b09020000000000000000000000000000000000000000000b20354a60758a9fb4cad4d5d7d8d9d9dadadadadacab49f8a75604b35200b0000000000000002101b22242829272220180d000000000000000000000000000000000000000000000012273c52677c91a7bcd1e6fcffffead5bfaa95806a55402b1500000000000000000000000001142637444b55606366686a6a6b6a6a6866636055554d483c2c1f0f0000000000000000000000000009192736434b59626b747a8084888a8c8e8e8e9099aab2a1998b8884807b766e6660554b45382e201204000000000000000000000000041323303939464b4e51545658595a5a5a5a5a5959595857575553514e4b45383d37332a231c1107000000000000000000000000000000000000050b171e2128253035373a3c3d3e3f404041414040403f3e3d3c3a37342a2a24211a0f090200000000000000000000000000080e10181c1d1d1d1c1c1b1918161412100e0c0a0300030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009141d20262320190f0d07000000000000000000162b41566b8096abc0d5ebfffffffffae7d4c4b7a69d979594949596999faabbc9daecfffffffffde7d2bda8927d68533d2813000000000000000000050b0d1b15130d030000000002090e1920222729292824201d150a0800000000000000000000000000000000000000071c30435473899eb3bdbfc0c2c3c3c4c4c5c5c5c4c4b29d87725544311d080000000000000010202d363a3d3e3c37342b1d100200000000000000000000000000000000000000000010253b50657a90a5bacfe5fafffde8d3bea8937e69533e2914000000000000000000000000081d314455606f75797b7e7f8080807f7d7b7875706a625a493d2c1a0600000000000000000000000000091826303b484d5560656a6f7275777879797b90a5ae998372736f6b666057514b443731271a1002000000000000000000000000000005131e25283236393c3f4142444545454544444444434241403e3c3936322827211f170c0800000000000000000000000000000000000000000000030a0c12131c2022242628292a2b2b2b2b2b2b2a2a29282725221f18150e0c07000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001080b110e0c06000000000000000000000000172c42576c8197acc1d6ecfffffffff4dfcbb7a69d8882807f7f7f81848b9fabbccfe3f8fffffffbe6d1bca6917c67513c271200000000000000000d192022302a2720150700000a151d202b35383c3e3f3d3a363127231c11060000000000000000000000000000000000001325365b70859aa5a8aaabacaeaeafafafafafafaeac99846f5937271501000000000000071b2d3e4a4f5253524c483b2e20100000000000000000000000000000000000000000000f243a4f64798fa4b9cee4f9fffce7d2bda7927d68523d28130000000000000000000000000b20354b6073838a8e9193949595959493918e8a857f78635b4935210c000000000000000000000000000008141c2b3437444b50555a566062636464758ba7ae99846f545a56504b45393531261d150a0000000000000000000000000000000000010a0b161e212427292b2d2f3030302f2f2f2f2e2e2d2c2b292624211e16120c0a040000000000000000000000000000000000000000000000000000000000070b0d0f1113141516161616161615151413110f0d0b050000000000000000000000000000000000000000000002080b101416171919181715120e0c060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000182d42586d8297adc2d7ecfffffffff2ddc8b39d88756d6b6a6a6a6b6f7b8d9fb5cadff4fffffffae5d0baa5907b65503b2610000000000000010f1d2b3438463f3c33251606121a2731363c484d515354524f4b4538372e20190e0000000000000000000000000000000000162b40556b808c8f929496979899999a9a9a9a9a999793806b55402b16000000000000000d22364a5c6467696762594a3e2e1b0700000000000000000000000000000000000000000e23394e63788ea3b8cde3f8fffce7d1bca7927c67523d271200000000000000000000000010253b50657b909fa9a6a8a9aaaaaaaaa8a6a99f9a958d79634e38230e000000000000000000000000000000010d18202631353b4038454b4d4e4e5573899eaf9a85705a36403b363228201d14090200000000000000000000000000000000000000000003090c0f12141618191a1a1a1a1a1a19191918171513110f0b0902000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009151d2025292c2d2e2f2d2c2a2723211a0f06000000000000000000000000000000000000000000000000000000000000000000000000040a0c0e101112121313131414141313131211100f0d0b08020000000000000000000000192e43586e8398adc3d8edffffffffeed8c3ae99836e5755555455565c71869cb1c6dbf1ffffffffecdac9a48e79644f39240f0000000000000f202d3c484d5b555043341e19203038454b535a6267686968646056504b3f352b1e12040000000000000000000000000000000b20354a6072777a7d7f8082838484858585858584827e76614c37210c000000000000021527384f647a7d7e7c77645c4a36220d00000000000000000000000000000000000000081829394d62788da2b7cde2f7fffbe6d1bca6917c67513c271200000000000000000000000014293e53697e93a8bac7bdbfbfc0bfbfbdc7bab4b0ab927c67523d271200000000000000000000000000000000000509141d20252b2731363739375b70859a9c99846f5a442f26211e160b080100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030001080b0c0c0d0d0d0d0e0e0e0d0d0d0d0c0c0b090300060402000000000000000000000000000000000000000009192731363a3e4142434443413f3d38352c20190e0000000000000000000000000000000000000000000000000000000000000000080e10171f2124252627282828292929292928282727262422201d1517110b0903000000000000192e43596e8398aec3d8edffffffffedd7c2ad98826d58393f3f403e5a6f8499afc4d9eefffffff8e3cfbcab8c77624d37220d00000000000e1e2d3e4a5a62706a615144322c35404d56606871787c7e7e7d7a756e655d4d493c2f2212040000000000000000000000000000071c304354606265686a6b6d6e6e6f6f7070706f6f6d69615847331f0a000000000000091d31455673889293918d7a644f3a240f000000000000000000000000000000000000011426364657677d92a7bcd2e7fcfffbe6d0bba6917b6651382815020000000000000000000001162b41566b8096abc0d7d3d4d5d5d5d4d2d8cec9c9a6917c67513c27120000000000000000000000000000000000000001080b1015151d2022273c51677d8587857d67523d27120b0903000000000000000000000000000000000000000000000000000000000000070b0c0d0e0f0f0f0e0d0c0a030001000000000000000000000000000000000000000000000000000000000000000000060c0e14181b141d20212122222223232323232322222221211e161d1c1a1714110c0a04000000000000000000000000000009192737444b505456575859585655524e493d352b1e0e000000000000000000000000000000000000000000000000000000000003111c2325293337393a3b3c3d3d3e3e3e3e3e3e3e3d3d3c3b3a383631272c27211e160a0000000000192e43596e8398aec3d8edffffffffedd7c2ad98826d58432d2a2f44596e8499aec3d9eefffffff4dfcab59f8a75604b35200b000000000c1c2c3c4a5c6478857f6c624b463c494d5e66747e868d919394928f89837a6f625a4c402f2212000000000000000000000000000000132536434a4d505355565759595a5a5a5a5a5a5957534c473a2a17040000000000000b20364b60758ba6a8ab917c67513c2712000000000000000000000000000000000003111c3043546176879db2c7dcf2fffffee9d4bfa9947f6a5645321d0e0000000000000000000003182d43586d8298adc2d7e8e9eaeaeae9e8eae2d0bba6907b66513b261100000000000000000000000000000000000000000000000002090b0d24394d5f67707270675f4d39251000000000000000000000000000000000000000000000000000030a0c0f131618131c202123242424242422211e171a16120d0b05000000000000000000000000000000000000000000000000000000070f1a2123292d3126313536373737383838383838383837373736322833312f2c2926221f180f0d07000000000000000000000115273744556065696b6c6e6e6d6c6a67635b4d483c2b19060000000000000000000000000000000000000000000000000000000816212f373b3a474c4e505151525353535353535353535251504f4d4b4437413c3632281a0a00000000192e43596e8398aec3d8edffffffffedd8c2ad98836d58432e1a2f455a6f849aafc4d9effffffff3ddc8b39e88735544311d0800000004182a3a495b647a889b94806e6157565a636f7c87939ca4a6a8a9a7a89f988f8478665e4c402f1e0e00000000000000000000000000000818253035373a3d3f4142434444454545454544423e37332a1c0c000000000000000d22384d62778da2c4a8937d68533e28130000000000000000000000000000000000112131414b60728399a5b7cadff4fffffff2ddc7b29d8775604b3c2c1906000000000000000000051a2f445a6f8499afc4d9eefefffffffffffde4cfbaa58f7a65503a25100000000000000000000000000000000000000000000000000000000a1d30404d515b5c5a524d41301e0a000000000000000000000000000000000000000000060c0e14171e2125282b2d253035373839393a3939383633292f2c272220190d0b0500000000000000000000000000000000000000000000010f1a212c35383e434637444b4b4c4c4d4d4d4d4d4d4d4d4d4d4c4c4b4538484644423f3b37342a24211a0f010000000000000000081d31445560747a7e8182838482817f7c7873625a4835200b0000000000000000000000000000000000000000000000000000041626343f4b505858616365666767686868696969686868676665646260555b57514b4538281603000000192e43586e8398adc3d8edffffffffedd8c3ae98836e59432e1b30465b70859bb0c5daf0fffffff1dbc6b19c86715c372715010000000a1f3447596379889da69e9682756c6b6f7884919da5b1b5c2bdbec6bab4ada29a897c665e4c3c2c1906000000000000000000000000000008131c202225282a2b2d2e2f2f30303030302f2d29211f170c00000000000000000f24394f64798ea4b9a9947f69543f2a14000000000000000000000000000000000d1d2e3f4e5f6b8095a1b3c3d4e6f9fffffff4dfcab7a5947f6a5a49352013000000000000000000061b30465b70859bb0c5daf0fffffffffffff8e3ceb9a38e79644e39240f00000000000000000000000000000000000000000000000000000000122230393c4647453d393023130100000000000000000000000000000000000000030f1a2123292933363a3d404336434a4c4d4e4f4f4f4e4d4b463944413c37342b2220190d060000000000000000000000000000000000000002101f2d363d494e54585b5d556061616262626263636362626262616160565e5d5b595754504c473a39362d1f1305000000000000000b20354b6073868f9396979899989694928d8878624d38230d000000000000000000000000000000000000000000000000000011223444515d656d7376797a7b7c7d7d7d7e7e7e7e7e7d7d7c7c7b79777573706c66605645321e09000000182d43586d8298adc2d7edffffffffeed9c4ae99846f59442f182a3b5d72879db2c7dcf2ffffffeed9c4ae99846f59442f1a000000091c2f404c6177879da6b7b0a098888180848c99a1b2b6c3c9d2d3d3d7cdc9c0b3a89e8c7c665a4935200900000000000000000000000000000000070b0d101315161819191a1a1b1b1b1a1a18140c0a0400000000000000000011263b50667b90a5bbaa95806b55402b1600000000000000000000000000000005182a3b4b5d687d929eb0bfd0e1f1fffffffffae6d4c3b49f8b78634d41311c0c0000000000000000071c31475c71869cb1c6dbf1fffffffffffff7e2cdb7a28d78624d38230d0000000000000000000000000000000000000000000000000000000004121d242731323027251e1305000000000000000000000000000000000000000b171e2c35383e39464b4f5355585b5460616263646464636261575d5a56524d483b38342b20190e00000000000000000000000000000000000010202d3d4a4e5b63696d7073747576767777777878787878787777777676757472716f6c69666159554e4a3d3123130100000000000011273c51667c91a4a9abacadaeadabaaa7a6907b66513b261100000000000000000000000000000000000000000000000000091c2f4051636c7b83888c8e8f9091929293939393939393929291908f8d8a8885817c75604b36210b000000182d42576d8297acc2d7ecffffffffefdac5af9a85705a45301f344759748a9fb4c9dff4ffffffecd6c1ac97816c57422c170200000e23384c5e6e8399a5b6c5beb2a69d9695999faab3bfcad3dee5e8e9e9e1ded0c6b9aa9e8978624d372715010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012273d52677c92a7bcac96816c57412c170200000000000000000000000000000b1f344759657b8c9fb4bccdddedfffffffffffff1e1cdbaa99a846f604e3a2a170400000000000000081d32485d72879db2c7dcf2fffffffffffffbe8d6c5a18c76614c37210c0000000000000000000000000000000000000000000000000000000000000a10121b1d1b12100a01000000000000000000000000000000000000000b1b29333d494e5358576164686b6d70727576787979797979777674726f6b676259554d483c352b1e1406000000000000000000000000000000071b2d3e4a5b636f787e828688898a8b8c8c8c8d8d8d8d8d8d8d8d8c8c8c8b8a89888684817e7b77716a645c4e41311e0b000000000002172d42576c8297acc2c0c1c3c3c2c1bfc4a6907b66513b2611000000000000000000000000000000000000000000000000000f23384c5e6c8190989da6a3a5a6a6a7a8a8a8a8a8a8a8a8a8a7a6a5a4ab9f9d9b9691826e58372715010000172c42576c8197acc1d6ecfffffffff0dbc5b09b86705b463122374c61778ca9bacde2f6fffffee9d4bea9947f69543f2a1400000316283850657b90a1b3c3d3cfc4b7b2acabaeb4bbc8d0dfe6f1f0eceef4f6eee4d6c8b9a798836e5544311d080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013293e53687e93a8bdad97826d58422d1803000000000000000000000000000b1b30414c6277889daabbcedaeafbfffffffffffffde9d7c7b4a2927d685847331f0f00000000000000091e33485e73889db3c8ddf2fffffffffffff5e0ccb9a78a75604b35200b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003172939464b5b63696d72767a7d808285888a8c8d8e8e8f8e8e8d8b898784817c77716a625a4d483c3124160800000000000000000000000000000d22364a5c6479848d93989b9d9fa9a0a1a1a2a2a2a2a2a2a2a2a2a2a1a1aa9f9e9d9b999794908c868079685f4e3a25110000000000061b30465b70859bb0c5d6d7d8d9d7d6cfbaa58f7a65503a25100000000000000000000000000000000000000000000000000011263b50667b909fadb3b7c4babbbcbcbdbdbdbebebebdbdbdbcbbbac9bcb5b3b0ac9d88735544311d080000162c41566b8196abc0d6ebfffffffff1dcc6b19c87715c4732253a4f657a8fa4c7d7eafdfffffce9d7c7a6917b66513c26110000091e3245566f8499afbfd0e1e2d4cbc8c1c0c4caced9e6ede4dddbd6d8dfe2eaf4e6d6c5b49e8975604b35200b0000000000000000000000000000000000000003090c0c0d0d0b0903000000000000000000000000000000000000142a3f54697f94a9beae98836e59432e19040000000000000000000000000417293a4d5f6f849aa6b7c8d8eaf8fffffffffffffffff5e5d0c0b39e8976614c3d2d1a07000000000000091f34495e74899eb3c9def3fffffffffffff3dec9b39e89745544311d0800000000000000000003090b0f1214151719191a1a1a1a191815120e0b07000000000000000000000000000000000000000000000000000000000a1e3346576171787e83878b8f9295989a9d9faaa2a3a4a4a4a3a2a99f9c9996918c867f786d625a4e4234261607000000000000000000000000061a2c3d4f647a8a9aa2a9adb0b2b4bac7b6b7b7b7b7b8b8b8b7b7b7b7b6b6bbb4b3b2b0aeaca9a5a49c958e7d68523d28130000000000091e33495e73889eb3c8ddecedeeede3ceb9a38e79644e39240f00000000000000000000000000000000000000000000000002182d42576d8297acbdc8cbd4cfd0d1d2d2d2d3d3d3d3d3d2d2d1d1d0dacfcac8c5b49f8a75604b35200b0000162b40556b8095aac0d5eafffffffff2dcc7b29d87725d4832283d52687d92a7bdd2e7fffffff6e1cdbaa98d78634d38230e00000b21364b60768a9fb4c9dfebf2e7dfddd6d5d9dfe2ebe3dfd2c9c6c1c3c9ced8e6e1ccb9a896816c5544311d0800000000000000000000000000000000080e10161e21222222211e1617100e080000000000000000000000000000152b40556a8095aabfaf99846f5a442f1a050000000000000000000000000a1f334658677d92a2b3c4d5e6f6fffffef7f4f0f2f7ffffeee0ccb8a797816c5b4a3621100000000000000a1f344a5f74899fb4c9def4fffffffffffff1dcc7b29c87725d37271501000000000000070d0f161e212427292b2c2e2f2f2f302f2e2d2b2723201c130806000000000000000000000000000000000000000000000000000c21364b6175868d93989c9faba8aaadb0b2b4bbc8b8b9b9b9b8c7bab4b2afaba7a49c958b8278686051443425140100000000000000000000000c2135495b71859ba8b4c0c2c5c8c9cdd7cbcccccccdcdcdcdcdcdccccccd9cecac9c7c6c4c1bec2b5b1a9947f6a543f2a1500000000000a1f344a5f74899fb4c9def4fffff7e2cdb7a28d78624d38230d020201000000000000000000000000000000000000000000061b30465b70859bb0c5dadfe7e4e5e6e7e7e8e8e8e8e8e8e8e7e7e6e5ece3dfddcfbcab8b76614b36210c0000152a3f556a7f94aabfd4e9fffffffff3ddc8b39e88735e49332b40566b8095abc0d5eafffffff4dec9b49f8975604b35200b0000091e32455671869cb1becedfe7f2f4f2ebeaeeeae2dacfcac1b5b0acaeb4bbc8d4d2c1b49e8977614c37271501000000000000000000000000000002101b22252832363738383632282d25231c1103000000000000000000000000162c41566b8196abc0b09a85705b45301b06000000000000000000000004182a3a4c6176889db3c0d0e2f2fffff6ebe2dfdadde4effdfbe8d5c5b49f8c79634e3e2e1b0800000000000a20354a5f758a9fb4cadff4fffffffffffff0dbc5b09b86705b46311b000000000002101b2224283236393c3e40424344444545444342403c38353025211a0f03000000000000000000000000000000000000000000000010263b50657b90a4a8adb2b5bcc9c0c2c5c7caced9cececececed7cdc9c7c4c0c2b5b1aa9f988a7e6b625143321f0f00000000000000000000000e23384e63798da3b5c6d1d7dbdddee1e9e1e1e1e2e2e2e2e2e2e2e2e1e1ebe2dfdedddbd9d6d3d2c9bfaa95806a55402b150000000000081d314455758a9fb5cadff4fffff6e1ccb6a18c77614c37221818171615120f0c0903000000000000000000000000000000081d32485d72879db2c7dcf2fafffbfbfcfdfdfdfdfdfdfdfdfdfcfbfffff8f4ebd9b6a08b76614b36210c000014293e53697e93a8bed3e8f3f4f7f7f3dec9b49e89745f49342e44596e8399aec3d8eef0f0efeedac5b09b85705443301c0800000316283852677d91a0b1bdcbd4dfe2eae7e6dfd8cec9bcb5aea39b97999faab7c4c5b5a3937e69594734190900000000000000000000000000000010212e373a39464b4c4d4d4b4538423b372f2111000000000000000000000000172d42576c8297acc1b19b86715c46311c0700000000000000000000000a1f3347586b8095a6b8cbdeeefffff6e6d9cecac5c8d1dfeefcf3e3cfbcab99846f5c4b3722100000000000081d314455758aaabbcee2f7ffffffffffffeed9c4ae99846f59442f1a040000000715202d363939454b4f525455575859595a5a5a595755514e4a4336352c1e170b0000000000000000000000000000000000000000000014293f54697e94a9c2c2c7cacfdad5d7dadddfe2ebe3e3e4e3e3e9e1dedcd9d6d2c9c8bbb4a89e93806b614f3d2c1a060000000000000000000012273d52677c92a7c1d2e4edf0f2f4f6fdfff6f7f7f7f7f7f7f7f7f7f7fffef7f4f3f2f0eeece9e5d4bfaa957f6a55402a1500000000000b20354b60758aabbccfe3f8fffff5e0cbb5a08b76604b362d2d2d2c2b2a2825211e160f0d08000000000000000000000000091e33495e73889eb3c8ddf3fffffffffffffffffcfaf9fafbfcfefffffffff7e2cebbaa8b76614b36210c000012283d52677d92a7bcd2dcdedfe2e2dfdec9b49f8a745f4a3529395c71869cb1c6dadadbdbdad9d7c6ab96816c56362614010000000a25394d5f6d82979fb3b7c4caced8d1d4cac8bbb4ab9f998e8681838b9da6b6b8a79b8573604b3b2a18000000000000000000000000000000081b2e3f4b4f5a576161626260565c57504b3f2f1c080000000000000000000000182d43586d8298adc2b19c87725c47321d0700000000000000000000031629394c61778a9eb4c4d5e7fcfffeebd9c8bbb4b0b4c0d1deeefeebd9c9b3a18f7a644f3f2e1b08000000000b20354b60758aa0b5d9ebfeffffffffffffedd7c2ad98826d58432d18030000031525323e4a4f5657606467696a6c6e6e6f6f6f6f6e6d6a676360544e493d33291b0e000000000000000000000000000000000000000000162c41566b8196abc0d6dcdfe3eceaedeff2f4f7fefff9f9f9fffcf6f4f1eeebe5ded9cec6b9b49e947f695b4936210c0000000000000000000014293f54697e94a9bed3e9fffffffffffffffffffffffffffffffffffcf7f7f7f8f9fbffffffffe9d4bea9947f69543f2a1400000000000b20354b60758aa0b5daecfffffff5e0cab5a08b75604b4242424242413f3d3a36322825221b1009000000000000000000000a1f34495f74899eb4c9def3fffffffffdf4eeece6e5e4e4e5e7e9ebedeff1f2dfcab49f8a75604b35200b000011263b50667b90a5c5c5c7c9c9cececac9c8b49f89745f4a3432465774899eb4c3c4c5c6c6c5c4c1baa8917b66513c2611000000000a1e30414b607381919da6afb4bbc8bcc3b7b2aa9f988c8379716c6e7a879ca4a69e8978635544311d0c0000000000000000000000000000000e22374b5d657073767777777674716c655d4b37230e0000000000000000000000192e43596e8398aec3b29d88725d48331d08000000000000000000000a1e3246576b8095a8b9cde2f2fffff2e2cebbaa9f9ba2b4c0d1e3f7f7e7d0bfaf9a846f5d4b37220f000000000b20364b60758ba0b5cae0ffffffffffffffebd6c0ab96816b56412c160100000c2032434f5c646b7176797c7e80818384848485848382807c78746b635b4b46392b1e0e0000000000000000000000000000000000000000182d43586d8298adc2d7edf4f8fffffffffffffffffffffffffffffffffffffff8f6ebe2d7cdbcb49f8b79634e3a29170400000000000000000014293f54697e94a9c5d5e8fbfffffffffffffffffffffffffffbf5f3e7e2e1e2e3e4e6e9eef3f5e8d3bea9937e69543e291400000000000b20354b60758aa0b5d8eafefffff5e0cbb6a08b76615857575757575654524f4b46393a372e241d120300000000000000000a1f34495f74899eb4c9def3fffffff9ebe0d9d7d1cfcfcfd0d2d4d5d7dadbddddc7b29d87725544311d0800000e24394e63798ea7adafb2b3b4bbbbb4b4b2b09d88735e4833364b61768ba8abaeafb0b1b0afaeaca99f8a76614b36210c0000000001131d314455606c7c88929a9faaa6a7a5a59d958b82796e645c575c6477869999887a645a493726140000000000000000000000000000000010253a4f657b85898b8c8d8d8b8986827b65503b251000000000000000000000001a2f445a6f8499afc4b39e88735e49331e09000000000000000000000c21364b6176899eb3c6d6e9fffff2e2cebeb49f8c859aa2b4c8dcf1ffeddcc7b3a18f7a654f3d2d1a070000000b21364b60768ba0b5cbe0f5fffffffffffee9d4bfa9947f6a543f2a1500000012273c4f61697a80868a8e919395979899999a9a99989795918d8780796c6157483c2b1d0d00000000000000000000000000000000000000192e43586e8398adc3d8edfffffffffffffffffffffffffffffffffffffffffffffffef4e9e1cebaa998836e5846331f0a00000000000000000011263c51667c91a7b8cce0ecfbfffffffffffffffffffffff3e7e0ddd2cdcccdcdced1d4d9dee0e8d9c9a6917c67513c271200000000000b20354a60758aaabbcee2f7fffffae4cfbaa58f7b6e6d6d6d6d6d6c6b6a67646157564f4b3e39301e170b000000000000000a1f344a5f74899fb4c9def4fffffbebdbcec5c1bcbabababbbcbec0c2c4c6c8c9c4af9a856f5a3727150100000b21364b60758994989a9d9e9faaaa9f9f9d9b97836f59442f364b60748a9396989a9b9b9b9a9997948e816c5746321e0a000000000001142637444b5f67747d848a8e9192908d8780776d645c4e4a3e4a596276848377645c4a3c2c1909000000000000000000000000000000021527385a6f849a9ea7a1a2a2a79e9c9789745e49341f09000000000000000000001b30455a70859aafc5b39e89745e49341f00000000000000000000071b2e3e53697e93a7b9cce4f4fffae7d5c4b2a0927d70849aafc3d3e6f9f6e3d0bfaf9a846f5b4a36210c0000000b21364b60768ba0b5cbe0f5fffffffffffce7d2bca7927d67523d2812000004172a3a54697f8e969c9faaa7a9aaacadaeaeafafafaeacaaa6a59d958b8175625a483b2b1805000000000000000000000000000000000000192e43596e8398aec3d8edfffffffffffffffffefdfdfefffffffffffffffffffffffffffcead8c7b49f8b76614c36210c0000000000000000000b21364b6075899eb3becfddecfdfffffffffffffffffff3e3d5ccc8bcb8b7b7b8b9bbbfc3c8ccd6cfbcab8e79634e39240e0000000000071c304354758a9fb4cadff4fffffff3dec9b39e8983828282828281807f7d7a76716b645c514c4033291b0c0000000000000a1f354a5f748a9fb4c9dff4ffffeeddcebdb1aca7a5a4a5a6a7a9abadafb1b3b4baac97816c57422c17000000091e32455662787e828587898a8a8a8a8988858178624d382331445562787d8183858586868584827e796c63523929160300000000000009192631414d5660686f75797b7c7b78726a62594e4a3d362d3b4858616f6e62594a3e2d1e0e00000000000000000000000000000000091d31455674899eb3b8c5b7c5b9b3b19f8a75604a35200b000000000000000000001b31465b70869bb0c5b49f8a745f4a2614010000000000000000000d22374b5c71869cb1c5d6e8fffff4e0cbb8a698826d657b90a5b6cadff6ffeedcc7b3a18e79634e3a2a170400000c21364b61768ba0b6cbe0f5ffffffffffffecdac9a5907a65503b251000000a1f33475872879cabb1b4bbc8bebfc1c3c3c4c4c4c4c3c2bfc3b7b2aa9f968778625948342012000000000000000000000000000000000000192f44596e8399aec3d9eefffffaf4f2efeceae8e8e7e8ebf2f4fafffffffffffffffffffff5e2cebbaa917c66513c2711000000000000000000091e324556687e93a0b2bfcee1e9f5fffffffffffffffbe7d5c5b8b3a7a2a2a2a3a4a6aaaeb3b8c5c0b49f8b75604b36210b00000000000013254a5f74899fb4c9def4fffffff5e0ccb9a79e999797979797979694928f8b86807a70665e4c46392a1d0c00000000000a1f354a5f748a9fb4c9dff4fff6e3d0bfb19f9791908f8f90929496989a9c9d9fa9a6917c67513c271200000002162838495a62696d707274747575757473706c625a4935202737495a62686c6e6f707171706f6c69645c5245341b0b000000000000000009141d3038454b53566064666766635a554c483b362d221d2b3a474c59594d483b2d201000000000000000000000000000000000000b20364b60758ba7b9ccd6ccd6ccc9b49e89745f49341f0a000000000000000000001c31475c71869cb1c6b59f8a755544311d080000000000000000011426364f647a8fa4b6cae3f3fffbe8d6c5b39d8876616073879db2c8d9ebfef6e3d0bfac97826d5847331f0a00000c21364b61768ba0b6cbe0f5fffffffffff8e3cfbcab8d78634d38230e00000c21374c61768ca4b6c6caced9d3d5d6d8d9d9d9dad9d8d7d5d4cac8bbb4a59d8777624d402f1c090000000000000000000000000000000000192f44596e8499aec3d9eeece7e7e0dddad7d5d3d2d2d3d6dddfe7f2fffffffffffffffffffeead8c8aa957f6a55402a15000000000000000000031628384e606d8298a1b1becdd7e5effbfffffffffff5e0ccb8a79e928d8c8d8e8f9194999ea7a7aaab9b86715645321e090000000000001f34495e74899eb3c9def3fffffffbe8d6c5b9b3aeadacacacacacaba9a7ab9f9c958f857c6e6157473b2a1a0a000000000a20354a5f758a9fb4cadff4fff0dcc7b3a197817c7a7a7a7b7d7f8082858688898a8b8774604b36200b000000000a1a2c3c494d54585a5d5e556060555f5d5b574d493c2b19192c3c494d5356595a5b5c5b5a5957544f4a3e3427170000000000000000000001121a28323638454b4f5152504d493c37342b211a0f0d1c2a3337444437342b1d100200000000000000000000000000000000000b21364b60768ba0c5d6e8e2e8ddc8b29d88735d48331e08000000000000000000001d32475d72879cb2c7bcab8a74604b35200b0000000000000000081c3043546c8197acc2d3e5fffff5e0ccb8a7947f6958546a7f94aabbcee2f7ffeedec9b49f8a77614c37211000000c21364b61768ba0b6cbe0fffffffffffff4dfcab59f8a75604b36200b00000f243a4f64798fa4c2d3dfe2ebe8eaecedeeeeefefeeedeceae6dfd9cec3b6a59a846f5e4c38230e0000000000000000000000000000000000182d43586d8298adc2d7dbd7d2d5cbc8c5c2c0bebdbdbec1c8cbd4e2f2ffffffffffffffffffecd6c1ac97816c57422c17000000000000000000000a1a31424b60748397a0b4bac7d1e0e8f3fffffffff3ddc8b39e897d78777878797c7f84898e929596937e6853382816020000000000091e33495e73889eb3c8ddf3fffffffff4e4d6ccc9c3c2c2c2c2c2c1c0bfc9bcb4b1aba39b91837561594738281603000000071c304354758a9fb4cadff4ffeed9c4af99846f676565656667696b6d6f717374757673605645321d0900000000000e1e2c35383f43454849444b4b444a48464238352b1e0e0e1e2c35383e4143454646464544423f39362d2017090000000000000000000000000a151d20283236393c3d3b38352c2220180d0700000c171f212f2e2220180d000000000000000000000000000000080a09080b21364b60768ba0b5cbe0fff1dbc6b19c86715c47311c07050604000000000000001d33485d72889db2c7b5a08b75604b36210b00000000000000000b20354b6074889db3c8ddf0fffeebd9c9b39e8976614b4d62788b9fb4cadff4fff6e1cdbaa9947f6a543f2e1b08000b21364b60768ba0b5d9ebfefffffffffff3ddc8b39e88735645321d09000011273c51667c91a6bbd1e6f7fefffffffffffffffffffffffffaf6ebe2d3c3b3a1907b66503c2b190600000000000000000000000000000000172c41566c8196abc1cac6c1bdc4b7b3b0adaaa9a8a8a9acb2b7c4d4e7faffffffffffffffffecd7c1ac97826c57422d170000000000000000000000141d324556607382939fa9b4c1ccd6e3ecf7ffffead5c0aa95806b6362626364666a6e74797d80817e72604b35200b000000000000081e33485d73889db2c8ddf2fffffffffff4e8e0ded8d7d7d7d7d7d6d5d4d9cfcac6c1b5b0a0988677615645321e0e0000000b20354a60758aabbccfe3f7ffecd6c1ac97816c5955555657585b5d5d5a5c5e556060605445382815020000000000000e192023292d303226313535312633302c2320190e00000e192023282c2e30303131302f2d2924221b1002000000000000000000000000000002090b161e21242627262320190e0b050000000000040a0c1a190d0b05000000000000000000000000010a10121d1f1f1e1c21364b60768ba0b5cbe0f5efd9c4af9a846f5a452f1a1a1b1b190d0b06000000001d33485d72889db2c7b6a08b76614b36210c000000000000000010253a4f657a8fa6b8cbe0f4fff7e3cfbcab95806b574648596e8399aec8d9ebfefde9d7c7b29c87725d4b37220d000b20354b60758aabbccfe3f7fffffffffff0dbc6b09b86715b38281502000012273d52677c92a7bcd1e7fcfffffcf9f7f7f8fdfffffffffffffffef1e1d0bfb09b85705a4935200b0000000000000000000000000000000014293f54697f94a9bbb4b1aca8a4a69d9a979593939293969da6b7cbdff4fffffffffffffffae7d5c4aa95806b55402b160000000000000000000000021528384555606d7e8b9ba3b3b8c5cfdae7f0fdf0dbc6b19b85766961574e4f5155546064686b6b69605443301c08000000000000081d32485d72879db2c7dcf2fffffffffffffbf5f3eeececececececebe9ebe3dfdbd2c9beb2a49b8575604b3c2c190600000b20364b60758ba0b5d9ebfefff2ddc8b39d88786d6a6a6b6c6e7072726f645c4a4b4b4a4336281a0a0000000000000000060c0d14181b1d141d20201d141e1b170d0b0600000000060c0d1317191a1b1c1c1b1a17140f0d070000000000000000000000000000000000000002090b0f1112110e0c0600000000000000000000000404000000000000000000000000000005131e2528323434333231364b60768ba0b5cbe0f5ecd7c2ad97826d58422d2e2f30302f2320190e0000001e33485d73889db2c8b5a08b75604b36200b0000000000000000132536566b8095abc4d5e7f9fff4dfcab49f8c78624d393b52677c91aabbcee2f7fcf5dfcab6a58f7a644f3a250f00081d314455758a9fb4cadff4ffffffffffeed8c3ae99836e59442e1900000012283d52677d92a7bcd2e7f3f1ece7e3e2e2e3e8f1f3f9ffffffffffffeeddc9b5a38d78624d38230d0000000000000000000000000000000011273c51667c91a6aa9f9b97928e8b888582807e7d7d7e81889db2c8ddf2fffffffffffffef0e0cbb7a6907c66513b26110000000000000000000000000a1a2837444b60687985939ea7b5bcc9d2e2eaf5ddc9b5a39b897f756a61584b46434b4e525556534b4336261401000000000000071d32475c72879cb1c7dcf1fffffffffffffbf5f3e9e1dedee1e9e6eef0f6f7f4efe4ddcfc2b4a396816c5a4935200b00000b21364b60768ba0b5cbe0fffff4dfcbb7a69d8982807f808183858787837a644e3936353025180a0000000000000000000000000003050001080b0b080100060200000000000000000000000104050607060504020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011323313a3d474949484746454b60768ba0b5cbe0f5ead5c0ab95806b564142434445454438352b1e0e00001d33485d72889db2c7bbaa8a75604b35200b00000000000000071c30435470859bb0c5dadfe6e9e7d4c4af99846f5a4935364c61768b9fb4cadff2e9e1d8cec0ab95806b56402b1600011527495f74899eb4c9def3ffffffffffead5c0ab95806b56402b1601000011263c51667b91a6bbd0e5dedcd6d1cecdccced3dcdfe6f1fffffffffff8e4d1c1a7927d68523d2813000000000000000000000000000000000d22374d62778c95908a86827d797673706d6b696868696c778ca1b7cce1f6fffffffffef0e0d0bfb39d8874604b36200b000000000000000000000000000a192731424e5b63737e89979fabb5c2cdd7e5e4d2c1b5a79e94887f766a61574c3f393d40413e353026180800000000000000071c31475c71869cb1c6dbf1fffffffffff4e8e0ded7cdc9c9cdd6d1d9dbe3edfcfff8ede0d1c1b49f8b78624d39281603000c21364c61768ba1b6cbe0f6fffae7d4c4b7a79e9895959596989b9c9d947f6a553f2a201c130800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d121415161513100c0a04000000000000000000000000000a1e31414d525d5f5e5d5c5b5a5960768ba0b5cbe0f5e8d3bea9937e69565658595a5a5b594d493c2b1906001d32485d72879db2c7b49f8a755443301c08000000000000000b20354a6075899fb4c2c7cad4d3d6cbb7a6917c66513c2b33465870859ab0c5dadcd7cdc8bbb4a295806a55402b1500001e33485e73889db3c8ddf2fbfff8fffeead8c8a7927d68523d28130000000f243a4f64798fa4c3d3d3cac7c1bcb9b7b7b9bdc7cad3e1f1ffffffffffebd5c0ab96806b56412b16010000000000000000000000000000000b203448596c817f7a76716c686461575b585554566068727f95aabfd4eafffffffffbede0d2c2b3a1937e685645311d09000000000000000000000000000009151d313d4954606877828d9ca4b4bac7d3e1dfd2c5b8b3a79e95897f75655d4f43322b2c29201c14080000000000000000061c31465b71869bb0c6dbf0fffffffff4e4d6ccc9c6bab4b4b9c6bcc4c7d0e1e9f4ffffefe2cebbaa97826d5746321e09000c21374c61768ca1b6cbe1f6fffff2e2d4c5b9b3adaaaaabacadb0b2ab96816c56412c17070000000000000000000000000000000000070d0f0d0b050000000000000000000000000000000000000000000000070b07000000000000000000040a0c0c0a04000000000000000000000000000000030d182022272a2b2b2a2825211f170c08000000000000000000000010253a4d5f677274747371706f6e6d798ea3b8cde3f8e8d3bda8937e6b6b6c6d6e6f70706e625a4935200b001d32475c72879cb1c7b49e89745f49261401000000000000000c22374c61778c9ca4abb2b7c3bec1c6b29d8874604b3520293a546a7f94a9c1cac7c6bab4aa9f958475604b36210b00071c31475c71869cb1c6dbe0e8e2e3e2ece2cebbaa8f79644f3a240f0000000c21374c61768ca5b6c0c2b6b1aca7a4a2a2a3a8b2b6c3d3e1f1ffffffffedd8c3ad98836e58432e190300000000000000000000000000000005182b3b51636c6a65605657534f4b464b525b636b757d86959dafc3d7ecfffffef3e8e0cfc2b5a499836f604e3827150200000000000000000000000000000002141f2c36434b58616d7a86949fa9b6c3d1dfe3d5ccc5b8b3a79e95877b69614f433222140b0801000000000000000000061b30465b70859bb0c5daf0fffffffbe8d6c5b9b3a6a89f9ea8a2a7aeb3bfcdd7e4f4fffdead8c8b49f8a76614b36210c000c22374c61778ca1b6cce1f6fffffff2e4d6ccc9c2bfbfc0c1c3c5c2ac97826d57422d1802000000000000000000000000000000070f1a21242220180d070000000000000000000000000000000000000508131c201c13080000000000000b171f21211f170e0c0600000000000000000000000a161e2b34373c3f40403f3e3b363329231c1103000000000000000006192c3c52677d878989888786848383879db2c8ddf2fff1dbc6b19c8680808182838485858378624d38230d001c31475c71869cb1c6b39e88735e49331e00000000000000000a1f334758667c868f969da5a5a9acada8957f6a5544311d23384d63788da3b5b7b2ada89f978b8074605745321e0900051a2f455a6f849aafc4c9ccd6cdcdcddacfcab49f8a76604b36210b0000000a1f33475872879cadaaa6a49c97928e8d8d8e939ca5b6c3d4e6faffffffeed9c4af99846f5a442f1a05000000000000000000000000000000000d1d3444515655504b453839464b55606770788088929ca4afbcccdef2fff7ebe3d6ccbeb2a49c8676614c42311a0a0000000000000000000000000000000000010f1826303a474c5d64747f8b9ca5b4c1d1e0e8e0d5ccc5b9b3a59d8d7f6a614f40301b0b0000000000000000000000051b30455a70859aafc5daeffffffff5e0ccb9a79e908b89898b8d9199a1b4b9c6d7e9fcfff6e1cdbaa8907b65503b2610000d22374d62778ca2b7cce1f7fffffffff4e8e0ded7d5d4d5d6d8d8c3ad98836e58432e19030000000000000000000000000002101b222d363937342b221b10030000000000000000000000000000030d18202530353025180e000000000b1b29333637332a23211a0f0400000000000000000a1a28323b484d515455555453504c463a372e211507000000000000000c2035495a71869c9e9e9d9c9b9a99989da6b7cbdff4fff3dec9b5a49c9596969798999a9a927d68523d2813001b31465b70869bb0c5b29d87725d48321d080000000000000004182a3a4d5e66737a81878d90949798978a76614c3726142035495a70859ba3a59d98918a81786b605645392816030002172d42576c8297acb1b3b9c5b8b8b8c9bcb5b19b86715745321e0900000004172a3a576c81969895918c87817c797877797e879ca5b7cadff4ffffffefdac4af9a856f5a45301a0500000000000000000000000000000000001626343e41403b3636434b576169747c858d969ea7b1b5c2ccdaeaf7ece3d9cfc5b9b3a0988677615847332414000000000000000000000000000000000000000008141c2a333f4b55606a7a879ba3b4c2d2e5f3e8e0d6ccc3b7ab9f947f6a5e4c3929160300000000000000000000051a30455a6f859aafc4daeffffffff3dec9b39e897c75747475787c84909ea8b9cde1f1fffce9d7c6a9947f6a543f2a15000d22384d62778da2b7cce2f7fffffff7ece3dfdbd9d9d9dadcded7c2ad98826d58432d18030000000000000000000000000010202d363d4a4e4d483b372e1e160b0000000000000000000000000b171e2b3436434a43362c1e0e00000919293a464c4c473a39362c1f180c00000000000003162838454b596267696a6b6a68656158504b3f332515030000000000000d23384d62788da4b4b3b2b1b0afaeadb2b7c4d4e6fafff8e5d2c2b5b1aaababadaeafafac97826c57422d17001b30455a70859aafc5b19c86715c47311c0700000000000000000c1c30404d5460646b72777b7e8182817c665847331909192c3c51667c8d8e8b87827c766c635a4b4538281b0a000000142a3f54697f94999c9ea7a1a2a3a3a2ab9f9d97816c5739281603000000000e23384d63788282807b77726c67646262646876879db2c7ddf2ffffffefdac4af9a856f5a45301a050000000000000000000000000000000000081622292c2a303c48546068757e87919aa2abb3b8c5c9d2e0eaeae2dacfc9bcb4a79e9382756159473a2a170600000000000000000000000000000000070d0f14100c0c181f2e37444b5c6476859ba4b5c7d7eafbf4e8e0d4c9bcb49f8d7c665746321e0a00000000000000000000051a2f445a6f8499afc4d9eeffffffead5c0aa95806b6056566062676f7c8a9eb4c3d3e6f9ffecd7c1ac97826c57422d17000e23384d63788da2b8cde2f7fffff6e7dacfcac6c4c3c4c5c7c8cac1ac96816c57412c17020000000000000000000000000c1c2d3e4a4e5c6462594f4b3e32281b0e00000000000000000003111b29333b484d546054493c2c1808011527374658616158564e493d342a1c100200000000091e324556606d777c7f80807f7d7a766f655d504333221100000000000011273c51667c91a6c2c9c8c6c5c4c3c2c8cbd4e2f2fffffff0e0d2c9c6c0c0c1c2c3c4c4af9a856f5a45301a001a2f445a6f8499afc4b09b85705b46301b0600000000000000000012223036434a4f565a6266696c6d6c665e4c3a2a17000e24384c5e66787876726d6761574d493c32281a0a000000000c21374c61767f8386898b8c8d8e8d8d8c8a888379634e39240e00000000000c2035495a636d6d6b66625957524f4d4d4e58697f94a9bed3e9feffffefd9c4af9a846f5a452f1a05000000000000000000000000000000000000050e132330404c5a62737d88949da5afb4c0c8ccd5dee5e9e1d8cec9bcb5ab9f97897e6e6157473a2a1c0c00000000000000000000000000000002101b22242925211f17171927313e4a586176869ca9bacde2f6fffbf1e7d9cfbcab9d8875614b3621100000000000000000000004192f44596e8499aec3d9eefffffce6d1bca7917c675245454b4d525e677c91a5b6cadff3ffeed8c3ae99836e59442e19000e23384e63788da3b8cde2f8fff6e6d8c9bcb5b1aeaeafb0b1b3b5bcaa95806b55402b1600000000000000000000000004172a3a4a5c647179776f645c4b46392b1e0e000000000000000613212f39464b59626b74635a49362513081d314455617676726b635b4c473a2e201001000004182a3a4b6074828b919495959493908a847b6a6150402f1c09000000000014293f54697f94a9bed3dddcdbd9d8d8dddfe6f2fffffffffef0e5dedbd5d5d6d7d8d9c6b09b86715b46311c00192e44596e8399aec3af9a846f5a452f1a050000000000000000000412182530353a3c484d5054575857514c402f1c0c00091d2f404c5a6363615758524b4639352c1d150a00000000000a1f33475861696e71747577787878787775736e635b4a36210c000000000006192c3c494d575855514c473b3d3938383a4f657a8fa4bacfe4f9ffffeed9c4af99846f5a442f1a0500000000000000000000000000000000000000122230414d5e667885929da6b2b7c3c8d1dde0e7ebe4d7cdc7bab4ab9f998c827768604b46392a1c0c0000000000000000000000000000000010202d36393f3b3733292d2a27252d3a475863788b9fb4c9dff4fffffff7ebdac9b7a695806a553e2d1b0700000000000000000004192e43596e8398aec3d8edfffffae5d0bba5907b66503b323638404d5f72879cb2c7dcf1ffeed9c4af99846f5a442f1a000e23394e63788ea3b8cde3f8fdead8c8bbab9f9b9999999a9c9e9fabab927d68523d28130000000000000000000000000a1f334758647a868e8b847a6c6157483c2c1e0e0000000000021324313f4b57616b77808878635443301c1426364b6073868c8880796d61594b3e2e1f0f00000a1f3347586d81979faaa9aaaaa9a8aa9f9a8f7f6a5e4c38230b0000000000162b40566b8095abc0d5e3eae2dfdedee0e8f3fffffffffffffff7ebe3dfe3ebe7ecdcc7b29c87725d47321d00182e43586d8398adc2ae99836e59442e1904000000000000000000000008131c20252b34383b3f4243423b382f221200000012222f3c494d4e4b46393c36322820190e020000000000000f23384c5e66707477797a7b7d7c7c7b7b79767268573d2d1a070000000000000e1e2c35384243403c37342a27242323384d62788da2b7cde2f7ffffeed8c3ae99836e59442e19040000000000000000000000000000000000000d1d2f404d5f677c899ba3b3b7c4cbd4dce3eef5e9dbcec6bab4a99f978c83796d62594e4232281b0c0e050000000000000000000000000000071b2d3e4a4f54504c473a423f3c3b39383a495a6d8298adc2d8edfffffffff7e7d5c4b29d87725c4a36220d00000000000000000003182e43586d8398adc2d8edfffffae5d0baa5907b65503b2620233041596f8499aec4d9eeffeed9c4ae99846f59442f1a000f24394e64798ea3b9cee3f8f7e2cebbaa9f8d868484848587898a8c8c8c79634e39230e0a03000000000000000000000c21374c6176899ba39f998d8175625a493c2c1c0c000000000b1e31424e5d6575808a969a8472604a3a2a1c304354687d92a49d968c8277645c4b3d2c1a06000c22374c61778b9fb4bbc8bfc0bfc8bbb4af9d907b66503929170300000000162b41566b8096abc0cfced8cec9c9c9ccd6e3ebf9fffffff9ebe7d9cfcacfd9d2d7dbc6b19b86715c46311c00172d42576c8297acc1ad98826d58432d180300000000000000000000000000070b0f19202226292c2d2c26241d120400000004121e2c35383936322927211e160b06000000000000000114263650667c85898c8e8f9192929191908e8b86725a4835200b000000000000000e1920232d2d2b26221f18120f0d22374c61778ca1b6cce1f6ffffedd8c2ad98836d58432e1803000000000000000000000000000000000005192b3c4c5e677d8c9ea7b4c1cbd5dfe6f2f7fbe9d9ccbdb1a89f968b82796e635b4c483b3121272c29221608000000000000000000000000000d22364a5c64696561585a575452504f4d4d4e5a6d8297acc2d7ecfffffffffff2dfcbb7a58e79644f39240f00000000000000000003182d42586d8297adc2d7ecfffffbe6d1bba6917c66513c2b303539485970859aafc5daefffedd8c3ae98836e59432e19000f24394f64798ea4b9cee3f9f4dfc9b49f8b7b716f6e6f70727375767774635b4a3627211e170b0000000000000000000f253a4f647a8fa5b5b5ab9f978678635b493a2a170400000011263a4e60687b87969fa9a2937e6858473320354b6073879cb2b2ab9f97897a645b4935210c0011273c51667c91aabbced9d5d5d4d8cecabbb09b85705746331e0a00000000162b40566b8095abbabab8c7bab4b3b3b9c5cddbebfdfffdebdbcec9bcb4bcc9bdc1c6c4af99846f5a442f1a00172c41566c8196abc1ac97816c57422c170200000000000000000000000000000000050b0d1114171817110f09000000000000000e19202323211e16120c0903000000000000000000081c3043546e83999ea8a3a5a6a7a7a6a6a5a3a48d78624d38230d0000000000000000060c0e181816110d0b0500000c21364c61768ba1b6cbe0f6ffffebd6c1ab96816c56412c170100000000000000000000000000000000000b2034485a667c8d9faab9c5d1e0e7f2fafffff2deccbbaf9f978a80776d635b4e4a3d342a32363d413e342616000000000000000000000000071a2d3d4f647a7e7a76726f6c6a6765646362636878889eb3c8ddf3fffffffffffae6d4c3a8937e68533e291300000000000000000002172d42576c8297acc1d7ecfffffee8d3bea9937e6954483c434a4e5762778b9fb4c9dff4ffecd6c1ac97816c57422c17000f253a4f647a8fa4b9cfe4f9edd8c3ad98836e5d59595a5b5c5560616260554a3d403c3633291b0b00000000000000000b20354b6074879daabbbcb5a49c8879635847331f1100000013283e53687e8c9da5b4bab39e8976614c3d2e3f51677c91a4b6c9bcb5a79e8a79634e38230e0014293e54697e93a9c8d9ebeaeae9eae2dfcab49f8a76614c36210c0000000014293f54697f94a4a5a4a3a2a99f9e9ea7b0bdcde0f3fff4e0cebdb1ab9faba3a7acb1b4ac97826c57422d1700162b40556b8095aac0ab96806b56412b16010000000000000000000000000000000000000000000203020000000000000000000000060c0e0e0c0a03000000000000000000000000000b20354b6074899eb4b9c6babbbcbcbcbbbac2a6917c66513c271100000000000000000000000203000000000000000c21364c61768ba1b6cbe0f6fffee9d4bfa9947f6a543f2a150000000000000000000000000000000000071b2d3e4d6278899eabbbc8d6e4effaffffffffebd7c2af9d9481776b62594e493d393b3d38454b5256514434180800000000000000000000000d21364a5c718594908c8884827f7c7a797877797e879da7b8cce0f5ffffffffffffead5bfaa95806a55402b1500000000000000000001142636576c8197acc1d6ecffffffefdac4af9a846f625a5d5460636976849aa9bacee2f6feead8c8a9947f69543f2a140010253b50657a90a5bacfe5faead5c0ab95806b575655555555555556565656565655524b4639291703000000000000000c1d314455657b8c9fb4bbc2b5a69d8776614c3f2f1c090000182d42576d8297aab7c3ccb8a797816c5b4a374b5d70859bb0c3d3cfc5b7a58d78624d38230d00152a40556a7f95aabfd4eafffffffef7e2cebbaa8f7a644f3a240f0000000012273d52677d8e8f908f8e8d8b8a8989969fb0c4d9edffeed9c4b19f978b8b8e92979c9fa7927d68533d281300152a3f546a7f94a9bfaa947f6a553f2a1500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d23384d62788da8b9ccd6cfd0d2d1d1d0d0bea9947f69543f2a1400000000000000000000000000000000000000000c21364b61768ba0b6cbe0f5ffffecdac9a6917c66513c271100000000000000000000000000000000000d22364a5c6f8499a7b8c9d9e6f4ffffffffffffe9d4bfaa947f6c62594e4d4c4c4d4e5053565660676c625136261401000000000000000000000f24394e64798ea3a5a59d9a979491908e8d8c8e939da5b7c5d5e7fbffffffffffffecd6c1ac97816c57422c17020000000000000000081c3043546d8298adc2d7edfffffff1dcc8b4a296817874737374787f889aa2b4c7d8eafdf7e2cebbaa907b66503b26110011263b51667b90a6bbd0e5fbeed9c3ae9983706c6b6b6b6b6b6b6b6b6b6b6b6c6b6a67615746331e0a0000000000000c1c2a36434a5d687e929daec2c4b7a599836e5d4c38230c000010253b50657b90a4b5c9d5c5b49f8c79634e4050657a8fa3b5c9e1d9c9b29d87725a4835200b00162b40566b8095abc0d5eafffffffffeebd9c8a5907b66503b2611000000000b20354b6073797a7b7a7977767474748196acc1d6ebffecd6c1ac97817376787d82868a8b8977624c37220d0013293e53687e93a8bda9937e69543e29140000000000000000000000000000000000000000000000000002090b0f121516161513110d0b05000000000000000000000000000000000011263b50667b90a5c6d6e8e4e6e7e7e6e6d6c1ac97816c57422c1702000000000000000000000000000000000000000c21364b61768ba0b6cbe0f5fff8e3cfbcab8e79634e39230e00000000000000000000000000000000000f24394e64798ea1b3c5d5e7f6fffffffffffffce7d1bca7927d6e696563626262626365686b70757c816c5443301c080000000000000000000014293e54697e93a9c1b7b2afaca9a7a5a4a2a2a3a8b2b7c3d4e3f3ffffffffffffffecd6c1ac97816c57422c170200000000000000071a2d3e4b6073869bb0c6dbf0fffffff7e3d1c0b09f968d8988888a8d949da6b4c0d1e5f5fff4dfcab49f8a76614c36210c0011273c51667c91a6bbd1e6fbf0dbc7b3a1998581808080808080808080818181817f7c75614b36210c000000000004182a3a475460656b6d7f94a9bed4c3b3a1907b65503a291704000e23374b5d71869cb1c1d2cebbaa99846f5e4c5c6f849aafc1d1e3cfbcab96806b563c2b190600152a40556a7f95aabfd4eaffffffffffe6d0bba6917b66513c261100000000081d3144556063656565636261575e697e94a9bed3e9fde8d2bda8937d686163686c71757673625947341f0b0012273d52677c92a7bca7927d68523d28130000000000000000000000000000000000000000000000050a161e2125282a2b2b2a2926222019100e08000000000000000000000000000013283d52687d92a7bdd2e7eef0f2f2f1edd8c3ae98836e59432e1904000000000000000000000000000000000000000c21364b61768ba0b6cbe0f5fff4dfcab59f8a76604b36210b0000000000000000000000000000000000162b40556b8095aabfd0e3f3fffffffffffffffff4dfcab49f8c837e7b7877777778787a7d80858a928b74604b35200b00000000000000000002182d42576d8297acc2cbc7c4c1bfbcbab9b8b7b8bdc7cad4e1f1fffffffffffffffeebd9c8aa95806a55402b1500000000000000000d21364a5c6b8095a3b5c9ddf2ffffffffeedecdbdb0aca89e9d9d9fa9a9b2b7c4d1deeefff9e5d3c2af9a846f5846331f0a0011273c51667c91a6bbd1e6fbf6e2d0bfb3a39b979695959595959595969696969695917d67523c271200000000000a1f33475861727b80828399aec4d9d0bfaf99846f5847331f0a00081c2e3f51677c91a3b5c9d9c8b3a1917c6659647a8fa1b3c7dfd8c8b49f8c78624d38230e000014293f54697e94a9bed3e9fffffffffeebd9c8a5907b65503b26100000000001152737444b4e4f504f4e4d4b46546a7f94a9bfd4e9fee9d3bea9947e69544e52575460616054473b2a18050011263b50667b90a5bba6917b66513c2611000000000000000000000000000000000000000000000d19202832363a3d3f40403f3e3b38352b25231c110300000000000000000000000013293e53687e93a8bdd3d7d9dbdcdddcdcd9c4af99846f5a442f1a05000000000000000000000000000000000000000c21364b61768ba0b6cbe0f5fff2ddc8b39d88735645321e0900000000000000000000000000000000051a2f445a6f8499afc4d9edfffffffffffffffffff7e2cebbaa9f9993908e8d8c8c8d8e9092959a9fa98c76614c37210c000000000000000000051a2f445a6f8499afc4d9ddd9d7d4d1cfcecdccced3dddfe6f1fffffffffffffffff7e2cebbaa917c67523c271200000000000000000f24394e64798c9fb5c1d2e4f8fffffffffcebdbcdc4c6b9b4b2b3b4bac7c8cbd4e2eefcfeecdecab6a4917c67513a2917040011273c51667c91a6bbd1e6fbffedddd0c1b4b0acabaaaaaaaaaaaaababababababaa95806a55402b150000000005182b3b4c61768490959899a1b3c7dbdfcab49f8a76614c37210c00001120354a6072859babbccfd0bfb39d88776370849aafbfd0e2cebbaa98836e5a4935200b000012273c51677c91a6c2d3e5f1f2f2f2f0e2cebbaa8e79634e39240e00000000000919273135393a3b3a39383640566b8095abc0d5eaffead5c0aa95806b55403d36434a4c4b43362a1d0d00000f24394f64798ea4b0a48f7a644f3a250f0000000000000000000000000000000000000000000d1d2b3438454b4f525455565553504d483c3a372e211100000000000000000000000014293e53697e93a8c6c0c2c4c5c7c7c7c7c6c5af9a85705a45301b050000000000000000000003090b0b08010008070c22374c61778ca1b6cce1f6fff1dbc6b19c86715c3828160200000000000000000000000000000000061b31465b70869bb0c5dbf0fffffffffffffffffffeebd9c8bbb4aea8a5a3a2a1a1a2a3a5a8abb0b4a28d77624d38220d000000000000000000061b30465b70859bb0c5daf0efece9e6e5e3e2e1e3e8f2f4fafffffffffffffffffeebd9c8b49f8b77614c37220c0000000000000000162c41566b8196abbccfdfeffffffffffffff9ebe0d9d6cdc9c8c8c9cdd7dddfe7f2fff6eae2cdbcb19c8673604b35200c000012273c51677c91a6bcd1e6fbfffbeddfd1c8c5c1c0c0c0c0c0c0c0c0c0c0c0c1c0ad98826d58432d18030000000b203448596e8399a2abadaeb3bfd0e3e2cebbaa907b65503b25100000071c304354647a8d9fb5c2d3cbb7a69c86787e93a2b4c8ded4c3b49f8b78634d3c2b190600000e23384d63788da4b6c9d7dbdddddcdbd7c9b49f8a75604b36200b00000000000009151d202325262524222c42576c8197acc1d6ecffecd7c1ac97826c57422d25303536353026180d0000000d22384d62788d9b9b998d78624d38230d000000000000000000000000000000000000000005192b3b484d566064676a6b6b6a6866625a574f4b3f2e1d0d000000000000000000000012273c51677c91a8a8abadaeb0b2b2b2b1b1b0ad99846f5a442f1a050000000000000000090a161e21201d151e1d1c1c22384d62778da2b7cce2f7ffefd9c4af9a846f5a452f1a100e080000000000000000000000000000061b31465b70869bb0c5dbf0fffffffffffffffffffff6e6d9cecac3bebab8b7b7b7b7b8babdc0c5b8a38d78634e38230e000000000000000000051b30455a70859aafc5daeffffffefcfaf9f7f7f8fdfffffffffffffffffffffaebe2cebbaa99846f5947341f0b00000000000000001a2f455a6f849aafc9daecfdfffffffffffffffdf3f4e9e1dedddddfe2eaf2f4faf7f0e6d8cebeb09e907b655443301c08000012273c51677c91a6bcd1e6fbfffffdefe4dddad6d5d5d5d5d5d5d5d5d5d6d6d6c4af99846f5a442f1a050000000d22374c62778b9fb4c0c2c4c7d0ddedead8c8a8937e69533e29140000001325364a5c6c8196a4b6c7d4c4b5a49c8d939daec0d1d9c8b7a596806b5a49351e0e0000000c2135495b71869cb1bac7c6c7c8c7c6c7baab99846f5645321d090000000000000001080b0e1010100e182e43586d8398adc2d8edfeeed9c3ae99846e59442f131c2021201c1408000000000b20364b6074838686847f74604b36200b00000000000000000000000000000000000000000b20344859626e757a7d7f80807f7e7b77726d655d4b3b2a1805000000000000000000000f24394e647a8a8f939697999b9d9d9c9c9c9a9894826d58432e180300000000000004121c232832363531273332323130384e63788da3b8cde2f8ffedd8c3ae98836e59432e2a25221b1003000000000000000000000000041a2f44596f8499aec4d9eefffffffffffffffffffffff6ebe2dfd8d3d0cdcccccccdcdcfd2d5cdb8a38d78634e38230e000000000000000000051a2f455a6f849aafc4d9effffffffffffffffffffffffffffffffffffff9f2e6dfcebeb49f8c7a644e3b2a180400000000000000001b31465b70869bb0c5dbf0fffffffffffffffffffffffcf5f3f2f2f4f6f7f4f1ebe2dfd2c8bbb4a096806b5d4c36261401000011263b51667b90a6bbd0e5fffffffffff7f2f0ecebeaeaeaeaeaeaeaebebebdbc6b09b86715b46311c0600000011273c51667c91abbccfd7d9dbe3edfbe9d4bfaa947f6a553f2a1500000008182e3e4b6075869ca9bacdd2c2b5b1a3a9aebbcbe2cebbaa9d8775614b3c2c190000000006192c3c51667c909fa9aeb1b2b3b2b0ada99f8c7b655038281502000000000000000000000000000004192f44596e8499aec3d9e8e9e8dac4af9a856f5a45301a070b0c0b08010000000000091d314556606e71706f6a605544311d0800000000000000000000000000000000000000000d22374d6278838a8f929495959493908d88827b655947341f0b000000000000000000000d21364a5c64747a7d80828486878887878685837f79634d38230e0000000000000012222f3838454b4b44494948474646374f657a8fa4bacfe4f9ffecd7c2ac97826d5742403f3a372e211000000000000000000000000001162c41566b8196abc5d6e8fbfffffffffffffffffffffffef7f4eee8e5e3e2e1e1e2e3e5e7e2cdb7a28d78624d38230d000000000000000000041a2f44596f8499aec4d9e8f3f5fbfffffffffffffffffffffffff9f3f1e6dfd4cbbdb1a095806a5c4a361d0c0000000000000000001b31465b70869bb0c5dbebe9ebeceeefefefefeeeeeeeeedecebeae8ebe2dfdcd9cecac1b5aa9f948273604b3f2f180800000010253a50657a8fa5c9daecfffffffffffffffffffffffffffffffffffffff1dcc7b29c87725d47321d0800000014293e54697e93a9c9d9ebeef0f6ffffead5bfaa95806a55402b1500000000101e324556647a8b9fb4becfd2c9c6b8bec1cbd9cfbeb49f8c7b655746321e0e00000000000e24384c5e687e8a94989c9d9d9d9b98938a7d685d4b371a0a000000000000000000000000000000051a2f455a6f849aafc4d1d3d4d3d2c4af9a856f5a45301a050000000000000000000002152738454b595c5b59554b4437271502000000000000000000000000000000000000000012273c52677c919fa9a7a9aaabaaa8a5a59d978c77624c37220d00000000000000000000071a2d3e4a566064686b6d6f707272727271706d69635b4935210c000000000000091c2f404c50566060555f5e5d5c5b5b5a55677d92a7bcd2e7fcffebd6c1ab96816c565655544f4b3f2e190900000000000000000000000011273c51667c91a7b9cce0edf9fffffffffffffffffffffffffffffdfaf8f7f6f6f7f8fafbe8d6c5a18c77624c37220d00000000000000000002172d42576c8297acc3ccd6dde0e7e9eceeeff0f0f0efeeedebe8e5dedcd3cac4b7b29f978272604b3e2d1b000000000000000000001a2f455a6f849aafc4cfd9d3d5d7d9dadadad9d9d9d9d8d8d7d6d5d3d9cecac6c8bbb4afa39b8c7f72605544312111000000000f24394f64798eabbccfe3f4f6fdfffdfdfefefefefefefdfdfbfffaf4f2efdbc6b19c86715c47311c07000000152a3f546a7f94a9bfd4e9fffffffffee9d3bea9947e69543f291400000000031628384a5c697e94a0b2c0d1dedbcdd3d6ded1c0b2a0957f6a5d4b392816000000000000091d2f404e6068777e838688888786837e77685f4e3f2e1c00000000000000000000000000000000061b30455b70859ab0c3bcbdbebebcc2af9a856f5a45301a0500000000000000000000000a1a27313644464644403631271909000000000000000000000000000000000000000000142a3f54697f94a9bac7bfc0c0bfbdc3b7b2a08b76614b36210c00000000000000000000000f202d38454b4f535658595b5d5d5d5c5c5b58544d493c2c19060000000000000f23384c5e66747675757473727171707070738399aec3d9eeffffebd5c0ab96806d6b6b6b69655d4b3727150100000000000000000000000b21364b6075899eb3c0cfdfe6f1f6fcfffffffffffffffffffffffffffffffffffffffff5e0ccb9a78b76604b36210b00000000000000000000142a3f54697f94a5b3b8c5c8ccd5d4d7d8dadbdbdbdad9d8d6d3d3cac6c3b6b2a69d91817360544330201000000000000000000000172d42576c8297acb4bcc9bec0c2c3c4c4c4c4c4c4c3c3c3c2c1bfbdc8bbb4b1adaa9f9990867a6a60544437261403000000000c21364b61768b9fb5cadbdfe2eae6e7e8e8e9e9e9e9e8e8e7e6e4e7e0ddd9d6c5b09b85705b46301b0600000013293e53687e93a8c7d7e9fafffffff8e5d2c2a7927d67523d271200000000000a1a2d3d4f616d8298a2b4c1d0e2eae8e0cec0b4a2988272604a3f2e1b0b00000000000000122231424e5861696e71727372716e6962594e4131211100000000000000000000000000000000061b30455b70859aa5a4a6a8a9a9a7a5a498836d58432e18030000000000000000000000000a151d202f31312f2a201d150900000000000000000000000000000000000000000001162b41566b8096abc0d8d4d5d5d4d3d4cbbbaa8a75604b35200b0000000000000000000000010f1a2731363a3e41424446484847474745433f38352c1e0e0000000000000011263b50667c898b8a8a89888787868585858999a1b3c7dbf0fffff3ddc8b39e88828180807f7b655544311d080000000000000000000000091e3245566a7f94a2b2bfcad4dee1e9eef2f4f7fefffdfffffffffffffffffffffffffff3dec9b39e89745645321e09000000000000000000000e23384e637987959ea7adb3b8c5bfc1c3c5c5c6c6c5c4c3c1bdc2b6b1aba59c92877c6c605544362614020000000000000000000011263b50667b909b9faba6a9abadaeafafafafafaeaeaeadacacaaa8a6aa9f9c98928b847b71645c4b433626190900000000000a1e32465771869bb1bfc5c9cdd7d0d2d3d3d3d4d3d3d3d3d2d1cfd5cbc8c4c1c2ae99846f59442f1a0400000011263b50667b90a9bacde0e7ebebeae6dec9b5a48d78624d38230d0000000000000f1f32434b6074849aa3b3bfced8d6ccbeb1a29a84746054433021110000000000000000041324313a474c54595c5d5e5d5b58544c473b31231303000000000000000000000000000000000013293e53687e878c8f9193949392908c867c65503b2610000000000000000000000000000002090b191c1b1a150b08020000000000000000000000000000000000000000000002172c42576c8197acc1d6e9eaeae9e8dfc9b49f8a745544311d08000000000000000000000000000a151d2025282b2d2f313233323231302e2a2321190e0000000000000002172c41576c8196a8aa9f9e9e9d9c9b9b9a9a9ea7b3bfd0e2f6fffff5e0cbb8a69e97969695948d74604b35200b0000000000000000000000021628384b60748498a0b2b7c3c9cdd7d8dcdfe3ebe6e8eaebecedededeeeeeeededebe9e8dcc7b19c87725c38281602000000000000000000000c2135495b6375808992989ea7a6aaacaeafb0b1b1b0afaeaca8a5a49c968f877d74665e4b443726180800000000000000000000000f23384c5e677d858b8e91949697999a9a9a9a999999999897969593918e8a87827c766f655d4f4b3e302618090000000000000316293954697e93a1abb0b4bac7bbbdbdbebebebebebebebdbcbac4b7b3afaba7a395806a55402b15000000000c21364b61768a9fb4bfcbd5d5d6d5d4cbbdb19c86715a4935200b00000000000001141d32455661758599a1b4bbc8c5b8b3a09784756156453625130300000000000000000006131c2a33373f434748484846433e37342a1d130500000000000000000000000000000000000011263b4e606872777a7c7e7f7e7d7a7671655d4c38230e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002182d42576d8297acc2d7ecfffffff2ddc8b39d88735e37271501000000000000000000000000000002090b0f1316181a1b1d1d1d1d1c1b18140e0c060000000000000000051a2f445a6f8499afbbb4b4b3b2b1b0b0afb0b3b9c5d0ddedfffffffbe7d5c5b8b3acababaaab8d77624d38220d0000000000000000000000000a1d314455617583919da5aeb4bac7c3c7cacfd9d1d3d4d6d6d7d8d8d8d9d8d8d7d6d4d2d7c4af99846f5a442f1a0000000000000000000000061a2c3d4957616b757c83888d919497999a9b9b9b9a99989693908c87807a746860564d4031261909000000000000000000000000091c2f404d5f677076797c7e8082848585858484848483838281807e7b7975716d676158504c3f372e1c140800000000000000000b20364b6073838f969b9fa9a4a6a8a8a9a9a9a9a9a9a8a8a6a4a2a69d9a96928d8578634d38230e00000000091e3246576b8095a1b3b8c4c0c1c0c4b7b29e917c67513c2b190600000000000000021528384657617583959faab1afa79e928274615746382818080000000000000000000000000c181f22292e31333332312e29221f180d00000000000000000000000000000000000000000b1f31424e535962656768696967656158504c3f2f1c09000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002172d42576c8297acc1d7ecfffffff1dbc6b19c86715c47311c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000071c31465c71869bb1c6cac9c8c7c6c6c5c5c5c9ccd6e3edfbfffffffff3e3d5cbc8c2c0c0c9a48f79644f3a240f000000000000000000000000021527374657616e7d8791999fa9aaaeb2b4bcc9bcbebfc0c1c2c3c3c3c3c3c3c2c1bfbdc7baab96816b56412c160100000000000000000000000e1f2c39464b5761676e73787c7f828385868686858483817e7a77716b6560554b4538301d14090000000000000000000000000000112230414d5257616467696b6d6e6f6f6f6f6f6f6e6e6e6d6c6a686664605658524c473a382f221b1001000000000000000000081d314455606f7a80858a8c8e9192939394949494939392918f8d8b8884817d7871635a4935200c00000000031628394b607483949da6a9abacaba8a69d92806c5f4d391e0e0000000000000000000a1a2939465761737f8b979c9a94897d6d60564639281a0a0000000000000000000000000000040a0c14191c1d1e1d1c19140d0b05000000000000000000000000000000000000000000021424313b3b484d4f5153545452504c473a382f211100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001172c41566c8196abc1d6ebffffffefdac4af9a856f5a45301a050000000000000000000000000000000002080b0e1113151516151513110e0b0802000000000000000000071d32475c72879cb1c7dcdedddcdcdbdadadadee0e8f3fffffffffffffff3e7e0ddd7d6cfb9a48f7a644f3a250f0000000000000000000000000009192839464b5f67747c838a8f95999d9faba5a7a8aaabacadadaeaeaeaeadadabaaa8a6a99f917c67513c2712000000000000000000000000000e1b293239464b52585b63676a6c6e70707171706f6e6c6865625956504b443731271a1201000000000000000000000000000000041323303939464b4e51545658595a5a5a5a5a5959595857575553514e4b45383d37332a231c1107000000000000000000000002152737444b5c646b707577797b7d7e7e7e7f7e7e7e7e7d7c7a7876736f6c67625a4d493c2c190600000000000b1d31455660737f888f94969695938f877d6c625141301d00000000000000000000000b1b29394655606a798286857f76685f4b4538281b0b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006141f262b34373a3c3e3f3e3d3b37332a231c110300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000162b40556b8095aac0d5eaffffffedd8c3ad98836e58432e190300000000000000000000000000000109151d202426292a2b2b2b2a282623201d150d0b05000000000000071d32475c72879cb1c7dcf1f3f2f1f0f0efeff3f5fbfffffffffffffffffffbf5f3ecebd9c9a48e79644f39240f00000000000000000000000000000b1b2832414d5560666e757a7f83878a8d9091939596979898989999999898969493908d8a8475614b36210c00000000000000000000000000000b161e2832363d3c494d515557595a5b5c5c5b5a595753504c483b3a3531261d150a00000000000000000000000000000000000005131e25283236393c3f4142444545454544444444434241403e3c3936322827211f170c080000000000000000000000000000091927313e4a4f5654606264666868696969696969696867656360575a56524d483c352c1e0e0000000000000215273845556069747a7e8081807e7a73685f51443423120000000000000000000000000b1b2837444b5b636d71706a61584e4131271a0b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020b0d1820222527292a292825211f170c0900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014293e54697e93a9bed3e8feffffebd6c1ac96816c57412c17020000000000000000000000000009141d273136393c3e3f4040403f3e3c393631272220190e0000000000081d32475d72879cb2c7dcf1f3f3f3f3f2f2f2f2f1f1f1f1f0f0f0f0f0efefefefefefe3cfbcab8e79634e39240e0000000000000000000000000000000b161e3037444b515660656a6e7275787a7c7e7f81818283838384838382817f7d7b787570615746321e09000000000000000000000000000000030b161e21272c35383c3f424445464646454443413e3b37342a25201d1409020000000000000000000000000000000000000000010a0b161e212427292b2d2f3030302f2f2f2f2e2e2d2c2b292624211e16120c0a04000000000000000000000000000000000009151d2e363a36434b4c4f5153535454545454545353514f4d4b4539413d38352b20190e00000000000000000a1a2737444b556065696b6c6b696460544e4134261604000000000000000000000000000b1926313d494e575c5a544c473a311d150a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d101213141412100c0a04000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012273c52677c91a7bcd1e6fcffffead5bfaa95806a55402b15000000000000000000000000000919263137444b4e5153545555555553514e4b443738352b1e0f01000000061b31465b70869bb0c5dbdededddddddddddddcdcdcdcdbdbdbdbdadadadadadadadadacab49f8a76604b36210b0000000000000000000000000000000003131926313538454b5055595560626567696a6b6c6d6e6e6e6e6e6e6d6c6a68666360554b4639281603000000000000000000000000000000000003090c12192123272a2d2e30313131302f2e2c2925221f18100b08010000000000000000000000000000000000000000000000000003090c0f12141618191a1a1a1a1a1a19191918171513110f0b09020000000000000000000000000000000000000000000002101b222426303537393c3d3e3e3f3f3f3f3e3e3d3c3a383632282c282220190e06000000000000000000000a19263137444b5054565756534f4b43363123160800000000000000000000000000000009141d2c35384247453f37332a1c1302000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010253b50657a90a5bacfe5fafffde8d3bea8937e69533e291400000000000000000000000001142637444b55606366686a6a6b6a6a6866636055554d483c2c1f0f00000003192e43586e8398adc9c8c8c8c8c8c8c8c8c7c7c7c7c6c6c6c6c5c5c5c5c5c5c5c4c4c4c4b29c87725645321e0900000000000000000000000000000000000009141d202832363a4037444b4d5052535556575858595959595858565553514e4b443732281b0b00000000000000000000000000000000000000000000060c0e121517191b1b1c1c1b1a191713100d0b050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070d0f141c20222426282929292a2929292928272523211e1617120d0b050000000000000000000000000009141d2731363a3f4141403e3a3530261813050000000000000000000000000000000000010f1a21232d31302a211f170c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f243a4f64798fa4b9cee4f9fffce7d2bda7927d68523d2813000000000000000000000000081d314455606f75797b7e7f8080807f7d7b7875706a625a493d2c1a0600000014293f54697e94abb3b3b3b3b3b3b3b3b2b2b2b2b1b1b1b1b0b0b0b0b0afafafafafafafad98826d58382816030000000000000000000000000000000000000001080b161e21252a273136383b3c3e4041424343434444444343413f3e3b383531271e160b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040b0c11141516161613110f0c0a030000000000000000000000000000000000000000000000000001080b0d0f111313141414141414141312100e0b0903000000000000000000000000000000000000000109151d2025292b2c2b2925201c1408000000000000000000000000000000000000000000060c0e181c1b150c0a0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e23394e63788ea3b8cde3f8fffce7d1bca7927c67523d27120000000000000000000000000b20354b6073838a8e9193949595959493918e8a857f78635b4935210c0000000d22384d62788c9c9e9e9e9e9e9e9e9d9d9d9d9c9c9c9c9b9b9b9b9b9a9a9a9a9a9a9a9a99907c66513b2611000000000000000000000000000000000000000000000002090b1015151d20232527292a2c2c2d2e2e2e2f2e2e2d2c2a282623201d15090300000000000000000000000000000000000000000000070b0c0d0e0f0f0f0e0d0c0a030001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c181f2226292a2b2c2b292724211e170b0802000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002080b1014161716140f0b0801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000081829394d62788da2b7cde2f7fffbe6d1bca6917c67513c271200000000000000000000000010253b50657b909fa9a6a8a9aaaaaaaaa8a6a99f9a958d79634e38230e0000000b2035485a697e8689898989888888888888878787878686868685858585858585858584838072604a35200b0000000000000000000000000000000000000000000000000000000002080b0d1012141516171819191919191918171513110e0b080100000000000000000000000000000000030a0c0f131618131c202123242424242422211e171a16120d0b050000000000000000000000000000000000000000000000000000000000000000000000000000000000000006141d2a34373c3f404041403e3c3a363329201d1509000000000000000000000000000002090b15181a1a181714110d0b050000000000000000000001080b130d0c0600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011426364657677d92a7bcd2e7fcfffbe6d0bba6917b665138281502000000000000000000000014293e53697e93a8bac7bdbfbfc0bfbfbdc7bab4b0ab927c67523d271200000005192b3c4f6069717373737373737373737272727271717171707070707070706f6f6f6f6e6a605443301c07000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060c0e14171e2125282b2d253035373839393a3939383633292f2c272220190d0b05000000000000000000000000000000000000000000000000000000000000000000000000000000021424313b474c51545555565553514f4b463936312719090000000000000000000000000a161e212a2d2f2f2d2c2a26222019130c0a03000000000009151d20282320190e07000000000000000000000000000000000000000000000000000001080b0d0e0f10100f0e0b0902000000000000000000000000000000000000000000000000000000040a0c111417191a1b1b190f0d0800000000000000000000000000000002080b0f1417191b1c1c1d1d1c1c1b1a1816130f0b09030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040a0c0e0d0b0902000000000000000000000000000000000003111c3043546176879db2c7dcf2fffffee9d4bfa9947f6a5645321d0e0000000000000000000001162b41566b8096abc0d7d3d4d5d5d5d4d2d8cec9c9a6917c67513c2712000000000e1e32424f545c5e5e5e5e5e5e5e5e5d5d5d5d5c5c5c5c5b5b5b5b5b5a5a5a5a5a5a5a59554a43362513000000000000000002090b15181a1a181714110d0b050000000000000000000001080b130d0c060000000000000000000000000000000000000000000000000000030f1a2123292933363a3d404336434a4c4d4e4f4f4f4e4d4b463944413c37342b2220190d06000000000000000000000000000000000000000000000000000000000000000000000000000b1f31424e596166696a6b6b6b6866646157564b4437271502000000000000000000000a1a2832363f43444443413f3b38352b28211e160b00000009192731353d38352c211a0f010000000000000000000000000000000000000000040a0c13141d2022232426252423201d15120b0903000000000000000000000000000000000000000000080c171f2126292c2e2f30312e25221b100200000000000000000000000509151d2025292c2f30313232323231302f2d2b2825211e160d0b0500000000000000000000000000000000000000000000000001080b0e0c060000000000000000060c0e181f222322201d150a09000000000000000000000000000000112131414b60728399a5b7cadff4fffffff2ddc7b29d8775604b3c2c190600000000000000000003182d43586d8298adc2d7e8e9eaeaeae9e8eae2d0bba6907b66513b261100000000001424323b3e474949494949494948484848474747474646464646454545454545454544403530251808000000000000000a161e212a2d2f2f2d2c2a26222019130c0a03000000000009151d20282320190e0700000000000000000000000000000000000000000000000b171e2c35383e39464b4f5355585b5460616263646464636261575d5a56524d483b38342b20190e00000000000000000000000000000000000000000000000000000000000000000000000011263b4e6068777b7e7f8081807e7c7976716b605544311d0800000000000000000002162838454b54585a59585754514d483c3d3632291b0b0009192737444b524d493c362d1f15010000000000000000000000000000000000070c181f222826313537383a3b3b3a3836312727211e160a03000000000000000000000000000000000003111c232a33373b3e4244454646433a372e2010000000000000000000000d18202731363a3e414445464747474746454442403e3a3632282220180d0600000000000000000000000000000000000000040a0c141c202321190e0000000000000e1920232a33373837363127231c11030000000000000000000000000d1d2e3f4e5f6b8095a1b3c3d4e6f9fffffff4dfcab7a5947f6a5a49352013000000000000000000051a2f445a6f8499afc4d9eefefffffffffffde4cfbaa58f7a65503a2510000000000006141f2729323434343433333333333332323232313131313030303030303030302f2e2b201c1308000000000000000a1a2832363f43444443413f3b38352b28211e160b00000009192731353d38352c211a0f0100000000000000000000000000000000000000000b1b29333d494e5358576164686b6d70727576787979797979777674726f6b676259554d483c352b1e14060000000000000000000000000000000000000000000000000000000000000000000013293e53687e8c91949595969593918f8b868073604b36200b000000000000000000091e324556606a6d6f6f6d6c6966625a59534b463929160315273744556068625a4e4a3d321d14090000000000000000000000000000020f1a212a34373d37444b4c4e4f50504f4d4b45383c3632281e160b0000000000000000000000000000000a161e2f383a474c505457595a5b5b584f4b3e2e1b080000000000000003111d2b3437444b4f5357595b5c5c5d5c5c5c5b595855534f4b453837342b20190e00000000000000000000000000000000050c171f2126303538352c1e1608000003111e2c35383a474c4d4d4b4538382f2114060000000000000000000005182a3b4b5d687d929eb0bfd0e1f1fffffffffae6d4c3b49f8b78634d41311c0c0000000000000000061b30465b70859bb0c5daf0fffffffffffff8e3ceb9a38e79644e39240f000000000000020c12141c1e1e1e1e1e1e1e1e1e1d1d1d1d1c1c1c1c1b1b1b1b1b1b1b1a1a1a1a19150b07000000000000000002162838454b54585a59585754514d483c3d3632291b0b0009192737444b524d493c362d1f150100000000000000000000000000000000000003172939464b5b63696d72767a7d808285888a8c8d8e8e8f8e8e8d8b898784817c77716a625a4d483c31241608000000000000000000000000000000000000000000000000000000000000000003182d43586d8298aba9aaaaabaaa8a6ab9f9c947e69543f2914000000000000000004172a3a4b60747f82848482817f7b77736e68615746321e0f1d31445560737d786e635b4f43312619090000000000000000000000000a151d2d363a474c5357556062636465656463605658524b453832281b10020000000000000000000000000a1b28323f4c50586166696c6e6f70706e645c4b37220d0000000000000011212e3b484d556064696c6e70717172727171706f6d6b68646056544d483b352c1c1308000000000000000000000000000d182029333736434b4d493c342616050011212e3c494d58586163626056504c3f312414000000000000000000000b1f344759657b8c9fb4bccdddedfffffffffffff1e1cdbaa99a846f604e3a2a170400000000000000071c31475c71869cb1c6dbf1fffffffffffff7e2cdb7a28d78624d38230d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091e324556606a6d6f6f6d6c6966625a59534b463929160315273744556068625a4e4a3d321d140900000000000000000000000000000000000a1e3346576171787e83878b8f9295989a9d9faaa2a3a4a4a4a3a2a99f9c9996918c867f786d625a4e42342616070000000000000000000000000000000000000000010203040404040303020103182d43586d8298adc9bfc0c0c0bdc9bcb5ae99846e59442f1904000000000000000a1f3347586e8294989999989694908d88837d75614b36211f31424b607383928d837969614b4437261401000000000000000000000c1a28323d4a4e5961686c70757778797b7a797875726d6760564b46392d201103000000000000000000000a1b2839454b5d656f767b7e8183848586837a644f3a250f000000000000081c2e3f4b59626c757a7e818485868787878786858482807d7a76706962594d493c3025180a0000000000000000000005131d2b343a474c535460635b51443423130a1b2e3f4b5a636d737778777570655d4e42311e0e00000000000000000b1b30414c6277889daabbcedaeafbfffffffffffffde9d7c7b4a2927d685847331f0f00000000000000081d32485d72879db2c7dcf2fffffffffffffbe8d6c5a18c76614c37210c0000000000000000000000040a0c1013151515151311100e0b0903000000000000000000000000000000000000000000000004172a3a4b60747f82848482817f7b77736e68615746321e0f1d31445560737d786e635b4f4331261909000000000000000000000000000000000c21364b6175868d93989c9faba8aaadb0b2b4bbc8b8b9b9b9b8c7bab4b2afaba7a49c958b82786860514434251401000000000000000000000000000000010b1013161718191919191918171716172c41576c8196acc1d4d5d6d5d3dacfc4ae99846f59442f1a130d0300000000000c21374c61778b9fadafaeadaca9a6a79e99927f6a543f2a2d3d4e606c8197a1a1998b7f6d605544311d130000000000000000000c1c2a38454b5c646e777d8286898c8d8f90908f8d8a87827c756a61574a3e2f2111010000000000000000031628394557606d7b848b909397999a9b9b98836e59442e190000000000000e23374b5d657781898f9396999a9b9c9c9c9c9b9a999795938f8a857f776d635a4a4336281a0a0000000000000000011323303b484d5861686f74786b625141301e1628394b5d657882888c8d8c8a857b68604e3c2b19050000000000000417293a4d5f6f849aa6b7c8d8eaf8fffffffffffffffff5e5d0c0b39e8976614c3d2d1a07000000000000091e33485e73889db3c8ddf2fffffffffffff5e0ccb9a78a75604b35200b000000000000000000050c171f2126282a2b2b2a28272523211e16150c0903000000000000000000000000000000000000000a1f3347586e8294989999989694908d88837d75614b36211f31424b607383928d837969614b443726140100000000000000000000000000000010263b50657b90a4a8adb2b5bcc9c0c2c5c7caced9cececececed7cdc9c7c4c0c2b5b1aa9f988a7e6b625143321f0f000000000000000000000000000005131e25282b2c2d2e2e2e2e2e2d2d2c2b2b2a3f556a7f94aabfd4e9ebeae8ecd7c2ad98826d58432e2a282015070000000010263b50657b90abbcc4c4c2c1bec5b8b3ac97816c574227384a5b687e939fb1b3a99f948273604b41301b0b000000000000000a1b2a3a4756606c79838b92979b9fa9a3a4a5a5a4ab9f9c9891897f75645c4b3f2f1f0f0000000000000000091e324557607582909a9faaa9acaeafb0b09d87725d37271501000000000216283850657b89969ea7a8acaeb0b1b1b2b1b1b1b0aeadaaa8aa9f9a948b82786a60544538281602000000000000000f1f30414d59626d767e85898d806b5f4d3c2b1e324557657b8a989ea7a2aa9f9a907e685a4835200b0000000000000a1f334658677d92a2b3c4d5e6f6fffffef7f4f0f2f7ffffeee0ccb8a797816c5b4a362110000000000000091f34495e74899eb3c9def3fffffffffffff3dec9b39e89745544311d0800000000000000000d19202a33373b3e3f40403f3e3c3a383632282a211e160b0000000000000000000000000000000000000c21374c61778b9fadafaeadaca9a6a79e99927f6a543f2a2d3d4e606c8197a1a1998b7f6d605544311d1300000000000000000000000000000014293f54697e94a9c2c2c7cacfdad5d7dadddfe2ebe3e3e4e3e3e9e1dedcd9d6d2c9c8bbb4a89e93806b614f3d2c1a06000000000000000000000000001323313a3d40414344444443434242414040403f53687d92a8bdd2e7fdfffae7d4c4aa947f6a554343403c3325150000000014293e54697e93a9c9dad9d7d6d4d5ccc0ab96806b564131455663798b9fb4bdc7bab4a097816c5f4d3929170300000000000316283947586174818c989faaacb0b4bac7b9babac9bcb4b2ada79e95867a655d4b3d2c1808000000000000091c2f404b60758598a0afb4bbc8c1c3c4c5b49f89745544311d0800000000091e32455670859aa7b3b8c5c1c3c5c6c6c7c7c6c6c5c4c2c0c8bbb4b0aa9f988a7f72605645321e13010000000000061a2c3d4d5f6777828a939a9e9e917d675a483625364b6075889da8b3b8c5bbb4af9f8b78624d38220d000000000004182a3a4c6176889db3c0d0e2f2fffff6ebe2dfdadde4effdfbe8d5c5b49f8c79634e3e2e1b0800000000000a1f344a5f74899fb4c9def4fffffffffffff1dcc7b29c87725d37271501000000000000000d1d2b343a474c50535455555553514f4e4b45393f3632281b0b000000000000000000000000000000000010263b50657b90abbcc4c4c2c1bec5b8b3ac97816c574227384a5b687e939fb1b3a99f948273604b41301b0b0000000000000000000000000000162c41566b8196abc0d6dcdfe3eceaedeff2f4f7fefff9f9f9fffcf6f4f1eeebe5ded9cec6b9b49e947f695b4936210c0000000000000000000000000d1d31414e5256575859595959585857565655555454677c91a6bcd1e6fbfff4dfcbb7a68f7a64565859555043331808000002172c41576c8196acc1d6ebedebe9e7d4bfaa957f6a55403e4b6074869ca9bacdd8cebeb19f927d675746331e0a0000000000091e324557617685969faab4bbc8c5c9cdd7ced0cfd9cfcac7c5b9b3a49c8a7b655b493626140100000000000e23384c5e6d8298a3b2becaced9d6d8d9cdbaa98a75604b35200b000000000b21364b60768a9fb4c5ccd6d6d9dadbdcdcdcdcdbdad9d7d5d8cecac8bbb4a99f948274604b41301d0a00000000000c2136495b677d8a979fa9afb4b39e8978625443303d53687d92a6b7bab4b1b3b8baa9947f6a553f2a1500000000000a1f3347586b8095a6b8cbdeeefffff6e6d9cecac5c8d1dfeefcf3e3cfbcab99846f5c4b37221000000000000a20354a5f758a9fb4cadff4fffffffffffff0dbc5b09b86705b46311b0000000000000005192b3c484d586165686a6a6a6a68666563605759554b4639281a0a0000000000000000000000000000000014293e54697e93a9c9dad9d7d6d4d5ccc0ab96806b564131455663798b9fb4bdc7bab4a097816c5f4d3929170300000000000000000000000000182d43586d8298adc2d7edf4f8fffffffffffffffffffffffffffffffffffffff8f6ebe2d7cdbcb49f8b79634e3a2917040000000000000000000005182b3b4e5f686b6c6d6e6e6e6e6e6d6c6c6b6b6a6a696b7c91a7bcd1e6fcfff2ddc8b29d88736a6c6d6e6a6150362513000004192f44596e8499aec3d9eeffffffe8d3bea8937e6953374a5c6b8095a4b5c7d7eae2cebdb39e8976614c36210c00000000081c2e3f4b6075859ba3b4bbc8ced9dbdee1e9e4e5e5ebe3dfdcd6ccc3b6a89e8a79635443301c0800000000071a2d3e50657b90a0b2c1cfdfe2ebecece0cbb8a68a75604b35200b000000000d22374d62778caabbcee0e8ebeeeff0f0f1f1f1f0efeeeceaeae2dfd8cec7bab4a097816d5f4d39251000000000000e23394e63788e9ea8b4bac7c9b9a79a8472604a3c43586d8398adbaa99f9c9da6b4af9a846f5a452f1a00000000031629394c61778a9eb4c4d5e7fcfffeebd9c8bbb4b0b4c0d1deeefeebd9c9b3a18f7a644f3f2e1b0800000000081d314455758aaabbcee2f7ffffffffffffeed9c4ae99846f59442f1a040000000000000b2034485a626f777b7d7f80807f7d7c7a7876726e6a61574638281602000000000000000000000000000002172c41576c8196acc1d6ebedebe9e7d4bfaa957f6a55403e4b6074869ca9bacdd8cebeb19f927d675746331e0a00000000000000000000000000192e43586e8398adc3d8edfffffffffffffffffffffffffffffffffffffffffffffffef4e9e1cebaa998836e5846331f0a000000000000000000000b20344859687d808182838383838382828180807f7f7f80879db2c7ddf2fffff3dec8b39e89807f8182837f6a5443301c0700061b31465b70869bb0c5dbf0fffffce6d1bca7917c67524455647a8c9fb4c2d2e5f5ebe0ccb8a7947f69543f2914000000000e23374b5d6c8197a3b4c1ced9e2ebf0f4f6fdfffafffef7f4f1e8e0d3c6b9a89b8573604b362513000000000d21364a5c70859bb0becfdfecf7feecdccdbcb39e88735544311d08000000000e24394e63798ea3c8d9e8e0dedcdbdbdbdcdddfe2ebecf3f5fbf7f4eae2d7cdbeb19f917c67523f2e1b08000000000c2136495b71869bb1c1cdd7d6c5b4a2937e695a49365b70869bb0b49f8a87889ba2b29d87725d48321d000000000a1e3246576b8095a8b9cde2f2fffff2e2cebbaa9f9ba2b4c0d1e3f7f7e7d0bfaf9a846f5d4b37220f000000000b20354b60758aa0b5d9ebfeffffffffffffedd7c2ad98826d58432d18030000000000000d22384d6278838b90939495959493918f8d8b87847f75615645321e14000000000000000000000000000004192f44596e8499aec3d9eeffffffe8d3bea8937e6953374a5c6b8095a4b5c7d7eae2cebdb39e8976614c36210c00000000000000000000000000192e43596e8398aec3d8edfffffffffffffffffefdfdfefffffffffffffffffffffffffffcead8c7b49f8b76614c36210c000000000000000000000d22374c62778c95969899999998989797969595959494969da5b7cbdff4fffff5e0ccb8a79e95949698988a73604a35200b000417293a5d72889db2c7ddf2fffffae4cfbaa58f7a65504b6074869caabbcee0f0fffbe8d5c5af9a85705a45301b000000071b2d3e4f657b8f9fb1c1d1e2ebf6fefffffffffffffffffffffffbf1e4d6c6b5a3927d685443301c070000000f24394e64798ea2b4c8dcecfdfff4e4cfbeb09e95816d5737261401000000000e23384e63788dabbccfd6ccc9c7c6c5c6c6c8caced9d7dee0e8f3fffef5e9e1cebdb19c86715d4b37220e00000000061a2c3d51667c91a3b4c8dde4d1c0b49e8a786254435c72879cb1a38e797173859bb09e89745e49341f000000000c21364b6176899eb3c6d6e9fffff2e2cebeb49f8c859aa2b4c8dcf1ffeddcc7b3a18f7a654f3d2d1a070000000b20364b60758ba0b5cae0ffffffffffffffebd6c0ab96816b56412c16010000000000000d23384d62788d9faba8a9aaaaaaa8a6a4ab9f9d99948474604b42311e0e00000000000000000000000000061b31465b70869bb0c5dbf0fffffce6d1bca7917c67524455647a8c9fb4c2d2e5f5ebe0ccb8a7947f69543f291400000000000000000000000000192f44596e8399aec3d9eefffffaf4f2efeceae8e8e7e8ebf2f4fafffffffffffffffffffff5e2cebbaa917c66513c27110000000000000000000014293f54697e94aaacadaeaeaeaeadadacababaaaaa9a9abb2b7c3d4e6fafffffbe8d6c5b8b3aaaaabada98d78624d38220d000a1f334658748a9fb4c9dff4fffffde9d7c7a38d78634e5b6a7f94a4b5c8d9ebfefff1e2cebbaa99846f59442f1a0000000d22364a5c70859bb0bdcedfeffefffffffffffffffffffffffffffffff4e4d2c1b19c8673604a35200b000002162838556b8095aac0d1e4fafffce8d6c6b2a095806d63523e190900000000000b21364b60768a9fb5bcc5b9b3b2b1b0b0b1b2b4bbc8c1c9ccd6e3edfafffdecdec9b5a48f7a654f3a251000000000000f24384c5e70859bb0becfe4e1cdb9a89a8472604a5c71869cb19f8a75606c8196ac9f8a745f4a351f000000071b2e3e53697e93a7b9cce4f4fffae7d5c4b2a0927d70849aafc3d3e6f9f6e3d0bfaf9a846f5b4a36210c0000000b21364b60768ba0b5cbe0f5fffffffffffee9d4bfa9947f6a543f2a15000000000000000b2035495a71869bb0c1bfbfbfbfbdbbc9bcb5b2aea298826d604e3c2c18080000000000000000000000000417293a5d72889db2c7ddf2fffffae4cfbaa58f7a65504b6074869caabbcee0f0fffbe8d5c5af9a85705a45301b00000000000000000000000000192f44596e8499aec3d9eeece7e7e0dddad7d5d3d2d2d3d6dddfe7f2fffffffffffffffffffeead8c8aa957f6a55402a1500000000000000000000182e43586d8298adc8c2c3c3c3c3c3c2c1c1c0c0bfbfbec0c7cbd4e2f2fffffffff3e3d6ccc8bfbfc1c7a38e79634e39240e000c21364c61768ba9bacde2f6fffff6e1cdbaa98b76615463798b9fb4c2d2e6f6fff1e0d0bfb49f8c7a644f39240f0000000f24394f64798ea2b4c8dbecfdfffffffffff9f3f1f0f3f5fbffffffffffefdecab6a48f7a644f3a250f0000091e32455670869bb0c5dbeffffff5e1ccb9a898826d6252453523000000000000091e32455673889daba7a3a79e9c9b9b9b9c9d9faaa6acb3b9c5cfdcedfffff8e5d2c2ab96806b563727150100000000091d30404f647a8fa0b2c6d7e9d7c6b4a2937e695a5b70859ab0a18b76616d8297ac9e89745e49341f0000000d22374b5c71869cb1c5d6e8fffff4e0cbb8a698826d657b90a5b6cadff6ffeedcc7b3a18e79634e3a2a170400000b21364b60768ba0b5cbe0f5fffffffffffce7d2bca7927d67523d28120000000000000006192b3c52677d92a3b5c9d9d5d4d2d1dacfcac7c0b2a0937e685a493625130000000000000000000000000a1f334658748a9fb4c9dff4fffffde9d7c7a38d78634e5b6a7f94a4b5c8d9ebfefff1e2cebbaa99846f59442f1a00000000000000000000000000182d43586d8298adc2d7dbd7d2d5cbc8c5c2c0bebdbdbec1c8cbd4e2f2ffffffffffffffffffecd6c1ac97816c57422c17000000000000000000001b30465b70859bb0c5d7d8d8d8d8d8d7d7d6d5d5d4d4d4d5dddfe6f2fffffffffffff3e8e0ded5d4ceb8a38e79634e39240e000d23384d62788da2c7d7eafdfffff4dec9b49f8974586072849aa9bacde0f0fff1e1d3c2b3a195806b5c4a36220d000005182b3b566c8196abc0d1e4f9fffffffffbf0e5dedcdbdde0e7f3fffffffff9e5d3c2ab96816b5638281603000b21364b60758a9fb4c9dff4fffff3dec9b49e8977614c4435271706000000000002162838596e839895928e8b898786868687888a8d91979ea7b2becfe2f2fffff0dac5b09b85705544311d0800000000001222374b5d6e8398a8bacde1e4d1c0b49e8a7862546d8297ada9947f7476879db29d87725d48321d0000011426364f647a8fa4b6cae3f3fffbe8d6c5b39d8876616073879db2c8d9ebfef6e3d0bfac97826d5847331f0a00000c21364b61768ba0b6cbe0f5ffffffffffffecdac9a5907a65503b251000000000000000000e20354a6072869babbccfe3e9e8e6ece3dfddcfbeb49f8a78635443301c0c00000000000000000000000c21364c61768ba9bacde2f6fffff6e1cdbaa98b76615463798b9fb4c2d2e6f6fff1e0d0bfb49f8c7a644f39240f00000000000000000000000000172c41566c8196abc1cac6c1bdc4b7b3b0adaaa9a8a8a9acb2b7c4d4e7faffffffffffffffffecd7c1ac97826c57422d17000000000000000000001b31465b70869bb0c5dbeeeeeeededececebeaeae7e7e9ebf2f4fafffffffffffffffffbf5f3eae9d7c6a38e79634e39240e000f24394e64798ea3b9cee3fffffff2ddc7b29d88725a687e93a2b4c7d7eafef1e1d3c3b6a49a8373604b3e2d1b0700000b2034485972879db2c7dceffffffffff3e7e0d3cac7c5c8ccd5e3e9f7fffffff0dbc6b19b86715645321e09000f24394e64798eaabbcee2f7fffce9d6c6ac97816c5947342617090000000000000010253b50657b83807c79767472717071717375787c828998a0b2c4d4e7fafff4dfc9b49f8a75604b35200b0000000000081b2e3f4d62788a9fb4c3d4e6e1cdb9a89a847260697e93abae9d94898b9da5af99846f5a442f1a0000081c3043546c8197acc2d3e5fffff5e0ccb8a7947f6958546a7f94aabbcee2f7ffeedec9b49f8a77614c37211000000c21364b61768ba0b6cbe0f5fffffffffff8e3cfbcab8d78634d38230e0000000000000000071c304354647a8c9fb4c2d2e5f5fffff8f4ece1cdbaa89a8472604a3a2a1804000000000000000000000d23384d62788da2c7d7eafdfffff4dec9b49f8974586072849aa9bacde0f0fff1e1d3c2b3a195806b5c4a36220d0000000000000000000000000014293f54697f94a9bbb4b1aca8a4a69d9a979593939293969da6b7cbdff4fffffffffffffffae7d5c4aa95806b55402b16000000000000000000001b30455a70859aafc5daeffffffffff9ebe0d9d6d2d2d4dbdee5f0fefffffffffffff7ece3dfdfe1cdbaa88c77614c37220c0010253a50657a8fa5bacfe4fafffff1dcc7b29c877262788a9eb4c0d1e5f5f1e1d4c3b6a59c86766155443120100000000d22374d62778ca5b6cadff3fffffff3e3d5ccc2b6b1b0b3b8c5ccd9e9fcfffff4dfcab49f8a76604b36210b0012273c51677c91a6c8d8eafdfff5e1cdb9a88f7a654f3a2a180800000000000000000e23384b5d656e6b676461575d5c5b5b5c556062676c768298a6b7cbdff4fff7e2cebbaa8d78634d38230e000000000000102034485a6a7f95a5b6cadfe9d7c6b4a2937e6862788c9fb5aea89e9faab7a9947f6a543f2a1500000b20354b6074889db3c8ddf0fffeebd9c9b39e8976614b4d62788b9fb4cadff4fff6e1cdbaa9947f6a543f2e1b08000c21364b61768ba0b6cbe0fffffffffffff4dfcab59f8a75604b36200b0000000000000000001325364b5c6c8196a4b5c7d7e9fdfffffffce9d7c6b4a2927d685947341f10000000000000000000000f24394e64798ea3b9cee3fffffff2ddc7b29d88725a687e93a2b4c7d7eafef1e1d3c3b6a49a8373604b3e2d1b070000000000000000000000000011273c51667c91a6aa9f9b97928e8b888582807e7d7d7e81889db2c8ddf2fffffffffffffef0e0cbb7a6907c66513b261100000000000000000000182d43586d8298adc2d7edffffffffebdbcdc4c1bcbdbfc6c9d2e0effdfffffffef0e7dacfcac9cdc9b49f89745947341f0b0011263c51667b91a6bbd0e6fbfffff3dec8b39e897374859ba8b9ccdeeef1e1d4c3b7a59d87786258463726140200000011263b51667b90a6c3d3e6f9fffffbe7d5c5b8b3a49c9b9ea7aebbccdeeefffff7e2cebbaa8e79644e39240f0014293e54697e93a9bed3e8fffff3dec9b49e8975604b35200c000000000000000000081c2f3f4b505956524e4b464a4b4c4b4b4a4b4d51586174889db2c8ddf2fffdead8c8a5907b66503b261100000000000005192b3c4b6075879db2bfd0e5e4d1c0b49e8a78626e8399a7b4b9b4b4b9b39f8b78624d38220d000010253a4f657a8fa6b8cbe0f4fff7e3cfbcab95806b574648596e8399aec8d9ebfefde9d7c7b29c87725d4b37220d000b21364b60768ba0b5d9ebfefffffffffff3ddc8b39e88735645321d0900000000000000000008182e3e4b6075869ca9bacde1edfffffffff5e4d1c0b39e8977614c3e2d1b0700000000000000000010253a50657a8fa5bacfe4fafffff1dcc7b29c877262788a9eb4c0d1e5f5f1e1d4c3b6a59c867661554431201000000000000000000000000000000d22374d62778c95908a86827d797673706d6b696868696c778ca1b7cce1f6fffffffffef0e0d0bfb39d8874604b36200b00000000000000000000152a40556a7f95aac1d2e4f8fffff3e3cdbdb0aca7a7aab1b5c2d2dfeffffffff0e0d3c9bcb5b4bac7b19c86715c3b2a18040012273d52677c92a7bcd1e7fcfffff5e0ccb8a79781859ba3b5c6d6e8f2e2d4c3b7a59d87786259483a2919090000000014293f54697e94a9bed3e9fffffff5e0ccb8a79e8f878688949daec0d0e3f7fffeebd9c8a7917c67523c271200162b40556b8095aac0d5eaffffefdac4af9a856f5544311d080000000000000000000011212f383b3a474c545954606161616060545e5e586170859bb0c5daf0ffffe7d2bda7927d68523d2813000000000000000d1e324556667c91a1b3c7d7e9e1cdb9a89a846f6278899ba2a7a8a8a89e947f6a5a4835200b0000132536566b8095abc4d5e7f9fff4dfcab49f8c78624d393b52677c91aabbcee2f7fcf5dfcab6a58f7a644f3a250f000b20354b60758aabbccfe3f7fffffffffff0dbc6b09b86715b3828150200000000000000000000101e32455663798b9fb4bfd0e2f2ffffffffeee0ccb8a797826d5c4a36221200000000000000000011263c51667b91a6bbd0e6fbfffff3dec8b39e897374859ba8b9ccdeeef1e1d4c3b7a59d87786258463726140200000000000000000000000000000b203448596c817f7a76716c686461575b585554566068727f95aabfd4eafffffffffbede0d2c2b3a1937e685645311d09000000000000000000000f24394f64798ea3b5c9ddf2fffbe8d6c5b09f969292949ca4b5c1d2e4f8fff9e5d3c2b6ab9f9fa9a2a496816c56412c17000013283d53687d92a8bdd2e7fdfffffbe8d5c5b19f979ba3b4c1d2e4f3e3d4c4b7a59d8778625a483b2b1c0c0000000000162c41566b8196abc0d6ebfffffdead8c7b39e897a7270747f94a2b3c7dcf1ffffe9d3bea9947e69543f291400172c42576c8197acc1d6ecffffecd6c1ac97816c5737271501000000000000000000000b1b2937444b5861696f7275767676767574737374767e8b9fb4c9dff4fffee8d3bea9937e69543e291400000000000000021628384c5e6f8399a9bacde1e9d6c6b3a2927d686379858d92939290897f6a61503c2b190500071c30435470859bb0c5dadfe6e9e7d4c4af99846f5a4935364c61768b9fb4cadff2e9e1d8cec0ab95806b56402b1600081d314455758a9fb4cadff4ffffffffffeed8c3ae99836e59442e190000000000000000000000031628384a5b697e93a1b3c4d4e6f6fffffffbe8d6c5b49f8c7a644f402f1808000000000000000012273d52677c92a7bcd1e7fcfffff5e0ccb8a79781859ba3b5c6d6e8f2e2d4c3b7a59d87786259483a29190900000000000000000000000000000005182b3b51636c6a65605657534f4b464b525b636b757d86959dafc3d7ecfffffef3e8e0cfc2b5a499836f604e38271502000000000000000000000d22364a5c70859bb0c4d4e7faf5e0ccb8a796817d7d7f869ba3b5c9ddf2fff3decab6a49c8c8a8b8d8f907b65503b2610000014293e53697e93a8bed3e8fdfffffff3e3cebdb1acb0b4c1d1dfefe5d5c5b7a69d8778625a483c2b1d0d000000000000182d43586d8298adc2d7edfffff6e2cebaa9927d675c55606f849aafc4d9efffffebd6c0ab96816b56412c1600182d43586d8298adc2d7edffffe9d4bfaa947f6a553f2a1500000000000000000000031629394655606b777e84888a8b8b8b8b8a898988898b939faabbcee2f7ffffead5bfaa95806a55402b1500000000000000000a1a2f404d63788a9fb4c2d3e5e4d0c0b39e8977626370787c7e7d7a7569615043331e0e00000b20354a6075899fb4c2c7cad4d3d6cbb7a6917c66513c2b33465870859ab0c5dadcd7cdc8bbb4a295806a55402b1500011527495f74899eb4c9def3ffffffffffead5c0ab95806b56402b160100000000000000000000000a1a2d3d4f606f8399a6b7c8d9ebfefffffff3e3cfbcab9a84705e4c362614010000000000000013283d53687d92a8bdd2e7fdfffffbe8d5c5b19f979ba3b4c1d2e4f3e3d4c4b7a59d8778625a483b2b1c0c00000000000000000000000000000000000d1d3444515655504b453839464b55606770788088929ca4afbcccdef2fff7ebe3d6ccbeb2a49c8676614c42311a0a0000000000000000000000071b2d3e52687d92a6b7cbdff2f3dec8b39e897367686a74859bb1c6dbf0fff1dcc7b19c86767476787a7d74604b36200b000014293e54697e93a9bed3e8feffffffffebdbcec5c1c5c8d1dfefead7c7b8a69d8778625a483c2b1e0e00000000000000192e44596e8399aec3d8eefffff4dfc9b49f8a75604b4453687d93a8bdd2e8fdffecd7c2ac97826d57422d1800182e43586d8398adc2d8edfffde8d3bea8937e69533e2914000000000000000000000a1e3246576174808994999d9faaa1a0ab9f9f9e9e9ea8a8b4bbc8d8eafdffffead5c0ab95806b56402b16000000000000000000122035495a6a7f95a4b6cadeece0ccb9a799836e5f5b636769686560564f433325150000000c22374c61778c9ca4abb2b7c3bec1c6b29d8874604b3520293a546a7f94a9c1cac7c6bab4aa9f958475604b36210b00001e33485e73889db3c8ddf2fbfff8fffeead8c8a7927d68523d2813000000000000000000000000000f1f32424c6176889daabbcee2eefffffffeebd9c9b4a2907b665443301c0a0000000000000014293e53697e93a8bed3e8fdfffffff3e3cebdb1acb0b4c1d1dfefe5d5c5b7a69d8778625a483c2b1d0d000000000000000000000000000000000000001626343e41403b3636434b576169747c858d969ea7b1b5c2ccdaeaf7ece3d9cfc5b9b3a0988677615847332414000000000000000000000000001020364b6074889db2c4d5e7f5e0ccb8a78c77625256697e94a9bed3e9feedd8c3ad98836e5761626567605645321d09000014293e54697e93a9bed3e8fefffffffff9ebe0d9d7dadde4eff6e2cdbaa99e8879635a483c2b1e0e00000000000000001a2f44596f8499aec4d9eefffff1dcc7b19c877256453b50657a90a5bacfe5faffedd8c3ae98836e59432e1900192e43596e8398aec3d8edfffde7d2bda8927d68533d2813000000000000000000081b2e3e4b617583959ea8aeb2b4bbb6b6bcb5b4b3b3b4b9c6c9ced8e6f6ffffffebd5c0ab96806b56412b1600000000000000000006192c3c4b6074869cb1becfe3e8d6c5b3a1917c67584e525353504b4538322515070000000a1f334758667c868f969da5a5a9acada8957f6a5544311d23384d63788da3b5b7b2ada89f978b8074605745321e0900071c31475c71869cb1c6dbe0e8e2e3e2ece2cebbaa8f79644f3a240f0000000000000000000000000001141f334758657b8c9fb4c0d1e3f3fffffff7e7d1c0b19c8673604b3827150200000000000014293e54697e93a9bed3e8feffffffffebdbcec5c1c5c8d1dfefead7c7b8a69d8778625a483c2b1e0e0000000000000000000000000000000000000000081622292c2a303c48546068757e87919aa2abb3b8c5c9d2e0eaeae2dacfc9bcb4a79e9382756159473a2a170600000000000000000000000000091d314556697f94a6b7cbe0f2e8d6c5a9947f6a5751677c91a6bcd1e6fbedd8c2ad98836d584b4d4f524b4538281502000014293e53697e93a8bed3e8fdfffffffffffdf4eeecf0f2f7fae6d4c3b49f8b7b645b493c2b1e0e0000000000000000001a2f44596f8499aec4d9eefffff0dbc5b09b86705b383a4f647a8fa4b9cfe4f9ffeed9c4ae99846f59442f1a00192e43586e8398adc3d8edfffce7d2bda7927d68523d28130000000000000000000d22374b5c6d8297a2b4b9c6c7caced8dacfcac9c8c8c9ccd6dfe2eaf6ffffffffebd5c0ab96806b56412b16000000000000000000000e1d314556657b90a0b2c5d6e8e3cfbfb39d8876614c3f3e3d3b3632281a14070000000004182a3a4d5e66737a81878d90949798978a76614c3726142035495a70859ba3a59d98918a81786b6056453928160300051a2f455a6f849aafc4c9ccd6cdcdcddacfcab49f8a76604b36210b000000000000000000000000000004182a3a4b5d6a7f95a2b4c5d6e8fbffffffeedec9b5a4927d675645311d0900000000000014293e54697e93a9bed3e8fefffffffff9ebe0d9d7dadde4eff6e2cdbaa99e8879635a483c2b1e0e00000000000000000000000000000000000000000000050e132330404c5a62737d88949da5afb4c0c8ccd5dee5e9e1d8cec9bcb5ab9f97897e6e6157473a2a1c0c0000000000000000000000000000021527384b6075889db3c4d4e6f3ddc8b39e88756051667b91a6bbd0e6fbedd8c3ad98836e5843383a3d3632281a0a00000013293e53687e93a8bdd3e8fdfffffffffffffffffffffffff4dfcab7a5937e695d4b3d2c1e0e00000000000000000000192f44596e8499aec3d9eeffffefdac5af9a85705a45394f64798ea4b9cee3f9ffeed9c4af99846f5a442f1a00182d42586d8297adc2d7ecfffde8d3bda8937e68533e29130000000000000000000f253a4f647a8f9fb1c0cdd6dddfe2eaece3dfdededddee1e8eef0f6ffffffffffead5c0ab95806b56402b1600000000000001080b131a1527384b5d6d8298a7b9cce0ede0cbb7a697816c5d4b382725201d150a000000000000000c1c30404d5460646b72777b7e8182817c665847331909192c3c51667c8d8e8b87827c766c635a4b4538281b0a000002172d42576c8297acb1b3b9c5b8b8b8c9bcb5b19b86715745321e090000000000000000000000000000000c1c2e3f4b6072849aa7b8cce0edfffffff8e5d2c2b29d8774604b37261401000000000014293e53697e93a8bed3e8fdfffffffffffdf4eeecf0f2f7fae6d4c3b49f8b7b645b493c2b1e0e000000000000000000000000000000000000000000000000122230414d5e667885929da6b2b7c3c8d1dde0e7ebe4d7cdc7bab4ab9f998c827768604b46392a1c0c000000000000000000000000000000000a1e324556697e93a6b7cbdff0e0cbb8a6947f6959667b91a6bbd0e6fbeed8c3ae99836e59442e2527201d150a0000000013283e53687d93a8bdd2e8fdfffffffffffffffffffffffff2ddc7b29d8774604a3f2e1f0e0000000000000000000000192e43586e8398adc3d8edffffefdac5af9a85705a45394e63798ea3b8cee3f8ffefd9c4af9a846f5a452f1a00172c41566c8196abc1d6ebfffee9d3bea9947e69543f2914000000000000000004182a3a576c8297acbdcee1e9f2f4f4e8e0ded5cfd9cecaced9d9dbe2edfbffffffead5c0aa95806b55402b16000000000008141c20282f31332f3f4c6177899eb3c1d1e6e7d5c4b59f8d7b655645311d0f090200000000000000000012223036434a4f565a6266696c6d6c665e4c3a2a17000e24384c5e66787876726d6761574d493c32281a0a00000000142a3f54697f94999c9ea7a1a2a3a3a2ab9f9d97816c573928160300000000000000000000000000000000111c3043546278899eb3becfe3f3fffffff0dfcab7a5937e685544311d08000000000013293e53687e93a8bdd3e8fdfffffffffffffffffffffffff4dfcab7a5937e695d4b3d2c1e0e0000000000000000000000000000000000000000000000000d1d2f404d5f677c899ba3b3b7c4cbd4dce3eef5e9dbcec6bab4a99f978c83796d62594e4232281b0c0e05000000000000000000000000000000031628384b6074879db2c2d2e5e7d5c5b39e897762677c91a6bcd1e6fbeed9c4af99846f5a442f1a120b0902000000000013283d52687d92a7bdd2e7fcfffffffffffffffffffffffff2ddc7b29d87725f4d40311c130800000000000000000000172d42576c8197acc1d7ecfffff1dbc6b19c86715c3c3a4f64798fa4b9cee4f9ffeed9c4ae99846f59442f1a00152a3f556a7f94aabfd4e9ffffe9d4bfaa947f6a553f2a1500000000000000000a1f34475973889db3c8ddecfcfff4e4d6ccc9bfbab6bbb4bbc8c4c7d0ddedfeffffead5bfaa95806a55402b15000000000a182630353d4447494a484759687e93a3b4c8d8eae3cfbcab9c8674604b3d2c1808000000000000000000000412182530353a3c484d5054575857514c402f1c0c00091d2f404c5a6363615758524b4639352c1d150a00000000000c21374c61767f8386898b8c8d8e8d8d8c8a888379634e39240e0000000000000000000000000000000000011426364859677d91a0b2c5d5e8fbfffff9e6d4c3b29d8774604b352010000000000013283e53687d93a8bdd2e8fdfffffffffffffffffffffffff2ddc7b29d8774604a3f2e1f0e00000000000000000000000000000000000000000000000005192b3c4c5e677d8c9ea7b4c1cbd5dfe6f2f7fbe9d9ccbdb1a89f968b82796e635b4c483b3121272c292216080000000000000000000000000000000a1d324556687e93a3b5c9deece0ccb8a799836e677d92a7bcd2e7fcefdac5af9a85705a45301b05000000000000000012273c52677c91a7bcd1e6fcfffffffffffffffffdfffffff4dfcab7a5927d675e4e423025180a000000000000000000162b40566b8095abc0d5eafffff2ddc8b39d88735a483651667c91a6bbd1e6fbffedd8c3ae98836e59432e190013283d52687d92a7bdd2e7ffffecd6c1ac97816c57422c1700000000000000000c22374c61778ca6b8cbe0f4fffbe8d6c5b9b3aaa5a1aa9faaa5aeb3bfd0e0f0ffffead5bfaa95806a55402b150000000a1b2836434b52595c5e5f5d5a536072859baabbcee2ecdac9b6a495806a5b4936251300000000000000000000000008131c20252b34383b3f4243423b382f221200000012222f3c494d4e4b46393c36322820190e020000000000000a1f33475861696e71747577787878787775736e635b4a36210c00000000000000000000000000000000000008182b3b4d5f6e8398a7b8cce0f0fffffff1dfcab6a5927c67523e2e1b070000000013283d52687d92a7bdd2e7fcfffffffffffffffffffffffff2ddc7b29d87725f4d40311c130800000000000000000000000000000000000000000000000b2034485a667c8d9faab9c5d1e0e7f2fafffff2deccbbaf9f978a80776d635b4e4a3d342a32363d413e342616000000000000000000000000000000021528384b6073869bb1becfe4e8d6c5b3a19680748196acc1d6ebfff0dbc5b09b86705b46311b06000000000000000011263c51667b91a6bbd0e6fbfffffffffff6f0eee8f3f5fbfae6d4c3b49f8b7c68604a4336281a0b000000000000000014293e53697e93a8bed3e8fffff4e0cbb7a68d78624d45546a7f95aabfd4eaffffecd7c2ac97826d57422d180010253a4f657a8fa4c3d4e6faffeed9c4ae99846f593a2917040000000000000010253a4f657a8fa4c4d5e7fafff5e0ccb9a79e958f8c8a8a8c9099a1b3c2d2e5f8ffead4bfaa957f6a55402a15000003162839455460686f717374736f686063798b9fb4c2d3e7e7d3c2b49f8b79635443301c0c00000000000000000000000000070b0f19202226292c2d2c26241d120400000004121e2c35383936322927211e160b0600000000000000000f23384c5e66707477797a7b7d7c7c7b7b79767268573d2d1a07000000000000000000000000000000000000000d1d30414c6277899eb3c2d2e5f8fffff9e6d3c3b09b85705c4b37220b0000000012273c52677c91a7bcd1e6fcfffffffffffffffffdfffffff4dfcab7a5927d675e4e423025180a000000000000000000000000000000000000000000071b2d3e4d6278899eabbbc8d6e4effaffffffffebd7c2af9d9481776b62594e493d393b3d38454b525651443418080000000000000000000000000000000a1d314455657a8fa0b2c6d6e8e3d0bfb09e9689969fb0c4d9edfff1dbc6b19c86715c47311c07000000000000000010253a50657a8fa5bacfe4fafffffffceee3dcd9d3dee0e8f4f1e1cdbaa99f8c7e6b60544538291b0c0000000000000011263b51667b90a6c6d7e9fcfffae7d5c4a8937e685b566072869cb1c6dbf1ffffebd5c0ab96806b56412b16000c22374c61778ca5b7cadff4fff1dcc7b19c87725846331f0a0000000000000011263c51667b91a6bbd0e6fffff3dec9b39e89807a777575767b8399a4b5c9def3fee9d4bfa9947f6a543f2a150000091e32455760737d8486888988847d73616b8095a4b6c9daece2cebaa99a8472604a3a291704000000000000000000000000000000050b0d1114171817110f09000000000000000e19202323211e16120c09030000000000000000000114263650667c85898c8e8f9192929191908e8b86725a4835200b0000000000000000000000000000000000000000121f344759687e93a4b5c9def0fffffff1ddc9b5a38f7a644f3928160300000011263c51667b91a6bbd0e6fbfffffffffff6f0eee8f3f5fbfae6d4c3b49f8b7c68604a4336281a0b00000000000000000000000000000000000000000d22364a5c6f8499a7b8c9d9e6f4ffffffffffffe9d4bfaa947f6c62594e4d4c4c4d4e5053565660676c6251362614010000000000000000000000000000011426374b5d6d8298a8b9cce1edddcdbcb0a89ea8b0bdcde0f3fff1dcc6b19c87715c47321c0700000000000000000f24394f64798ea4b9cee3f9ffffffeeddd0c7c4bdc9ccd6e4f3e9d7c7baaa9f928072605646392a1c0c0000000000000e23384e63788da8b9cde1f6fffff2ddc8b39d88797171758096a4b5c9def3fffde8d3bea8937e69533e2914000a1f34475972889db2c7ddf2fff4dfcab59f8b76614c36210c0000000000000012273d52677c92a7bcd1e7fcfce6d1bca7917c6a65616060616573869cb1c6dbf1fee9d3bea9947e69543f2914000417293a4b60758492999c9e9f9d9a9384756174869cabbccfe3ead8c7b4a2927d685847331f1000000000000000000000000000000000000000000203020000000000000000000000060c0e0e0c0a0300000000000000000000000000081c3043546e83999ea8a3a5a6a7a7a6a6a5a3a48d78624d38230d000000000000000000000000000000000000000005182a3b4b6073869cb1c2d2e5f8fffff8e4d1c1ad97826d5746321e0900000010253a50657a8fa5bacfe4fafffffffceee3dcd9d3dee0e8f4f1e1cdbaa99f8c7e6b60544538291b0c000000000000000000000000000000000000000f24394e64798ea1b3c5d5e7f6fffffffffffffce7d1bca7927d6e696563626262626365686b70757c816c5443301c0800000000000000000000000000000009192e3f4c62778a9eb4c0d1e4eadacdc6b9b4b9c6cddbebfdfff1dcc6b19c87715c47321c0700000000000000000e23384e63788da3b8cde2fffffff6e3d0bfb3afa8b3b9c5d6e3f3e5d7c8bbb49e9682746157473a2a1c0c00000000000b20354b6074899eb4c9def3fffff4e0cbb8a69d8d868689969eb0c2d2e5f8fffce8d6c6a6907b66513b26110004182a3a586e8398adc8d9ebfef8e3cfbcab907b66503828160300000000000012273d52677c92a7bcd1e7fffde8d3bea8937e6960565654565e6f849aafc4d9effde7d2bda8927d68533d2813000a1f3346586c8196a2aeb1b3b4b2afa295806b657b8d9fb5c3d4e6e5d1c0b39e8876614c3e2d1b0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b20354b6074899eb4b9c6babbbcbcbcbbbac2a6917c66513c27110000000000000000000000050403010000000000000d1d314455667c91a4b5c9def3ffffffefdec9b49e8976614b36210c0000000f24394f64798ea4b9cee3f9ffffffeeddd0c7c4bdc9ccd6e4f3e9d7c7baaa9f928072605646392a1c0c000000000000000000000000000000000000162b40556b8095aabfd0e3f3fffffffffffffffff4dfcab49f8c837e7b7877777778787a7d80858a928b74604b35200b000000000000000000000000000000001020344859697e93a2b4c6d6e8eae4d6cdc9cdd6e4ebf9fffff1dbc6b19c86715c47311c0700000000000000000d22374d62778ca2c8d8eafdfffff0dcc7b3a199939ea7b9c5d6e6f5e6d8cebcb0a09884756158473a291c0c00000000081c30435470859ab0c5daeffffffae7d5c4b8ab9f9c9b9ea8b0bccde0f0fffff5e1ccb9a88d78624d38230d000013283d52687d92aabbcee2f7ffecdac9ac97826d5645321e0f03000000000011263c51667c91a6c8d8eafefff4dec9b49f8b7e756e6b6a6b707c8c9fb4cadff4ffecdac9a6917b66513c2611000c21364c61768b9fb4c0c3b7b7c0c0b39e8874606c8197a5b7cbdfece0ccb8a797816c5c4a3622120000000000000000000000000003090b0f1214151719191a1a1a1a191815120e0b07000000000000000000000000000000000000000d23384d62788da8b9ccd6cfd0d2d1d1d0d0bea9947f69543f2a140000000000000000050b0d1a1918161413110f0d0c0a1426374a6073869cb1c6dbf1fffffff5e1cdb9a8927d67523828160300000e23384e63788da3b8cde2fffffff6e3d0bfb3afa8b3b9c5d6e3f3e5d7c8bbb49e9682746157473a2a1c0c00000000000000000000000000000000051a2f445a6f8499afc4d9edfffffffffffffffffff7e2cebbaa9f9993908e8d8c8c8d8e9092959a9fa98c76614c37210c0000000000000000000000000000000005182b3b4a6072849aa8b9cce1ecf4e9e1dee1e9f4fffffffff0dbc6b19b86715c46311c0700000000000000000c21364b61768baabbcee2f7ffffeed9c4af99837e899ea7b9c8d8eaf6eae2cdbeb2a29a85766158473a291a0a00000001142636556a8095aac3d3e6f9fffff2e2d5c9bcb5b1b0b4b9c6cddaeafefffff3dec9b49e8974604a35200b00000d22374c62778b9fb4cadfeffff3dec8b39e8975604b3d2c1e160b000000000f24394f64798eaabbcee2f7fff6e1cdbaa99f938983807f8085919faabbcee2f7f8e3cfbcab8e79644e39240f0011263b51667b90aabbb3aea2a1abb0b8a78e79636175879db2becee2e7d5c5b49f8c7a644e40301909000000000000000000070d0f161e212427292b2c2e2f2f2f302f2e2d2b2723201c1308060000000000000000000000000000000011263b50667b90a5c6d6e8e4e6e7e7e6e6d6c1ac97816c57422c17020000000000000d181f222f2e2d2b2a28262423211e161c304354697e93a8c4d5e7fafffffce9d6c6ae99836e5645321e0900000d22374d62778ca2c8d8eafdfffff0dcc7b3a199939ea7b9c5d6e6f5e6d8cebcb0a09884756158473a291c0c000000000000000000000000000000061b31465b70869bb0c5dbf0fffffffffffffffffffeebd9c8bbb4aea8a5a3a2a1a1a2a3a5a8abb0b4a28d77624d38220d00000000000000000000000000000000000d1c30435462788a9eb4bdcedfeffcf5f3f5fcfffffffffff0dbc6b09b86715b46311c0600000000000000000a1e334657748a9fb4c9dff4fffbe6d1bba6917c687a899eaabbcee2ecfeeadccfc0b4a39b8576615846382815020000000f253a4f647a8fa5b6cadff4fffffff2e7dacfcac6c6c9ccd6e4eaf8ffffffecdac9af99846f5443301c0700000b1f3447596f8499aec1d1e7f7f5e0ccb8a7947f6a5b493c32281b0b0000000c21364b61768a9fb4cadff4fffce9d7c7bab4a89e989694969aa2b4bbc8d8eafef4dfcab59f8b76614b36210c0014293e54697e93a9b3a1998c8c969eb0a6917b6657667b90a0b1c4d4e7e3cfbcab9a846f5e4c3726140100000000000002101b2224283236393c3e40424344444545444342403c38353025211a0f03000000000000000000000000000013283d52687d92a7bdd2e7eef0f2f2f1edd8c3ae98836e59432e190400000000000d1d2a3437444442413f3d3b3a383632293225364c62778ca6b8cbe0f4fffffff4dec9b49f8a75604b36210b00000c21364b61768baabbcee2f7ffffeed9c4af99837e899ea7b9c8d8eaf6eae2cdbeb2a29a85766158473a291a0a0000000000000000000000000000061b31465b70869bb0c5dbf0fffffffffffffffffffff6e6d9cecac3bebab8b7b7b7b7b8babdc0c5b8a38d78634e38230e000000000000000000000000000000000000132536495a677d929fb1c0d1e1f1ffffffffffffffffffefdac5b09a85705b45301b060000000000000000031729395e73889db3c8ddf2fffae4cfbaa58f7a65657b8c9fb4bdcee0f0faedded0c1b5a39b8576615645321d090000000d22374b5c72879db2c5d6e8fbfffffff7ece3dfdbdbdee1e8f4fffffffff8e3cfbcab947e695436251300000005182a3b50667b90a3b4c9daecfbe8d6c5b39e8979635a4b46392816030000091e32465770859bb0c6d6e8fcfff5e5d7cdc6b9b3adaba9abafb4c0ced8e6f6fff1dcc6b19c87715746321e0900152a40556a7f95aaae998377778096aba8927d68535e6d8297a6b7cbdfebd9c9b4a2917c665544311d0900000000000715202d363939454b4f525455575859595a5a5a595755514e4a4336352c1e170b0000000000000000000000000013293e53687e93a8bdd3d7d9dbdcdddcdcd9c4af99846f5a442f1a050000000005182a3b474c5a5958565452504f4d4b4639474646475973889db3c8ddf2fffffff6e1cdbaa9907b65503b261000000a1e334657748a9fb4c9dff4fffbe6d1bba6917c687a899eaabbcee2ecfeeadccfc0b4a39b85766158463828150200000000000000000000000000041a2f44596f8499aec4d9eefffffffffffffffffffffff6ebe2dfd8d3d0cdcccccccdcdcfd2d5cdb8a38d78634e38230e00000000000000000000000000000000000008182c3c4d5f6d8197a2b4c3d4e2f2ffffffffffffffffeed9c4af99846f5a442f1a050000000000000000001c31475c71869cb1c6dbf1fffae5d0bba5907b665d687e939fb1c2d2e4f4fceedfd2c1b5a39a8474604b36200b000000081b2e3e556a7f94a7b9cce0effffffffffff8f4f1f0f3f5fcfffffffffff1dfcab59f8c77624d37220d000000000d23384c5e70859babbccfe3eff3e1ccb9a89c87786a615746321e0900000316283954697e94a8b9cce1eefefff5e9e1d6ccc9c3c0bfc0c5c8d1e2eaf6fff8e5d2c2ac97816c573928160300152a40556a7f95aaa8937d6864798ea3a8937e69534c6176889db3becfe2e7d1c0b19c8673604b37261401000000031525323e4a4f5657606467696a6c6e6e6f6f6f6f6e6d6a676360544e493d33291b0e00000000000000000000000014293e53697e93a8c6c0c2c4c5c7c7c7c7c6c5af9a85705a45301b05000000000b1f344759626f6e6d6b696866646261575d5d5c5b5a5d72879cb1c7dcf1fffffffce9d7c7aa957f6a55402a150000031729395e73889db3c8ddf2fffae4cfbaa58f7a65657b8c9fb4bdcee0f0faedded0c1b5a39b8576615645321d090000000000000000000000000001162c41566b8196abc5d6e8fbfffffffffffffffffffffffef7f4eee8e5e3e2e1e1e2e3e5e7e2cdb7a28d78624d38230d000000000000000000000000000000000000000e1e30414b6074849ba5b7c4d4e2f0f4f8fffef7f4f2edd8c3ae98836e59432e19040000000000000000051a30455a6f859aafc4daeffffce7d2bda7927d6852606c8197a3b5c6d6e9fcfdefdfd2c1b4a297826d57422d18000000001021364c6176899eb3c1d1e2f2fffffffffffffffffffffffffffffff1e1cfbeaf99846f594834200b00000000091c2f404f657a8d9fb5c1d1e0efe8d6c6b6a59c897f75614b36210c0000000c21364c6176899eb3bfd0e2ebf6fffcf4e8e1ded8d5d4d5dadce3eefefff8eadec9b5a4907b65503b25100000142a3f54697f94a9a8937d6864798fa4a8937e68534658667c91a0b2c4d4e7decab6a4927d685544311d080000000c2032434f5c646b7176797c7e80818384848485848382807c78746b635b4b46392b1e0e000000000000000000000012273c51677c91a8a8abadaeb0b2b2b2b1b1b0ad99846f5a442f1a05000000000d22374c6277848382807f7d7b79787674737271706f717b8c9fb4cadff4ffffffffeed9c3ae99846e59442f190000001c31475c71869cb1c6dbf1fffae5d0bba5907b665d687e939fb1c2d2e4f4fceedfd2c1b5a39a8474604b36200b000000000000000000000000000011273c51667c91a7b9cce0edf9fffffffffffffffffffffffffffffdfaf8f7f6f6f7f8fafbe8d6c5a18c77624c37220d0000000000000000000000000000000000000000131d3145566277879da6b7c4d2dedfe3eceae2dfdddbd6c1ac96816c57412c1702000000000000000003182d43586d8298adc2d7edffffead5c0ab95806b564b6074859ba8b9cde1eaf9fdefdfd1c0b09b85705b46301b000000000a1f334658697e94a3b5c4d4e2eefafffffffffffffffffffffffcf0e2d4c3b2a08f7a644f3b2b190500000000001222374b5d6c8196a3b4c2d1e2eae4d3c3b6a79e94806b56402b160000000a1f334658697f94a1b3c0ced9e6eff4fafcf5f3edebe9ebeff1f7faf4f0e5deccbcb19c8673604a35200b000013283d52687d92a7ac9781706f7f94a9a8927d68533a4c5e6d8298a6b7cbdfe5d3c2b29d8774604b35200b00000012273c4f61697a80868a8e919395979899999a9a99989795918d8780796c6157483c2b1d0d000000000000000000000f24394e647a8a8f939697999b9d9d9c9c9c9a9894826d58432e18030000000114263653687d929997969492908f8d8b898887868585868d9faabbcee2f7fffffffff0dbc5b09b86705b46311b0000051a30455a6f859aafc4daeffffce7d2bda7927d6852606c8197a3b5c6d6e9fcfdefdfd2c1b4a297826d57422d1800000000000000000000000000000b21364b6075899eb3c0cfdfe6f1f6fcfffffffffffffffffffffffffffffffffffffffff5e0ccb9a78b76604b36210b00000000000000000000000000000000000000000215273847596378889da6b5c2c8cacfdad8cecac8c6c4c1a8937e69533e291400000000000000000000162b40556b8095aac0d5eaffffedd8c3ae98836e59455663798a9eb4bcccdbebffece0ccb8a7947f6a553f2a15000000000417293a4b6073859ba6b7c4d1dfe7f2f5fbfffffffffffdf7f4e8e1d2c4b7a598826d5d4b371d0d000000000000081b2e3f4b6074859ba4b4c0ced8e3e1d3c5b9b19b86715c3827150200000417293a4b60728399a2b4bbc8d1dddfe6e9eaebedededecebe9e7e6dfddd2c9bcaf9e907b655443301c07000010253a50657a8fa9b59f8d85848b9fb4a6917c66513c404c6176889db3bdcee0decab6a5917c6752362513000004172a3a54697f8e969c9faaa7a9aaacadaeaeafafafaeacaaa6a59d958b8175625a483b2b18050000000000000000000d21364a5c64747a7d80828486878887878685837f79634d38230e00000000081c3043546e8499aeadaba9a7a5a4a2a99f9d9c9b9b9a9b9fabbbc8d9ebfefffffffff1dcc7b19c87725c47321d000003182d43586d8298adc2d7edffffead5c0ab95806b564b6074859ba8b9cde1eaf9fdefdfd1c0b09b85705b46301b0000000000000000000000000000091e3245566a7f94a2b2bfcad4dee1e9eef2f4f7fefffdfffffffffffffffffffffffffff3dec9b39e89745645321e090000000000000000000000000000000000000000000a1a2a3b495a6379879ba3b0b3b5bcb6b6bbb4b2b1aeaba38e79644e39240f0000000000000000000013283e53687d93a8bdd2e8fffbf1dbc6b19c86715c39495b677d919eafbdcedcece3cebdb39e8976614c37210c00000000000b1d3144556278889da6b4c0cbd4dee0e8e8e9eaeae9eae2dfd6ccc2b5a69d8776614c3f2e1b0000000000000000101d3245566177869aa2b4bbc8cfd9dfd6c9b39e89745645311d090000000c1c304354617584969faab4c0c7cad4d3d5d6d7d8d7d7d6d4d2d4cbc7c2b5b19e95806b5d4c3625130000000b21364b60768a9fb4ab9f9a9a9fa9b8a78e79644e39334758667c909fb1c2d3c9c6baaf9a85705443301c07000a1f33475872879cabb1b4bbc8bebfc1c3c3c4c4c4c4c3c2bfc3b7b2aa9f968778625948342012000000000000000000071a2d3e4a566064686b6d6f707272727271706d69635b4935210c000000000b20354b6072899eb4c2c0bebdbbb9c7bab4b2b2b1b0afb0b5bcc9d9e6f6fffffffffff1dbc6b19c86715c47311c000000162b40556b8095aac0d5eaffffedd8c3ae98836e59455663798a9eb4bcccdbebffece0ccb8a7947f6a553f2a150000000000000000000000000000021628384b60748498a0b2b7c3c9cdd7d8dcdfe3ebe6e8eaebecedededeeeeeeededebe9e8dcc7b19c87725c38281602000000000000000000000000000000000000000000000d1d2c3c495b637885959b9e9faba0a0aa9f9d9b99959085715c4a36210d0000000000000000000010253b50657a90a5c5d6e8e6e6e6dec9b49f897457463d4d5f6b80959fb1becedacfbeb19f927d675847331f0a00000000000114263748596379889aa2b3b7c4c9ccd6d3d4d5d4d3d8cec9c6b9b4a49c88796358473320100000000000000000021528384759617684959faab4bcc9caceccb9a78b75604b36200b0000000114263646576174808c9aa2abb2b7c3bec0c1c2c3c2c2c0bfbdc3b7b2aca49c90806b62503f2f1808000000091e3245576e8398a8b6b5b0afb4bab39e8974604b35293a4c5e6c8197a4b6c2b6b1a89f958472604a35200b000c21374c61768ca4b6c6caced9d3d5d6d8d9d9d9dad9d8d7d5d4cac8bbb4a59d8777624d402f1c090000000000000000000f202d38454b4f535658595b5d5d5d5c5c5b58544d493c2c1906000000000e23384e63788da8b9cdd5d4d2d0ced7cdc9c8c7c6c5c4c6cacfdae7f6fffffffffffff0dac5b09b85705b46301b00000013283e53687d93a8bdd2e8fffbf1dbc6b19c86715c39495b677d919eafbdcedcece3cebdb39e8976614c37210c0000000000000000000000000000000a1d314455617583919da5aeb4bac7c3c7cacfd9d1d3d4d6d6d7d8d8d8d9d8d8d7d6d4d2d7c4af99846f5a442f1a0000000000000000000000000000000000000000000000000e1e2c3d495a62748086898a8b8b8b8b8a888684807b73604b3e2d1a07000000000000000000000d22374d62778ca7b8ccd0d0d1d0d9cdbaa88b76614b364150626c8197a0b1bdc9bcb5a096816c5f4d3a29170400000000000009192b3b495b637884939da6aeb3b9c5bebfc0bfbec8bbb4b0a89e958678635b4a3a2a17020000000000000000000a1a2a3b47586173808b999fabb0b4bbc8b49f8a75604b35200b00000000081829394656606b7a858e969da5a5a9aaacadadadacabaaa7a5a59d9790867b6b62504433211100000000031628394e63798a9ca4aaabacabaa9f947f6a5544311d2f404b6175869ca5a5a49c958a7f73605443301c07000f243a4f64798fa4c2d3dfe2ebe8eaecedeeeeefefeeedeceae6dfd9cec3b6a59a846f5e4c38230e000000000000000000010f1a2731363a3e41424446484847474745433f38352c1e0e000000000012273c51677c91a6c6d7e9e9e7e5e4e9e1dedddcdbdadadbdfe3ecf7ffffffffffffffeed8c3ae99836e59442e1900000010253b50657a90a5c5d6e8e6e6e6dec9b49f897457463d4d5f6b80959fb1becedacfbeb19f927d675847331f0a000000000000000000000000000000021527374657616e7d8791999fa9aaaeb2b4bcc9bcbebfc0c1c2c3c3c3c3c3c3c2c1bfbdc7baab96816b56412c16010000000000000000000000000000000000000000000000000f1f2c3c4856606a717375767676767573716f6b6660554431200f00000000000000000000000b2034485973899eb3c9bbbbbcbbc8bbb4aa8c77624d3733444b607282979fb4b6ab9f958273604b41301c0c00000000000000000d1d2c3d495a62737e8891999ea7a6a9aaaaaaa9a7aa9f9b93897f74635a4a3d2d1c0c00000000000000000000000c1d2a3a4755606b79838c959b9faaa7a89e88735544311d0800000000000b1b2938454b5c64707981878c9094959698989897969492908c88827b73655d50443326160300000000000a2135495b647a868f94969796928b8172604b3726141e324657627887918f8c8680776a605544362513000011273c51667c91a6bbd1e6f7fefffffffffffffffffffffffffaf6ebe2d3c3b3a1907b66503c2b1906000000000000000000000a151d2025282b2d2f313233323231302e2a2321190e000000000000152a40556a7f95aabfd4eafffcfafffdf6f4f2f1f0f0eff0f4f8fffffffffffffffffde9d7c7ab95806b56402b160000000d22374d62778ca7b8ccd0d0d1d0d9cdbaa88b76614b364150626c8197a0b1bdc9bcb5a096816c5f4d3a2917040000000000000000000000000000000009192839464b5f67747c838a8f95999d9faba5a7a8aaabacadadaeaeaeaeadadabaaa8a6a99f917c67513c271200000000000000000000000000000000000000000000000000010f1d2b38454b555b55606061616160545c5956504b4437271501000000000000000000000005192b3b5a6f859aaba5a5a6a6a6a4aa9f9b8b76614b3621304354607381939ea49c8d8072605544312313000000000000000000000f1f2c3c48546068757c83898e919394959594928f8a857e766a6056493c2d1f0f000000000000000000000000000c1c2a37444b5b636e7880858a8e919394846f5a372715010000000000000b1a28323e4a4f5b636b72777b7e808182838282817f7d7a77726d6560544c3f33261608000000000000061a2c3d4b5c64747a7f8182807d786c605443301909162839495a62767c7a77716a61584b4437261808000012273d52677c92a7bcd1e7fcfffffcf9f7f7f8fdfffffffffffffffef1e1d0bfb09b85705a4935200b000000000000000000000002090b0f1316181a1b1d1d1d1d1c1b18140e0c0600000000000000172c41576c8196acc1d6ebfffffffffffffffffffffffffffffffffffffffffffff8f0e1cdbaa9917c67513c27120000000b2034485973899eb3c9bbbbbcbbc8bbb4aa8c77624d3733444b607282979fb4b6ab9f958273604b41301c0c0000000000000000000000000000000000000b1b2832414d5560666e757a7f83878a8d9091939596979898989999999898969493908d8a8475614b36210c0000000000000000000000000000000000000000000000000000000d1a2731364037444b4b4b4b4c4a433644403b35312719090000000000000000000000000012283d52677d8c8d8f909191918f8d8a867d675746321e26364455606c7e898f867b6b6054443726140500000000000000000000010f1d2b36434b5660676e75797b7e7f807f7e7c7a76706961584b45382c1e0f0100000000000000000000000000000c1926313d494e5a626a7076797c7e7f7a644f3a240f00000000000000000a161e2d363d4a4e56586166696b6c6d6e6d6d6b6a6865615957504a43362f21160800000000000000000f1f2e3e4b5560656a6c6c6b68625a4b43362614000b1b2c3c49576167656259554c473a3126190900000012283d52677d92a7bcd2e7f3f1ece7e3e2e2e3e8f1f3f9ffffffffffffeeddc9b5a38d78624d38230d0000000000000000000000000000000000000000000000000000000000000000000000000000172d42576c8297acc1d7e8e9eceeeff0f2f2f3f4f4f8fffffef7f4f3f3f1f0edebe5ded2c3b49f8a76614c36210c00000005192b3b5a6f859aaba5a5a6a6a6a4aa9f9b8b76614b3621304354607381939ea49c8d807260554431231300000000000000000000000000000000000000000b161e3037444b515660656a6e7275787a7c7e7f81818283838384838382817f7d7b787570615746321e09000000000000000000000000000000000000000000000000000000000a151d202b263135363636363530252f2b26201d150900000000000000000000000000001025394d5f6775787a7b7b7c7b7a787671675f4d392816182637444b6068777a73655d4a4336261909000000000000000000000000000d18263038454b5255606366696a6b6a6967646157534c473a32281a0e000000000000000000000000000000000009141d2c353c484d5557616467696a645c4a36220d00000000000000000002101b222d36393a474c5054555758585857565552504c473a3b3530251811030000000000000000000110202e37444b5055565756534d483c3026180800000e1e2c39464c51504d483b37332a1d14090000000011263c51667b91a6bbd0e5dedcd6d1cecdccced3dcdfe6f1fffffffffff8e4d1c1a7927d68523d28130000000000000000000000060c0e12161718191a1a1a1a1917100e0800000000000000000000172c41566c8196abc9ccd6d4d6d8dadbdcdddedfdfe3ece0ebe3dfdedddcdad8d5d2c9c1b5a597816c5846331f0a0000000012283d52677d8c8d8f909191918f8d8a867d675746321e26364455606c7e898f867b6b6054443726140500000000000000000000000000000000000000000003131926313538454b5055595560626567696a6b6c6d6e6e6e6e6e6e6d6c6a68666360554b4639281603000000000000000000000000000000000000000000000000000000000002090b15141d2021212121201c131a16110b08010000000000000000000000000000000a1e30414d566063656666676664626056524d41301b0b09192631424e59616560544b3f3025180900000000000000000000000000000008141c28323637444b4e515455555554524f4b463937332a1d150a00000000000000000000000000000000000000010f1a212b353839464b4f5253544f4a3e2d1b070000000000000000000000070f1a21232a33373b3f404143434342413f3d3b37342a26201c13080000000000000000000000000210192731353a3f4142413d38352b1c1408000000000e1b2933363c3a37342b221f180c0100000000000f243a4f64798fa4c3d3d3cac7c1bcb9b7b7b9bdc7cad3e1f1ffffffffffebd5c0ab96806b56412b16010000000000000000010f1a2123282b2c2e2f2f2f2f2f2f2c26231c1103000000000000000013293e53687e93abb4b9c6bfc1c3c5c6c7c8c9c9cacfdacad9cfcac9c8c7c5c3c0c2b5b1a39b8776614c3a291704000000001025394d5f6775787a7b7b7c7b7a787671675f4d392816182637444b6068777a73655d4a433626190900000000000000000000000000000000000000000000000009141d202832363a4037444b4d5052535556575858595959595858565553514e4b443732281b0b0000000000000000000000000000000000000000000000000000000000000000000001080b0b0c0c0c0b07000001000000000000000000000000000000000000000113233038454b4e50505151514f4d4b453839302313000009141d313a474c4f4b43362e1c13080000000000000000000000000000000000010a151d20263135393c3e3f40403f3d3a363228211f170c0200000000000000000000000000000000000000000000060e192023293236393c3e3f3a362d20100000000000000000000000000000070c0e181f2226292b2c2d2e2d2d2c2a2825221f18100b070000000000000000000000000000000009151d20252a2c2d2b282220190e010000000000000b171e2127252220180d0a04000000000000000c21374c61768ca5b6c0c2b6b1aca7a4a2a2a3a8b2b6c3d3e1f1ffffffffedd8c3ad98836e58432e190300000000000000000f1f2c35383d404243444444444444413b382f211407000000000000000d23384d62788c999ea8a7aaacaeafb1b2b3b4b4b5bcb5b5b5bcb4b4b3b1b0aeaba7a49c938578625847331c0c00000000000a1e30414d566063656666676664626056524d41301b0b09192631424e59616560544b3f30251809000000000000000000000000000000000000000000000000000001080b161e21252a273136383b3c3e4041424343434444444343413f3e3b383531271e160b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005131a283236383a3b3c3c3c3a38363228251d130500000001141c2a34373a353026181100000000000000000000000000000000000000000002090b141d202426292a2b2a292725211e160c0a040000000000000000000000000000000000000000000000000000060b0d161e212427292a24221b10020000000000000000000000000000000000040a0c1114161718191818161513100c0a04000000000000000000000000000000000000000001080b1015171716130d0b05000000000000000000030a0c12100d0b05000000000000000000000a1f33475872879cadaaa6a49c97928e8d8d8e939ca5b6c3d4e6faffffffeed9c4af99846f5a442f1a05000000000000000b1b2c3d494e5255575859595a5a5a5957504c3f322514000000000000000b2035495a667c83898e919497999a9b9d9d9e9f9faba0a0a0ab9f9e9e9c9b9896928d867e73625a483a2a170000000000000113233038454b4e50505151514f4d4b453839302313000009141d313a474c4f4b43362e1c130800000000000000000000000000000000000000000000000000000000000002090b1015151d20232527292a2c2c2d2e2e2e2f2e2e2d2c2a282623201d1509030000000000000000000001080b0e121517181919191a1a1a1b1b1b1b1c1c1c1c1c1c1c1c1b1b1a191918171513110e0b080100000000000000000000000000000000000000000a151d202325262627262523211e160a0a010000000000000c181f2225201c14080000000000000000000000000000000000000000000000000001080b0e111415161514120f0c09030000000000000000000000000000000000000000000000000000000000000000030a0c0f1214150f0d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004172a3a576c81969895918c87817c797877797e879ca5b7cadff4ffffffefdac4af9a856f5a45301a0500000000000003172939495b63676b6c6d6e6f6f6f6f6e6c655d4f43321a0a00000000000006192b3c4c5e666e74797c7f818385868788898a8a8a8b8b8b8a8a8988878583807d7871686055483c2b1c0c0000000000000005131a283236383a3b3c3c3c3a38363228251d130500000001141c2a34373a35302618110000000000000000000000000000000000000000000000000000000000000000000000000002080b0d1012141516171819191919191918171513110e0b0801000000000000000000000008141c2024282a2c2e2e2e2f2f2f3030303031313131313131313131302f2f2e2d2c2a292623201c1408000000000000000000000000000000000000000002090b0e10111112110f0d0b090200000000000000000000040a0c100b0801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030a0c1116170c0a040000000000000000000e23384d63788282807b77726c67646262646876879db2c7ddf2ffffffefdac4af9a856f5a45301a050000000000000a1e33465770797d808183848484848484817b69614f382816030000000000000e1e30404c51546063676a6c6e70717273747475757575757575747372706e6b68635a534b44372b1e0e000000000000000000000a151d202325262627262523211e160a0a010000000000000c181f2225201c140800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041218263035393d3f414343444444454545454546464646464646464646454544434342403e3b38353026180b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001080b0d101215171819191918171614110e0b080100000000000000000000000000000000020b1113191b1c1b1a1815110b090300000000000000000000000000000000000000000000000000000000000000060c0e13171a1b1c1c1b1a1814100c0a040000000000000000000000000000000000000000000000000000000000000000000000000000080b171e21272b2c211f170c00000000000000000c2035495a636d6d6b66625957524f4d4d4e58697f94a9bed3e9feffffefd9c4af9a846f5a452f1a050000000000000c21364c61768b9295979899999999999996907f695645321e09000000000000001222303936434b4e525557595a5c5d5e5f5f556060606060545f5e5c5b5956524d493c353127190e00000000000000000000000002090b0e10111112110f0d0b090200000000000000000000040a0c100b08010000000000000000000000000000000000000000000000070b0d0e0e0f0e0c0a04000000000000000000000000000000000000000000000000000000000000000000000000000000000012222f36434b4e525557585959595a5a5a5a5a5b5b5b5b5b5c5c5c5c5c5b5a5a595958575553514d4b4336291b0b000000000000000000000000000000040a0c0f131618191a1b1c1b1b1a191714110e0b0700000000000000000000000000000000000000000000000000000000000001080b0f14141c202225282a2c2d2e2e2e2e2c2b292623201c140d0b0500000000000000000000000006141f26282f3031302f2d2a26211e160a070000000000000000000000000000000000000000000000000000050b0e192123282c2f313232302f2d2925211f170c090300000000000000000000000000000000000000000000000000000000000000000108101b222933363c40413633291c0c0000000000000006192c3c494d575855514c473b3d3938383a4f657a8fa4bacfe4f9ffffeed9c4af99846f5a442f1a050000000000000f24394e64798ea3aaacadaeaeafafafaeac9e8975604b36210b0000000000000004121d24263035393c3f424445464848494a444b4b4b4b4b434949474643413d38352c201d150900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003090c131c202223232423221f18160f0d07000000000000000000000000000000000000000000000000000000000000000000000000091d2f404c546063676a6c6d6e6e6e6f6f6f70707070717171717171717170706f6e6e6d6c6a6866636054463929160300000000000000000000060c0e14171f2125282b2d2e2f303131302f2e2c292723201c130c09030000000000000000000000000000000000000000000000000609141d202429263035383a3d3f41424344434342403e3c383530262220190d07000000000000000000021424313a3e4445464645423f3b363228211a0f0200000000000000000000000000000000000000000000040d1820222c35383d41444647474644423f3b363329211e160b01000000000000000000000000000000000000000000000000000000000108141c202e3739464c5155564c463a291704000000000000000e1e2c35384243403c37342a27242323384d62788da2b7cde2f7ffffeed8c3ae99836e59442e190400000000000010253a4f657a8fa4b1b0b2b7c3c4c4c4c3b9a8917c67513c27120000000000000000000908141c2024272a2c2e30313233342631353636363530263332302e2b282320190e080100000000000000000000000000050b0d121415161513100c0a04000000000000000000000000000000000000000000000000000000000000000000000000000b161e21253035373839393937342a2b24221b1002000000000000000000000000000000000000000000000000000000000000000000000f24384c5e6673797d7f8183838384848485858585868686868686868686868584848382817f7e7b7873615746321e0a00000000000000060c0e1a2123292933363a3d41424345464646464543413f3c38353025211e160b040000000000000000000000000000000000000000010f1a212631353a3e36434b4d4f5255565859595958575653514d4b433638342b221b1002000000000000000b1f31424e53595b5b5b5a5855504b4538362d1d150a00000000000000000000000000000000000000000c181f2b34373c494d5356595b5c5c5b5a5854504c463a3632281d1409000000000000000000000000000000000000000000000000000208141c2630353f4b4f5761666b6c615846331f1000000000000000000e1920232d2d2b26221f18120f0d22374c61778ca1b6cce1f6ffffedd8c2ad98836d58432e18030000000000000f24394f64798e9f9c9b9da5b6c2d3d9d6c6ad98836e583d2c1a060000000000000000000001080b0e121517191b1c1d1e1f141d20202020201c141e1d1b1916130e0c060000000000000000000000000000030d182022272a2b2b2a2825211f170c08000000000000000000000000000000000000000000000000000000000000000000000b1b28323636434a4c4d4e4e4e4c473a4039362d20170900000000000000000000000000000000000000000000000000000000000000000215273751667c8a8e92949698989999999a9a9a9a9a9b9b9b9b9b9b9b9b9b9b9a9a999898979593908d8a75614b36210c0000000000010f1a21232c35383e3a464c4f525658595a5b5c5b5b5a585654514d4a43363632281f180c000000000000000000000000000000000000000f1f2c3537444b4f545854606265676a6c6d6e6e6e6d6c6b6966636054544d483c362d1d150a00000000000011263a4e60686e7071706f6d6a6660564e4a3d31271a0c000000000000000000000000000000000002131c2a343b484c555b63686c6f707171706f6d69656158524b46393126190e000000000000000000000000000000000000000000000309151d263036434b525d656d767c808176614c3e2d1b070000000000000000060c0e181816110d0b0500000c21364c61768ba1b6cbe0f6ffffebd6c1ab96816c56412c17010000000000000c22374c61778c898786879ca4b6c9deddc8b39d88735b4935210c000000000000000000000000000000000204050708090001080b0b0b0b0b0801000706040100000000000000000000000000000000000a161e2b34373c3f40403f3e3b363329231c11030000000000000000000000000000000000000000000000000000000000000003162839464b565460626363646361595b554f4a3e3527170500000000000000000000000000000000000000000000000000000000000000081d3144556f849aa8a7aaacadaeaeaeafafafafafb0b0b0b0b0b1b1b1b1b1b0afafaeaeadacaaa8a6a8917b66513c26110000000009171f2c36393d494e5359586164686b6d6e6f707170706f6e6c6966636054524b4639342a1d130500000000000000000000000000000000061a2c3d494e556064696d7175777a7d7f81828383838381807e7b78746f69625a4f4a3e31271a0a000000000013283e53687e8385868584827f7b756e645c4b4538291c0c00000000000000000000000000000009151d313a474c59626a72787d81848687878584827e7a766f6761574b44372c1e1002000000000000000000000000000000000000040b161e273136434b546067717a828a919596816c5c4a36221000000000000000000000000203000000000000000c21364c61768ba1b6cbe0f6fffee9d4bfa9947f6a543f2a15000000000000000a1f334758707975727172869cb1c6dce0cbb8a68d78634e38230e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a1a28323b484d515455555453504c463a372e211507000000000000000000000000000000000000000000000000000000000000091e324657616c717477787879787774706b645c524535220f000000000000000000000000000000000000000000000000000000000000000b20364b6074899fb4c6bfc1c2c3c3c3c4c4c4c5c5c5c5c6c6c6c6c6c6c6c6c5c5c4c3c3c2c1bfbdc6a9947f6a543f2a15000000051727353d494e565b63696e73767a7d80828384858686858483817e7c78746e6761574c473b302316080000000000000000000000000000000c2135495b636d74797e83878a8d8f9294969798999898979593918d89847e786e645c4b4538281b0a000000001b30455b7085999a9b9b9a9794908a83796d6056463a291704000000000000000000000000000a192731414d59616c777f878d9296999b9c9c9b999794908a847d75686055493c2e201002000000000000000000000000000000030c171f283237444b546067737c868f979fa8aa9f8c7a644f3f2e1b08000000000000000000000000000000000000000c21364b61768ba0b6cbe0f5ffffecdac9a6917c66513c27110000000000000004182a3a4a5b636055546d8297acc2d7e7d5c4a6917c66513c27110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003162838454b596267696a6b6a68656158504b3f3325150300000000000000000000000000000000000000000000000000000000000c21364b61758186898c8d8e8e8e8c8985807a6c63523e2a15000000000000000000000000000000000000000000000000000000000000000e23384e63788da9bacdd4d6d8d8d8d9d9d9dadadadadbdbdbdbdbdbdbdbdbdbdad9d9d8d7d6d4d3c0ab96806b56412b160000000f223545525b636b72787e83888b8f929697989a9b9b9b9b9a989694918d89837d756b61594d413426160700000000000000000000000000021528384e637982888f93989c9faaa4a7aaabadaeaeaeadacaba8a6a89e9a948c837a6c605645392816030000001c31465b71869bb0b0b0afadaaa99f988d8174615846331f130000000000000000000000000a1a2837444b5f6777818a959ca4a8abaeb0b1b1b0afada9aa9f9992887e73635b4a3e2e201000000000000000000000000000020b171e293339464b556068737c86919ca4adb4babcab9a846f5d4b37220c000000000000000000000000000000000000000c21364b61768ba0b6cbe0f5fff8e3cfbcab8e79634e39230e00000000000000000c1c2d3d4a4e4b4454697e94a9bed3e9d4bea9947f69543f2a1400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091e324556606d777c7f80807f7d7a766f655d5043332211000000000000000000000000000000000000000000000000000000000013293e53687e939b9fa9a2a3a3a3a89e9a958e816c57422d170200000000000000000000000000000000000000000000000000000000000010253a4f657a8fa4c7d7e9ebededeeeeeeefefefefeff0f0f0f0f0f0f0f0f0f0efefeeededecead7c2ac97826d57422d18000000152a3e52636c7980878d93989da6a4a7abadaeafb0b1b0b0afadaba9a6a79e9892898177675f514434251502000000000000000000000000091d3245567286979ea7a9adb1b4bbc8bcbfc1c2c3c3c3c2c1c0bec6b9b4afab9f998c8174605745321e130100001b30465b70859bb0c5c5c4c2c7bab4ab9f978476614c4231180800000000000000000000081828384555606d7d89979fa9b2b6c3c1c4c5c6c6c5c4c2c8bbb4aea69e938679645c4a3e2d1b0a000000000000000000000009151d29333a464c576169747d86919ca4b1b5c2c9cdc9b3a18f7a644f3a2a17040000000000000000000000000000000000000c21364b61768ba0b6cbe0f5fff4dfcab59f8a76604b36210b0000000000000000000f1f2d3639353b50667b90a5bbd0e5d7c2ac97826d57422d1802000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004182a3a4b6074828b919495959493908a847b6a6150402f1c0900000000000000000000000000000000000000000000000000000003162839596e8399aeb4bac7b8b9c6b9b3b0aa99846f59442f1a0400000000000000000000000000000000000000000000000000000000000011263c51667b91a6bbd0e6ffffffffffffffffffffffffffffffffffffffffffffffffffffffecd6c1ac97816c57422c17000003162838576c818e959ca5a8aeb2b7c4bdc0c2c3c4c5c6c5c5c4c3c1bec5b8b3aea89e96897d6b6251433320100000000000000000000000000b20364b60758b9fb3b8c5c2c6c9ced8d2d4d6d7d8d8d8d8d6d5d3d6cdc9c9bcb5ab9f968475604b41301d0a0000192f44596e8499aec3cacfd9d7cdc9bcb5a298836e604e362614010000000000000000001325364556607381929ea7b4bac7cad3d6d9dbdcdcdad9d7d8cec9c5b8b3a49c897a645c4a392816030000000000000000011119273139464c58616a757e87929ca4b1b6c2c9d2dee1d0bfae99836e5847331f0a0000000000000000000000000000000000000c21364b61768ba0b6cbe0f5fff2ddc8b39d88735645321e09000000000000000000010f1a212423384d63788da2c8d9ebdac5af9a85705a45301b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a1f3347586d81979faaa9aaaaa9a8aa9f9a8f7f6a5e4c38230b000000000000000000000000000000000000000000000000000000091e32465772889db2c7cdd7cdced6ccc9c4af99846f5a442f1a0500000000000000000000000000000000000000000000000000000000000012273d52677c92a7bcd1e7f4f4f3f2f2f2f3f5fbfffffffffffffffffffffffffcf5f3f2f2f3ead5bfaa95806a55402b150000091e32455673889eabb2b6c3c3c8cbd4d2d5d7d8d9dadbdbdad9d8d6d3d5ccc8c6b9b4a79e92806b61503e2e1b0800000000000000000000000d23384d62788dabbcccd5d8dcdfe2eae7e9ebecedeeededeceae8e9e1dedacfc9bcb4a298836e5f4d3925100000162c41566b8196a8aeb4bcc9d1e1dacfc0b2a0927d685443301c080000000000000000081c304354607483979fb3b8c5cdd7dee6ebeef0f1f1f0eeeceae2dfd5cbc2b5a79e8a7a645745321e0e0000000000000009151d2e37444b57616a768089949da6b1b6c2c9d3dee5f0eedfc9b49f8a77614c37210c00000000000000000003090b0b08010008070c22374c61778ca1b6cce1f6fff1dbc6b19c86715c382816020000000000000000000000070c0e21374c61768caabbcee2ddc7b29d88725d4826140100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c22374c61778b9fb4bbc8bfc0bfc8bbb4af9d907b66503929170300000000000000000000000000000000000000000000000000000c21364b61768b9fb5cadfe9e3e3e8e1d8c3ad98836e58432e190300000000000000000000000000000000000000000000000000000000000011263c51667b91a6bbd0e3dfdededddcdcdee0e8f3fbfffffffffffffffffff4e9e1dedcdddedfd7c6a7927d68523d281300000b21364b60768ba6b8c7cad3d8dddfe7e7ebecedeff0f0f0f0efedebe9e8e0ded6cdc5b8b39e947f6a5c4b37221100000000000000000000000e23384e63788da3c9dae7edf1f4f7fdfffdf6f4f2f2f2f4f7fefffcf5f3ece3d9cfc0b2a0917c67523f2e1b080012273c51677c8d93999fabb4c1d1e4e3cfbfb29d8773604b35200b0000000000000008182d3e4a60728298a1b1bdccd6e2eaf5f0eee8e1dedcdee0e8f3f7f3e7e0d2c5b8a89c8675604b3c2b190500000000000a1927313f4b556069767f89959ea7b2b7c4cad3dee5f0f4f1ede2cebaa9937e69533e291400000000000000090a161e21201d151e1d1c1c22384d62778da2b7cce2f7ffefd9c4af9a846f5a452f1a100e0800000000000000000000000b20354a60758a9fb4cadfdec9b39e89745443301c08000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011273c51667c91aabbced9d5d5d4d8cecabbb09b85705746331e0a00000000000000000000000000000000000000000000000000000e23394e63788eabbccfe3f8fffffcebd6c1ab96816c56412c170100000000000000000000000000000000000000000000000000000000000010253a4f657a8fa4c5d5cfcac9c8c8c7c7c8ccd6e0e7f3fffffffffffffff2e4d6cdc9c7c8c9c9cdbaa88f7a644f3a250f00000c21364c61768ba1c4d5dfe6edf2f4fafffffffffffefdfdfffffffffffbf5f3e9e1d6ccbcb49f8c7a644f3f2e1c08000000000000000000000e23384e63788da3c9daecfef7f4f1ece8eae2dfdddcdddfe3ebf7f9fffffff7ebe3cfbfb19c87725d4b37220e001024394d5f67787d848c9ba3b4c6d6e9dfcab7a58f7a644f3a250f000000000000001325364a5c6a7f95a0b2bfcee0e8f3ede2dbd9d6ccc9c7c8ccd5d9e1ecfbf0e3d5c6b6a496816c5a4835200b000000000a1a2837444b5d65747e89959ea7b3b8c5cbd4dee5f0ece3dfdcd8d5d4c7ae99836e593a2917040000000004121c232832363531273332323130384e63788da3b8cde2f8ffedd8c3ae98836e59432e2a25221b1003000000000000000000071c30435473889eb3c8dddfcab59f8a75604b35200b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014293e54697e93a9c8d9ebeaeae9eae2dfcab49f8a76614c36210c000000000000000000000000000000000000000000000000000010263b50657b90a5c9daecfffffffee8d3bea9937e69543e2914000000000000000000000000000000000000000000000000000000000000000d22384d62788da6b8b6bcb5b4b3b3b2b2b3b8c5cbd5e2f3fffffffffff2e2d5c6b9b4b2b2b3b4bbb49f8975604b36200b00000c21364b61768babbccfe3f8fffffbf4f3f0edebeae8e7e8eaeff4f7fefffffffcf3e8e0cfbcab9b85705d4b37230e000000000000000000000e23384d63788dabbccfe3eae2dfdbd7d3d8cec9c8c7c8cacfd9dfe6f1fffffffeeddecab6a48f7a654f3a2510000a1d30414d5a63686f78859ba8b9cde1e6d4c3a9947f69543f2a14000000000000071c304354647a8c9fb4becfddecfbe9ddcfc7c3c6b9b3b2b3b8c5c5cedbecfcf3e4d3c2b49f8b78624d38220d000000021628384555606b7b86949ea7b3b9c5ccd5dfe6e2dfdadacfcac7c3c0c3b7b29d88735846331f0a0000000012222f3838454b4b44494948474646374f657a8fa4bacfe4f9ffecd7c2ac97826d5742403f3a372e2110000000000000000000001325475d72879cb2c7dce3cfbcab8b76614c36210c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000152a40556a7f95aabfd4eafffffffef7e2cebbaa8f7a644f3a240f000000000000000000000000000000000000000000000000000012273d52677c92a7bcd1e7fffffff9e6d4c3a5907b65503b2610000000000000000000000000000000000000000000000000000000000000000b2035485a73889ea1a1ab9f9f9e9d9d9d9ea7b3b8c4d5e7fbfffffffae7d5c4b7a89e9d9d9e9faaa299846f5645311d0900000b20364b60758a9fb5cadfece9e6e7e0dddad8d6d4d3d2d3d5dadfe2eaf6fffffffffbebd9c9b5a38f7a654f3a2510000000000000000000000b21364b60768b9fb5cad8d8cecac6c2bec7bab4b3b2b2b4bcc9cad3e1f0fefffff9e5d3c2aa95806a55402b1500001223303c494d535a63768a9eb4c9deecd7c1ac97826c57422d170200000000000b20354a6072859baabbcedcedfbe9d9cbbfb3aea6a89e9d9ea7acb1bdcedeeffff0e2cebbaa957f6a55362614010000091e3245566073808d9ca4b3b8c5ccd6e0e8e2d9cecac5c9bcb5b1aeaaa7a59d968a76614c36210c000000091c2f404c50566060555f5e5d5c5b5b5a55677d92a7bcd2e7fcffebd6c1ab96816c565655544f4b3f2e19090000000000000000001c32475c71879cb1c6dcecdab7a28d77624d38220d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000162b40566b8095abc0d5eafffffffffeebd9c8a5907b66503b2611000000000000000000000000000000000000000000000000000014293e53697e93a8bed3e8fdfffff4dfcab7a58c77614c37220c0000000000000000000000000000000000000000000000000000000000000005192b3c576c818c8c8b8b8a8989888787898e9ea6b8cbe0f4fffffff4e0cbb7a69d8a8788898a8b8d8e7c6651382715020000081d31445573889db2c8d9d7d4d1d5cbc8c5c2c0bfbebdbec0c5caced8e6f0fefffffff7e7d1c1ac97816c5739291703000000000000000000091e32455672889db2c7c3c8bbb4b1ada9a5a99f9d9d9d9fabb2b6c3d3e0f0ffffffeed9c3ae99846e59442f19000004121e2c35383c49586f849aafc4d9edd8c3ad98836e58432e190300000000061a2c3d51667c91a3b4c8d8eafbf1ddcbbbaea199918c8987898c979fb1c0d1e4f7feead8c8b09b85705443301c080004172a3a4b607483969fabb6c2ccd5e0e8e6d8cec8bbb4b0aaab9f9c9895918d878178635846331f0a0000000f23384c5e66747675757473727171707070738399aec3d9eeffffebd5c0ab96806d6b6b6b69655d4b3727150100000000000000071c31465c71869bb1c6dbe2cdb8a38d78634e38230e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000152a40556a7f95aabfd4eaffffffffffe6d0bba6917b66513c26110000000000000000000000000000000000000000000000000000152a3f556a7f94aabfd4e9fffffff2dcc7b29d87725947341f0b0b0e11110f0900000000000000000000000000000000000000000000000000000e20354b607377777675757473737272737a889eb3c8ddf3fffffff2ddc8b39d887472737474767779665e4c381a0a000000021527375a6f859aafc4c4c2bfbcc4b8b3b0adabaaa9a8a8abafb4bbc8d2e0f0ffffffffefdcc7b19c87725746331e0a000000000000000000031628385a6f8499afb2ada9aa9f9c97938f8c8a8887888b929ca5b6c2d3e5f9fffff0dbc6b19b86715c46311c000000000e19202330435470859aafc5daedd7c2ad98826d58432d1803000000000c2135495b70859ab0c1d1e6f6ffebd6c2ae9d94837c77747273778197a2b4c8ddf1fff4dec9b49f8975604b35200b000a1f3347586d8297a1b5bcc9d3e0e8f3ead8c8bbb4aa9f9b95908b8783807c78726c635a493a29170400000011263b50667c898b8a8a89888787868585858999a1b3c7dbf0fffff3ddc8b39e88828180807f7b655544311d0800000000000000061b30465b70859bb0c5dae3cdb8a38e78634e39230e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014293f54697e94a9bed3e9fffffffffeebd9c8a5907b65503b26100000000000000000000000000000000000000000000000000001162b40566b8095abc0d5eaffffffedd8c2ad98836d583b2a181d20242726241c1204000000000000000000000000000000000000000000000000081d3144556062626160565f5e5e5d5d5c6a7f94aabfd4e9fffffff0dbc5b09b8670565d5e576162635b4c402f1c0000000000172c41566c8196abb0aeaca9a6a3a69e9b989695939293959a9faab5c2d2e5f8fffffff4dfcab59f8b76614c36210c0000000000000000000014293f54697e949f9c98948f8a86827e7a7775737273757d879ca4b6cadef3fffff1dcc7b29c87725d47321d0000000000060b20354b6074899eb3c8deebd9c9aa95806b55402b1600000000000e23384e63788da2b4c8dfeffffee9d3bea9947f6e6761595d596272859ab0c5daeffff6e1cdbaa98c77624c37220d000c21374c61778c9fb1bfcfdae7f1fbf7e2cebbaa9f948b85807b76726e6b67625a564d493c2c1c0c00000002172c41576c8196a8aa9f9e9e9d9c9b9b9a9a9ea7b3bfd0e2f6fffff5e0cbb8a69e97969695948d74604b35200b00000000000000061b30455b70859ab0c5dae3ceb8a38e79634e39240e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012273c51677c91a6c2d3e5f1f2f2f2f0e2cebbaa8e79634e39240e0000000000000000000000000000000000000000000000000002172c41576c8196acc1d6ebfffffee8d3bea9937e69543e29263135393c3b382f221201000000000000000000000000000000000000000000000001152737444b4d4c4c4b454a4948483e50657a8fa5bacfe4fffffff0dbc5b09b86705b3839464b4d4e4a3d2f2212000000000011263c51667c919c9b999794918e8b888583817f7e7d7e80858b9ba3b5c9def2fffffff8e3cfbcab8e79644e39240f000000000000000000000d22374d62778c8a87837e7a75716d69656260545d56606777869cb1c7dcf1fffff1dbc6b19c86715c47311c00000000000010253a50657a8fa7b8cce0e3cfbcab917c66513c27110000000000132536556a7f94aac0d1e4fdfff6e1ccb7a18c7762514c473b48546a8095aabfd5eafffce9d7c7a38d78634e38230e000c21374c61768a9fb4bfd0deedfbfff4dfc9b49f8b7f77706b6661585955524d493c38352c1e0e00000000051a2f445a6f8499afbbb4b4b3b2b1b0b0afb0b3b9c5d0ddedfffffffbe7d5c5b8b3acababaaab8d77624d38220d00000000000000051b30455a70859aafc5dae3ceb9a38e79644e39240f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e23384d63788da4b6c9d7dbdddddcdbd7c9b49f8a75604b36200b0000000000000000000000000000000000000000000000000002172d42576c8297acc1d7ecfffff9e4cfbaa48f7a654f3a3c37444b4e51514c402f1f0f0000000000000000000000000000000000000000000000000919273135373736363228343332374c61768ca1c8d8eafdfffff0dbc5b09b86705b462832363839362d1f120400000000000b21364b607486878584827f7c797673706d6b6a6968696b7078859bb1c6dbf0ffffffffecdac9a5907b66503b2611000000000000000000000b20344859627475726e696460565854504d4a4338454b59697e93a8bed3e8fdffefdac4af9a856f5a45301a000000000002172c42576c8197acc5d6e8dfcab49f8b77614c37210c00000000071c3043546f849aafc4daeffffffee9d3bea9947f6c635b5a5857596b8095aac0d5eafffae6d4c4a28c77624d37220d000a1f3347586b8095a1b3c0d0ddebfef4dfcab59f8d80776d645c514b44373c38352b2320190e0000000000071c31465c71869bb1c6cac9c8c7c6c6c5c5c5c9ccd6e3edfbfffffffff3e3d5cbc8c2c0c0c9a48f79644f3a240f00000000000000051a30455a6f859aafc4dae3ceb9a48e79644f39240f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c2135495b71869cb1bac7c6c7c8c7c6c7baab99846f5645321d090000000000000000000000000000000000000000000000000002182d42576d8297acc2d7ecfffff7e1ccb7a28c77624d4d515655606366665e4c3d2c1a0600000000000000000000000000000000000000000000000009151d20222221201d151e1e20354b60758aaabbcee2f7fffff0dbc5b09b86705b46311e212224211a0f01000000000000091e324556607271706f6d6a676461575b585655545353565a667b90a6bbd0e5fbffffffe6d1bca6917c67513c27120000000000000000000005182b3b485660605558544f4b4a565858585858585a5962697f94a9bed4e9fef1e2d0bfab95806b56402b160000000000081d32475d72879cb2c7dcf0dbc6b19b86715847331f0d000000000b20354a6074899eb4c9def3fffffff4dfcab59f8d8179736f6d6d6f77879db2c7ddf2fff4dfcbb7a68b75604b36200b000417293a4b60738399a2b3bfcee2eaf6e3cfbcab9f968a8279706760554b453932281a1306000000000000071d32475c72879cb1c7dcdedddcdcdbdadadadee0e8f3fffffffffffffff3e7e0ddd7d6cfb9a48f7a644f3a250f00000000000000051a30455a6f859aafc4dae3ceb9a38e79644e39240f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006192c3c51667c909fa9aeb1b2b3b2b0ada99f8c7b6550382815020000000000000000000000000000000000000000000000000003182d42586d8297adc2d7ecfffff6e0cbb6a18b76616062666b7075797c7c665b4936210c0000000000000000000000000000000000000000000000000001080b0d0d0c0b090200081d314455748a9fb4c9dff4fffff0dbc6b09b86715b46311c0c0d0e0c07000000000000000002162838454b5c5c5b59575c5560555d5a575451504f4e4f52667b91a6bbd0e6fbfffffce6d1bca7917c67523c271200000000000000000000000d1d2b38454b4b44373f4354606b6d6d6e6d6d6d6f73777e8a9eb3c9def3eae2d3c4b3a18f7a644f3a240f00000000000a1f344a5f74899fb4c9deefdac5b09a85705847382a1d0f0100000d22374d62778ca8b9cce1f5fffffff8e3cfbcab9f978e88848282848a9da5b7cadff4fff2ddc8b29d88735645311d0900000c1d31445560748499a1b1bdced8e6ecdac9bcb5a99f978e857c746960574b4538301f180c0000000000071d32475c72879cb1c7dcf1f3f2f1f0f0efeff3f5fbfffffffffffffffffffbf5f3ecebd9c9a48e79644f39240f00000000000000051a30455a6f859aafc4dae3ceb8a38e79634e39240e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e24384c5e687e8a94989c9d9d9d9b98938a7d685d4b371a0a000000000000000000000000000000000000000000000000000003182d42586d8297adc2d7ecfffffbe6d1bba6917c7676787c8085898e918d79634e39230e00000000000000000000000000000000000000000000000000000000000000000000000114264a5f748a9fb4c9dff4fffff0dbc6b09b86715b46311c06000000000000000000000000000a1a283236414d59626a71747574726f6c696765646465686f8298adc2d8edfffffffbe6d0bba6917b66513c26110000000000000000000000000d1a273136353126354a60728082838383828285888c939ea8b9cce1e6d8cec3b6a699836e5c4a36220d0000000000081d32475d72879cb2c2d3e1dec9b49f8a776156483b2d1f0f000010253a4f657a8fa4c6d6e8fcffffffffecdac9bcb5aca69d9a9897999ea8b7c3d4e6faf4e4d0c0ac97816c57382715020000011527374556607483979fb4bbc8d5e2e7dacfc7bab4aca29a91877e756960564d41342a1c0c00000000081d32475d72879cb2c7dcf1f3f3f3f3f2f2f2f2f1f1f1f1f0f0f0f0f0efefefefefefe3cfbcab8e79634e39240e00000000000000051b30455a70859aafc5dae2cdb8a38d78634e38230e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091d2f404e6068777e838688888786837e77685f4e3f2e1c00000000000000000000000000000000000000000000000000000003182e43586d8398adc2d8edfffffde8d3bfac9b918b8b8d91969a9fa8ab95806a55402b1500000000000000000000000000000000000000000000000000000000000000000000000020354a5f758a9fb4cadff4fffff0dbc6b19b86715c46311c070000000000000000000000000000102031424e5f67778086898a898885827f7c7a79797a7d8398a0b2c6daeffffffff9e5d3c2a48f7a644f3a250f000000000000000000000000000a151d20201d243a4f647a8f9798989897989a9da6a8b3b9c6d6ded0c8bbb4a59d8877624d3e2d1b07000000000001162b40566b8095a4b6c3d3e1cdbaa999837462594a3d2d1a070011263b51667b90a6bbd0e5fffffffffff7e7dacfcac4b7b3afadacafb4b9c6d4e1f1f1e5d7c6b3a2907b65503b251000000000091928384556607381939faab7c4d1e2ebe3d7cdc9c0b4b0a59d93887f74675f4c473a2a1909000000061b31465b70869bb0c5dbdededddddddddddddcdcdcdcdbdbdbdbdadadadadadadadadacab49f8a76604b36210b00000000000000051b30455a70859aafc5dae2ccb7a28d77624d38220d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000122231424e5861696e71727372716e6962594e4131211100000000000000000000000000000000000000000000000000000004192e43596e8398aec3d8edffffffeedbc9b9aca6a0a0a2a6abb0b4baaf9a856f5a45301a00000000000000000000000000000000000000000000000000000000000004060606060a20354a5f758a9fb4cadff4fffff1dbc6b19c86715c47311c070000000000000000000000000008182e3e4e60687d89959c9ea89f9d9a979491908f8e8f9299a1b2becfe1f5fffffff3decab6a48c77614c37210c000000000000000000000000000002090b0b152a3f546a7f94a9adadadadadafb2b7c4c9ccd6e4d0c0b3aa9f968779635948342010000000000000000c21364b6175869ca4b6caded7c7b3a1998577635b4a36210c0012273c51677c91a6bcd1e6fbfffffffff4e8e0ded8d4cbc8c4c2c2c4c9cdd7e4f0e8e0d4c7b9a89a846f5d4b37230e00000000000a1a28384555606c7e8c9da6b4c0ced9e6e9e1ded1c8c3b6b2a79e94877d6f61594737261401000003192e43586e8398adc9c8c8c8c8c8c8c8c8c7c7c7c7c6c6c6c6c5c5c5c5c5c5c5c4c4c4c4b29c87725645321e0900000000000000051b30455a70859aafc5dae3cfbcab8b76614c36210c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041324313a474c54595c5d5e5d5b58544c473b31231303000000000000000000000000000000000000000000000000000000051a2f455a6f849aafc4d9effffffff8e7d7c9bfbbb6b5b7bbc0c5c9c7b29d88725d372715010000000000000000000000000000000000000000000000000001080b14191b1c1c1b1b1628395f758a9fb4cadff4fffff1dcc6b19c87715c47321c07000000000000000000000000001325364b5c687e929ea7b1b4b9b4b2afaca9a6a5a4a3a4a7aeb3bfcfdcecfefffff6e7d5c4b19c87715847331f0a000000000000000000000000000000000003182d42586d8297adc2c3c2c2c2c4c8cbd4dee1e8dcc7b3a29a8b8176635b493b2b1802000000000000000a1e3346576278869cb2c7dce5d0bfb3a39b8879634e39240e0011273c51667c91a6bbd1e6fbfffffff4e4d6ccc9c3c3c6caced9d7d9dddfdfdddbd5ccc3b7a99e8a79634e3f2f1c080000000000000a1a2837444b60697b889aa2b4bbc8d3e1ebeee3dcd4cac5b8b3a59d928377615544311d0800000014293f54697e94abb3b3b3b3b3b3b3b3b2b2b2b2b1b1b1b1b0b0b0b0b0afafafafafafafad98826d583828160300000000000000061b30455b70859ab0c5dadfcab49f8a75604b35200b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006131c2a33373f434748484846433e37342a1d130500000000000000000000000000000000000000000000000000000000061b30465b70859bb0c5daf0fffffffff5e7dbd3d1cbcbcdd1d5dadecab49f8a755544311d0800000000000000000000000000000000000000000000000009141d202a2f30313130302f324657758a9fb4cadff4fffff1dcc7b29c87725d47321d08000000000000000000000000071c304354647a8c9fb3b9c5c9cdc9c7c4c1bebcbab9b9babdc4c7d0ddecfaf9f3efe6d9cbb7a6957f6a553a2a1704000000000000000000000000000000000004192f44596e8499aec3dad8d7d7dadddfe7f2f5efd9c4af9a83796c6158493d2c1d0d0000000000000000031729394859647a8fa4b9cfe4ddd0c1b4a695806b56402b160010263b50657b90a5bad0e5fffffffbe8d6c5b9b3aeaeb1b4bbc8c2c6c8c9c9c8c6c5b8b3a59d8b7b655b4936211100000000000000000a192731424e5d657784959faab6c3cedfe6f1f1e6dfd5ccc3b7b2a1998674604b35200b0000000d22384d62788c9c9e9e9e9e9e9e9e9d9d9d9d9c9c9c9c9b9b9b9b9b9a9a9a9a9a9a9a9a99907c66513b26110000000000000000061b30455b70859ab0c5daddc8b39e88735443301c08000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c181f22292e31333332312e29221f180d000000000000000000000000000000000000000000000000000000000000071c32475c71879cb1c6dcf1fffffffffff8eee8e6e0e0e2e6ebefe2cebbaa8a75604b35200b000000000000000000000000000000000000000000000009192631353f44464646464544444b61768babbccfe3f7fffff2dcc7b29d87725d48321d080000000000000000000000000b20354a6072869caabbccd6dee1dedddad7d4d1cfcececfd2d9dbe2e8e8e6e6dfdcd2c8bbb39d8876614c36210c00000000000000000000000000000000000004192e44596e8399aebcc9c7cad3dcdee5f0fbffe2cdb8a38d78635b4c463a2c1f0f000000000000000000000b1b2c3c4b61768ba0b6cbe0eddfd1c4ad98826d58432d18000f24394e64798ea3c4d4e6fafffff5e0ccb9a79e99999c9faaa9adb0b2b4b4b3b0aca79e95877b655d4c3d2c1a0300000000000000000009151d313f4b5962737f8c9da5b1bdcad4e2ebf6f3e8e0d4cabeaf99846f5544311d080000000b2035485a697e8689898989888888888888878787878686868685858585858585858584838072604a35200b0000000000000000061b30465b70859bb0c5dadbc6b19c86715c362614010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a161e21282e313232312f2d282220180d03000000000000000000000000000000000000000000000000000000000000081e33485d73889db2c8ddf2fffffffffff1e6dfdcd7d7d8d9dcdfdfcab49f8a75604a35200b0000000000000000000000000000000000000000000001142637444b54595b5b5b5b5a5a595863788ea3c9d9ebfefffff2ddc7b29d88725d48331d08000000000000000000000004182a3a51677c91a4b5c8d8e8f3f5f4eee3dcd9d3d1d0d0d1d2d4d4d4d3d2d1d3cac7c1b5aa9f917d675846331f0a000000000000000000000000000000050b0d16162b40556b80959fabacb2b6c3c6cad3e0e8f3ebd6c0ab968074635b4a3d2c190900000000000000000002152738495a657b8fa5bacfe4fbedd8c2ad98836d58432e18000c21364b61768ba6b7cbdff4fffff3dec9b39e898384868a8f93979b9d9f9f9d9b9691888075655d4c3f2f1f0f00000000000000000000000114212e3b4855606a7b87979fb2b7c3ced9e6eff5e5d4c4b1a08f7a644f3726140100000005192b3c4f6069717373737373737373737272727271717171707070707070706f6f6f6f6e6a605443301c070000000000000000071c31475c71869cb1c6dbd9c4af99846f5a442f1a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1b2832363e434647474645423d37342b1e170b0000000000000000000000000000000000000000000000000000000000071c30435474899eb4c9def3fffffffceee1d3cac7c2c1c2c4c7cacec8b39e88735443301c0700000000000000000000000000000000000000000000081d31445560696e70717170706f6e6d6d7f94aabfd4e9fffffff2ddc8b29d88735d48331e0800000000000000000000000a1f3347586f849aafc2d2e6f6ffffeeded0c7c4bebcbbbbbcbdbfbfbfbebdbbc3b6b2aca39b8c7e685f4d3a29170400000000000000000000000000000e1920222b2724394e647a868b91979ca4a9b1b6c2ccd5e3f3d8c4b09e968679635b49372715010000000000000000091d3145566278889eb3c8ddf3edddccbbab96816c56412c17000a1e32465773889db2c8ddf2fff9e3ceb9a48e7a6e6e71767a7e8286888a8a8886817c756b61574b3f2f21110100000000000000000000000003111d2b37444b5d657581909da5b4bbc8d1dfe6d7c7b7a697826d5d4b37190900000000000e1e32424f545c5e5e5e5e5e5e5e5e5d5d5d5d5c5c5c5c5b5b5b5b5b5a5a5a5a5a5a5a59554a43362513000000000000000002081d32475d72879cb2c7dcd6c1ac97816c57422c1702000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1e2c39454b53585b5c5c5b5a57534c483b33291b0b000000000000000000000000000000000000000000000000000000000b20354a60758a9fb4cadff4ffffffeeded1c3b6b2adacadafb2b4bbc7af9a85705a36251308010000000000000000000000000000000000000000000b20354b60737f848586868585848382828b9fb4c9def4fffffff3ddc8b39e88735e49331e0900000000000000000000000c22374c61778b9fb4cadff0fffff6e3d0bfb3afa8a7a6a6a7a8a9aaa9a9a8a6a3a59c9790857b68604e41301b0b00000000000000000000000000000e1e2b3538403c38364a5c6471777c81878d949ca4b3b8c5d5e8dfcdbcb0a49c8879635544311d0800000000000000000b20364b6074869ca6b8cbe0f5e5cfbfaf9d917c66513c27110003162939586e8398adc7d8eafdf7e2cdb7a28d786259576165696d7173747473716c6760564b46392e2111030000000000000000000000000000000d1926313f4b57616c7b87969faab4c1cad3c8baa99d8876614c3f2e1b000000000000001424323b3e474949494949494948484848474747474646464646454545454545454544403530251808000000000000061016191c30435473889db3c8ddd3bea9947e69543f29140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006192c3c495760686d707172716f6c6862594b4639291a0a0000000000000000000000000000000000000000000000000000000c21364b61768babbccfe3f7fffff7e3d1c0b4a59d9797989a9d9faaa4a995806b55402b201d14090000000000000000000000000000000000000005182a3b546a7f94999b9b9b9b9a999998989fa9bacde1f6fffffff3dec8b39e89735e49341e09000000000000000000000012273d52677c92abbccfe3f7fffff1dcc7b3a19a9391919191939495949393918e8c87817b70655d4e42312313000000000000000000000000000005192b3c484d56514d483d4a4e5861676c72787f86909ea7b8cce0ebdacdc2b6a69c8673604b35200b000000000000000013283d53687d92a4b6c5d5e7e9d7c7b3a1957f6a5e4c39240f000013283d53687d92a9bacee2f7ffedd8c2ad98826f6259514f54585b5d5f5f5e5b57524f504c473a291704000000000000000000000000000000000009141d2e39464b5d6575818c9ba3b2b6c3b9aa9f8b7b6558463320100000000000000006141f2729323434343433333333333332323232313131313030303030303030302f2e2b201c13080000000000000a18232b2e30354a60758a9fb4c9dfd4c4a5907b65503b2610000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c2135495b63757d838687878684827d776c6157463828160200000000000000000000000000000000000000000000000000000c22374c61778ca1b6d9ebfefffff1dcc8b4a29a8782828384878a8d8f8f8a78624d3938353126190a0000000000000000000000000000000000000b1f34485972879caeb0b0b0b0afafaeadadb4bac7d7e9fcfffffff3dec9b39e89745e49341f090000000000000000000001162b41566b8096abc9d9ebfeffffefd9c4af9a837e7c7b7b7c7d7f7f7f7e7d7c7976726c665e504b3f3124130500000000000000000000000000000b2035485a626b67625a5a5755545353575a6269717c899eb3c8def3ebe0d3c4b5a4917c66513c27110000000000000002182d42576d8297acc2d3e3f3e1cdbaa999836e615040301d0900000c21374c61768a9fb4c9daecffefdac6b2a09883786d666057575556575a5c5761636565615847331f0a00000000000000000000000000000000000001101b29323f4c57616c7a85929da5aca89e8c7c665d4b3a2917020000000000000000020c12141c1e1e1e1e1e1e1e1e1e1d1d1d1d1c1c1c1c1b1b1b1b1b1b1b1a1a1a1a19150b070000000000000000182836404345434c62778ca9bacedfcbb7a68c77614c37220c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000061a2c3d4d63798793989b9c9c9b9a97928b8175615645321e0900000000000000000000000000000000000000000000000000000d22384d62778da2b7cce2ffffffefdac5af9a84736d6c6d6f7275787a7a78635a4e4f4e4b4437271a0a00000000000000000000000000000000000d22374c62778ca4b6c5c6c6c5c5c4c3c2c2c9cdd7e5f5fffffffff3dec9b49e89745f49341f0a00000000000000000000041a2f44596f8499aec4d9eefffff7e1ccb7a28c776967666667686a6a6a696868696969696764605645321e090000000000000000000000000000011426374d6278807c77736f6c6a696869696a6b6d7076869bb1c6dbf0fef0e2d2c2ad97826d58422d180300000000000003192e43586e8398adc3d8edf4dec9b49f8a77614c433322120000000a1f3347586e8398abbccfe3f3f5e1cfbeb2a1998b827c766f6c6a6b6d6f717476787a7a76614c38281502000000000000000000000000000000000000000b161e2f39464b5c64727d87909798897c665e4c3f2e1b0b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a1a364653585a595864798fa4c7d8ddc8b39d88735947341f0b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c2135495b70859ba5adb0b1b1b0afacaa9f978474604b36210e00000000000000000000000000000000000000000000000000000e23384d63788da2b8cde2f7fffbe6d1bca6917c675557585a5560626565635a61636463605545382715020000000000000000000000000000000010253a50657a8fa5c3d3dbdbdadad9d8d7d8dee1e9f5fffffffffff4dec9b49f89745f4a341f0a00000000000000000000031628395d72879db2c7dcf2ffffffecd7c2ac978179777676777778797a7b7d7e7e7e7f7e7d7a75604b36210d0000000000000000000000000000081d3144556b8095918d8884827f7e7e7e7e7f8182868b9ba3b5c9ddf2fffff0dbc5b09b86705b46311b0600000000000004162c41566b8196abc0d6ebecd6c1ac97816c5947342515040000000417293a4e64798c9fb5c5d5e7f7ecdccfbfb3a99f98918a85818081828487898b8e8f8f816d5645321d09000000000000000000000000000000000000000003111b28323e4a546067747b818278665e4c402f211100000000000000000000000000000000010002090b0c0c0c0c0b0b08010007050401000000000000000000000000000000000000000215283853646e6f6e6d6d7d92a7bcd2d9c4af99846f5a3b2a18040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e23384e63788da2b4c3c5c6c7c6c4c8bbb4a2947f69543c2b1905000000000000000000000000000000000000000000000000000e24394e63798ea3b8cee3f8fff8e3cdb8a38e78634e38454b4f555761666c727678797873605645311d090000000000000000000000000000000012273d52677c92a7bcd1e7f0f0efeeeeededf4f6fcfffffffffffff4dec9b49f89745f4a341f0a00000000000000000000091e324557748a9fb4c9dff4ffffffeed9c5b19f978e8c8b8b8c8d8d8e8f91929393949494928f816d573b2a1805000000000000000000000000000b20354b6074889da6a69e9a9795949393939596989b9faab5c1d2e4f8fffff1dcc7b29c87725d47321d080000000000051322303c556a8095aabfd5eae5d0bba5907b66503a2a180700000000000c21364a5c6d8298a7b8c9d9ebf7ecddd0c7bab4ada99f9a96959697999c9ea8a3a49e8975604b36200b000000000000000000000000000000000000000000000b161e2d36434a5560666c6d625a4c402f22120300000000000000000000000000070b10171b151d202121212121201d151e1d1b191613100c0a030000000000000000000000000000091d3245566e8285838282889db3c8ddd8c8aa95806a55402b150000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012283d52677d92a7c0d1dbdcdcdbd9d9cec0b29d87725a4835200b000000000000000000000000000000000000000000000000000f24394f64798ea4b9cee3f9fff8e3cdb8a38e78635b5b5660646a70767c81878b8d8e8d8774604b36200b0000000000000000000000000000000013283d53687d92a8bdd2e7fdfffffffffffffffffffffffffffffff4dfc9b49f8a745f4a351f0a000000000000000000000b21364b60768baabbcee2f7fffffff4e1cebdb1aca3a1a1a1a1a2a3a3a5a6a7a8a9a9a9a9a79d88735947341f0b000000000000000000000000000f243a4f647a8fa6b8b8b3afacaaa9a8a8a9aaabadb0b4bbc8d2dfeffffffff1dcc7b29c87725d47321d080000000001132330404c5a6d8398adc2d8ede2cdb8a38d78634e38230e000000000000071a2d3d4c6177899eabbccfdae7f4ede5d8cec9c7bab4afacaaabacafb1b4b9c6b9a88f7a644f3a250f0000000000000000000000000000000000000000000000031018253037444b5157584d493c2f22120400000000000000000000000008131c20252c3028323636363636363531273332302e2c2925211e170f0d0700000000000000000000000b20364b60758b9a9897979da6b7cbe0cebbaa907b65503b251000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000152a3f546a7f94a9bfd4e9f1f1f0efebdfcab7a58d78624d38220d000000000000000000000000000000000000000000000000000f253a4f647a8fa4b9cfe4f9ffffead5bfaa958073717072757a7f858a91979c9faba4a5907b65503b26100000000000000000000000000000000013293e53687e93a8bdd3e8fdfffffffffffffffffffffffffffffff4dfc9b49f8a745f4a351f0a000000000000000000000c21374c61768ca1b6d8eafdfffffffdecdbcec5c2b9b7b6b6b7b7b8b9babbbcbdbebebebeb7a68c77624c37220d00000000000000000000000000152a3f546a7f94a9c4cbc8c4c1bfbebdbebebfc0c2c5c9ced8e6effdffffffecdac9af9a85705a45301b05000000000a1e30414d5e66788a9fb4c9def4e3ceb8a38e79634e39240e000000000000000f1f344759667c8d9fb4bcc9d6e4edf5eae2dfd7cdc9c4c1bfc0c2c4c6c9ccd6c6a9937e69543e29140000000000000000000000000000000000000000000000000008131c2731353b424338352b1e120400000000000000000000000311182530353a414538454b4b4c4c4b4b4b444948474543413e3a36332924221b10080200000000000000000d23384d62788daaaeadadb3b7c4d5d9c9b49f8a76604b36210b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000152b40556a8095aabfd5eafffffffffae6d4c3a48f7a654f3a25100000000000000000000000000000000000000000000000000010253a4f657a8fa4bacfe4f9ffffecd7c3af9e95888686878a8f959a9faaacb1b5bcc3a9947f69543f2a140000000000000000000000000000000014293f54697e94a9bed3e9fefffffffffffffffffffffffffffffff4dfc9b49f8a745f4a351f0a000000000000000000000c21364b61768baabbcee2f7fffffffff9ece1d9d7cecccbcbcccccdcecfd0d2d3d3d3d4d4c4a48f7a654f3a2510000000000000000000000000051a2f445a6f8499afc4d9ddd9d7d4d3d3d3d3d4d6d7dbdfe2eaf6fffffffeefe3cfbcab95806b56402b16010000000010253a4d5f677c889ea8bacde1f6e7d5c4a5907b65503b26100000000000000004182a3b4c5e697f949fabb9c6d0dde4eff4f4e9e1dedad6d5d6d7d9dcdee1d6c1ac96816c57412c1702000000000000000000000000000000000000000000000000000009151d20262c2d2320190e0000000000000000000000000715212f36434a4f565a5d5660616161616060555f5e5c5a595653504b46393a362e201d1509000000000000000e23394e63788ea3c2b9babbbbbbbac9bcb09b85705745321e0900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000162b40556b8095aac0d5eaffffffffffe6d0bba6917b66513c2611000000000000000000000000000000000000000000000000000f253a4f647a8fa4b9cfe4f9fffff2dfccbcafa69e9b9b9c9faaaab0b4bbc8c7cacfc1ac97826c57422d170000000000000000000000000000000014293f54697e94a9bed3e7e9ebedeef0f1f2f3f6fcfff7f7f8fffef3dec9b39e89745e49341f09000000000000000000000b20354a60758a9fb4cadff3fbfffffffffdf4eeece3e1e0e0e1e2e2e3e4e6e7e8e8e9e7d2bda7927d68523d2813000000000000000000000000081d33485d72879db2c7ddf2efeceae9e8e8e8eaebedf0f4f7fdfffffdf6ebe2d2c2b59f8c79634e39240e000000000012283d52677d919ea6b8c6d7e9f0e0cbb7a68f7a644f3a250f00000000000000000c1d2f404f61697f8d9ea8b3bfc9d1dde0e7edf0f2efebeaebeceef1f0ecd7c2ac97826d57422d180200000000000000000000000000000000000000000000000000000001080b1117180d0b06000000000000000000000000021525323f4b5460656c7072747576767676767575747372706e6b68656157564f4a3e36312719120400000000000d22374c62778ca3a3a4a5a5a5a5a5a5ab9f947f6a543928160300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000152a3f556a7f94aabfd4e9fffffffffbe5d0bba6907b66513b2611000000000000000000000000000000000000000000000000000f243a4f64798fa4b9cee4fffffffceadaccc4b8b3b0b0b2b4bbc8c5caced8dcdfd8c3ae98836e59432e190000000000000000000000000000000014293e53697e93a8bed4d1d4d6d8d9dadcdddee1e9e1e2e2e3e3eae2dcc6b19c87715c47321c0700000000000000000000071c30435471869bb1c5d6e0e8f4f7fefffffffffff8f6f6f6f6f7f8f8fafbfcfdfefee8d3bea9937e69543e29140000000000000000000000000a1f354a5f748a9fb4c9dfebedf0f2f4f6fdfff8f8f9f9fffcf5f3f0e9e1d9cec1b5a497826d5b4a36210c0000000002172c41576c8196acb8c4d5e4ede0d2c1b39d8874604b35200b000000000000000000122232434f61697c8a99a1b0b5c1c8cbd5d7dbdddfe3ecebe3dfdddbd8d5c2ad98826d58432d1803000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000102032434f5d65737a8185888a8b8b8b8b8b8b8a8a8988878583817e7a76716b645c534b443730221200000000000b2034485971858c8e8f8f90909090908f8b8275604b36210b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013293e53687e93a8c8d8eafefffffffbe8d6c5a58f7a65503a2510000000000000000000000000000000000000000000000000000e23394e63798ea3c9daecfffffffff8eae2d5cbc8c6c5c7caced8dadfe2eaf1eed9c4ae99846f59442f1a0000000000000000000000000000000013293e53687e93a8b7c3bcbec1c2c4c5c6c8c9cdd7cccccdcdced8cecabdad97826d58422d18030000000000000000000000132536566b8096a7b9c7ccd6dfe2eaeff3f5fbfffcfdfdfdfdfcfcfafffcf5f3f0eee8d3bea9937e69543e29140000000000000000000000000b20354a60758a9fb5cad7d5d8dbdddfe2eae2e2e3e3e4e3e8e1dedad7cdc8bbb4a39b8675604b3d2d1a070000000003182d43586d8298adc2d5e2e1decfc2b5a3947f695544311d0800000000000000000004142432434f5e667884909ba3acb3b8c4c2c6c8cacfdad9cfcac8c6c3c4b7ab96816b56412c160100000000000000000000000002080b14140d0c06000000000000000000000000000000000000000000000000000000081b2e3e4f61697b878f969a9d9fa9a0a1a1a0a0ab9f9e9d9c9a9896938f8b86807a716860554d40301d0a0000000005182b3b5667717779797a7b7b7b7b7a79766e605745321e09000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011263b50667b90aabbcee2ecebebebece0ccb9a78d78624d38230d000000000000000000000000000000000000000000000000000d22374d62778cabbccfe3f8fffffffffff3e7e0dddbdbdcdfe2eaeff4f7feffeed8c3ae99836e59442e190000000000000000000000000000000013283e53687d939da5a4a7a9abadafb0b1b2b4b9c6b6b7b8b8b8c8bbb4b09f907b65503b25100000000000000000000000000c22374c6177899ea9b3b9c5caced8dadde0e7e5e6e7e8e8e7e7e6e5e3e9e1dedbd8d5d6bea9937e69543e2914000000000000000000000000091e33495e73889eb3bac7c0c3c5c8c9ced8cccdcecececed6ccc9c5c7bab4aa9f978578625745321f0f000000000002172d42576c8297acc1d4d7cdc9beb2a49b8574604b372715010000000000000000000006142532404c5a626f7b858f979ea6a9adb0b3b5bcb7b7bcb4b3b1ada9a69d937e69533e291400000000000000000000000009151d2029292320190e0a030000000000000000000000000000000000000000000000000d22374b5c697f909ca5abafb2b4bac7b6b6b6b5bcb4b4b3b1afaeaba8ab9f9c958f867d74675f4d39241000000000000d1d394956596163646566666665656461574b453928160300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c21374c61768b9fb4c5cfdad6d6d5dacfc4b39e8973604a35200b000000000000000000000000000000000000000000000000000b21364b60758a9fb5cadff4fffffffffffffbf4f3f0f0f1f4f7feffffffffffecd7c2ad97826d58422d18000000000000000000000000000000000d22374c627781878c8f92949698999b9c9d9ea8a0a1a2a2a3a3a3aa9f9b92816c5d4b37230e0000000000000000000000000a1f334758667c8a969ea7b0b4bbc8c5c8cbd5d0d1d2d3d3d2d2d1d0ced6cdc9c6c3c0c5b9a7927d67523d2812000000000000000000000000041a2f44596f84989fa9a8abadb0b3b4bac7b7b8b9b9b9b8c6b9b4b0aca99f988c827562594839281601000000000000152a3f556a7f94aabfbec7bab4aea0988677625645311909000000000000000000000000071422303c484d5e66707a82888e93989b9d9faba1a1ab9f9e9b98948f888076614c36210c00000000000000000000000c192731363e3e38352c211e160b06000000000000000000000000000000000000000000011426364f647a8d9fb2b6c3c5c7c9cdd7cbcbcbd9cfcac9c8c7c5c3c0c9bcb4b1aba49c92877d67513c27120000000000001b2b393a474c4e4f5050505050504f4b463932281b0a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a1f3347586e8399a6b5bcc9c0c1c0c9bcb5a697816c5443301c0700000000000000000000000000000000000000000000000000091e32455673889db2c8ddf2ffffffffffffffffffffffffffffffffffffffffead5c0aa95806b55402b16000000000000000000000000000000000b1f344759626c72767a7c7f818384858788898a8b8c8d8d8e8e8e8d8a867d6c63523f2e1c0800000000000000000000000004182a3a4c5e66788189929a9faaabb0b3b8c5bbbcbdbebdbdbcbcbbb9c6b9b4b1aeaba7a79e8e79644f39240f000000000000000000000000000e24394e6379828a8f9396989b9d9fa9a1a2a3a3a4a4a3a2a89e9b97918a83796d6057483b2b1b0a0000000000000011273c51667c91a6a9a9a7a99f998f8375625948382715000000000000000000000000000004121e2b35404c505c646c74797e8286888a8b8c8c8c8a8886837e7a746b615846331f0a000000000000000000000c1c2a37444b54534d493c36322920190e0800000000000000000000000000000000000000081c3043546e8398abbccad3dadddfe2eae0e0e0ebe3dfdedddcdad8d6d9cfcac6c2b5b1a59d88735d48331e0000000000000d1b1c2a3437393a3a3b3b3b3b3b3a3633291e160a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000417293a4d627888999fabaaabacaba9ab9f9a8877624c3625130000000000000000000000000000000000000000000000000000021628385a70859aafc5dae8eaedeeeff0f1f2f2f3f3f4f4f4f4f4f3f2f1efede8d6c5a7927d68523d28130000000000000000000000000000000005182a3b474c5758616467696c6d6f707173747576777778787979787670685f524535211100000000000000000000000000000c1c2f404c5a626c757d858a90969a9ea6a4a5a7a8a8a8a8a7a7a5a4a2a89e9b9996928d89836e5c4a36220d000000000000000000000000000c21364a5b636d757a7e808386888a8b8c8d8d8e8e8f8e8d8c8985827c766e635b4b45392b1d0d00000000000000000c22374c61778c92949492908a847a6e6157483b2a1a0a000000000000000000000000000000000e19202f383e4a4f546064696d717375767777767573716e696460554c463a29170400000000000000000009192a3a4755606969625a534b4639352c221b100800000000000000000000000000000000000b20354b6072899eb3c9dae6eff2f4f6fdfff6fffef7f4f3f2f1efedebebe3dfdbd2c9c3b19c87715c47321c00000000000000000c181f22242425262626262524211e170b030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c2035485a6278848c919596969694918b8478625947341808000000000000000000000000000000000000000000000000000000162b40566b8095abc3d1d3d5d7d9dadbdcdcdddedededfdfdfdededddbdad8d5ccb9a78e79644f39240f00000000000000000000000000000000000d1d2a34373a474c4f525456585a5b5c5d546060616263636363626056524e413527170300000000000000000000000000000012222f3c494d57606870767b8185888b8f9091929393929291908e8d8b898683807d78746e65543e2d1b0700000000000000000000000000071a2d3d4a4e566064686b6e7073747576777879797979777674706c6761574e493d32281b0d0000000000000000000b1f34475970797d7f7f7d7b756e655d4c46392a1d0d00000000000000000000000000000000000005121c232e3636434a4f54585b55606162626160555c58544f4b443733291b0b00000000000000000001152737475861747e7e78706861574d493c372e231c11080000000000000000000000000000000e23394e63788ea7b9cce7f7fffffffffffffffffffffffffffffffffffef7f4f0e5dbc5b09b86705b46311b000000000000000000040a0c0e0f1011111110100f0c0a03000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005192b3c495a626f787c7f8181807f7c776f625a483b2a180000000000000000000000000000000000000000000000000000000010263b50657b90a4b5c1bdc0c2c3c5c6c7c7c8c8c9c9cacacac9c9c8c6c5c2c0c8b39e8975604b35200b0000000000000000000000000000000000000d181f222933373a3d3f414344464748434a4b4c4d4d4e4e4e4d4b45383a312317090000000000000000000000000000000004121e2b3539454b535761666b707376797b7c7d7e7e7d7d7c7b79787674716e6b6863605454473620100000000000000000000000000000000f1f2d3638454b4f5356585b5e5560616263646464636261585b57524b4639362c1e160a0000000000000000000004182a3b4a5c64686a69686560564f4b3f33291b0d00000000000000000000000000000000000000000009101b22253035393e4337444b4c4c4c4c4b4437433f3a3531261f170b00000000000000000000081d31445561768593938d857e766c635a4f4b3e372e221b10070000000000000000000000000011263c51667b91a6c5d6e8ffffffffffffffffffffffffffffffffffffffffffffedd8c3ad98836e58432e190000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1e2b3c494d5a62676a6b6c6b6a6762594d483c2b1d0d000000000000000000000000000000000000000000000000000000000b20354b6073869ba3a5a8abadaeafb1b1b2b3b3b4b4b4b4b4b4b3b2b1afadaba8aa98836e5544311d0800000000000000000000000000000000000000050b0d171f2124272a2c2e2f30322530353637383839393938363228251e1305000000000000000000000000000000000000000e192028323639464b51565b586164666768696868676766646261575c5956524e4a433636281802000000000000000000000000000000010f1a212731363a3e41434637444b4c4d4e4e4f4f4e4d4c473a423c363228211a0f030000000000000000000000000c1d2d3d4a4e53545452504b4538372e1e170b0000000000000000000000000000000000000000000000000708131c2024292d273135363737373531262e2925201d14090400000000000000000000081b2e3e4b6073859ba3a8a39b938981786e645c4f4b3f372e221b1006000000000000000000000014293e53697e93a8bed3e8fffffffffffffffffffdf7f4f1f0f1f2f4f6fdfffffeead8c8aa947f6a553f2a15000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1e2b353c484d525556575654514d483b352b1e0e0000000000000000000000000000000000000000000000000000000000081d3144556379858c90939598999a9b9c9d9d9e9e9f9f9f9f9f9e9d9c9a9895938f8c7b65503727150100000000000000000000000000000000000000000000040a0c0f121417181a1b1c131c202122222323242423211e160a0b01000000000000000000000000000000000000000000060a161e212933363b413a464c4f5052535353535252504f4d4b463944413d3835302518180a000000000000000000000000000000000000070a151d2025292b2e3127313637383839393a39383733292d27211e160b060000000000000000000000000000000f1f2d36393d3f3f3d3b363228221b100300000000000000000000000000000000000000000000000000000000070b0f1418151d2021222221201d1419140f0b08010000000000000000000000000d22374b5c6b8095a3b4c1b5b0a89e968c837a6f655d4f4b3f362e20190e02000000000000000000152a40556a7f95aabfd4eafffffffffffffffff6eae2dfdcdadbdddfe2eaeaeef2e2cebbaa917c66513c261100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e19202b35383c404141413f3c37342b20190e000000000000000000000000000000000000000000000000000000000000011426374a5b6370777b7e80828485868787888989898a8a8a898988868583807e7a75655d4c3819090000000000000000000000000000000000000000000000000000000000010305060000070b0b0c0d0e0e0e0e0d0b0903000000000000000000000000000000000000000000000000000003090b171e21262c2933363a3b3c3d3e3e3d3d3c3b39383632292e2b2823201c13080000000000000000000000000000000000000000000002090b0f1316191b151d202122232424242422211f1717120c09030000000000000000000000000000000000010f1a2124282a2a2826211e160a08000000000000000000000000000000000000000000000000000000000000000000000001080b0c0d0d0c0b08010000000000000000000000000000000000071a2d3d4f647a8d9fb5c1d1c9c6b9b4ab9f998f847a6f655d4f4a3e352b1e160a0000000000000000162c41566b8196abc0d6ebfffffffffffffceee6d8cec9c6c5c6c8c9ced8d5d9dddfcab49f8a77614c37210c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060e192022272a2c2c2b2a272220190d06000000000000000000000000000000000000000000000000000000000000000009192d3d4a4e596165686b6d6e707172727373747475757574747371706d6b686460564c3f2f1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030a0c1116171f21242627282929282827262423211e161916130e0b07000000000000000000000000000000000000000000000000000000000001030002080b0c0d0e0f0f0f0e0d0c0a04000000000000000000000000000000000000000000000000070d0f13151413100b0903000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c21364a5b6f8499abbccfdfddd6ccc9bcb4aea29a8f847a6f645c4d493c32281a1001000000000000172c42576c8197acc1d6ecffffffffffffeeded0c8bbb4b1b0b1b3b4bac7bfc3c7cac4af9a846f5847331f0a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d121516171615120d0b0500000000000000000000000000000000000000000000000000000000000000000000000f1f2d363a474c50535658595a5c5c5d5e5e5f5f5f5f5f5f5e5d5c5a5856534f4b45382f21110000000000000000000000000000000000000000000000000000000000000000000000060c0e15191a1a1b1b1b1a1918160f0d0800000000000000000000000000000000000000000000000000000000000000040a0c0f1112131413131212110f0d0c0a030001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030a0c12120c0a030000000000000000000000000000000e23394e63798c9fb5c9daecf4e8e1d9cfcac0b4afa29a8f847a6e625a4b45382e1c14080000000000182d42576d8297acc2d7ecfffffffffff7e3d0c0b4aa9f9c9b9c9d9fa9a6aaaeb2b4b7a6927d68533a2a17040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010f1a212a34373b3e404344454647484849494a4a4a4a4a4948474543403e3a3632281a1103000000000000000000000000000000000000000000000000000000000000000000000e1920232b2e2f303030302f2e2d2b25221b1002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040a0c0f121314141413110f0c0a04000000000000000000000000000000000000000000000000000000000000000000040a0c0f121314141413110f0c0a040000000000000000000000000000000000000000000b161e212827211e170b0300000000000000000000000005192b3c566c8196abbccfdadfe2eaf1ebe3dfd1c8c0b4afa29a8d83786a60564b3f3026180b00000000182d42586d8297adc2d7ecfffffffffff1dcc8b4a29a8b878586888a8d9195999d9fab9d8875604b36210c00000000000000000000000000010002090b0c0c0c0c0b0b0801000705040100000000000000000000000000000000000000000000000000070b0d0e0e0f0e0c0a0400000000000000000000000000000000000000000000000000000000000000000000040a0c0e101112121313131414141313131211100f0d0b0802000000000000000000000000000000070c181f2226292b2d2f303132323334343435353534343331302e2b2925211e160a00000000000000000000000000000000000000000000000000000000000000000000010f1e2c353840434445454545444342403a372e20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d14181f22252728292a29282724211f1716110c0a04000000000000000000000000000000000000000000000000050b0d14181f22252728292a29282724211f1716110c0a04000000000000000000000000000003111b2932363d3d3633291e160a00000000000000000000000b2035485a72879db2b9c5c5c9ced8dcdee5eee3dcd0c8c0b4ab9f988a7f74645d4b4336291b0b000000182d42586d8297adc2d7ecffffffffffefdac4af9a84767170717375787c8084878a8c8c7c665645321e0900000000000000000000070b10171b151d202121212121201d151e1d1b191613100c0a030000000000000000000000000000000003090c131c202223232423221f18160f0d07000000000000000000000000000000000000000000000000000000080e10171f2124252627282828292929292928282727262422201d1517110b0903000000000000000000000000040a0c10131618191b1c1d1d1e1e1f1f2020201f1f1e1c1b1816130f0b090300000000000000000000000000000000000000000000000000000000000000000000000f1f2d3c494d55595a5a5a5a5a5a5958554f4b3f2e1b080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090e192022292a33373a3c3e3e3f3e3e3c3a3633292b27221f180c0b0400000000000000000000000000000000000000090e192022292a33373a3c3e3e3f3e3e3c3a3633292b27221f180c0b04000000000000000000000011212e39464b52524b463932281a10020000000000000000000d22384d62788c979ea7aab0b4bbc8c6c9d3dbdde4e3dcd0c9bcb5a99f95877a6b605446392919090000182d42586d8297adc2d7ecfffffffffae5d0bba5907b66585b5c546063676a6e72757778665e4c38281603000000000000000008131c20252c3028323636363636363531273332302e2c2925211e170f0d070000000000000000000000000b161e21253035373839393937342a2b24221b1002000000000000000000000000000000000000000000000003111c2325293337393a3b3c3d3d3e3e3e3e3e3e3e3d3d3c3b3a383631272c27211e160a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000071a2d3d4a5a636a6e6f6f7070706f6e6d6b645d4b37220d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007121d242b35383e3a474c4f515354545453514f4c463a413c37332a221f180c0000000000000000000000000000000007121d242b35383e3a474c4f515354545453514f4c463a413c37332a221f180c0000000000000000000a1a2e3f4b5761676761574b45382e20130500000000000000000b2035485a6379828990959b9faaabb1b6c2c6c9d2dfe6e7dacfc7bab4a59c8c80726157463727150200182d42576d8297acc2d7ecfffffffff8e3ceb9a38e79644e3a36434b4d515559556062635a4c40301a0a000000000000000311182530353a414538454b4b4c4c4b4b4b444948474543413e3a36332924221b10080200000000000000000b1b28323636434a4c4d4e4e4e4c473a4039362d2017090000000000000000000000000000000000000000000816212f373b3a474c4e505151525353535353535353535251504f4d4b4437413c3632281a0a000000000000000000000000000000000000000000000000000000060c0e17150f0d0700000000000000000000000000000000000000040a0c1318191a18140d0b050000000000000000000c21364a5b637880838485858585848382807b644f3a250f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010f1a2130383c484d5359586164676869696968666461585a56514c473a37342a1d1406000000000000000000000000010f1a2130383c484d5359586164676869696968666461585a56514c473a37342a1d1406000000000000021528384b5d65757d7c766a60564b3e312314060000000000000005192b3c4a5b636d757a80858a90969ca4a9b1b5c1cad4e1ece3d7cdc3b6aa9f958375615544311d0800172d42576c8297acc1d7ecfffffffff8e3ceb8a38e79634e39263035383c4037444b4c4d493c302212000000000000000715212f36434a4f565a5d5660616161616060555f5e5c5a595653504b46393a362e201d150900000000000003162839464b565460626363646361595b554f4a3e3527170500000000000000000000000000000000000000041626343f4b505858616365666767686868696969686868676665646260555b57514b4538281603000000000000000000000000000000000000000000000000000e1a21232c2a24221b1009030000000000000000000000000000000c171f21282d2f2f2d29221f180d00000000000000000e24394e63798b9598999a9a9a9a99989795836e59432e190000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014202d36404c515a62696e73777a7c7d7e7f7e7d7c7976736f6b666158544c473b32241402000000000000000000000014202d36404c515a62696e73777a7c7d7e7f7e7d7c7976736f6b666158544c473b322414020000000000091d324556657b889292897f75645c4e4131241403000000000000000e1e2d3d4a4e5560656b70767b81868d949ba3b2b6c3d4e6f5e9e1d3c8bbb4a1998474604b36200b00172d42576c8297acc1d7ecfffffffff8e3ceb9a38e79644e39241c2023272b2631353738352c1e1204000000000000021525323f4b5460656c7072747576767676767575747372706e6b68656157564f4a3e36312719120400000000091e324657616c717477787879787774706b645c524535220f0000000000000000000000000000000000000011223444515d656d7376797a7b7c7d7d7d7e7e7e7e7e7d7d7c7c7b79777573706c66605645321e09000000000000000000000000000000000000000000000003111f2c3538423f3a362d211e160a00000000000000000000000004121c2933363d424444423e37342a1d12040000000000071a2d3d586d8298a9aeafafafafafafaead9b86705b46311b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008131c323e4a4e5e6670787e83888c8f919393949393918f8b8884807c77706961594f42321f0c00000000000000000008131c323e4a4e5e6670787e83888c8f919393949393918f8b8884807c77706961594f42321f0c00000000000b20364b6075899da6a79e95867a685f4e4231221100000000000000000f1f2d3637444b50555761666c71787e868f9da5b6cadff4fdf1e6d9cebfb3a2927d67523d271200172d42576c8297acc1d7ecfffffffff9e4ceb9a48f79644f3a240f0b0e1215141d20222320190e0000000000000000102032434f5d65737a8185888a8b8b8b8b8b8b8a8a8988878583817e7a76716b645c534b4437302212000000000c21364b61758186898c8d8e8e8e8c8985807a6c63523e2a15000000000000000000000000000000000000091c2f4051636c7b83888c8e8f9091929293939393939393929291908f8d8a8885817c75604b36210b000000000000000000000000000000000000000000000011212e3d494e57554f4a3e3632281c13080000000000000000000012222f3a464c5357595958534c473b30221200000000000c21364a5b73889db3c7c4c4c5c5c2b8b9b19c87715c47321c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008182530434f5c64707c858c93999da6a4a6a8a9a9a9a8a6a4a69d9996918b857e7769614f3b2712000000000000000008182530434f5c64707c858c93999da6a4a6a8a9a9a9a8a6a4a69d9996918b857e7769614f3b271200000000000c21364c61768a9fb4b8b3a49c8b7d68604e402f1c0c00000000000000010f1a212731363b39464b51565a6269717b879db2c7dcf2fffff2e3d4c4b5a3917c67513c271200172d42576c8297acc1d7ecfffffffffae4cfbaa58f7a65503a25100000000001080b0d0e0c060000000000000000081b2e3e4f61697b878f969a9d9fa9a0a1a1a0a0ab9f9e9d9c9a9896938f8b86807a716860554d40301d0a00000013293e53687e939b9fa9a2a3a3a3a89e9a958e816c57422d170200000000000000000000000000000000000f23384c5e6c8190989da6a3a5a6a6a7a8a8a8a8a8a8a8a8a8a7a6a5a4ab9f9d9b9691826e58372715010000000000000000000000000000000000000000000d1d2e3f4b5b636c6a645c534b45383025180f01000000000000000e1f2f404c5861686d6e6f6d6962594c40301d0d000000000e23394e63798ea6b8cbd9cfbeb2ada3a3a59b86715b46311c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000132536434a61697a85919a9fabaeb3b7c4bcbdbebebebdbbc4b7b2afabab9f9b948b7f69543e29140000000000000000132536434a61697a85919a9fabaeb3b7c4bcbdbebebebdbbc4b7b2afabab9f9b948b7f69543e291400000000000a1e3346576d8298a4b6c2b6a99f927e685e4c3a2917040000000000000000070a161e2832363a474c52576168707b879db2c7dcf2fef0e2d4c5b7a69b8573604b35200b00172d42576c8297acc1d7ecfffffffffbe6d1bba6917c66513c2711000000000000000000000000000000000000000d22374b5c697f909ca5abafb2b4bac7b6b6b6b5bcb4b4b3b1afaeaba8ab9f9c958f867d74675f4d392410000003162839596e8399aeb4bac7b8b9c6b9b3b0aa99846f59442f1a04000000000000000000000000000000000011263b50667b909fadb3b7c4babbbcbcbdbdbdbebebebdbdbdbcbbbac9bcb5b3b0ac9d88735544311d08000000000000000000000000000000000000000009192b3b4b5d6579817f79716860564a43362d1f14070000000000061a2c3d4c5e66767d828484827e77665e4c3c2b190500000014293e54697e93a9c4d5dac5b2a0988e8e9092836e59442f190000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d1c304354606c7f8c9ba3afb5bcc9c8cbd5d1d2d3d4d3d2d1d4cbc8c4c9bcb4b0a99b86715b3a2a18040000000000000d1c304354606c7f8c9ba3afb5bcc9c8cbd5d1d2d3d4d3d2d1d4cbc8c4c9bcb4b0a99b86715b3a2a1804000000000c1a29394c6176869ca6b8c6bab49f8d7c665847331f0900000000000000010f1a283238454b525861686e767d858f9da5b7cadff4ede0d2c3b7a79d8878625544311d0800172c42576c8197acc1d6ecfffffffffce7d2bda7927d68523d2813000000000000000000000000000000000000011426364f647a8d9fb2b6c3c5c7c9cdd7cbcbcbd9cfcac9c8c7c5c3c0c9bcb4b1aba49c92877d67513c27120000091e32465772889db2c7cdd7cdced6ccc9c4af99846f5a442f1a050000000000000000000000000000000002182d42576d8297acbdc8cbd4cfd0d1d2d2d2d3d3d3d3d3d2d2d1d1d0dacfcac8c5b49f8a75604b35200b00000000000000000000000000000000000000011426374859657b8a97948f867e756860544a3d32251403000000000c2135495b667c88929799999793897c665a4834200b000005182b3b596e8399aec3d9d9c9ad988279797b7d7b65503b261000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d1d30414a607281949faab5c1cacfdadde0e7e6e8e8e9e8e8e6e7dfddd9d9cfcac7b49f89745947341f0a00000000000d1d30414a607281949faab5c1cacfdadde0e7e6e8e8e9e8e8e6e7dfddd9d9cfcac7b49f89745947341f0a0000000c1c2a38454b586278889da8b9cdbcab9e8876614c372715020000000000000f1f2d38454b5660676f777d838a929ba3b2b7c3d4e6ebe2cfc2b5a59d8979635a483727150100172c42576c8197acc1d6ecfffffffffee9d4bea9947f69543f2a14000000000000000000000000000000000000081c3043546e8398abbccad3dadddfe2eae0e0e0ebe3dfdedddcdad8d6d9cfcac6c2b5b1a59d88735d48331e00000c21364b61768b9fb5cadfe9e3e3e8e1d8c3ad98836e58432e190300000000000000000000000000000000061b30465b70859bb0c5dadfe7e4e5e6e7e7e8e8e8e8e8e8e8e7e7e6e5ece3dfddcfbcab8b76614b36210c000000000000000000000000000000000000000b1d3144556277889ea8aaa49c93887d72635b4f4332200c000000000e23384e63798b9ea7acaeaeada89e8b78624d38220d00000b2034485973889eb3c8ddcfbcab8f7a65646568655d4c38230e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005182a3b4d5f6b80969fb4bbc8d2dfe3ecf2f4fafffdfefefefdfffaf4f2eeebe3dfcdbaa98c77614c37220c0000000005182a3b4d5f6b80969fb4bbc8d2dfe3ecf2f4fafffdfefefefdfffaf4f2eeebe3dfcdbaa98c77614c37220c000004182a3a475660686e7179899eb4c9c9b8a695806b5544311d080000000000071a2d3d4a566069757c848b92999fa9b0b4c1cad4e1e6d9cebfb3a39b8779635b4a3c2b19090000172c41576c8196acc1d6ebffffffffffebd5c0ab96806b56412b160100000000000000000000000000000000000b20354b6072899eb3c9dae6eff2f4f6fdfff6fffef7f4f3f2f1efedebebe3dfdbd2c9c3b19c87715c47321c00000e23394e63788eabbccfe3f8fffffcebd6c1ab96816c56412c170100000000000000000000000000000000081d32485d72879db2c7dcf2fafffbfbfcfdfdfdfdfdfdfdfdfdfcfbfffff8f4ebd9b6a08b76614b36210c0000000000000000000000000000000000000b1b2e3f4b6073849aa6b8c2b6b1a69d92857969614f3b271200000002172c42576c8197a9b8c5c3c4c6b9a9947f69543f2a1400000d22374d62778ca6b8cbdfcab49f8b76614e5053504c3f2f1c08000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b1f344859677d919eb0bdced8e6eff8fffffffffffffffffffffffffffffffef7e9d7c7a38e78634e39230e000000000b1f344859677d919eb0bdced8e6eff8fffffffffffffffffffffffffffffffef7e9d7c7a38e78634e39230e00000a1f34475961757e8486889da8b9cdd5c5b39e8875604b36200b00000000000c21364a5b63757e88929a9faaaeb4bac7c8d1dfe6e2d4c8bbb4a1998578635b4a3d2d1e0e000000172c41566c8196abc1d6ebffffffffffecd7c2ad97826d58422d180300000000000000000000000000000000000e23394e63788ea7b9cce7f7fffffffffffffffffffffffffffffffffffef7f4f0e5dbc5b09b86705b46311b000010263b50657b90a5c9daecfffffffee8d3bea9937e69543e29140000000000000000000000000000000000091e33495e73889eb3c8ddf3fffffffffffffffffcfaf9fafbfcfefffffffff7e2cebbaa8b76614b36210c0000000000000000000000000000000000031729394b5d6a7f95a2b4c4d3c9c4b7b3a39b8b7f69543f2a14000000071c31475c71869cb1c7d5d9d9d6c7ac97826c57422d17000011263b51667b90a6c4d5dcc7b19c877257463b3d3b382f21110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006192c3c4c6277899eb3bccde2eaf6fffffffffffffffffbf8f7f8fafeffffffffffe3ceb8a38e79634e39240e00000006192c3c4c6277899eb3bccde2eaf6fffffffffffffffffbf8f7f8fafeffffffffffe3ceb8a38e79634e39240e00021528384c61778693999c9da6b7c6d7e0ccb8a7907a65503b251000000000000e23394e637986949da6afb4bbc8c9cdd7dde4e9e1cfc4b7aa9f948375625a493d2d1f0f00000000162b41566b8096abc0d5ebffffffffffeed9c4ae99846f59442f1a04000000000000000000000000000000000011263c51667b91a6c5d6e8ffffffffffffffffffffffffffffffffffffffffffffedd8c3ad98836e58432e19000012273d52677c92a7bcd1e7fffffff9e6d4c3a5907b65503b261000000000000000000000000000000000000a1f34495f74899eb4c9def3fffffffffdf4eeece6e5e4e4e5e7e9ebedeff1f2dfcab49f8a75604b35200b00000000000000000000000000000000000b1e334657657b8c9fb4c0d1e2ded5cbc1b5a998836d58432e18000000091e33485e73889db3c8ddeeedd8c3ae98836e59432e190000152a40556a7f95aabfd4d8c3ae98836e5939282826231c1103000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c2035495a6c8297a7b9ccdaebfefffffffffffbf5f3ebe6e3e1e2e5e9eef4f7fdffe3ceb9a48e79644f39240f0000000c2035495a6c8297a7b9ccdaebfefffffffffffbf5f3ebe6e3e1e2e5e9eef4f7fdffe3ceb9a48e79644f39240f00091d3245566d8297a4aeb1b2b7c4d4e4e8d5c5a9947f69543f2a140000000004192e44596e8399a4b3b7c4caced9dee1e9efe4d6cdbfb2a69d8c7f726157483c2c1f0f0100000000162b40556b8095aac0d5eafffffffffff0dbc5b09b86705b46311b00000000000000000000000000000000000014293e53697e93a8bed3e8fffffffffffffffffffdf7f4f1f0f1f2f4f6fdfffffeead8c8aa947f6a553f2a15000014293e53697e93a8bed3e8fdfffff4dfcab7a58c77614c37220c00000000000000000000000000000000000a1f34495f74899eb4c9def3fffffff9ebe0d9d7d1cfcfcfd0d2d4d5d7dadbddddc7b29d87725544311d08000000000000000000000000000000000b1b2f3f4b6175879daabbcedeeff2e7ddc9b5a38f7a644f3a250f0000000a1f344a5f74899fb4c9d7d9d9d7c2ad98826d58432d180004192e44596e8399aec3d8d7c1ac97826c57422d17100e080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011426374d62788b9fb4c5d6e8f8fffffffffff3e8e0ded6d0cdcccdcfd4d9dfe2eaf4e4ceb9a48f79644f3a240f0000011426374d62788b9fb4c5d6e8f8fffffffffff3e8e0ded6d0cdcccdcfd4d9dfe2eaf4e4ceb9a48f79644f3a240f000b20364b60748a9fb4c2c6c8cbd4e2f2ecd7c1ac97826c57422d170000000000152a3f546a7f94a9c2cbd5dfe2ebf4f5eae2d1c6b9b4a199887b6a605446392b1d0f010000000000152a3f556a7f94aabfd4e9fffffffffff2dcc7b29d87725d382816030000000000000000000000000000000000152a40556a7f95aabfd4eafffffffffffffffff6eae2dfdcdadbdddfe2eaeaeef2e2cebbaa917c66513c26110000152a3f556a7f94aabfd4e9fffffff2dcc7b29d87725947341f0b0b0e11110f0900000000000000000000000a1f344a5f74899fb4c9def4fffffbebdbcec5c1bcbabababbbcbec0c2c4c6c8c9c4af9a856f5a37271501000000000000000000000000000000031628394c5d6d8197a5b7c8d9ebfdfae6d4c3b09b86715d4b37220d000000081d33485d72889db2c0c2c3c4c2bdab95806b56402b16000417293a5c71879cb1c6dcd5c0ab95806b56402b160100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000081d3144556b8096aabbcee3f3fffffffff9ece3d6ccc9c1bbb8b7b8babec4c9ced8dfe2cfb9a48f7a644f3a250f0000081d3144556b8096aabbcee3f3fffffffff9ece3d6ccc9c1bbb8b7b8babec4c9ced8dfe2cfb9a48f7a644f3a250f000f24394e64798ea9bacddcdddfe7f2ffedd8c3ad98836e58432e1900000000000f253a4f647a8fa5b7cbdff2f7fbeee5d7cdc1b4a89e928376655d4a4336281b0d0000000000000014293e54697e93a9bed3e8fefffffffff3dec9b49e89745645321e090000000000000000000000000000000000162c41566b8196abc0d6ebfffffffffffffceee6d8cec9c6c5c6c8c9ced8d5d9dddfcab49f8a77614c37210c0001162b40566b8095abc0d5eaffffffedd8c2ad98836d583b2a181d20242726241c12040000000000000000000a1f354a5f748a9fb4c9dff4ffffeeddcebdb1aca7a5a4a5a6a7a9abadafb1b3b4baac97816c57422c1700000000000000000000000000000000081e324657657b909fb1c3d4e6f6fff4dfcbb7a5927d67523f2e1b0800000002172c41576c8196a2aaadaeaeadaa9f907b66503b2611000a1f33465874899eb3c9ded4bea9947f69543f2a1400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b20354b6074889eb3c8d9ebfffffffff8eadbcec5b9b3aba6a3a2a3a5a9afb4bbc8caced8c8a38e78634e39230e00000b20354b6074889eb3c8d9ebfffffffff8eadbcec5b9b3aba6a3a2a3a5a9afb4bbc8caced8c8a38e78634e39230e0011263b50667b90a5c7d7e9f2f4faffffedd8c3ad98836e58432e1900000000000b20354a6073879db2c8d9ebf3e7e0d1c7bab4a39b8a7d6e61584b3f3025180b000000000000000013283d53687d92a8bdd2e7fdfffffffff6e1cdb9a88b76604b36210b0000000000000000000000000000000000172c42576c8197acc1d6ecffffffffffffeeded0c8bbb4b1b0b1b3b4bac7bfc3c7cac4af9a846f5847331f0a0002172c41576c8196acc1d6ebfffffee8d3bea9937e69543e29263135393c3b382f22120100000000000000000a1f354a5f748a9fb4c9dff4fff6e3d0bfb19f9791908f8f90929496989a9c9d9fa9a6917c67513c271200000000000000000000000000000008182d3e4b6175879db2bdcee1f1fffbe8d5c5b29d8774604b35201000000000000c21364c6176848f9598999998958e816c5e4c38230f000c21364c61768ba8b9cce1d3bda8937e68533e2913000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010253a50657a8fa7b8cce6f6fffffffdeadaccbdb1a79e96918e8c8d9094999faaaeb4bbc8bbaa8c77624d37220d000010253a50657a8fa7b8cce6f6fffffffdeadaccbdb1a79e96918e8c8d9094999faaaeb4bbc8bbaa8c77624d37220d0011263c51667c91a6c9daecffffffffffecd6c1ac97816c57422c170000000000071c3043546b8096aabbcee2e1d5cbc0b4a99f94857868604c473a2e1c130800000000000000000012273c52677c91a7bcd1e6fcfffffffffce9d7c6a28d77624d38220d0000000000000000000000000000000000182d42576d8297acc2d7ecfffffffffff7e3d0c0b4aa9f9c9b9c9d9fa9a6aaaeb2b4b7a6927d68533a2a17040002172d42576c8297acc1d7ecfffff9e4cfbaa48f7a654f3a3c37444b4e51514c402f1f0f00000000000000000a20354a5f758a9fb4cadff4fff0dcc7b3a197817c7a7a7a7b7d7f8082858688898a8b8774604b36200b0000000000000000000000000000001325364a5c6b8196a5b7cadbecfffff5e0ccb8a7947e695544311d0800000000000a1f33465861707a7f828484837f7a6c6352402f1c09000f24394e64798ea3c6d6e8d3bda8937e68533e29130000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001162b41566b8096abc5d5e7ffffffffefdfccbcaf9f9789817b7877787a7f848a92999faab1b49f8a75604b35200b0001162b41566b8096abc5d5e7ffffffffefdfccbcaf9f9789817b7877787a7f848a92999faab1b49f8a75604b35200b0010253a50657a8fabbccfe3f5fdfffef7e6d4c3a9947f6a543f2a150000000000001325364d63788b9fb4c8d7cdc4b8b3a29a8b7f73635a4e41332a1c11000000000000000000000011263b50667b90a5bbd0e5faffffffffffe3ceb9a48e79644f39240f0000000000000000000000000000000000182d42586d8297adc2d7ecfffffffffff1dcc8b4a29a8b878586888a8d9195999d9fab9d8875604b36210c000002182d42576d8297acc2d7ecfffff7e1ccb7a28c77624d4d515655606366665e4c3d2c1a0600000000000000071c304354758a9fb4cadff4ffeed9c4af99846f676565656667696b6d6f717374757673605645321d090000000000000000000000000000071c304354647a8c9fb4c3d4e6f9fffce8d6c6b39e8875614b3727150100000000000417293a464c5d656a6d6e6f6d6a645c5245352212000011263b51667b90a6bbd0e5d2bda8937d68533e28130000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005182a3b5a70859aafc5daeffffffff7e4d1c0af9e9581766c6663626365696f767d838b949ca49d87725544311d080005182a3b5a70859aafc5daeffffffff7e4d1c0af9e9581766c6663626365696f767d838b949ca49d87725544311d08000c22374c61778b9fb5c9d8e2eae7ebe3dfcab7a58f7a654f3a2510000000000000082035495a6d8298aabbc6b9b4a69e9284796a6055493c311f170c0000000000000000000000000f24394f64798ea4b9cee3fffffffffffae5d0baa5907b65503b26100000000000000000000000000000000000182d42586d8297adc2d7ecffffffffffefdac4af9a84767170717375787c8084878a8c8c7c665645321e09000003182d42586d8297adc2d7ecfffff6e0cbb6a18b76616062666b7075797c7c665b4936210c000000000000000b20354a60758aabbccfe3f7ffecd6c1ac97816c5955555657585b5d5d5a5c5e5560606054453828150200000000000000000000000000031628394a6072859baabbcee1f1fffff5e1ccb9a8957f6a5746321909000000000000000b1f344859626e73757574706a615847331f1704000012273d52677c92a7bcd1e7d2bda8927d68533d2813000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b1f34485974899eb3c9def3fffffff2ddc8b4a295806d6158514e4d4e50545861676e777f878f96836e5937261401000b1f34485974899eb3c9def3fffffff2ddc8b4a295806d6158514e4d4e50545861676e777f878f96836e5937261401000a1f34475970859babbac7cdd7d2d9cfcabcb29d8774604b35200b00000000000006192c3c4e63798b9fafada89e95887d72635b4b44372c1e1304000000000000000000000000000d22384d62778da2c5d5e8fbfffffffffce6d1bca7917c67523c27120000000000000000000000000000000000182d42586d8297adc2d7ecfffffffffae5d0bba5907b66585b5c546063676a6e72757778665e4c38281603000003182d42586d8297adc2d7ecfffffbe6d1bba6917c7676787c8085898e918d79634e39230e000000000000000b20364b60758ba0b5d9ebfefff2ddc8b39d88786d6a6a6b6c6e7072726f645c4a4b4b4a4336281a0a0000000000000000000000000000091e324657677d92a3b4c8d9ebfffffce9d6c6b49e8976614c39281600000000000000021628384c627783888a8a89857f76614c3b2b1905000013283e53687d93a8bdd2e8d2bda8937d68533e2813000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d22374c62778ca7b9cce0f5fffffce8d6c6b09b8573604c463a3937383b3a464c52596269727a817c66503b261100000d22374c62778ca7b9cce0f5fffffce8d6c6b09b8573604c463a3937383b3a464c52596269727a817c66503b2611000004182a3a50657b8d9fa9b4bac7bcc9bcb4af9e927d675544311d08000000000000000e2135495b6b80959a98938a8076686054493d3126190e0000000000000000000000000000000b20364b60758ba7b8cce0f5fffffffffde7d2bda8927d68533d28130000000000000000000000000000000000182d42576d8297acc2d7ecfffffffff8e3ceb9a38e79644e3a36434b4d515559556062635a4c40301a0a00000003182e43586d8398adc2d8edfffffde8d3bfac9b918b8b8d91969a9fa8ab95806a55402b15000000000000000b21364b60768ba0b5cbe0fffff4dfcbb7a69d8982807f808183858787837a644e3936353025180a000000000000000000000000000005192b3c4b6175889db2c1d1e6f6fffff5e1cdb9a895806b5847331b0b00000000000000091e3245566b80969d9fa79e9b958672594834200b000014293e54697e93a9bed3e8d2bda8937d68533e2813000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f24394f64798ea4c5d6e8fbfffff5e1ccb9a8917c6654433329232223252933363b474c545d656c665e4c38230f00000f24394f64798ea4c5d6e8fbfffff5e1ccb9a8917c6654433329232223252933363b474c545d656c665e4c38230f0000000c23374b5d687e8b989fa9a6a7a6ab9f9a90806b5f4d3727150100000000000000061a2c3d4b60738084837e766b61574a43362c1d140900000000000000000000000000000000091d32455673899eb3c8def3fffffffffde8d3bda8937e68533e29130000000000000000000000000000000000172d42576c8297acc1d7ecfffffffff8e3ceb8a38e79634e39263035383c4037444b4c4d493c3022120000000004192e43596e8398aec3d8edffffffeedbc9b9aca6a0a0a2a6abb0b4baaf9a856f5a45301a000000000000000c21364c61768ba1b6cbe0f6fffae7d4c4b7a79e9895959596989b9c9d947f6a553f2a201c13080000000000000000000000000000000b2035485a6b8095a6b7cbdfeffffffce9d6c6b49e8a76614c3a291700000000000000000b21364b6075899eb2b4b9b3b0a48c77624d37220d0000152a3f546a7f94a9bfd4e8d3bda8937e68533e29130000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011263c51667b91a6bbd0e6fffffff3dec9b39e8974604b3626170e0d0e10171f212a34373f4b4f56504c402f1c09000011263c51667b91a6bbd0e6fffffff3dec9b39e8974604b3626170e0d0e10171f212a34373f4b4f56504c402f1c09000000081c2e3f4e606879838a8e9192918f8b847b6b6250413019090000000000000000000f1d314455606b6f6d6861584c46393025180f010000000000000000000000000000000000021528385b70869bb0c5dbf0fffffffffee8d3bea9937e69543e29140000000000000000000000000000000000172d42576c8297acc1d7ecfffffffff8e3ceb9a38e79644e39241c2023272b2631353738352c1e120400000000051a2f455a6f849aafc4d9effffffff8e7d7c9bfbbb6b5b7bbc0c5c9c7b29d88725d372715010000000000000c21374c61768ca1b6cbe1f6fffff2e2d4c5b9b3adaaaaabacadb0b2ab96816c56412c170700000000000000000000000000000000071a2d3d4d62788a9fb4c4d4e7fdfffff5e1cdb9a895806b5847331c0c000000000000000316293951677c91a7b9caccc9c2a6907b66513b26110000152b40556a8095aabfd5e8d3bea8937e69533e29140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012283d52677d92a7bcd2e7fcffffefdac4af9a846f544330180800000000040a0d181f222e373a413b382f221200000012283d52677d92a7bcd2e7fcffffefdac4af9a846f544330180800000000040a0d181f222e373a413b382f22120000000000112131424e5b636d75797b7d7c7a766f655e50443323130000000000000000000001142637444b565a58534c473a33291c13080000000000000000000000000000000000000000182d43586d8298adc2d7ebecedededeae8d3bda8937e68533e29130000000000000000000000000000000000172d42576c8297acc1d7ecfffffffff9e4ceb9a48f79644f3a240f0b0e1215141d20222320190e000000000000061b30465b70859bb0c5daf0fffffffff5e7dbd3d1cbcbcdd1d5dadecab49f8a755544311d080000000000000c22374c61778ca1b6cce1f6fffffff2e4d6ccc9c2bfbfc0c1c3c5c2ac97826d57422d1802000000000000000000000000000000000c21364a5b6d8298a9bacde2f2fffffbe8d6c5b49e8a77614c3a2a1700000000000000000a1e3246576e8398aec5d6e0d4bea9947f69543f2a140000152a3f556a7f94aabfd4e9d3bea9947e69543f29140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013283e53687d93a8bdd2e8fdffffecd6c1ac97816c573626140000000000000000050b101b22252c26231c120400000013283e53687d93a8bdd2e8fdffffecd6c1ac97816c573626140000000000000000050b101b22252c26231c12040000000000031324313d4a4e566064666766646157504c4033261605000000000000000000000009192631354145433e3733291e170b00000000000000000000000000000000000000000000142a3f54697f94a9c4d5d6d7d8d8d7d5d3d3c8a7927d68523d28130000000000000000000000000000000000172d42576c8297acc1d7ecfffffffffae4cfbaa58f7a65503a25100000000001080b0d0e0c0600000000000000071c32475c71879cb1c6dcf1fffffffffff8eee8e6e0e0e2e6ebefe2cebbaa8a75604b35200b0000000000000d22374d62778ca2b7cce1f7fffffffff4e8e0ded7d5d4d5d6d8d8c3ad98836e58432e1903000000000000000000000000000000081b2e3e4e63798c9fb4c7d7e9fffffff5e0ccb9a795806b5947341c0c00000000000000000c21364b61768a9fb4c9deebd6c1ac96816c57412c17020014293f54697e94a9bed3e9d4bea9947f69543f2a140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014293e53697e93a8bed3e8fdffffead5c0ab95806b56402b160000000000000000000000080e1017110f09000000000014293e53697e93a8bed3e8fdffffead5c0ab95806b56402b160000000000000000000000080e1017110f09000000000000000006131f2d3638454b4f5152514f4c4639382f2116080000000000000000000000000009141d202b2f2e28211f170c03000000000000000000000000000000000000000000000010253a4f657a8fa6b8c8c0c2c3c3c2c0bdc2b6aa907b66513b26110000000000000000000000000000000000172d42576c8297acc1d7ecfffffffffbe6d1bba6917c66513c2711000000000000000000000000000000000000081e33485d73889db2c8ddf2fffffffffff1e6dfdcd7d7d8d9dcdfdfcab49f8a75604a35200b0000000000000d22384d62778da2b7cce2f7fffffff7ece3dfdbd9d9d9dadcded7c2ad98826d58432d18030000000000000000000000000000000d22374b5c6e8399abbccfe5f5fffffbe8d5c5b39e8976614c3a2a1800000000000000000115273752677c91a9bacde1edd8c3ae98836e59432e19040013293e53687e93a8bdd3e8d4bfaa947f6a553f2a150000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013293e53687e93a8bdd3e8fdffffead5bfaa95806a55402b15000000000000000000000000070b12110f09000000000013293e53687e93a8bdd3e8fdffffead5bfaa95806a55402b15000000000000000000000000070b12110f09000000000000000000010f1a21283236393c3d3c3a363329231c110300000000000000000000000000000001080b161a18130c0a04000000000000000000000000000000000000000000000000000b20354b6074889daaa8abadaeaeadaba8a6a49c8b77624c37220d0000000000000000000000000000000000172c42576c8197acc1d6ecfffffffffce7d2bda7927d68523d2813000000000000000000000000000000000000071c30435474899eb4c9def3fffffffceee1d3cac7c2c1c2c4c7cacec8b39e88735443301c070000000000000e23384d63788da2b8cde2f7fffff6e7dacfcac6c4c3c4c5c7c8cac1ac96816c57412c17020000000000000000000000000000081b2e3f4f647a8fa1b3c9d9ebfffffff5e0ccb8a7957f6a5847331c0c0000000000000000081d3144556e8398aec7d7e9f0dac5b09b85705b46301b060013283d52687d92a7bdd2e7d5c0ab95806b56402b160100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013283d53687d92a8bdd2e7fdffffecd6c1ac97816c573828160200000000000000000008131c202826241d120400000013283d53687d92a8bdd2e7fdffffecd6c1ac97816c573828160200000000000000000008131c202826241d1204000000000000000a161e21282e313232312f2d282220180d03000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000081d314455697e8b909396979898989593918c877e685947341f0b0000000000000000000000000000000000172c42576c8197acc1d6ecfffffffffee9d4bea9947f69543f2a140000000000000000000000000000000000000b20354a60758a9fb4cadff4ffffffeeded1c3b6b2adacadafb2b4bbc7af9a85705a362513080100000000000e23384e63788da3b8cde2f8fff6e6d8c9bcb5b1aeaeafb0b1b3b5bcaa95806b55402b160000000000000000000000000000000e22374b5d6f849aafbfd0e7f7fffffae7d5c4b39e8976614b3a29170000000000000000000b20354b6075899eb3c9def3f1dcc7b29c87725d47321d000011273c51667c91a6bbd1e6d6c1ac97816c57422c170200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012273d52677c92a7bcd1e7ffffffeed9c4ae99846f5645321e0a000000000000000310182530353d3b382f221200000012273d52677c92a7bcd1e7ffffffeed9c4ae99846f5645321e0a000000000000000310182530353d3b382f22120000000000000e1b2832363e434647474645423d37342b1e170b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011426374e6069757b7e8182838382807e7b777268604e3b2a18050000000000000000000000000000000000172c41576c8196acc1d6ebffffffffffebd5c0ab96806b56412b160100000000000000000000000000000000000c21364b61768babbccfe3f7fffff7e3d1c0b4a59d9797989a9d9faaa4a995806b55402b201d1409000000000e23394e63788ea3b8cde3f8fdead8c8bbab9f9b9999999a9c9e9fabab927d68523d28130000000000000000000000000000071b2d3e4f657a8fa2b4c8ddedfffffff4e0cbb7a6947f695746331c0c00000000000000000010253a4f657a8fa8b9cce1f5f3ddc8b39e88735e49251300000f243a4f64798fa4c8d8ead8c2ad98836d58432e180300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010253b50657a90a5c9daecfffffff3dec9b49e8975604b3827150800000000030a161e2d36434a52514c402f1d09000010253b50657a90a5c9daecfffffff3dec9b49e8975604b3827150800000000030a161e2d36434a52514c402f1d09000000000e1e2c39454b53585b5c5c5b5a57534c483b33291b0b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091931424e576165696b6d6e6e6d6b68666259534e42311d0d000000000000000000000000000000000000172c41566c8196abc1d6ebffffffffffecd7c2ad97826d58422d180300000000000000000000000000000000000c22374c61778ca1b6d9ebfefffff1dcc8b4a29a8782828384878a8d8f8f8a78624d3938353126190a0000000f24394e64798ea3b9cee3f8f7e2cebbaa9f8d868484848587898a8c8c8c79634e39230e0a030000000000000000000000000d22364a5c6f8499afc0d1e3fbfffffae6d4c3b39d8875604b39291700000000000000000000152a40556a7f95aac6d6e8fcf3dec9b49e89745443301c07000d22374d62778caabbcee2d9c4ae99846f59442f1a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e23384e63788dabbccfe3f8fffff6e1cdb9a8917c675645312618110f1011161e28323e4a546067665e4c38240f00000e23384e63788dabbccfe3f8fffff6e1cdb9a8917c675645312618110f1011161e28323e4a546067665e4c38240f00000006192c3c495760686d707172716f6c6862594b4639291a0a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014243139464b505356585959585653514d483b3a31241400000000000000000000000000000000000000162b41566b8096abc0d5ebffffffffffeed9c4ae99846f59442f1a0400000000000000000000000000000000000d22384d62778da2b7cce2ffffffefdac5af9a84736d6c6d6f7275787a7a78635a4e4f4e4b4437271a0a00000f24394f64798ea4b9cee3f9f4dfc9b49f8b7b716f6e6f70727375767774635b4a3627211e170b00000000000000000000061a2c3d4e64798ea1b3c7deeefffffff4dfcab7a5937e695745321b0b00000000000000000004182a3b5a6f849aafc4d9effff4dfcab59f8a75604a35200b000b20354b60758a9fb4cadfdbc6b09b86715b372715010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b21364b60768b9fb5cadff4fffffce9d7c6b29c8774604b43362d26242526283238454b5c64727d7c66513b261100000b21364b60768b9fb5cadff4fffffce9d7c6b29c8774604b43362d26242526283238454b5c64727d7c66513b26110000000c2135495b63757d838687878684827d776c615746382816020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006141b2832363b3e4142434343403e3c37342b261f140600000000000000000000000000000000000000162b40556b8095aac0d5eafffffffffff0dbc5b09b86705b46311b0000000000000000000000000000000000000e23384d63788da2b8cde2f7fffbe6d1bca6917c675557585a5560626565635a6163646360554538271502000f253a4f647a8fa4b9cfe4f9edd8c3ad98836e5d59595a5b5c5560616260554a3d403c3633291b0b0000000000000000000c2135495b6e8398aebfd0e3fcfffff8e5d2c2b29d8774604b392816000000000000000000000b1f34475974899eb3c9def3fff8e3cfbcab8b76604b36210b00081c30435473889db2c8ddddc8b39d88735544311d08000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091e32455772879cb1c7dcf1fffffff4dfcab6a597816c60544a3e3b3a3a3b39464b56606b7a8592806b56402b160100091e32455772879cb1c7dcf1fffffff4dfcab6a597816c60544a3e3b3a3a3b39464b56606b7a8592806b56402b160100061a2c3d4d63798793989b9c9c9b9a97928b8175615645321e090000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b161e2126292c2d2e2e2d2b29262220190d0b020000000000000000000000000000000000000000152a3f556a7f94aabfd4e9fffffffffff2dcc7b29d87725d3828160300000000000000000000000000000000000e24394e63798ea3b8cee3f8fff8e3cdb8a38e78634e38454b4f555761666c727678797873605645311d090010253b50657a90a5bacfe5faead5c0ab95806b575655555555555556565656565655524b4639291703000000000000000417293a4e63788c9fb4cadfedfffffff7dec9b5a4927d685645321b0a000000000000000000000c22374c61778ca7b9cce0f5ffffecdab6a18b76614c36210c00011426365a70859aafc5dadfcab49f8a75604b352012100a0100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003162839586d8398adc8d9ebfefffff9e6d3c3b19f958073645c54514f4f515457616875808c9b97826d58422d18030003162839586d8398adc8d9ebfefffff9e6d3c3b19f958073645c54514f4f515457616875808c9b97826d58422d1803000c2135495b70859ba5adb0b1b1b0afacaa9f978474604b36210e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003090c101416181919181613110d0b05000000000000000000000000000000000000000000000014293e54697e93a9bed3e8fefffffffff3dec9b49e89745645321e0900000000000000000000000000000000000f24394f64798ea4b9cee3f9fff8e3cdb8a38e78635b5b5660646a70767c81878b8d8e8d8774604b36200b0011263b51667b90a6bbd0e5fbeed9c3ae9983706c6b6b6b6b6b6b6b6b6b6b6b6c6b6a67615746331e0a000000000000000a1f3346586c8196abbccfe3f7fffff7e7d1c0b19c8673604b38281500000000000000000000000f253a4f647a8fa4c5d6e8fbffffe1cbb6a18c76614c37210c0000172c41576c8196acc1d6e3cfbcab8d78624d382b27251e130500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013283d53687d92aabbcee2f7fffffff1e1cebdb09e95847a706a66646566696e767e87969faa99836e59442e1904000013283d53687d92aabbcee2f7fffffff1e1cebdb09e95847a706a66646566696e767e87969faa99836e59442e1904000e23384e63788da2b4c3c5c6c7c6c4c8bbb4a2947f69543c2b190500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013283d53687d92a8bdd2e7fdfffffffff6e1cdb9a88b76604b36210b00000000000000000000000000000000000f253a4f647a8fa4b9cfe4f9ffffead5bfaa958073717072757a7f858a91979c9faba4a5907b65503b26100011273c51667c91a6bbd1e6fbf0dbc7b3a1998581808080808080808080818181817f7c75614b36210c000000000000011426374c6176899eb4c9d9ebfeffffecdac9b4a2917c665443301a0a000000000000000000000013283d52687d92a7bdd2e7fffff7e3cfbcab8b76614c36210c000013283e53687d93a8c9daebd9c9a6917b66513d413c393023130100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c22374c61778b9fb4cadfefffffffffebdbcdbcb0a29a8e857f7b797a7b7f8389939da5b4ae99846f59442f1a0400000c22374c61778b9fb4cadfefffffffffebdbcdbcb0a29a8e857f7b797a7b7f8389939da5b4ae99846f59442f1a040012283d52677d92a7c0d1dbdcdcdbd9d9cec0b29d87725a4835200b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012273c52677c91a7bcd1e6fcfffffffffce9d7c6a28d77624d38220d000000000000000000000000000000000010253a4f657a8fa4bacfe4f9ffffecd7c3af9e95888686878a8f959a9faaacb1b5bcc3a9947f69543f2a140011273c51667c91a6bbd1e6fbf6e2d0bfb3a39b979695959595959595969696969695917d67523c2712000000000000081d314455697f94a8b9cde7f7fffff8e3cfbcab9a84705e4c362614000000000000000000000000162b40556b8095aac0d5eafffff4dfcab49f8a75604b35200b00000f253a4f647a8fabbccfe3d4bfaa947f6a555256524d41301e0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a1f3447596f8499afc0d1e6f6fffffff9eadacdc0b4afa29a94908f8f9094989ea8b2b7c3ae99846e59442f190400000a1f3447596f8499afc0d1e6f6fffffff9eadacdc0b4afa29a94908f8f9094989ea8b2b7c3ae99846e59442f190400152a3f546a7f94a9bfd4e9f1f1f0efebdfcab7a58d78624d38220d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011263b50667b90a5bbd0e5faffffffffffe3ceb9a48e79644f39240f00000000000000000000000000000000000f253a4f647a8fa4b9cfe4f9fffff2dfccbcafa69e9b9b9c9faaaab0b4bbc8c7cacfc1ac97826c57422d170011273c51667c91a6bbd1e6fbffedddd0c1b4b0acabaaaaaaaaaaaaababababababaa95806a55402b150000000000000b20354b6074879db2c6d6e9fffffce9d7c7b59f8d7a644f402f1808000000000000000000000000182d42576d8297acc2d7ecfffff3dec8b39e89735443301c0800000c21364b61768b9fb5cadfd8c3ad98836e65676b675f4d392510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004182a3a50657b90a2b4c8d9ebfefffffff8eaded1c8c0b4b0a9a6a4a4a6a9aeb4b9c6cac3ae98836e59432e1904000004182a3a50657b90a2b4c8d9ebfefffffff8eaded1c8c0b4b0a9a6a4a4a6a9aeb4b9c6cac3ae98836e59432e190400152b40556a8095aabfd5eafffffffffae6d4c3a48f7a654f3a25100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f24394f64798ea4b9cee3fffffffffffae5d0baa5907b65503b261000000000000000000000000000000000000f243a4f64798fa4b9cee4fffffffceadaccc4b8b3b0b0b2b4bbc8c5caced8dcdfd8c3ae98836e59432e190012273c51677c91a6bcd1e6fbfffbeddfd1c8c5c1c0c0c0c0c0c0c0c0c0c0c0c1c0ad98826d58432d18030000000004182a3a51667b91a5b7cae4f4fffff6e1cdbaa998826d5c4a36221200000000000000000000000000192e43596e8398aec3d8edfffff2dcc7b29d87725d3626140100000a1e33465771879cb1c6dcdec9b49e8a7d7b7d807d67523c27120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c23384c5e70859baabbcee2ecfdfffffffceee3dcd1c8c5bfbbb9babbbec3c9cdd7d8c2ad98836d58432e18030000000c23384c5e70859baabbcee2ecfdfffffffceee3dcd1c8c5bfbbb9babbbec3c9cdd7d8c2ad98836d58432e180300162b40556b8095aac0d5eaffffffffffe6d0bba6917b66513c26110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d22384d62778da2c5d5e8fbfffffffffce6d1bca7917c67523c271200000000000000000000000000000000000e23394e63798ea3c9daecfffffffff8eae2d5cbc8c6c5c7caced8dadfe2eaf1eed9c4ae99846f59442f1a0012273c51677c91a6bcd1e6fbfffffdefe4dddad6d5d5d5d5d5d5d5d5d5d6d6d6c4af99846f5a442f1a05000000000a1f3347586e8399aec3d4e6fffffae6d4c3b49f8a78624d3e2d1b04000000000000000000000000001a2f455a6f849aafc4d9efffffefdac4af9a856f5a45301a00000003172939576c8197acc1d6e1cdb9a89e92909296836e59442f19000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091c2f404e647a8c9fb4becfe2eaf5fffffffff7eee3dcdad4d0cecfd0d4d8dee1e9d6c1ab96816c56412c1701000000091c2f404e647a8c9fb4becfe2eaf5fffffffff7eee3dcdad4d0cecfd0d4d8dee1e9d6c1ab96816c56412c170100152a3f556a7f94aabfd4e9fffffffffbe5d0bba6907b66513b26110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b20364b60758ba7b8cce0f5fffffffffde7d2bda8927d68533d281300000000000000000000000000000000000d22374d62778cabbccfe3f8fffffffffff3e7e0dddbdbdcdfe2eaeff4f7feffeed8c3ae99836e59442e190011263b51667b90a6bbd0e5fffffffffff7f2f0ecebeaeaeaeaeaeaeaebebebdbc6b09b86715b46311c06000000000c22374c61778b9fb4c9dff1fffff5dfcab7a595806a5a4834201000000000000000000000000000001b30455a70859aafc5daefffffebd6c1ac96816c57412c170200000012273c52677c91a7c1d2d0d6c6b9b4a7a5a79b86705b46311b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001122364a5c6a7f94a0b2becdd7e3ecf7fafffffff7f1efe9e5e4e4e5e9edf3f6e9d4bfaa947f6a553f2a1500000000001122364a5c6a7f94a0b2becdd7e3ecf7fafffffff7f1efe9e5e4e4e5e9edf3f6e9d4bfaa947f6a553f2a15000013293e53687e93a8c8d8eafefffffffbe8d6c5a58f7a65503a2510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091d32455673899eb3c8def3fffffffffde8d3bda8937e68533e291300000000000000000000000000000000000b21364b60758a9fb5cadff4fffffffffffffbf4f3f0f0f1f4f7feffffffffffecd7c2ad97826d58422d180010253a50657a8fa5c9daecfffffffffffffffffffffffffffffffffffffff1dcc7b29c87725d47321d0800000006192c3c54697e93aabbcee2f7fff5e5d0c0b29d8775604b3c2b190200000000000000000000000000001b30455b70859ab0c5daeffffdead8c8a8937e68533e2913000000000d22374c62778ca3b5c2babababab9c8bbb09b85705b46301b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000071b2d3e4a60728298a0b4bac7cfdadfe6eaeef1f3f4f7fefffffef7f4f3f1eee8d2bda8937d68533e28130000000000071b2d3e4a60728298a0b4bac7cfdadfe6eaeef1f3f4f7fefffffef7f4f3f1eee8d2bda8937d68533e2813000011263b50667b90aabbcee2ecebebebece0ccb9a78d78624d38230d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021528385b70869bb0c5dbf0fffffffffee8d3bea9937e69543e29140000000000000000000000000000000000091e32455673889db2c8ddf2ffffffffffffffffffffffffffffffffffffffffead5c0aa95806b55402b16000f24394f64798eabbccfe3f4f6fdfffdfdfefefefefefefdfdfbfffaf4f2efdbc6b19c86715c47311c070000000c2035495a71869bb1c8d8eafdfdead8c7b4a2917c675645321d0d0000000000000000000000000000001b30455b70859ab0c5daeffff7e2cebbaa8f7a654f3a2510000000000b2034485971859ba4a4a5a5a5a5a4a3aa9f99836e59442e190000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000101c304354607382939fa9b5bcc9cad4d5d9dcdedfe2ebe2e1ebe3dfdddbd9d6d4c4a5907b65503b2610000000000000101c304354607382939fa9b5bcc9cad4d5d9dcdedfe2ebe2e1ebe3dfdddbd9d6d4c4a5907b65503b261000000c21374c61768b9fb4c5cfdad6d6d5dacfc4b39e8973604a35200b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000182d43586d8298adc2d7ebecedededeae8d3bda8937e68533e29130000000000000000000000000000000000021628385a70859aafc5dae8eaedeeeff0f1f2f2f3f3f4f4f4f4f4f3f2f1efede8d6c5a7927d68523d2813000c21364b61768b9fb5cadbdfe2eae6e7e8e8e9e9e9e9e8e8e7e6e4e7e0ddd9d6c5b09b85705b46301b060000000e23384d63788da3b5c9e6f6fff7e2cebaa99a846f5f4d382816000000000000000000000000000000001a2f445a6f8499afc4d9eefff4dfc9b49f8a76604b36210b0000000005182b3b4f647a868d8f9090908f8f8e8d8a877d68523d28130000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001325364455606d7e8b999fabb2b7c3c0c3c7c9caced9cdccd9cfcac8c6c4c1c5b7a68c77624d37220d000000000000001325364455606d7e8b999fabb2b7c3c0c3c7c9caced9cdccd9cfcac8c6c4c1c5b7a68c77624d37220d00000a1f3347586e8399a6b5bcc9c0c1c0c9bcb5a697816c5443301c0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000142a3f54697f94a9c4d5d6d7d8d8d7d5d3d3c8a7927d68523d2813000000000000000000000000000000000000162b40566b8095abc3d1d3d5d7d9dadbdcdcdddedededfdfdfdededddbdad8d5ccb9a78e79644f39240f000a1e32465771869bb1bfc5c9cdd7d0d2d3d3d3d4d3d3d3d3d2d1cfd5cbc8c4c1c2ae99846f59442f1a0400000317293954697e93a9c1d2e5fef7e7d3c3b49f8b79634e41301a0a00000000000000000000000000000000182e43586d8398adc2d8edfff0dbc5b09b86705645321e0900000000000d22364a5c6471777a7b7b7a7a7a79777572685f4e3a251100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008182637444b606978838c969da5a7aaaeb2b3b4bbb7b7b7b6bcb4b3b1afaca8a79d8873594834200b0000000000000008182637444b606978838c969da5a7aaaeb2b3b4bbb7b7b7b6bcb4b3b1afaca8a79d8873594834200b00000417293a4d627888999fabaaabacaba9ab9f9a8877624c362513000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010253a4f657a8fa6b8c8c0c2c3c3c2c0bdc2b6aa907b66513b261100000000000000000000000000000000000010263b50657b90a4b5c1bdc0c2c3c5c6c7c7c8c8c9c9cacacac9c9c8c6c5c2c0c8b39e8975604b35200b000316293954697e93a1abb0b4bac7bbbdbdbebebebebebebebdbcbac4b7b3afaba7a395806a55402b150000000a1e3346576f849aafc4d9e3ebecdac9b6a595806b5b493523120000000000000000000000000000000000172c42576c8197acc1d6ecedead8c7ab96816b56382816030000000000071b2d3e4a4f5a6265656565656463626056524e41311e0b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009192631424f5a626e7881878d9195999c9e9faaa1a2a2a1ab9f9e9c9996938e897f69543b2b1805000000000000000009192631424f5a626e7881878d9195999c9e9faaa1a2a2a1ab9f9e9c9996938e897f69543b2b18050000000c2035485a6278848c919596969694918b847862594734180800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b20354b6074889daaa8abadaeaeadaba8a6a49c8b77624c37220d0000000000000000000000000000000000000b20354b6073869ba3a5a8abadaeafb1b1b2b3b3b4b4b4b4b4b4b3b2b1afadaba8aa98836e5544311d0800000b20364b6073838f969b9fa9a4a6a8a8a9a9a9a9a9a9a8a8a6a4a2a69d9a96928d8578634d38230e0000000c21364b61768a9fb4bcc9cfd9decfbcab9c8775604b3d2c1a050000000000000000000000000000000000162b40556b8095aac0d5d9d8d6cebaa9917b66513c26110000000000000010202d363c484d4f505050504f4e4d4b45383a31231301000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009141d323c494d5b636b72787c808487898a8b8c8d8c8c8b8a888684817d797469614f3b1d0d0000000000000000000009141d323c494d5b636b72787c808487898a8b8c8d8c8c8b8a888684817d797469614f3b1d0d0000000005192b3c495a626f787c7f8181807f7c776f625a483b2a18000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000081d314455697e8b909396979898989593918c877e685947341f0b000000000000000000000000000000000000081d3144556379858c90939598999a9b9c9d9d9e9e9f9f9f9f9f9e9d9c9a9895938f8c7b6550372715010000081d314455606f7a80858a8c8e9192939394949494939392918f8d8b8884817d7871635a4935200c0000000c21374c617686979fabb4bcc9c9c1b59f8d7b655645321f0f00000000000000000000000000000000000013283d52687d92a7c7c2c4c3c1c5b49f8a76614b36210c0000000000000002101b222b35383a3b3b3b3a3a3938363228251e13050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001141e2c353d494e565b63676b6e7274757677787777767573716f6c686460544f42321f00000000000000000000000001141e2c353d494e565b63676b6e7274757677787777767573716f6c686460544f42321f0000000000000e1e2b3c494d5a62676a6b6c6b6a6762594d483c2b1d0d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011426374e6069757b7e8182838382807e7b777268604e3b2a1805000000000000000000000000000000000000011426374a5b6370777b7e80828485868787888989898a8a8a898988868583807e7a75655d4c38190900000002152737444b5c646b707577797b7d7e7e7e7f7e7e7e7e7d7c7a7876736f6c67625a4d493c2c19060000000a1f3347586175828c999fabb1b6b4a396806b5d4b382816010000000000000000000000000000000000000f253a4f647a8fa9abadaeaeaca9a799846f5746321e0a000000000000000000070e1920222526262525252422201d150a0b01000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e19202c35383d494e5255595d5e5760626262616160555c5a57534f4b433632241402000000000000000000000000000e19202c35383d494e5255595d5e5760626262616160555c5a57534f4b4336322414020000000000000e1e2b353c484d525556575654514d483b352b1e0e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000091931424e576165696b6d6e6e6d6b68666259534e42311d0d000000000000000000000000000000000000000009192d3d4a4e596165686b6d6e707172727373747475757574747371706d6b686460564c3f2f1c0000000000091927313e4a4f5654606264666868696969696969696867656360575a56524d483c352c1e0e000000000417293a4757616d79838b959ca4a39b8574604b3f2e1a0a000000000000000000000000000000000000000c21364b61758b929698999896938f887c6651392916030000000000000000000000050b0d10101010100f0e0d0b09020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060e1a21232c35383c40444739454b4c4d4d4c4b4b443744413e39353026181406000000000000000000000000000000060e1a21232c35383c40444739454b4c4d4d4c4b4b443744413e3935302618140600000000000000000e19202b35383c404141413f3c37342b20190e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014243139464b505356585959585653514d483b3a312414000000000000000000000000000000000000000000000f1f2d363a474c50535658595a5c5c5d5e5e5f5f5f5f5f5f5e5d5c5a5856534f4b45382f211100000000000009151d2e363a36434b4c4f5153535454545454545353514f4d4b4539413d38352b20190e0000000000000c1c2939464c5b636e787f868d8f85776256453121110000000000000000000000000000000000000000091e32465761777d80828483817e7a74665e4c381b0b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060c0f1a2123272b2f3228323637383737363531262f2c2824201c140800000000000000000000000000000000000000060c0f1a2123272b2f3228323637383737363531262f2c2824201c14080000000000000000000000060e192022272a2c2c2b2a272220190d06000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006141b2832363b3e4142434343403e3c37342b261f140600000000000000000000000000000000000000000000010f1a212a34373b3e404344454647484849494a4a4a4a4a4948474543403e3a3632281a11030000000000000002101b222426303537393c3d3e3e3f3f3f3f3e3e3d3c3a383632282c282220190e0600000000000000000c1b29333d4a4e5a626a71787a7362594838271503000000000000000000000000000000000000000003162839475961686b6d6f6e6c696460554c402f1d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060c0e1216191d161e212223222221201d141a17130f0b08010000000000000000000000000000000000000000000000060c0e1216191d161e212223222221201d141a17130f0b08010000000000000000000000000000050b0d121516171615120d0b050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b161e2126292c2d2e2e2d2b29262220190d0b0200000000000000000000000000000000000000000000000000070c181f2226292b2d2f303132323334343435353534343331302e2b2925211e160a0000000000000000000000070d0f141c20222426282929292a2929292928272523211e1617120d0b0500000000000000000000000b171e2d363c484d555a62656055483b2b1a0a000000000000000000000000000000000000000000000b1b2a3a474c525658595957544f4b44372f2212000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040003090b0d0d0d0c0c0b08010002000000000000000000000000000000000000000000000000000000000000000000040003090b0d0d0d0c0c0b0801000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003090c101416181919181613110d0b05000000000000000000000000000000000000000000000000000000000000040a0c10131618191b1c1d1d1e1e1f1f2020201f1f1e1c1b1816130f0b090300000000000000000000000000000001080b0d0f111313141414141414141312100e0b09030000000000000000000000000000000000030f1a212b35383c484d504b44372b1d0d0000000000000000000000000000000000000000000000000c1c2a34373d41434443413e3a36312719120400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070e1920222b35383a353127190d00000000000000000000000000000000000000000000000000000c181f22282b2d2f2e2c2925201d15090000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0e19202225201d150900000000000000000000000000000000000000000000000000000000040a0c1316181a1917140f0b0802000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050b0d100b080100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic SDF.asset.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic SDF.asset.meta new file mode 100644 index 0000000..bb32ef2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic SDF.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: af11a95ec7e15439088f1e3bc46f9da1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic.ttf b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic.ttf new file mode 100644 index 0000000..f840dcd Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic.ttf differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic.ttf.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic.ttf.meta new file mode 100644 index 0000000..f82a77e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/fonts/super-comic.ttf.meta @@ -0,0 +1,21 @@ +fileFormatVersion: 2 +guid: acb1eda0cc8b3451881d77400607f298 +TrueTypeFontImporter: + externalObjects: {} + serializedVersion: 4 + fontSize: 16 + forceTextureCase: -2 + characterSpacing: 0 + characterPadding: 1 + includeFontData: 1 + fontNames: + - Super Comic + fallbackFontReferences: [] + customCharacters: + fontRenderingMode: 0 + ascentCalculationMode: 1 + useLegacyBoundsCalculation: 0 + shouldRoundAdvanceValue: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx.meta new file mode 100644 index 0000000..5dc37ac --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7fd8a42c5cfdc465090af3c3d52683e8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/bg-music.mp3 b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/bg-music.mp3 new file mode 100644 index 0000000..ff30d0a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/bg-music.mp3 differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/bg-music.mp3.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/bg-music.mp3.meta new file mode 100644 index 0000000..cf57e99 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/bg-music.mp3.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: bcf2ee11cb117411ebfe7dea8b38838d +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/button-click.mp3 b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/button-click.mp3 new file mode 100644 index 0000000..3e4c9e1 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/button-click.mp3 differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/button-click.mp3.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/button-click.mp3.meta new file mode 100644 index 0000000..dca4cf3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/button-click.mp3.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 757b23f5424834cd2a8c019fdc5874bd +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/car-accel-sfx.mp3 b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/car-accel-sfx.mp3 new file mode 100644 index 0000000..7a05fa6 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/car-accel-sfx.mp3 differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/car-accel-sfx.mp3.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/car-accel-sfx.mp3.meta new file mode 100644 index 0000000..9cd5d2d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/car-accel-sfx.mp3.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 012c1cf12556c4daa87247404c895d33 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/crash-sfx.mp3 b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/crash-sfx.mp3 new file mode 100644 index 0000000..e166032 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/crash-sfx.mp3 differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/crash-sfx.mp3.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/crash-sfx.mp3.meta new file mode 100644 index 0000000..ca191a7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/crash-sfx.mp3.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 94615ddb505f741f1a11d972b2d62c58 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gear-shift-sfx.mp3 b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gear-shift-sfx.mp3 new file mode 100644 index 0000000..470c665 Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gear-shift-sfx.mp3 differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gear-shift-sfx.mp3.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gear-shift-sfx.mp3.meta new file mode 100644 index 0000000..97b110f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gear-shift-sfx.mp3.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 9fd24a0f125bc4e8aa89c3c10d63ca54 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gift-collectible.mp3 b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gift-collectible.mp3 new file mode 100644 index 0000000..578a97d Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gift-collectible.mp3 differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gift-collectible.mp3.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gift-collectible.mp3.meta new file mode 100644 index 0000000..89af5b7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/gift-collectible.mp3.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: d31ae163bfae746c7a428025610f66b6 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/metro-sfx.mp3 b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/metro-sfx.mp3 new file mode 100644 index 0000000..2af126a Binary files /dev/null and b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/metro-sfx.mp3 differ diff --git a/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/metro-sfx.mp3.meta b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/metro-sfx.mp3.meta new file mode 100644 index 0000000..b55867a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Imported-Assets/sfx/metro-sfx.mp3.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: e32390927bae94ef5ac3a6c2e4d28a07 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials.meta b/Unity/Arctic Escape/Assets/#Shader-Materials.meta new file mode 100644 index 0000000..348e88c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 12cd7e20827d34dba8ab4d2efcbf9985 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment.meta new file mode 100644 index 0000000..9400077 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4d4431a66a9d643978fdd453c64368fb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/Rearlight.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/Rearlight.mat new file mode 100644 index 0000000..1c919f7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/Rearlight.mat @@ -0,0 +1,127 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Rearlight + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: + - _EMISSION + m_InvalidKeywords: [] + m_LightmapFlags: 0 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 0, b: 0, a: 1} + - _Color: {r: 1, g: 0, b: 0, a: 1} + - _EmissionColor: {r: 0.4745098, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &7808765841794870864 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/Rearlight.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/Rearlight.mat.meta new file mode 100644 index 0000000..dd5286e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/Rearlight.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d36189d310d1e46fa98891a6f807b65f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground-test.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground-test.mat new file mode 100644 index 0000000..180459b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground-test.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-ground-test + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: -1 + - _TileYStrength: -1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground-test.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground-test.mat.meta new file mode 100644 index 0000000..22c380b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground-test.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 118cd324a785a564fb64668eea8ff02c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground.mat new file mode 100644 index 0000000..74206b8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-ground + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 1 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground.mat.meta new file mode 100644 index 0000000..0ca9ec0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-ground.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9709b5564376e44148ef69f7161b68ed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-track.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-track.mat new file mode 100644 index 0000000..a0a41ee --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-track.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-track + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: b7955e07d26d642bfa43d6931b45a15d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-track.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-track.mat.meta new file mode 100644 index 0000000..a3a4481 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-track.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 03ca0013876774d74b2e5fe104d8394b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-tree-snow-a.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-tree-snow-a.mat new file mode 100644 index 0000000..6ef5d52 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-tree-snow-a.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-tree-snow-a + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 1 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-tree-snow-a.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-tree-snow-a.mat.meta new file mode 100644 index 0000000..f915f5f --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-tree-snow-a.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b03ebfddd6d454c41b1b90b8e3013bde +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-trees.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-trees.mat new file mode 100644 index 0000000..2a7e5ed --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-trees.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-trees + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: 046396db8486944bfa32dce9e79ba8cf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0.21 + - _TileYStrength: 1.8 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-trees.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-trees.mat.meta new file mode 100644 index 0000000..8a6e6fb --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Environment/bogey-blitz-trees.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6e04bffdd1bb1405291a51ebdfeaaffd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles.meta new file mode 100644 index 0000000..9aed4e8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 43e24d90a00dc44dc9e4e04c6857d589 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/Test-Settings.lighting b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/Test-Settings.lighting new file mode 100644 index 0000000..6db72f2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/Test-Settings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Test-Settings + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 0 + m_BakeBackend: 2 + m_LightmapMaxSize: 1024 + m_BakeResolution: 2 + m_Padding: 2 + m_LightmapCompression: 3 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 0 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 256 + m_PVREnvironmentSampleCount: 128 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 1 + m_PVREnvironmentMIS: 1 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/Test-Settings.lighting.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/Test-Settings.lighting.meta new file mode 100644 index 0000000..860b70c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/Test-Settings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f23ab4ec98e5465a8031601f19fe95b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-obstacle.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-obstacle.mat new file mode 100644 index 0000000..6406ac1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-obstacle.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-87683007939833776 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-obstacle + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: 046396db8486944bfa32dce9e79ba8cf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-obstacle.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-obstacle.mat.meta new file mode 100644 index 0000000..1f1e1cf --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-obstacle.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 114979220a9294d2fae80ca35ad83b34 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-wheel.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-wheel.mat new file mode 100644 index 0000000..e85e833 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-wheel.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-wheel + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 1 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-wheel.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-wheel.mat.meta new file mode 100644 index 0000000..f1463bc --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Obstacles/bogey-blitz-wheel.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ed9ea5620f364246839198253c05f5d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Player.meta new file mode 100644 index 0000000..2d7f124 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 965d6f69f892c4165bb8842b55b527d3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car-wheel.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car-wheel.mat new file mode 100644 index 0000000..4dd619b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car-wheel.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-car-wheel + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0.06 + - _TileYStrength: -0.39 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car-wheel.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car-wheel.mat.meta new file mode 100644 index 0000000..150ceac --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car-wheel.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3cacfa6be9c134a11bdba79281445872 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car.mat new file mode 100644 index 0000000..b380c60 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-car + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0.06 + - _TileYStrength: -0.68 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car.mat.meta new file mode 100644 index 0000000..541637a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-car.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 82ff05955d6514e299bc4226ec35006c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player-wheel.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player-wheel.mat new file mode 100644 index 0000000..fd27907 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player-wheel.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-player-wheel + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0.06 + - _TileYStrength: -0.39 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player-wheel.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player-wheel.mat.meta new file mode 100644 index 0000000..45b7742 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player-wheel.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 547f9bb7f841d4b0799c3772e2c25801 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player.mat new file mode 100644 index 0000000..83d0170 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-player + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0.06 + - _TileYStrength: -0.68 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player.mat.meta new file mode 100644 index 0000000..c249dc0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Player/bogey-blitz-player.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1bd26ba2efec04ff9826fe0bda3190b8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train.meta new file mode 100644 index 0000000..cc44c15 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f95b128c7d37f4d67a34df2fd8eee7b4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet.meta new file mode 100644 index 0000000..6749c9e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5c9f16e4201134683aeb709b74ff66a5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-train.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-train.mat new file mode 100644 index 0000000..9e86130 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-train.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-train + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0.129 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-train.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-train.mat.meta new file mode 100644 index 0000000..57c5315 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-train.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 90b4f801901ba477a9879b4392a07b8d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-wheel.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-wheel.mat new file mode 100644 index 0000000..09921ad --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-wheel.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-wheel + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0.73 + - _TileYStrength: 0.9 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-wheel.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-wheel.mat.meta new file mode 100644 index 0000000..3bef314 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Bullet/bogey-blitz-wheel.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf89867ed727942c7ac37fc590d8d7d1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City.meta new file mode 100644 index 0000000..d637f00 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 185a109717e0c4c84be4d14e155925eb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-train 1.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-train 1.mat new file mode 100644 index 0000000..9a91eb6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-train 1.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-train 1 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: -0.56 + - _TileYStrength: 0.13 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-train 1.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-train 1.mat.meta new file mode 100644 index 0000000..49ba115 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-train 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a5448d308661c4216bd09350e5b3e282 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-wheel 1.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-wheel 1.mat new file mode 100644 index 0000000..b9b382b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-wheel 1.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-wheel 1 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: -1.05 + - _TileYStrength: 0.29 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-wheel 1.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-wheel 1.mat.meta new file mode 100644 index 0000000..c001211 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-City/bogey-blitz-wheel 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e3223fe031acf4cc0813cd56bb06ac6b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square.meta new file mode 100644 index 0000000..697e2c7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54cf34af7ccf14955aebdd18ae74afdb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-train 2.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-train 2.mat new file mode 100644 index 0000000..5fcd796 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-train 2.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-train 2 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 1 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-train 2.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-train 2.mat.meta new file mode 100644 index 0000000..802fa10 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-train 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f946ee3027cd94784a60c902bc230ad2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-wheel 2.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-wheel 2.mat new file mode 100644 index 0000000..4f7d5d0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-wheel 2.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-wheel 2 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 1 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-wheel 2.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-wheel 2.mat.meta new file mode 100644 index 0000000..5db59ca --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/Electric-Square/bogey-blitz-wheel 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 369279254b79a436a8477ea0b5818526 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General.meta new file mode 100644 index 0000000..f0c521d --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4564f012fdadb4979bf054e49ebb6570 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General/bogey-blitz-connector.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General/bogey-blitz-connector.mat new file mode 100644 index 0000000..6406012 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General/bogey-blitz-connector.mat @@ -0,0 +1,134 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5710636529255647693 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-connector + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.0015 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 1 + - _TileYStrength: 1 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General/bogey-blitz-connector.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General/bogey-blitz-connector.mat.meta new file mode 100644 index 0000000..936ae6e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/Train/General/bogey-blitz-connector.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 269487d2cdd66488081c34585dcfff1d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-base.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-base.mat new file mode 100644 index 0000000..a2e6c51 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-base.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-base + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-base.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-base.mat.meta new file mode 100644 index 0000000..76695fc --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-base.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f94a46b5203fa0442abd8b6762910a42 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-collectible.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-collectible.mat new file mode 100644 index 0000000..2391acf --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-collectible.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-collectible + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-collectible.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-collectible.mat.meta new file mode 100644 index 0000000..5d2c005 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-collectible.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ea228e20fb184bab9d0b232fb742357 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-green.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-green.mat new file mode 100644 index 0000000..c708011 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-green.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-green + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: 046396db8486944bfa32dce9e79ba8cf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-green.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-green.mat.meta new file mode 100644 index 0000000..9998b8a --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a544419d1782e4d77b7a07911a11bfb8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-house.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-house.mat new file mode 100644 index 0000000..f1bfee6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-house.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-house + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-house.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-house.mat.meta new file mode 100644 index 0000000..3860bab --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-house.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 625482fca0ce845b2b73c6839396883d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-ice.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-ice.mat new file mode 100644 index 0000000..a2c8f2c --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-ice.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-ice + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-ice.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-ice.mat.meta new file mode 100644 index 0000000..4972490 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-ice.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 29e64c0a7a01c4177b402a807969ba5a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 1.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 1.mat new file mode 100644 index 0000000..0d66e94 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 1.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-powerup 1 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: f0ffb0674aea6425e9abbe1d5d4d1253, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 1.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 1.mat.meta new file mode 100644 index 0000000..83592a3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c39cdcc5fd7c94dc2a093fd7cbb706f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 2.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 2.mat new file mode 100644 index 0000000..e60b70b --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 2.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-powerup 2 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: 4071a29e29309427183c48d803e02c65, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 2.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 2.mat.meta new file mode 100644 index 0000000..8f89486 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b47eb1479be0454a832451acb41ccdf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 3.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 3.mat new file mode 100644 index 0000000..5e5abad --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 3.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-powerup 3 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 10300, guid: 0000000000000000f000000000000000, type: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 3.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 3.mat.meta new file mode 100644 index 0000000..99109e0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-powerup 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 712ee226f641543b68fe5d640be54e17 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-rocks.mat b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-rocks.mat new file mode 100644 index 0000000..fe8665e --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-rocks.mat @@ -0,0 +1,61 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: bogey-blitz-rocks + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Texture2D: + m_Texture: {fileID: 2800000, guid: ee6f9d16d271d4ed3acffa8e82b50d81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Backwards_Strength: -0.0015 + - _QueueControl: 0 + - _QueueOffset: 0 + - _Sideways_Strength: -0.003 + - _TileXStrength: 1 + - _TileYStrength: 1 + m_Colors: [] + m_BuildTextureStacks: [] +--- !u!114 &268396859443248196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-rocks.mat.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-rocks.mat.meta new file mode 100644 index 0000000..f8874ea --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz-rocks.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a2143b226d94745dda83ffd9a3515416 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz.shadergraph b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz.shadergraph new file mode 100644 index 0000000..e33a311 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz.shadergraph @@ -0,0 +1,2913 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "9b51d6cd7bcd438f9e0d41985c3ea8da", + "m_Properties": [ + { + "m_Id": "398345dac12a49948daafa73c99872c6" + }, + { + "m_Id": "24e73802ccae4e8e8abb0a7b5c455941" + }, + { + "m_Id": "1c9b2afe98d24f0e9f941842fbdf5188" + }, + { + "m_Id": "7f7a7709185c482cad8bfbb753071d4f" + }, + { + "m_Id": "72714bd414bc40ff8a44ab8e87c3c1d8" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "9a847a11320747cb8a5b03963cbb37dd" + } + ], + "m_Nodes": [ + { + "m_Id": "43b4536105dd465cb7894403b429dd89" + }, + { + "m_Id": "34033badd2204ff6bb63bdacb5c58690" + }, + { + "m_Id": "0d06a33a539b436488237f2de76118e9" + }, + { + "m_Id": "eebe6534e1f2445c92faae6c5a3e7839" + }, + { + "m_Id": "82d9983456c9426fbc58fe27c2635e76" + }, + { + "m_Id": "48690cceeb2446c698965e61e0927c13" + }, + { + "m_Id": "b10012c5206741189f16156160bf42e6" + }, + { + "m_Id": "007af8562cab4aeb95f7a4bf4f285f66" + }, + { + "m_Id": "93ad452001c74ba2b8a0a724358648dd" + }, + { + "m_Id": "6b10eff991014fc08cdbe4c9ac292a3f" + }, + { + "m_Id": "dcada3e7bea6418589655c8e01535516" + }, + { + "m_Id": "d3396634436e4288b4c804fbbc7d120f" + }, + { + "m_Id": "ee6c26d632f6461cb4699e5953c84348" + }, + { + "m_Id": "aa7572a5d146487686e4579fce2f8cce" + }, + { + "m_Id": "ed9c476a13b748d393ee6450d85f9ac2" + }, + { + "m_Id": "8568a8f59e67447dad4ec7ba0ba361b5" + }, + { + "m_Id": "68de8eb70232471a95f63c3ee1c22b1a" + }, + { + "m_Id": "4cfd41e907394ec5992ac1cb5093e49a" + }, + { + "m_Id": "da5bff2d35f04f7199722319102a242f" + }, + { + "m_Id": "1d67dedf16a74a7eada78be05e2d442b" + }, + { + "m_Id": "d62f8177d2f940daa816c4989858aeb5" + }, + { + "m_Id": "9e224b7f766b4c7abf5f919f31e4432c" + }, + { + "m_Id": "279bf7f5774f4f4f8fe5417754058246" + }, + { + "m_Id": "0e841685f4c449aeb7a45984cd3488a7" + }, + { + "m_Id": "502585e8563446c1824de674edefe75e" + }, + { + "m_Id": "cf8a6fb78a254a26b6c6f76fc79689f3" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0e841685f4c449aeb7a45984cd3488a7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "279bf7f5774f4f4f8fe5417754058246" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1d67dedf16a74a7eada78be05e2d442b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "43b4536105dd465cb7894403b429dd89" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "279bf7f5774f4f4f8fe5417754058246" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d62f8177d2f940daa816c4989858aeb5" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4cfd41e907394ec5992ac1cb5093e49a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da5bff2d35f04f7199722319102a242f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "502585e8563446c1824de674edefe75e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e841685f4c449aeb7a45984cd3488a7" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "68de8eb70232471a95f63c3ee1c22b1a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ed9c476a13b748d393ee6450d85f9ac2" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6b10eff991014fc08cdbe4c9ac292a3f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d3396634436e4288b4c804fbbc7d120f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6b10eff991014fc08cdbe4c9ac292a3f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da5bff2d35f04f7199722319102a242f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8568a8f59e67447dad4ec7ba0ba361b5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ed9c476a13b748d393ee6450d85f9ac2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9e224b7f766b4c7abf5f919f31e4432c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d62f8177d2f940daa816c4989858aeb5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "aa7572a5d146487686e4579fce2f8cce" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4cfd41e907394ec5992ac1cb5093e49a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cf8a6fb78a254a26b6c6f76fc79689f3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e841685f4c449aeb7a45984cd3488a7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d3396634436e4288b4c804fbbc7d120f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ee6c26d632f6461cb4699e5953c84348" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d62f8177d2f940daa816c4989858aeb5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eebe6534e1f2445c92faae6c5a3e7839" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da5bff2d35f04f7199722319102a242f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1d67dedf16a74a7eada78be05e2d442b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dcada3e7bea6418589655c8e01535516" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d3396634436e4288b4c804fbbc7d120f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed9c476a13b748d393ee6450d85f9ac2" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4cfd41e907394ec5992ac1cb5093e49a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ee6c26d632f6461cb4699e5953c84348" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aa7572a5d146487686e4579fce2f8cce" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 0.0, + "y": 0.0 + }, + "m_Blocks": [ + { + "m_Id": "43b4536105dd465cb7894403b429dd89" + }, + { + "m_Id": "34033badd2204ff6bb63bdacb5c58690" + }, + { + "m_Id": "0d06a33a539b436488237f2de76118e9" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 0.0, + "y": 200.0 + }, + "m_Blocks": [ + { + "m_Id": "eebe6534e1f2445c92faae6c5a3e7839" + }, + { + "m_Id": "82d9983456c9426fbc58fe27c2635e76" + }, + { + "m_Id": "48690cceeb2446c698965e61e0927c13" + }, + { + "m_Id": "b10012c5206741189f16156160bf42e6" + }, + { + "m_Id": "007af8562cab4aeb95f7a4bf4f285f66" + }, + { + "m_Id": "93ad452001c74ba2b8a0a724358648dd" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_ActiveTargets": [ + { + "m_Id": "fcd3269a9c30470fa549a44f5bd0ebbf" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "007af8562cab4aeb95f7a4bf4f285f66", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "f8050c6446d14cd2b1945014551dfb31" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0154aa83fe6747289162f7ed9195f95f", + "m_Id": 0, + "m_DisplayName": "Ambient Occlusion", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Occlusion", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "04f493b79b1f477fba6a0746b8bd2974", + "m_Id": 0, + "m_DisplayName": "Normal (Tangent Space)", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "NormalTS", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "05955a84cbe84bc483cc6e89d4adf44b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "05c301b0342f425080b5c71d73846fe4", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "067553d01e03452e9645f4c363725860", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "073f4dbc4407426eb5c15dc35a60dd15", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "0d06a33a539b436488237f2de76118e9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "d06ca8e1ab484a459dec90fec67a7888" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "0e841685f4c449aeb7a45984cd3488a7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1137.0, + "y": 726.0, + "width": 127.99993896484375, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "6f2ec3d910ce40d481f5bc52e222c8f1" + }, + { + "m_Id": "63f54dbfc0494a01b51060ec71fcc3a6" + }, + { + "m_Id": "3ac8ec4b01b4407196ec340b3c9c09ff" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0ffb9c0630fd4935b03b79afd4d3a450", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "1630459239154e59bdc98f3634e48f4d", + "m_Id": 0, + "m_DisplayName": "Texture2D", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "16a4601b06e142a4988f008eb9c575b3", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "1c9b2afe98d24f0e9f941842fbdf5188", + "m_Guid": { + "m_GuidSerialized": "25d43995-54ef-445e-bba8-b9e43073f885" + }, + "m_Name": "Texture2D", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Texture2D", + "m_DefaultReferenceName": "_Texture2D", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": false, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.TransformNode", + "m_ObjectId": "1d67dedf16a74a7eada78be05e2d442b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -675.000244140625, + "y": 0.0, + "width": 211.0, + "height": 341.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "f2f8decdef304166847e24cbd881c87b" + }, + { + "m_Id": "c5c4e5fdbeac4d4eaec91622174ee08f" + } + ], + "synonyms": [ + "world", + "tangent", + "object", + "view", + "screen", + "convert" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Conversion": { + "from": 2, + "to": 0 + }, + "m_ConversionType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1e2ff9bed47a40cc919bc9bfdb92cfc0", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1ec02f7b5dc448aa9fc41d97e874eb78", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "24e73802ccae4e8e8abb0a7b5c455941", + "m_Guid": { + "m_GuidSerialized": "072bd5cb-2816-47dd-be17-d9fb6cdd2aab" + }, + "m_Name": "Backwards-Strength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Backwards-Strength", + "m_DefaultReferenceName": "_Backwards_Strength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "279bf7f5774f4f4f8fe5417754058246", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -850.3675537109375, + "y": 726.052490234375, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "b4721e9f2c39497a96d87e676114fc87" + }, + { + "m_Id": "1e2ff9bed47a40cc919bc9bfdb92cfc0" + }, + { + "m_Id": "1ec02f7b5dc448aa9fc41d97e874eb78" + }, + { + "m_Id": "516feb2db4404358ad50c521f9941ce7" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "28fce37aaedf46f2a300ed00d50ae6f0", + "m_Id": 0, + "m_DisplayName": "TileYStrength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2c3a150d1d4a4899a408dabbba8a7f66", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2dc5985e76814f1aa6e11897bdb48b05", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "34033badd2204ff6bb63bdacb5c58690", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "77571bc518494034880164d1b6efd437" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "38a7d68f2dfb40adad26b73478b89c28", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "398345dac12a49948daafa73c99872c6", + "m_Guid": { + "m_GuidSerialized": "3e0576e8-d485-45ad-92b1-fc9cfeaff4f6" + }, + "m_Name": "Sideways-Strength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Sideways-Strength", + "m_DefaultReferenceName": "_Sideways_Strength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3a1f856457a24c838a16cdd845b2b973", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "3ac8ec4b01b4407196ec340b3c9c09ff", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3b3e62da6a7645c3aa544488ece2321c", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "411cd37563794a53874852ecad1b7067", + "m_Id": 3, + "m_DisplayName": "Z", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Z", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "41af30b6a8a3491cb5e7c33516580684", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "43b355e92f7f4b23a73f520afb89834b", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "43b4536105dd465cb7894403b429dd89", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -76.0001220703125, + "y": 10.0, + "width": 200.0, + "height": 41.0 + } + }, + "m_Slots": [ + { + "m_Id": "9e67dc128f5f40b987bdad3996ecde8b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "48690cceeb2446c698965e61e0927c13", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Metallic", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "c436773c33b24df2be1529e67014cfbe" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Metallic" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4b532727dd4e416a9cd9a0884f69e464", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "4cfd41e907394ec5992ac1cb5093e49a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1439.0, + "y": 188.9998779296875, + "width": 207.99951171875, + "height": 302.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "5c539cb8fe8744d78099ff270342f23c" + }, + { + "m_Id": "d4c6981361414d0fbf6bd8d80626398f" + }, + { + "m_Id": "41af30b6a8a3491cb5e7c33516580684" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "502585e8563446c1824de674edefe75e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": false, + "m_Position": { + "serializedVersion": "2", + "x": -1403.0001220703125, + "y": 793.0, + "width": 147.0001220703125, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "28fce37aaedf46f2a300ed00d50ae6f0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "7f7a7709185c482cad8bfbb753071d4f" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "516feb2db4404358ad50c521f9941ce7", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5c539cb8fe8744d78099ff270342f23c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "63f54dbfc0494a01b51060ec71fcc3a6", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6401c9e5ce9547ba91d9abc2b76025c6", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "68de8eb70232471a95f63c3ee1c22b1a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1962.00048828125, + "y": 136.0001220703125, + "width": 183.000244140625, + "height": 33.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "771775255581449d9df791df9b8df086" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "24e73802ccae4e8e8abb0a7b5c455941" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "6b10eff991014fc08cdbe4c9ac292a3f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2525.0, + "y": -20.9998779296875, + "width": 207.999755859375, + "height": 315.0 + } + }, + "m_Slots": [ + { + "m_Id": "81df5838a39742c0aaf587156c430699" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": true, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 2, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6b48ed4cf7974dcbac832746eaf1ce39", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6f2ec3d910ce40d481f5bc52e222c8f1", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7091b120f90749b0b93a5e0e0b337720", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "72714bd414bc40ff8a44ab8e87c3c1d8", + "m_Guid": { + "m_GuidSerialized": "9d9ac1c9-ef3c-4533-86e9-25639189c258" + }, + "m_Name": "TileXStrength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TileXStrength", + "m_DefaultReferenceName": "_TileXStrength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "73a4a5bcb4cd4b249b5f0f04c1e802e9", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "771775255581449d9df791df9b8df086", + "m_Id": 0, + "m_DisplayName": "Backwards-Strength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "77571bc518494034880164d1b6efd437", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", + "m_ObjectId": "785e67e4a780473884bcb71ae7e1e355", + "m_WorkflowMode": 1, + "m_NormalDropOffSpace": 0, + "m_ClearCoat": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7de566d313bc4d0fb97dc1cb52a1924f", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7e4f390404ec456e95ebeb66c50ff243", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "7f7a7709185c482cad8bfbb753071d4f", + "m_Guid": { + "m_GuidSerialized": "1ea7332a-d4c0-4519-b0ad-7ebfd901510c" + }, + "m_Name": "TileYStrength", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "TileYStrength", + "m_DefaultReferenceName": "_TileYStrength", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "81df5838a39742c0aaf587156c430699", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "82d9983456c9426fbc58fe27c2635e76", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.NormalTS", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "04f493b79b1f477fba6a0746b8bd2974" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.NormalTS" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "8434c764aba64f7a8b3fa29360a48373", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8568a8f59e67447dad4ec7ba0ba361b5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1955.000244140625, + "y": 76.0, + "width": 176.0, + "height": 34.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "e4d725a53af3420d9059ba6b5ad1d467" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "398345dac12a49948daafa73c99872c6" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8d55ad0914ae4dcaac7dfda70ea4d72d", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "93ad452001c74ba2b8a0a724358648dd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Occlusion", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "0154aa83fe6747289162f7ed9195f95f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Occlusion" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "9431b83aafdd492e83d71464e3c807fb", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "9a847a11320747cb8a5b03963cbb37dd", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "398345dac12a49948daafa73c99872c6" + }, + { + "m_Id": "24e73802ccae4e8e8abb0a7b5c455941" + }, + { + "m_Id": "1c9b2afe98d24f0e9f941842fbdf5188" + }, + { + "m_Id": "7f7a7709185c482cad8bfbb753071d4f" + }, + { + "m_Id": "72714bd414bc40ff8a44ab8e87c3c1d8" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "9e224b7f766b4c7abf5f919f31e4432c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -923.0001220703125, + "y": 588.0, + "width": 139.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "1630459239154e59bdc98f3634e48f4d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "1c9b2afe98d24f0e9f941842fbdf5188" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "9e67dc128f5f40b987bdad3996ecde8b", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "aa7572a5d146487686e4579fce2f8cce", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1684.000244140625, + "y": 286.0001220703125, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "e1952eb6a4294bf2a1623803907b3ab5" + }, + { + "m_Id": "073f4dbc4407426eb5c15dc35a60dd15" + }, + { + "m_Id": "dd75b5ff189d4e169c5aa687d905190b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "b10012c5206741189f16156160bf42e6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Smoothness", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "d8482ab05644476ca18322b1bcf82a32" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Smoothness" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "b4721e9f2c39497a96d87e676114fc87", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "b5a9aa3533e240f3b7ea0632430eab0f", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c436773c33b24df2be1529e67014cfbe", + "m_Id": 0, + "m_DisplayName": "Metallic", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Metallic", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "c5c4e5fdbeac4d4eaec91622174ee08f", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "c97c589a623340cd834527c1de04b7e4", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.5, + "y": 0.5, + "z": 0.5 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cee7bf3a6c7041b5a7b68a745f00ceaf", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "cf8a6fb78a254a26b6c6f76fc79689f3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1402.0001220703125, + "y": 716.0, + "width": 146.0001220703125, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "f93535436e4f4d2dbc15bf75a3320e04" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "72714bd414bc40ff8a44ab8e87c3c1d8" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "d06ca8e1ab484a459dec90fec67a7888", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "d3396634436e4288b4c804fbbc7d120f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2205.000244140625, + "y": 286.0001220703125, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "7091b120f90749b0b93a5e0e0b337720" + }, + { + "m_Id": "38a7d68f2dfb40adad26b73478b89c28" + }, + { + "m_Id": "05955a84cbe84bc483cc6e89d4adf44b" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d4c6981361414d0fbf6bd8d80626398f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "d62f8177d2f940daa816c4989858aeb5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -546.0001220703125, + "y": 550.0, + "width": 208.0001220703125, + "height": 435.0 + } + }, + "m_Slots": [ + { + "m_Id": "e4f758e828e84d92b6cab0ea210c17c4" + }, + { + "m_Id": "43b355e92f7f4b23a73f520afb89834b" + }, + { + "m_Id": "05c301b0342f425080b5c71d73846fe4" + }, + { + "m_Id": "e2e47ce225a049ccb2586a24f036c69b" + }, + { + "m_Id": "3a1f856457a24c838a16cdd845b2b973" + }, + { + "m_Id": "e42c158e33e8464d9da2cdae9a03b136" + }, + { + "m_Id": "eeaa65de743d4aeab0b3271e8aa7474c" + }, + { + "m_Id": "b5a9aa3533e240f3b7ea0632430eab0f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d6c17dccd8e24f2b9849a3a1cc955e3e", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d8482ab05644476ca18322b1bcf82a32", + "m_Id": 0, + "m_DisplayName": "Smoothness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Smoothness", + "m_StageCapability": 2, + "m_Value": 0.5, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "da5bff2d35f04f7199722319102a242f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1104.000244140625, + "y": 0.0, + "width": 208.0, + "height": 302.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "067553d01e03452e9645f4c363725860" + }, + { + "m_Id": "7e4f390404ec456e95ebeb66c50ff243" + }, + { + "m_Id": "4b532727dd4e416a9cd9a0884f69e464" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "dcada3e7bea6418589655c8e01535516", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2439.000244140625, + "y": 397.0001220703125, + "width": 122.0, + "height": 245.0 + } + }, + "m_Slots": [ + { + "m_Id": "9431b83aafdd492e83d71464e3c807fb" + }, + { + "m_Id": "8434c764aba64f7a8b3fa29360a48373" + }, + { + "m_Id": "eb9055aeef084f4a88b91276b8fe82f2" + }, + { + "m_Id": "cee7bf3a6c7041b5a7b68a745f00ceaf" + }, + { + "m_Id": "6b48ed4cf7974dcbac832746eaf1ce39" + }, + { + "m_Id": "16a4601b06e142a4988f008eb9c575b3" + }, + { + "m_Id": "6401c9e5ce9547ba91d9abc2b76025c6" + }, + { + "m_Id": "8d55ad0914ae4dcaac7dfda70ea4d72d" + } + ], + "synonyms": [ + "position", + "direction", + "orthographic", + "near plane", + "far plane", + "width", + "height" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dd75b5ff189d4e169c5aa687d905190b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e1952eb6a4294bf2a1623803907b3ab5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e2e47ce225a049ccb2586a24f036c69b", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "e3585e4ad9f64a218e34a2cf949d89bb", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "e42c158e33e8464d9da2cdae9a03b136", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "{\"texture\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e4d725a53af3420d9059ba6b5ad1d467", + "m_Id": 0, + "m_DisplayName": "Sideways-Strength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e4f758e828e84d92b6cab0ea210c17c4", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "eb9055aeef084f4a88b91276b8fe82f2", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3Node", + "m_ObjectId": "ed9c476a13b748d393ee6450d85f9ac2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 3", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1604.000244140625, + "y": 64.0001220703125, + "width": 128.0, + "height": 124.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "d6c17dccd8e24f2b9849a3a1cc955e3e" + }, + { + "m_Id": "3b3e62da6a7645c3aa544488ece2321c" + }, + { + "m_Id": "411cd37563794a53874852ecad1b7067" + }, + { + "m_Id": "e3585e4ad9f64a218e34a2cf949d89bb" + } + ], + "synonyms": [ + "3", + "v3", + "vec3", + "float3" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "ee6c26d632f6461cb4699e5953c84348", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1896.000244140625, + "y": 286.0001220703125, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "2dc5985e76814f1aa6e11897bdb48b05" + }, + { + "m_Id": "0ffb9c0630fd4935b03b79afd4d3a450" + }, + { + "m_Id": "2c3a150d1d4a4899a408dabbba8a7f66" + }, + { + "m_Id": "7de566d313bc4d0fb97dc1cb52a1924f" + }, + { + "m_Id": "73a4a5bcb4cd4b249b5f0f04c1e802e9" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "eeaa65de743d4aeab0b3271e8aa7474c", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "eebe6534e1f2445c92faae6c5a3e7839", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "c97c589a623340cd834527c1de04b7e4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "f2f8decdef304166847e24cbd881c87b", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "f8050c6446d14cd2b1945014551dfb31", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f93535436e4f4d2dbc15bf75a3320e04", + "m_Id": 0, + "m_DisplayName": "TileXStrength", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "fcd3269a9c30470fa549a44f5bd0ebbf", + "m_ActiveSubTarget": { + "m_Id": "785e67e4a780473884bcb71ae7e1e355" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": false, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + diff --git a/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz.shadergraph.meta b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz.shadergraph.meta new file mode 100644 index 0000000..ba2ae98 --- /dev/null +++ b/Unity/Arctic Escape/Assets/#Shader-Materials/bogey-blitz.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 15f935509eb004a27ae7f96611f5d883 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Unity/Arctic Escape/Assets/Materials.meta b/Unity/Arctic Escape/Assets/Materials.meta new file mode 100644 index 0000000..96e9a4a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6160966ee40e3421ab47bd59813dd1e1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 1.mat b/Unity/Arctic Escape/Assets/Materials/Ground 1.mat new file mode 100644 index 0000000..0a9ef1f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 1.mat @@ -0,0 +1,136 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6150124871968688860 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground 1 + m_Shader: {fileID: -6465566751694194690, guid: 15f935509eb004a27ae7f96611f5d883, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture2D: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Backwards_Strength: -0.002 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Sideways_Strength: -0.003 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _TileXStrength: 0 + - _TileYStrength: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.8490566, g: 0.8490566, b: 0.8490566, a: 1} + - _Color: {r: 0.8490566, g: 0.8490566, b: 0.8490566, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 1.mat.meta b/Unity/Arctic Escape/Assets/Materials/Ground 1.mat.meta new file mode 100644 index 0000000..beae860 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 87b7d3e1d4e8c4394bb9f2cbdd85033d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 2.mat b/Unity/Arctic Escape/Assets/Materials/Ground 2.mat new file mode 100644 index 0000000..e101cc7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 2.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground 2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.34905657, g: 0, b: 0, a: 1} + - _Color: {r: 0.34905654, g: 0, b: 0, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &3833396148744451819 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 2.mat.meta b/Unity/Arctic Escape/Assets/Materials/Ground 2.mat.meta new file mode 100644 index 0000000..809597c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c948fd08b2ce4446bb6be722a1940a58 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 3.mat b/Unity/Arctic Escape/Assets/Materials/Ground 3.mat new file mode 100644 index 0000000..ea292bb --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 3.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4618210886816668137 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground 3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.3490196, g: 0.2889839, b: 0, a: 1} + - _Color: {r: 0.34901956, g: 0.28898388, b: 0, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 3.mat.meta b/Unity/Arctic Escape/Assets/Materials/Ground 3.mat.meta new file mode 100644 index 0000000..92debf3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9fab2182dca8648348a1145e7027ccc5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 4.mat b/Unity/Arctic Escape/Assets/Materials/Ground 4.mat new file mode 100644 index 0000000..095f9b6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 4.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground 4 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.027400048, g: 0.3490196, b: 0, a: 1} + - _Color: {r: 0.027400048, g: 0.34901956, b: 0, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &4145350169120963822 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 4.mat.meta b/Unity/Arctic Escape/Assets/Materials/Ground 4.mat.meta new file mode 100644 index 0000000..4f494aa --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ea0d0e6bf34314e2f992fee8e4cf40b3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 5.mat b/Unity/Arctic Escape/Assets/Materials/Ground 5.mat new file mode 100644 index 0000000..29cdbab --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 5.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground 5 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.49056596, g: 0.49056596, b: 0.49056596, a: 1} + - _Color: {r: 0.49056596, g: 0.49056596, b: 0.49056596, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &2918376474511110911 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 diff --git a/Unity/Arctic Escape/Assets/Materials/Ground 5.mat.meta b/Unity/Arctic Escape/Assets/Materials/Ground 5.mat.meta new file mode 100644 index 0000000..b149b41 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground 5.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 242aa096d0c194a279e77720344dad40 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Materials/Ground.mat b/Unity/Arctic Escape/Assets/Materials/Ground.mat new file mode 100644 index 0000000..fbf6042 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4949913283360621914 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.5283019, g: 0.5283019, b: 0.5283019, a: 1} + - _Color: {r: 0.5283019, g: 0.5283019, b: 0.5283019, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Unity/Arctic Escape/Assets/Materials/Ground.mat.meta b/Unity/Arctic Escape/Assets/Materials/Ground.mat.meta new file mode 100644 index 0000000..e5e0b89 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Materials/Ground.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 03949fb7b0a4a4bfa9e1e828f0738679 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Plugins.meta b/Unity/Arctic Escape/Assets/Plugins.meta new file mode 100644 index 0000000..183ce1a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54911c3fb040f4d0d87210cb669f680f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant.meta new file mode 100644 index 0000000..45054b7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5be71195850d8494f9cc34b51c17b1cf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween.meta new file mode 100644 index 0000000..cbebc39 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween.meta @@ -0,0 +1,21 @@ +fileFormatVersion: 2 +guid: a50bd9a009c8dfc4ebd88cc8101225a7 +labels: +- Tween +- Tweening +- Animation +- HOTween +- Paths +- iTween +- DFTween +- LeanTween +- Ease +- Easing +- Shake +- Punch +- 2DToolkit +- TextMeshPro +- Text +folderAsset: yes +DefaultImporter: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.XML b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.XML new file mode 100644 index 0000000..7b6f33d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.XML @@ -0,0 +1,3089 @@ + + + + DOTween + + + + + Types of autoPlay behaviours + + + + No tween is automatically played + + + Only Sequences are automatically played + + + Only Tweeners are automatically played + + + All tweens are automatically played + + + + What axis to constrain in case of Vector tweens + + + + Called the first time the tween is set in a playing state, after any eventual delay + + + + Used in place of System.Func, which is not available in mscorlib. + + + + + Used in place of System.Action. + + + + + Public so it can be used by lose scripts related to DOTween (like DOTweenAnimation) + + + + + Used to separate DOTween class from the MonoBehaviour instance (in order to use static constructors on DOTween). + Contains all instance-based methods + + + + Used internally inside Unity Editor, as a trick to update DOTween's inspector at every frame + + + + Directly sets the current max capacity of Tweeners and Sequences + (meaning how many Tweeners and Sequences can be running at the same time), + so that DOTween doesn't need to automatically increase them in case the max is reached + (which might lead to hiccups when that happens). + Sequences capacity must be less or equal to Tweeners capacity + (if you pass a low Tweener capacity it will be automatically increased to match the Sequence's). + Beware: use this method only when there are no tweens running. + + Max Tweeners capacity. + Default: 200 + Max Sequences capacity. + Default: 50 + + + + This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing). + + + + + Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in: accelerating from zero velocity. + + + Current time (in frames or seconds). + + + Expected easing duration (in frames or seconds). + + Unused: here to keep same delegate for all ease types. + Unused: here to keep same delegate for all ease types. + + The eased value. + + + + + Easing equation function for a bounce (exponentially decaying parabolic bounce) easing out: decelerating from zero velocity. + + + Current time (in frames or seconds). + + + Expected easing duration (in frames or seconds). + + Unused: here to keep same delegate for all ease types. + Unused: here to keep same delegate for all ease types. + + The eased value. + + + + + Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in/out: acceleration until halfway, then deceleration. + + + Current time (in frames or seconds). + + + Expected easing duration (in frames or seconds). + + Unused: here to keep same delegate for all ease types. + Unused: here to keep same delegate for all ease types. + + The eased value. + + + + + Returns a value between 0 and 1 (inclusive) based on the elapsed time and ease selected + + + + + Returns a value between 0 and 1 (inclusive) based on the elapsed time and ease selected + + + + + Used to interpret AnimationCurves as eases. + Public so it can be used by external ease factories + + + + + Behaviour in case a tween nested inside a Sequence fails and is captured by safe mode + + + + If the Sequence contains other elements, kill the failed tween but preserve the rest + + + Kill the whole Sequence + + + + Log types thrown by errors captured and prevented by safe mode + + + + No logs. NOT RECOMMENDED + + + Throw a normal log + + + Throw a warning log (default) + + + Throw an error log + + + + Additional notices passed to plugins when updating. + Public so it can be used by custom plugins. Internally, only PathPlugin uses it + + + + + None + + + + + Lets the plugin know that we restarted or rewinded + + + + + OnRewind callback behaviour (can only be set via DOTween's Utility Panel) + + + + + When calling Rewind or PlayBackwards/SmoothRewind, OnRewind callbacks will be fired only if the tween isn't already rewinded + + + + + When calling Rewind, OnRewind callbacks will always be fired, even if the tween is already rewinded. + When calling PlayBackwards/SmoothRewind instead, OnRewind callbacks will be fired only if the tween isn't already rewinded + + + + + When calling Rewind or PlayBackwards/SmoothRewind, OnRewind callbacks will always be fired, even if the tween is already rewinded + + + + + Public only so custom shortcuts can access some of these methods + + + + + INTERNAL: used by DO shortcuts and Modules to set special startup mode + + + + + INTERNAL: used by DO shortcuts and Modules to set the tween as blendable + + + + + INTERNAL: used by DO shortcuts and Modules to prevent a tween from using a From setup even if passed + + + + + Used to dispatch commands that need to be captured externally, usually by Modules + + + + + Various utils + + + + + Returns a Vector3 with z = 0 + + + + + Returns the 2D angle between two vectors + + + + + Returns a point on a circle with the given center and radius, + using Unity's circle coordinates (0° points up and increases clockwise) + + + + + Uses approximate equality on each axis instead of Unity's Vector3 equality, + because the latter fails (in some cases) when assigning a Vector3 to a transform.position and then checking it. + + + + + Looks for the type within all possible project assembly names + + + + NO-GC METHOD: changes the start value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new start value + If bigger than 0 applies it as the new tween duration + + + NO-GC METHOD: changes the end value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new end value + If TRUE the start value will become the current target's value, otherwise it will stay the same + + + NO-GC METHOD: changes the end value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new end value + If bigger than 0 applies it as the new tween duration + If TRUE the start value will become the current target's value, otherwise it will stay the same + + + NO-GC METHOD: changes the start and end value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new start value + The new end value + If bigger than 0 applies it as the new tween duration + + + + Struct that stores two colors (used for LineRenderer tweens) + + + + + Used for tween callbacks + + + + + Used for tween callbacks + + + + + Used for custom and animationCurve-based ease functions. Must return a value between 0 and 1. + + + + + Straight Quaternion plugin. Instead of using Vector3 values accepts Quaternion values directly. + Beware: doesn't work with LoopType.Incremental (neither directly nor if inside a LoopType.Incremental Sequence). + To use it, call DOTween.To with the plugin parameter overload, passing it PureQuaternionPlugin.Plug() as first parameter + (do not use any of the other public PureQuaternionPlugin methods): + DOTween.To(PureQuaternionPlugin.Plug(), ()=> myQuaternionProperty, x=> myQuaternionProperty = x, myQuaternionEndValue, duration); + + + + + Plug this plugin inside a DOTween.To call. + Example: + DOTween.To(PureQuaternionPlugin.Plug(), ()=> myQuaternionProperty, x=> myQuaternionProperty = x, myQuaternionEndValue, duration); + + + + INTERNAL: do not use + + + INTERNAL: do not use + + + INTERNAL: do not use + + + INTERNAL: do not use + + + INTERNAL: do not use + + + INTERNAL: do not use + + + INTERNAL: do not use + + + INTERNAL: do not use + + + + Extra non-tweening-related curve methods + + + + + Cubic bezier curve methods + + + + + Calculates a point along the given Cubic Bezier segment-curve. + + Segment start point + Start point's control point/handle + Segment end point + End point's control point/handle + 0-1 percentage along which to retrieve point + + + + Returns an array containing a series of points along the given Cubic Bezier segment-curve. + + Start point + Start point's control point/handle + End point + End point's control point/handle + Cloud resolution (min: 2) + + + + Calculates a series of points along the given Cubic Bezier segment-curve and adds them to the given list. + + Start point + Start point's control point/handle + End point + End point's control point/handle + Cloud resolution (min: 2) + + + + Main DOTween class. Contains static methods to create and control tweens in a generic way + + + + DOTween's version + + + If TRUE (default) makes tweens slightly slower but safer, automatically taking care of a series of things + (like targets becoming null while a tween is playing). + Default: TRUE + + + Log type when safe mode reports capturing an error and preventing it + + + Behaviour in case a tween nested inside a Sequence fails (and is caught by safe mode). + Default: NestedTweenFailureBehaviour.TryToPreserveSequence + + + If TRUE you will get a DOTween report when exiting play mode (only in the Editor). + Useful to know how many max Tweeners and Sequences you reached and optimize your final project accordingly. + Beware, this will slightly slow down your tweens while inside Unity Editor. + Default: FALSE + + + Global DOTween global timeScale (default: 1). + The final timeScale of a non-timeScaleIndependent tween is: + Unity's Time.timeScale * DOTween.timeScale * tween.timeScale + while the final timeScale of a timeScaleIndependent tween is: + DOTween.unscaledTimeScale * DOTween.timeScale * tween.timeScale + + + DOTween timeScale applied only to timeScaleIndependent tweens (default: 1). + The final timeScale of a timeScaleIndependent tween is: + DOTween.unscaledTimeScale * DOTween.timeScale * tween.timeScale + + + If TRUE, DOTween will use Time.smoothDeltaTime instead of Time.deltaTime for UpdateType.Normal and UpdateType.Late tweens + (unless they're set as timeScaleIndependent, in which case a value between the last timestep + and will be used instead). + Setting this to TRUE will lead to smoother animations. + Default: FALSE + + + If is TRUE, this indicates the max timeStep that an independent update call can last. + Setting this to TRUE will lead to smoother animations. + Default: FALSE + + + DOTween's log behaviour. + Default: LogBehaviour.ErrorsOnly + + + Used to intercept DOTween's logs. If this method isn't NULL, DOTween will call it before writing a log via Unity's own Debug log methods. + Return TRUE if you want DOTween to proceed with the log, FALSE otherwise. + This method must return a bool and accept two parameters: + - LogType: the type of Unity log that DOTween is trying to log + - object: the log message that DOTween wants to log + + + If TRUE draws path gizmos in Unity Editor (if the gizmos button is active). + Deactivate this if you want to avoid gizmos overhead while in Unity Editor + + + If TRUE activates various debug options + + + Stores the target id so it can be used to give more info in case of safeMode error capturing. + Only active if both debugMode and useSafeMode are TRUE + + + Default updateType for new tweens. + Default: UpdateType.Normal + + + Sets whether Unity's timeScale should be taken into account by default or not. + Default: false + + + Default autoPlay behaviour for new tweens. + Default: AutoPlay.All + + + Default autoKillOnComplete behaviour for new tweens. + Default: TRUE + + + Default loopType applied to all new tweens. + Default: LoopType.Restart + + + If TRUE all newly created tweens are set as recyclable, otherwise not. + Default: FALSE + + + Default ease applied to all new Tweeners (not to Sequences which always have Ease.Linear as default). + Default: Ease.InOutQuad + + + Default overshoot/amplitude used for eases + Default: 1.70158f + + + Default period used for eases + Default: 0 + + + Used internally. Assigned/removed by DOTweenComponent.Create/DestroyInstance + + + + Must be called once, before the first ever DOTween call/reference, + otherwise it will be called automatically and will use default options. + Calling it a second time won't have any effect. + You can chain SetCapacity to this method, to directly set the max starting size of Tweeners and Sequences: + DOTween.Init(false, false, LogBehaviour.Default).SetCapacity(100, 20); + + If TRUE all new tweens will be set for recycling, meaning that when killed, + instead of being destroyed, they will be put in a pool and reused instead of creating new tweens. This option allows you to avoid + GC allocations by reusing tweens, but you will have to take care of tween references, since they might result active + even if they were killed (since they might have been respawned and are now being used for other tweens). + If you want to automatically set your tween references to NULL when a tween is killed + you can use the OnKill callback like this: + .OnKill(()=> myTweenReference = null) + You can change this setting at any time by changing the static property, + or you can set the recycling behaviour for each tween separately, using: + SetRecyclable(bool recyclable) + Default: FALSE + If TRUE makes tweens slightly slower but safer, automatically taking care of a series of things + (like targets becoming null while a tween is playing). + You can change this setting at any time by changing the static property. + Default: FALSE + Type of logging to use. + You can change this setting at any time by changing the static property. + Default: ErrorsOnly + + + + Directly sets the current max capacity of Tweeners and Sequences + (meaning how many Tweeners and Sequences can be running at the same time), + so that DOTween doesn't need to automatically increase them in case the max is reached + (which might lead to hiccups when that happens). + Sequences capacity must be less or equal to Tweeners capacity + (if you pass a low Tweener capacity it will be automatically increased to match the Sequence's). + Beware: use this method only when there are no tweens running. + + Max Tweeners capacity. + Default: 200 + Max Sequences capacity. + Default: 50 + + + + Kills all tweens, clears all cached tween pools and plugins and resets the max Tweeners/Sequences capacities to the default values. + + If TRUE also destroys DOTween's gameObject and resets its initializiation, default settings and everything else + (so that next time you use it it will need to be re-initialized) + + + + Clears all cached tween pools. + + + + + Checks all active tweens to find and remove eventually invalid ones (usually because their targets became NULL) + and returns the total number of invalid tweens found and removed. + IMPORTANT: this will cause an error on UWP platform, so don't use it there + BEWARE: this is a slightly expensive operation so use it with care + + + + + Updates all tweens that are set to . + + Manual deltaTime + Unscaled delta time (used with tweens set as timeScaleIndependent) + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a property or field to the given value using a custom plugin + The plugin to use. Each custom plugin implements a static Get() method + you'll need to call to assign the correct plugin in the correct way, like this: + CustomPlugin.Get() + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens only one axis of a Vector3 to the given value using default plugins. + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + The axis to tween + + + Tweens only the alpha of a Color to the given value using default plugins + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end value to reachThe tween's duration + + + Tweens a virtual property from the given start to the given end value + and implements a setter that allows to use that value with an external method or a lambda + Example: + To(MyMethod, 0, 12, 0.5f); + Where MyMethod is a function that accepts a float parameter (which will be the result of the virtual tween) + The action to perform with the tweened value + The value to start from + The end value to reach + The duration of the virtual tween + + + + Punches a Vector3 towards the given direction and then back to the starting one + as if it was connected to the starting position via an elastic. + This tween type generates some GC allocations at startup + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The direction and strength of the punch + The duration of the tween + Indicates how much will the punch vibrate + Represents how much (0 to 1) the vector will go beyond the starting position when bouncing backwards. + 1 creates a full oscillation between the direction and the opposite decaying direction, + while 0 oscillates only between the starting position and the decaying direction + + + Shakes a Vector3 with the given values. + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The duration of the tween + The shake strength + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction and behave like a random punch. + If TRUE only shakes on the X Y axis (looks better with things like cameras). + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Vector3 with the given values. + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The duration of the tween + The shake strength on each axis + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction and behave like a random punch. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Tweens a property or field to the given values using default plugins. + Ease is applied between each segment and not as a whole. + This tween type generates some GC allocations at startup + A getter for the field or property to tween. + Example usage with lambda:()=> myProperty + A setter for the field or property to tween + Example usage with lambda:x=> myProperty = x + The end values to reach for each segment. This array must have the same length as durations + The duration of each segment. This array must have the same length as endValues + + + + Returns a new to be used for tween groups. + Mind that Sequences don't have a target applied automatically like Tweener creation shortcuts, + so if you want to be able to kill this Sequence when calling DOTween.Kill(target) you'll have to add + the target manually; you can do that directly by using the overload instead of this one + + + + + Returns a new to be used for tween groups, and allows to set a target + (because Sequences don't have their target set automatically like Tweener creation shortcuts). + That way killing/controlling tweens by target will apply to this Sequence too. + + The target of the Sequence. Relevant only for static target-based methods like DOTween.Kill(target), + useless otherwise + + + Completes all tweens and returns the number of actual tweens completed + (meaning tweens that don't have infinite loops and were not already complete) + For Sequences only: if TRUE also internal Sequence callbacks will be fired, + otherwise they will be ignored + + + Completes all tweens with the given ID or target and returns the number of actual tweens completed + (meaning the tweens that don't have infinite loops and were not already complete) + For Sequences only: if TRUE internal Sequence callbacks will be fired, + otherwise they will be ignored + + + Flips all tweens (changing their direction to forward if it was backwards and viceversa), + then returns the number of actual tweens flipped + + + Flips the tweens with the given ID or target (changing their direction to forward if it was backwards and viceversa), + then returns the number of actual tweens flipped + + + Sends all tweens to the given position (calculating also eventual loop cycles) and returns the actual tweens involved + + + Sends all tweens with the given ID or target to the given position (calculating also eventual loop cycles) + and returns the actual tweens involved + + + Kills all tweens and returns the number of actual tweens killed + If TRUE completes the tweens before killing them + + + Kills all tweens and returns the number of actual tweens killed + If TRUE completes the tweens before killing them + Eventual IDs or targets to exclude from the killing + + + Kills all tweens with the given ID or target and returns the number of actual tweens killed + If TRUE completes the tweens before killing them + + + Kills all tweens with the given target and the given ID, and returns the number of actual tweens killed + If TRUE completes the tweens before killing them + + + Pauses all tweens and returns the number of actual tweens paused + + + Pauses all tweens with the given ID or target and returns the number of actual tweens paused + (meaning the tweens that were actually playing and have been paused) + + + Plays all tweens and returns the number of actual tweens played + (meaning tweens that were not already playing or complete) + + + Plays all tweens with the given ID or target and returns the number of actual tweens played + (meaning the tweens that were not already playing or complete) + + + Plays all tweens with the given target and the given ID, and returns the number of actual tweens played + (meaning the tweens that were not already playing or complete) + + + Plays backwards all tweens and returns the number of actual tweens played + (meaning tweens that were not already started, playing backwards or rewinded) + + + Plays backwards all tweens with the given ID or target and returns the number of actual tweens played + (meaning the tweens that were not already started, playing backwards or rewinded) + + + Plays backwards all tweens with the given target and ID and returns the number of actual tweens played + (meaning the tweens that were not already started, playing backwards or rewinded) + + + Plays forward all tweens and returns the number of actual tweens played + (meaning tweens that were not already playing forward or complete) + + + Plays forward all tweens with the given ID or target and returns the number of actual tweens played + (meaning the tweens that were not already playing forward or complete) + + + Plays forward all tweens with the given target and ID and returns the number of actual tweens played + (meaning the tweens that were not already started, playing backwards or rewinded) + + + Restarts all tweens, then returns the number of actual tweens restarted + + + Restarts all tweens with the given ID or target, then returns the number of actual tweens restarted + If TRUE includes the eventual tweens delays, otherwise skips them + If >= 0 changes the startup delay of all involved tweens to this value, otherwise doesn't touch it + + + Restarts all tweens with the given target and the given ID, and returns the number of actual tweens played + (meaning the tweens that were not already playing or complete) + If TRUE includes the eventual tweens delays, otherwise skips them + If >= 0 changes the startup delay of all involved tweens to this value, otherwise doesn't touch it + + + Rewinds and pauses all tweens, then returns the number of actual tweens rewinded + (meaning tweens that were not already rewinded) + + + Rewinds and pauses all tweens with the given ID or target, then returns the number of actual tweens rewinded + (meaning the tweens that were not already rewinded) + + + Smoothly rewinds all tweens (delays excluded), then returns the number of actual tweens rewinding/rewinded + (meaning tweens that were not already rewinded). + A "smooth rewind" animates the tween to its start position, + skipping all elapsed loops (except in case of LoopType.Incremental) while keeping the animation fluent. + Note that a tween that was smoothly rewinded will have its play direction flipped + + + Smoothly rewinds all tweens (delays excluded) with the given ID or target, then returns the number of actual tweens rewinding/rewinded + (meaning the tweens that were not already rewinded). + A "smooth rewind" animates the tween to its start position, + skipping all elapsed loops (except in case of LoopType.Incremental) while keeping the animation fluent. + Note that a tween that was smoothly rewinded will have its play direction flipped + + + Toggles the play state of all tweens and returns the number of actual tweens toggled + (meaning tweens that could be played or paused, depending on the toggle state) + + + Toggles the play state of all tweens with the given ID or target and returns the number of actual tweens toggled + (meaning the tweens that could be played or paused, depending on the toggle state) + + + + Returns TRUE if a tween with the given ID or target is active. + You can also use this to know if a shortcut tween is active for a given target. + Example: + transform.DOMoveX(45, 1); // transform is automatically added as the tween target + DOTween.IsTweening(transform); // Returns true + + The target or ID to look for + If FALSE (default) returns TRUE as long as a tween for the given target/ID is active, + otherwise also requires it to be playing + + + + Returns the total number of active tweens (so both Tweeners and Sequences). + A tween is considered active if it wasn't killed, regardless if it's playing or paused + + + + + Returns the total number of active Tweeners. + A Tweener is considered active if it wasn't killed, regardless if it's playing or paused + + + + + Returns the total number of active Sequences. + A Sequence is considered active if it wasn't killed, regardless if it's playing or paused + + + + + Returns the total number of active and playing tweens. + A tween is considered as playing even if its delay is actually playing + + + + + Returns a the total number of active tweens with the given id. + + If TRUE returns only the tweens with the given ID that are currently playing + + + + Returns a list of all active tweens in a playing state. + Returns NULL if there are no active playing tweens. + Beware: each time you call this method a new list is generated, so use it for debug only + + If NULL creates a new list, otherwise clears and fills this one (and thus saves allocations) + + + + Returns a list of all active tweens in a paused state. + Returns NULL if there are no active paused tweens. + Beware: each time you call this method a new list is generated, so use it for debug only + + If NULL creates a new list, otherwise clears and fills this one (and thus saves allocations) + + + + Returns a list of all active tweens with the given id. + Returns NULL if there are no active tweens with the given id. + Beware: each time you call this method a new list is generated + + If TRUE returns only the tweens with the given ID that are currently playing + If NULL creates a new list, otherwise clears and fills this one (and thus saves allocations) + + + + Returns a list of all active tweens with the given target. + Returns NULL if there are no active tweens with the given target. + Beware: each time you call this method a new list is generated + If TRUE returns only the tweens with the given target that are currently playing + If NULL creates a new list, otherwise clears and fills this one (and thus saves allocations) + + + + + Creates virtual tweens that can be used to change other elements via their OnUpdate calls + + + + + Tweens a virtual float. + You can add regular settings to the generated tween, + but do not use OnUpdate or you will overwrite the onVirtualUpdate parameter + + The value to start from + The value to tween to + The duration of the tween + A callback which must accept a parameter of type float, called at each update + + + + Tweens a virtual int. + You can add regular settings to the generated tween, + but do not use OnUpdate or you will overwrite the onVirtualUpdate parameter + + The value to start from + The value to tween to + The duration of the tween + A callback which must accept a parameter of type int, called at each update + + + + Tweens a virtual Vector2. + You can add regular settings to the generated tween, + but do not use OnUpdate or you will overwrite the onVirtualUpdate parameter + + The value to start from + The value to tween to + The duration of the tween + A callback which must accept a parameter of type Vector3, called at each update + + + + Tweens a virtual Vector3. + You can add regular settings to the generated tween, + but do not use OnUpdate or you will overwrite the onVirtualUpdate parameter + + The value to start from + The value to tween to + The duration of the tween + A callback which must accept a parameter of type Vector3, called at each update + + + + Tweens a virtual Color. + You can add regular settings to the generated tween, + but do not use OnUpdate or you will overwrite the onVirtualUpdate parameter + + The value to start from + The value to tween to + The duration of the tween + A callback which must accept a parameter of type Color, called at each update + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The type of ease + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The type of ease + Eventual overshoot to use with Back ease + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The type of ease + Eventual amplitude to use with Elastic easeType + Eventual period to use with Elastic easeType + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The AnimationCurve to use for ease + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The type of ease + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The type of ease + Eventual overshoot to use with Back ease + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The type of ease + Eventual amplitude to use with Elastic easeType + Eventual period to use with Elastic easeType + + + Returns a value based on the given ease and lifetime percentage (0 to 1) + The value to start from when lifetimePercentage is 0 + The value to reach when lifetimePercentage is 1 + The time percentage (0 to 1) at which the value should be taken + The AnimationCurve to use for ease + + + Fires the given callback after the given time. + Callback delay + Callback to fire when the delay has expired + If TRUE (default) ignores Unity's timeScale + + + + Don't assign this! It's assigned automatically when creating 0 duration tweens + + + + + Don't assign this! It's assigned automatically when setting the ease to an AnimationCurve or to a custom ease function + + + + + Allows to wrap ease method in special ways, adding extra features + + + + + Converts the given ease so that it also creates a stop-motion effect, by playing the tween at the given FPS + + FPS at which the tween should be played + Ease type + + + + Converts the given ease so that it also creates a stop-motion effect, by playing the tween at the given FPS + + FPS at which the tween should be played + AnimationCurve to use for the ease + + + + Converts the given ease so that it also creates a stop-motion effect, by playing the tween at the given FPS + + FPS at which the tween should be played + Custom ease function to use + + + + Used to allow method chaining with DOTween.Init + + + + + Directly sets the current max capacity of Tweeners and Sequences + (meaning how many Tweeners and Sequences can be running at the same time), + so that DOTween doesn't need to automatically increase them in case the max is reached + (which might lead to hiccups when that happens). + Sequences capacity must be less or equal to Tweeners capacity + (if you pass a low Tweener capacity it will be automatically increased to match the Sequence's). + Beware: use this method only when there are no tweens running. + + Max Tweeners capacity. + Default: 200 + Max Sequences capacity. + Default: 50 + + + + Behaviour that can be assigned when chaining a SetLink to a tween + + + + Pauses the tween when the link target is disabled + + + Pauses the tween when the link target is disabled, plays it when it's enabled + + + Pauses the tween when the link target is disabled, restarts it when it's enabled + + + Plays the tween when the link target is enabled + + + Restarts the tween when the link target is enabled + + + Kills the tween when the link target is disabled + + + Kills the tween when the link target is destroyed (becomes NULL). This is always active even if another behaviour is chosen + + + Completes the tween when the link target is disabled + + + Completes and kills the tween when the link target is disabled + + + Rewinds the tween (delay excluded) when the link target is disabled + + + Rewinds and kills the tween when the link target is disabled + + + + Path mode (used to determine correct LookAt orientation) + + + + Ignores the path mode (and thus LookAt behaviour) + + + Regular 3D path + + + 2D top-down path + + + 2D side-scroller path + + + + Type of path to use with DOPath tweens + + + + Linear, composed of straight segments between each waypoint + + + Curved path (which uses Catmull-Rom curves) + + + EXPERIMENTAL: Curved path (which uses Cubic Bezier curves, where each point requires two extra control points) + + + + Tweens a Vector2 along a circle. + EndValue represents the center of the circle, start and end value degrees are inside options + ChangeValue x is changeValue°, y is unused + + + + + Path control point + + + + + Path waypoints (modified by PathPlugin when setting relative end/change value or by CubicBezierDecoder) and by DOTweenPathInspector + + + + + Minimum input points necessary to create the path (doesn't correspond to actual waypoints required) + + + + + Gets the point on the path at the given percentage (0 to 1) + + The percentage (0 to 1) at which to get the point + If TRUE constant speed is taken into account, otherwise not + + + + Base interface for all tween plugins options + + + + Resets the plugin + + + + This plugin generates some GC allocations at startup + + + + + Path plugin works exclusively with Transforms + + + + + Rotation mode used with DORotate methods + + + + + Fastest way that never rotates beyond 360° + + + + + Fastest way that rotates beyond 360° + + + + + Adds the given rotation to the transform using world axis and an advanced precision mode + (like when using transform.Rotate(Space.World)). + In this mode the end value is is always considered relative + + + + + Adds the given rotation to the transform's local axis + (like when rotating an object with the "local" switch enabled in Unity's editor or using transform.Rotate(Space.Self)). + In this mode the end value is is always considered relative + + + + + Type of scramble to apply to string tweens + + + + + No scrambling of characters + + + + + A-Z + a-z + 0-9 characters + + + + + A-Z characters + + + + + a-z characters + + + + + 0-9 characters + + + + + Custom characters + + + + + Type of randomness to apply to a shake tween + + + + Default, full randomness + + + Creates a more balanced randomness that looks more harmonic + + + + Methods that extend Tween objects and allow to control or get data from them + + + + Completes the tween + + + Completes the tween + For Sequences only: if TRUE also internal Sequence callbacks will be fired, + otherwise they will be ignored + + + Optional: indicates that the tween creation has ended, to be used (optionally) as the last element of tween chaining creation.
+ This method won't do anything except in case of 0-duration tweens, + where it will complete them immediately instead of waiting for the next internal update routine + (unless they're nested in a Sequence, in which case the Sequence will still be the one in control and this method will be ignored)
+
+ + Flips the direction of this tween (backwards if it was going forward or viceversa) + + + Forces the tween to initialize its settings immediately + + + Send the tween to the given position in time + Time position to reach + (if higher than the whole tween duration the tween will simply reach its end) + If TRUE will play the tween after reaching the given position, otherwise it will pause it + + + Send the tween to the given position in time while also executing any callback between the previous time position and the new one + Time position to reach + (if higher than the whole tween duration the tween will simply reach its end) + If TRUE will play the tween after reaching the given position, otherwise it will pause it + + + Kills the tween + If TRUE completes the tween before killing it + + + + Forces this tween to update manually, regardless of the set via SetUpdate. + Note that the tween will still be subject to normal tween rules, so if for example it's paused this method will do nothing. + Also note that if you only want to update this tween instance manually you'll have to set it to anyway, + so that it's not updated automatically. + + Manual deltaTime + Unscaled delta time (used with tweens set as timeScaleIndependent) + + + Pauses the tween + + + Plays the tween + + + Sets the tween in a backwards direction and plays it + + + Sets the tween in a forward direction and plays it + + + Restarts the tween from the beginning + Ignored in case of Sequences. If TRUE includes the eventual tween delay, otherwise skips it + Ignored in case of Sequences. If >= 0 changes the startup delay to this value, otherwise doesn't touch it + + + Rewinds and pauses the tween + Ignored in case of Sequences. If TRUE includes the eventual tween delay, otherwise skips it + + + Smoothly rewinds the tween (delays excluded). + A "smooth rewind" animates the tween to its start position, + skipping all elapsed loops (except in case of LoopType.Incremental) while keeping the animation fluent. + If called on a tween who is still waiting for its delay to happen, it will simply set the delay to 0 and pause the tween. + Note that a tween that was smoothly rewinded will have its play direction flipped + + + Plays the tween if it was paused, pauses it if it was playing + + + Send a path tween to the given waypoint. + Has no effect if this is not a path tween. + BEWARE, this is a special utility method: + it works only with Linear eases. Also, the lookAt direction might be wrong after calling this and might need to be set manually + (because it relies on a smooth path movement and doesn't work well with jumps that encompass dramatic direction changes) + Waypoint index to reach + (if higher than the max waypoint index the tween will simply go to the last one) + If TRUE will play the tween after reaching the given waypoint, otherwise it will pause it + + + + Creates a yield instruction that waits until the tween is killed or complete. + It can be used inside a coroutine as a yield. + Example usage:yield return myTween.WaitForCompletion(); + + + + + Creates a yield instruction that waits until the tween is killed or rewinded. + It can be used inside a coroutine as a yield. + Example usage:yield return myTween.WaitForRewind(); + + + + + Creates a yield instruction that waits until the tween is killed. + It can be used inside a coroutine as a yield. + Example usage:yield return myTween.WaitForKill(); + + + + + Creates a yield instruction that waits until the tween is killed or has gone through the given amount of loops. + It can be used inside a coroutine as a yield. + Example usage:yield return myTween.WaitForElapsedLoops(2); + + Elapsed loops to wait for + + + + Creates a yield instruction that waits until the tween is killed or has reached the given position (loops included, delays excluded). + It can be used inside a coroutine as a yield. + Example usage:yield return myTween.WaitForPosition(2.5f); + + Position (loops included, delays excluded) to wait for + + + + Creates a yield instruction that waits until the tween is killed or started + (meaning when the tween is set in a playing state the first time, after any eventual delay). + It can be used inside a coroutine as a yield. + Example usage:yield return myTween.WaitForStart(); + + + + Returns the total number of loops completed by this tween + + + Returns the eventual delay set for this tween + + + Returns the eventual elapsed delay set for this tween + + + Returns the duration of this tween (delays excluded). + NOTE: when using settings like SpeedBased, the duration will be recalculated when the tween starts + If TRUE returns the full duration loops included, + otherwise the duration of a single loop cycle + + + Returns the elapsed time for this tween (delays exluded) + If TRUE returns the elapsed time since startup loops included, + otherwise the elapsed time within the current loop cycle + + + Returns the elapsed percentage (0 to 1) of this tween (delays exluded) + If TRUE returns the elapsed percentage since startup loops included, + otherwise the elapsed percentage within the current loop cycle + + + Returns the elapsed percentage (0 to 1) of this tween (delays exluded), + based on a single loop, and calculating eventual backwards Yoyo loops as 1 to 0 instead of 0 to 1 + + + Returns FALSE if this tween has been killed or is NULL, TRUE otherwise. + BEWARE: if this tween is recyclable it might have been spawned again for another use and thus return TRUE anyway. + When working with recyclable tweens you should take care to know when a tween has been killed and manually set your references to NULL. + If you want to be sure your references are set to NULL when a tween is killed you can use the OnKill callback like this: + .OnKill(()=> myTweenReference = null) + + + Returns TRUE if this tween was reversed and is set to go backwards + + + NOTE: To check if a tween was simply set to go backwards see . + Returns TRUE if this tween is going backwards for any of these reasons: + - The tween was reversed and is going backwards on a straight loop + - The tween was reversed and is going backwards on an odd Yoyo loop + - The tween is going forward but on an even Yoyo loop + IMPORTANT: if used inside a tween's callback, this will return a result concerning the exact frame when it's asked, + so for example in a callback at the end of a Yoyo loop step this method will never return FALSE + because the frame will never end exactly there and the tween will already be going backwards when the callback is fired + + + Returns TRUE if the tween is complete + (silently fails and returns FALSE if the tween has been killed) + + + Returns TRUE if this tween has been initialized + + + Returns TRUE if this tween is playing + + + Returns the total number of loops set for this tween + (returns -1 if the loops are infinite) + + + + Returns a point on a path based on the given path percentage. + Returns Vector3.zero if this is not a path tween, if the tween is invalid, or if the path is not yet initialized. + A path is initialized after its tween starts, or immediately if the tween was created with the Path Editor (DOTween Pro feature). + You can force a path to be initialized by calling myTween.ForceInit(). + + Percentage of the path (0 to 1) on which to get the point + + + + Returns an array of points that can be used to draw the path. + Note that this method generates allocations, because it creates a new array. + Returns NULL if this is not a path tween, if the tween is invalid, or if the path is not yet initialized. + A path is initialized after its tween starts, or immediately if the tween was created with the Path Editor (DOTween Pro feature). + You can force a path to be initialized by calling myTween.ForceInit(). + + How many points to create for each path segment (waypoint to waypoint). + Only used in case of non-Linear paths + + + + Returns the length of a path. + Returns -1 if this is not a path tween, if the tween is invalid, or if the path is not yet initialized. + A path is initialized after its tween starts, or immediately if the tween was created with the Path Editor (DOTween Pro feature). + You can force a path to be initialized by calling myTween.ForceInit(). + + + + + Types of loop + + + + Each loop cycle restarts from the beginning + + + The tween moves forward and backwards at alternate cycles + + + Continuously increments the tween at the end of each loop cycle (A to B, B to B+(A-B), and so on), thus always moving "onward". + In case of String tweens works only if the tween is set as relative + + + + Controls other tweens as a group + + + + + Methods that extend known Unity objects and allow to directly create and control tweens from their instances + + + + Tweens a Camera's aspect to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Camera's backgroundColor to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Camera's farClipPlane to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Camera's fieldOfView to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Camera's nearClipPlane to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Camera's orthographicSize to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Camera's pixelRect to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Camera's rect to the given value. + Also stores the camera as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Shakes a Camera's localPosition along its relative X Y axes with the given values. + Also stores the camera as the tween's target so it can be used for filtered operations + The duration of the tween + The shake strength + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Camera's localPosition along its relative X Y axes with the given values. + Also stores the camera as the tween's target so it can be used for filtered operations + The duration of the tween + The shake strength on each axis + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Camera's localRotation. + Also stores the camera as the tween's target so it can be used for filtered operations + The duration of the tween + The shake strength + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Camera's localRotation. + Also stores the camera as the tween's target so it can be used for filtered operations + The duration of the tween + The shake strength on each axis + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Tweens a Light's color to the given value. + Also stores the light as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Light's intensity to the given value. + Also stores the light as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Light's shadowStrength to the given value. + Also stores the light as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a LineRenderer's color to the given value. + Also stores the LineRenderer as the tween's target so it can be used for filtered operations. + Note that this method requires to also insert the start colors for the tween, + since LineRenderers have no way to get them. + The start value to tween from + The end value to reachThe duration of the tween + + + Tweens a Material's color to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Material's named color property to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The name of the material property to tween (like _Tint or _SpecColor) + The duration of the tween + + + Tweens a Material's named color property with the given ID to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The ID of the material property to tween (also called nameID in Unity's manual) + The duration of the tween + + + Tweens a Material's alpha color to the given value + (will have no effect unless your material supports transparency). + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Material's alpha color to the given value + (will have no effect unless your material supports transparency). + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The name of the material property to tween (like _Tint or _SpecColor) + The duration of the tween + + + Tweens a Material's alpha color with the given ID to the given value + (will have no effect unless your material supports transparency). + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The ID of the material property to tween (also called nameID in Unity's manual) + The duration of the tween + + + Tweens a Material's named float property to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The name of the material property to tween + The duration of the tween + + + Tweens a Material's named float property with the given ID to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The ID of the material property to tween (also called nameID in Unity's manual) + The duration of the tween + + + Tweens a Material's texture offset to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The duration of the tween + + + Tweens a Material's named texture offset property to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The name of the material property to tween + The duration of the tween + + + Tweens a Material's texture scale to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The duration of the tween + + + Tweens a Material's named texture scale property to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The name of the material property to tween + The duration of the tween + + + Tweens a Material's named Vector property to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The name of the material property to tween + The duration of the tween + + + Tweens a Material's named Vector property with the given ID to the given value. + Also stores the material as the tween's target so it can be used for filtered operations + The end value to reach + The ID of the material property to tween (also called nameID in Unity's manual) + The duration of the tween + + + Tweens a TrailRenderer's startWidth/endWidth to the given value. + Also stores the TrailRenderer as the tween's target so it can be used for filtered operations + The end startWidth to reachThe end endWidth to reach + The duration of the tween + + + Tweens a TrailRenderer's time to the given value. + Also stores the TrailRenderer as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Transform's position to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's X position to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's Y position to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's Z position to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's localPosition to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's X localPosition to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's Y localPosition to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's Z localPosition to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's rotation to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + Rotation mode + + + Tweens a Transform's rotation to the given value using pure quaternion values. + Also stores the transform as the tween's target so it can be used for filtered operations. + PLEASE NOTE: DORotate, which takes Vector3 values, is the preferred rotation method. + This method was implemented for very special cases, and doesn't support LoopType.Incremental loops + (neither for itself nor if placed inside a LoopType.Incremental Sequence) + + The end value to reachThe duration of the tween + + + Tweens a Transform's localRotation to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + Rotation mode + + + Tweens a Transform's rotation to the given value using pure quaternion values. + Also stores the transform as the tween's target so it can be used for filtered operations. + PLEASE NOTE: DOLocalRotate, which takes Vector3 values, is the preferred rotation method. + This method was implemented for very special cases, and doesn't support LoopType.Incremental loops + (neither for itself nor if placed inside a LoopType.Incremental Sequence) + + The end value to reachThe duration of the tween + + + Tweens a Transform's localScale to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Transform's localScale uniformly to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Transform's X localScale to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Transform's Y localScale to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Transform's Z localScale to the given value. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Transform's rotation so that it will look towards the given world position. + Also stores the transform as the tween's target so it can be used for filtered operations + The position to look atThe duration of the tween + Eventual axis constraint for the rotation + The vector that defines in which direction up is (default: Vector3.up) + + + EXPERIMENTAL Tweens a Transform's rotation so that it will look towards the given world position, + while also updating the lookAt position every frame + (contrary to which calculates the lookAt rotation only once, when the tween starts). + Also stores the transform as the tween's target so it can be used for filtered operations + The position to look atThe duration of the tween + Eventual axis constraint for the rotation + The vector that defines in which direction up is (default: Vector3.up) + + + Punches a Transform's localPosition towards the given direction and then back to the starting one + as if it was connected to the starting position via an elastic. + The direction and strength of the punch (added to the Transform's current position) + The duration of the tween + Indicates how much will the punch vibrate + Represents how much (0 to 1) the vector will go beyond the starting position when bouncing backwards. + 1 creates a full oscillation between the punch direction and the opposite direction, + while 0 oscillates only between the punch and the start position + If TRUE the tween will smoothly snap all values to integers + + + Punches a Transform's localScale towards the given size and then back to the starting one + as if it was connected to the starting scale via an elastic. + The punch strength (added to the Transform's current scale) + The duration of the tween + Indicates how much will the punch vibrate + Represents how much (0 to 1) the vector will go beyond the starting size when bouncing backwards. + 1 creates a full oscillation between the punch scale and the opposite scale, + while 0 oscillates only between the punch scale and the start scale + + + Punches a Transform's localRotation towards the given size and then back to the starting one + as if it was connected to the starting rotation via an elastic. + The punch strength (added to the Transform's current rotation) + The duration of the tween + Indicates how much will the punch vibrate + Represents how much (0 to 1) the vector will go beyond the starting rotation when bouncing backwards. + 1 creates a full oscillation between the punch rotation and the opposite rotation, + while 0 oscillates only between the punch and the start rotation + + + Shakes a Transform's localPosition with the given values. + The duration of the tween + The shake strength + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the tween will smoothly snap all values to integers + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Transform's localPosition with the given values. + The duration of the tween + The shake strength on each axis + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the tween will smoothly snap all values to integers + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Transform's localRotation. + The duration of the tween + The shake strength + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Transform's localRotation. + The duration of the tween + The shake strength on each axis + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Transform's localScale. + The duration of the tween + The shake strength + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Shakes a Transform's localScale. + The duration of the tween + The shake strength on each axis + Indicates how much will the shake vibrate + Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + Setting it to 0 will shake along a single direction. + If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + Randomness mode + + + Tweens a Transform's position to the given value, while also applying a jump effect along the Y axis. + Returns a Sequence instead of a Tweener. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reach + Power of the jump (the max height of the jump is represented by this plus the final Y offset) + Total number of jumps + The duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's localPosition to the given value, while also applying a jump effect along the Y axis. + Returns a Sequence instead of a Tweener. + Also stores the transform as the tween's target so it can be used for filtered operations + The end value to reach + Power of the jump (the max height of the jump is represented by this plus the final Y offset) + Total number of jumps + The duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's position through the given path waypoints, using the chosen path algorithm. + Also stores the transform as the tween's target so it can be used for filtered operations + The waypoints to go through + The duration of the tween + The type of path: Linear (straight path), CatmullRom (curved CatmullRom path) or CubicBezier (curved with control points) + The path mode: 3D, side-scroller 2D, top-down 2D + The resolution of the path (useless in case of Linear paths): higher resolutions make for more detailed curved paths but are more expensive. + Defaults to 10, but a value of 5 is usually enough if you don't have dramatic long curves between waypoints + The color of the path (shown when gizmos are active in the Play panel and the tween is running) + + + Tweens a Transform's localPosition through the given path waypoints, using the chosen path algorithm. + Also stores the transform as the tween's target so it can be used for filtered operations + The waypoint to go through + The duration of the tween + The type of path: Linear (straight path), CatmullRom (curved CatmullRom path) or CubicBezier (curved with control points) + The path mode: 3D, side-scroller 2D, top-down 2D + The resolution of the path: higher resolutions make for more detailed curved paths but are more expensive. + Defaults to 10, but a value of 5 is usually enough if you don't have dramatic long curves between waypoints + The color of the path (shown when gizmos are active in the Play panel and the tween is running) + + + IMPORTANT: Unless you really know what you're doing, you should use the overload that accepts a Vector3 array instead. + Tweens a Transform's position via the given path. + Also stores the transform as the tween's target so it can be used for filtered operations + The path to use + The duration of the tween + The path mode: 3D, side-scroller 2D, top-down 2D + + + IMPORTANT: Unless you really know what you're doing, you should use the overload that accepts a Vector3 array instead. + Tweens a Transform's localPosition via the given path. + Also stores the transform as the tween's target so it can be used for filtered operations + The path to use + The duration of the tween + The path mode: 3D, side-scroller 2D, top-down 2D + + + Tweens a Tween's timeScale to the given value. + Also stores the Tween as the tween's target so it can be used for filtered operations + The end value to reachThe duration of the tween + + + Tweens a Light's color to the given value, + in a way that allows other DOBlendableColor tweens to work together on the same target, + instead than fight each other as multiple DOColor would do. + Also stores the Light as the tween's target so it can be used for filtered operations + The value to tween toThe duration of the tween + + + Tweens a Material's color to the given value, + in a way that allows other DOBlendableColor tweens to work together on the same target, + instead than fight each other as multiple DOColor would do. + Also stores the Material as the tween's target so it can be used for filtered operations + The value to tween toThe duration of the tween + + + Tweens a Material's named color property to the given value, + in a way that allows other DOBlendableColor tweens to work together on the same target, + instead than fight each other as multiple DOColor would do. + Also stores the Material as the tween's target so it can be used for filtered operations + The value to tween to + The name of the material property to tween (like _Tint or _SpecColor) + The duration of the tween + + + Tweens a Material's named color property with the given ID to the given value, + in a way that allows other DOBlendableColor tweens to work together on the same target, + instead than fight each other as multiple DOColor would do. + Also stores the Material as the tween's target so it can be used for filtered operations + The value to tween to + The ID of the material property to tween (also called nameID in Unity's manual) + The duration of the tween + + + Tweens a Transform's position BY the given value (as if you chained a SetRelative), + in a way that allows other DOBlendableMove tweens to work together on the same target, + instead than fight each other as multiple DOMove would do. + Also stores the transform as the tween's target so it can be used for filtered operations + The value to tween byThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + Tweens a Transform's localPosition BY the given value (as if you chained a SetRelative), + in a way that allows other DOBlendableMove tweens to work together on the same target, + instead than fight each other as multiple DOMove would do. + Also stores the transform as the tween's target so it can be used for filtered operations + The value to tween byThe duration of the tween + If TRUE the tween will smoothly snap all values to integers + + + EXPERIMENTAL METHOD - Tweens a Transform's rotation BY the given value (as if you chained a SetRelative), + in a way that allows other DOBlendableRotate tweens to work together on the same target, + instead than fight each other as multiple DORotate would do. + Also stores the transform as the tween's target so it can be used for filtered operations + The value to tween byThe duration of the tween + Rotation mode + + + EXPERIMENTAL METHOD - Tweens a Transform's lcoalRotation BY the given value (as if you chained a SetRelative), + in a way that allows other DOBlendableRotate tweens to work together on the same target, + instead than fight each other as multiple DORotate would do. + Also stores the transform as the tween's target so it can be used for filtered operations + The value to tween byThe duration of the tween + Rotation mode + + + Punches a Transform's localRotation BY the given value and then back to the starting one + as if it was connected to the starting rotation via an elastic. Does it in a way that allows other + DOBlendableRotate tweens to work together on the same target + The punch strength (added to the Transform's current rotation) + The duration of the tween + Indicates how much will the punch vibrate + Represents how much (0 to 1) the vector will go beyond the starting rotation when bouncing backwards. + 1 creates a full oscillation between the punch rotation and the opposite rotation, + while 0 oscillates only between the punch and the start rotation + + + Tweens a Transform's localScale BY the given value (as if you chained a SetRelative), + in a way that allows other DOBlendableScale tweens to work together on the same target, + instead than fight each other as multiple DOScale would do. + Also stores the transform as the tween's target so it can be used for filtered operations + The value to tween byThe duration of the tween + + + + Completes all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens completed + (meaning the tweens that don't have infinite loops and were not already complete) + + For Sequences only: if TRUE also internal Sequence callbacks will be fired, + otherwise they will be ignored + + + + Completes all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens completed + (meaning the tweens that don't have infinite loops and were not already complete) + + For Sequences only: if TRUE also internal Sequence callbacks will be fired, + otherwise they will be ignored + + + + Kills all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens killed. + + If TRUE completes the tween before killing it + + + + Kills all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens killed. + + If TRUE completes the tween before killing it + + + + Flips the direction (backwards if it was going forward or viceversa) of all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens flipped. + + + + + Flips the direction (backwards if it was going forward or viceversa) of all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens flipped. + + + + + Sends to the given position all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens involved. + + Time position to reach + (if higher than the whole tween duration the tween will simply reach its end) + If TRUE will play the tween after reaching the given position, otherwise it will pause it + + + + Sends to the given position all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens involved. + + Time position to reach + (if higher than the whole tween duration the tween will simply reach its end) + If TRUE will play the tween after reaching the given position, otherwise it will pause it + + + + Pauses all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens paused. + + + + + Pauses all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens paused. + + + + + Plays all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens played. + + + + + Plays all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens played. + + + + + Plays backwards all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens played. + + + + + Plays backwards all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens played. + + + + + Plays forward all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens played. + + + + + Plays forward all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens played. + + + + + Restarts all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens restarted. + + + + + Restarts all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens restarted. + + + + + Rewinds all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens rewinded. + + + + + Rewinds all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens rewinded. + + + + + Smoothly rewinds all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens rewinded. + + + + + Smoothly rewinds all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens rewinded. + + + + + Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens involved. + + + + + Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference + (meaning tweens that were started from this target, or that had this target added as an Id) + and returns the total number of tweens involved. + + + + + This class serves only as a utility class to store tween settings to apply on multiple tweens. + It is in no way needed otherwise, since you can directly apply tween settings to a tween via chaining + + + + A variable you can eventually Clear and reuse when needed, + to avoid instantiating TweenParams objects + + + Creates a new TweenParams object, which you can use to store tween settings + to pass to multiple tweens via myTween.SetAs(myTweenParms) + + + Clears and resets this TweenParams instance using default values, + so it can be reused without instantiating another one + + + Sets the autoKill behaviour of the tween. + Has no effect if the tween has already started + If TRUE the tween will be automatically killed when complete + + + Sets an ID for the tween, which can then be used as a filter with DOTween's static methods. + The ID to assign to this tween. Can be an int, a string, an object or anything else. + + + Sets an ID for the tween, which can then be used as a filter with DOTween's static methods. + The ID to assign to this tween. Can be an int, a string, an object or anything else. + + + Sets an ID for the tween, which can then be used as a filter with DOTween's static methods. + The ID to assign to this tween. Can be an int, a string, an object or anything else. + + + Sets the target for the tween, which can then be used as a filter with DOTween's static methods. + IMPORTANT: use it with caution. If you just want to set an ID for the tween use SetId instead. + When using shorcuts the shortcut target is already assigned as the tween's target, + so using this method will overwrite it and prevent shortcut-operations like myTarget.DOPause from working correctly. + The target to assign to this tween. Can be an int, a string, an object or anything else. + + + Sets the looping options for the tween. + Has no effect if the tween has already started + Number of cycles to play (-1 for infinite - will be converted to 1 in case the tween is nested in a Sequence) + Loop behaviour type (default: LoopType.Restart) + + + Sets the ease of the tween. + If applied to Sequences eases the whole sequence animation + Eventual overshoot or amplitude to use with Back or Elastic easeType (default is 1.70158) + Eventual period to use with Elastic easeType (default is 0) + + + Sets the ease of the tween using an AnimationCurve. + If applied to Sequences eases the whole sequence animation + + + Sets the ease of the tween using a custom ease function. + If applied to Sequences eases the whole sequence animation + + + Sets the recycling behaviour for the tween. + If TRUE the tween will be recycled after being killed, otherwise it will be destroyed. + + + Sets the update type to the one defined in DOTween.defaultUpdateType (UpdateType.Normal unless changed) + and lets you choose if it should be independent from Unity's Time.timeScale + If TRUE the tween will ignore Unity's Time.timeScale + + + Sets the type of update (default or independent) for the tween + The type of update (default: UpdateType.Normal) + If TRUE the tween will ignore Unity's Time.timeScale + + + Sets the onStart callback for the tween. + Called the first time the tween is set in a playing state, after any eventual delay + + + Sets the onPlay callback for the tween. + Called when the tween is set in a playing state, after any eventual delay. + Also called each time the tween resumes playing from a paused state + + + Sets the onRewind callback for the tween. + Called when the tween is rewinded, + either by calling Rewind or by reaching the start position while playing backwards. + Rewinding a tween that is already rewinded will not fire this callback + + + Sets the onUpdate callback for the tween. + Called each time the tween updates + + + Sets the onStepComplete callback for the tween. + Called the moment the tween completes one loop cycle, even when going backwards + + + Sets the onComplete callback for the tween. + Called the moment the tween reaches its final forward position, loops included + + + Sets the onKill callback for the tween. + Called the moment the tween is killed + + + Sets the onWaypointChange callback for the tween. + Called when a path tween reaches a new waypoint + + + Sets a delayed startup for the tween. + Has no effect on Sequences or if the tween has already started + + + If isRelative is TRUE sets the tween as relative + (the endValue will be calculated as startValue + endValue instead than being used directly). + Has no effect on Sequences or if the tween has already started + + + If isSpeedBased is TRUE sets the tween as speed based + (the duration will represent the number of units the tween moves x second). + Has no effect on Sequences, nested tweens, or if the tween has already started + + + + Methods that extend Tween objects and allow to set their parameters + + + + Sets the autoKill behaviour of the tween to TRUE. + Has no effect if the tween has already started or if it's added to a Sequence + + + Sets the autoKill behaviour of the tween. + Has no effect if the tween has already started or if it's added to a Sequence + If TRUE the tween will be automatically killed when complete + + + Sets an ID for the tween (), which can then be used as a filter with DOTween's static methods. + The ID to assign to this tween. Can be an int, a string, an object or anything else. + + + Sets a string ID for the tween (), which can then be used as a filter with DOTween's static methods. + Filtering via string is 2X faster than using an object as an ID (using the alternate obejct overload) + The string ID to assign to this tween. + + + Sets an int ID for the tween (), which can then be used as a filter with DOTween's static methods. + Filtering via int is 4X faster than via object, 2X faster than via string (using the alternate object/string overloads) + The int ID to assign to this tween. + + + Allows to link this tween to a GameObject + so that it will be automatically killed when the GameObject is destroyed. + Has no effect if the tween is added to a Sequence + The link target (unrelated to the target set via SetTarget) + + + Allows to link this tween to a GameObject and assign a behaviour depending on it. + This will also automatically kill the tween when the GameObject is destroyed. + Has no effect if the tween is added to a Sequence + The link target (unrelated to the target set via SetTarget) + The behaviour to use ( is always evaluated even if you choose another one) + + + Sets the target for the tween, which can then be used as a filter with DOTween's static methods. + IMPORTANT: use it with caution. If you just want to set an ID for the tween use SetId instead. + When using shorcuts the shortcut target is already assigned as the tween's target, + so using this method will overwrite it and prevent shortcut-operations like myTarget.DOPause from working correctly. + The target to assign to this tween. Can be an int, a string, an object or anything else. + + + Sets the looping options for the tween. + Has no effect if the tween has already started + Number of cycles to play (-1 for infinite - will be converted to 1 in case the tween is nested in a Sequence) + + + Sets the looping options for the tween. + Has no effect if the tween has already started + Number of cycles to play (-1 for infinite - will be converted to 1 in case the tween is nested in a Sequence) + Loop behaviour type (default: LoopType.Restart) + + + Sets the ease of the tween. + If applied to Sequences eases the whole sequence animation + + + Sets the ease of the tween. + If applied to Sequences eases the whole sequence animation + + Eventual overshoot to use with Back or Flash ease (default is 1.70158 - 1 for Flash). + In case of Flash ease it must be an intenger and sets the total number of flashes that will happen. + Using an even number will complete the tween on the starting value, while an odd one will complete it on the end value. + + + + Sets the ease of the tween. + If applied to Sequences eases the whole sequence animation + Eventual amplitude to use with Elastic easeType or overshoot to use with Flash easeType (default is 1.70158 - 1 for Flash). + In case of Flash ease it must be an integer and sets the total number of flashes that will happen. + Using an even number will complete the tween on the starting value, while an odd one will complete it on the end value. + + Eventual period to use with Elastic or Flash easeType (default is 0). + In case of Flash ease it indicates the power in time of the ease, and must be between -1 and 1. + 0 is balanced, 1 weakens the ease with time, -1 starts the ease weakened and gives it power towards the end. + + + + Sets the ease of the tween using an AnimationCurve. + If applied to Sequences eases the whole sequence animation + + + Sets the ease of the tween using a custom ease function (which must return a value between 0 and 1). + If applied to Sequences eases the whole sequence animation + + + Allows the tween to be recycled after being killed. + + + Sets the recycling behaviour for the tween. + If TRUE the tween will be recycled after being killed, otherwise it will be destroyed. + + + Sets the update type to UpdateType.Normal and lets you choose if it should be independent from Unity's Time.timeScale + If TRUE the tween will ignore Unity's Time.timeScale + + + Sets the type of update for the tween + The type of update (defalt: UpdateType.Normal) + + + Sets the type of update for the tween and lets you choose if it should be independent from Unity's Time.timeScale + The type of update + If TRUE the tween will ignore Unity's Time.timeScale + + + EXPERIMENTAL: inverts this tween, so that it will play from the end to the beginning + (playing it backwards will actually play it from the beginning to the end). + Has no effect if the tween has already started or if it's added to a Sequence + + + EXPERIMENTAL: inverts this tween, so that it will play from the end to the beginning + (playing it backwards will actually play it from the beginning to the end). + Has no effect if the tween has already started or if it's added to a Sequence + If TRUE the tween will be inverted, otherwise it won't + + + Sets the onStart callback for the tween, clearing any previous onStart callback that was set. + Called the first time the tween is set in a playing state, after any eventual delay + + + Sets the onPlay callback for the tween, clearing any previous onPlay callback that was set. + Called when the tween is set in a playing state, after any eventual delay. + Also called each time the tween resumes playing from a paused state + + + Sets the onPause callback for the tween, clearing any previous onPause callback that was set. + Called when the tween state changes from playing to paused. + If the tween has autoKill set to FALSE, this is called also when the tween reaches completion. + + + Sets the onRewind callback for the tween, clearing any previous onRewind callback that was set. + Called when the tween is rewinded, + either by calling Rewind or by reaching the start position while playing backwards. + Rewinding a tween that is already rewinded will not fire this callback + + + Sets the onUpdate callback for the tween, clearing any previous onUpdate callback that was set. + Called each time the tween updates + + + Sets the onStepComplete callback for the tween, clearing any previous onStepComplete callback that was set. + Called the moment the tween completes one loop cycle, even when going backwards + + + Sets the onComplete callback for the tween, clearing any previous onComplete callback that was set. + Called the moment the tween reaches its final forward position, loops included + + + Sets the onKill callback for the tween, clearing any previous onKill callback that was set. + Called the moment the tween is killed + + + Sets the onWaypointChange callback for the tween, clearing any previous onWaypointChange callback that was set. + Called when a path tween's current waypoint changes + + + Sets the parameters of the tween (id, ease, loops, delay, timeScale, callbacks, etc) as the parameters of the given one. + Doesn't copy specific SetOptions settings: those will need to be applied manually each time. + Has no effect if the tween has already started. + NOTE: the tween's target will not be changed + Tween from which to copy the parameters + + + Sets the parameters of the tween (id, ease, loops, delay, timeScale, callbacks, etc) as the parameters of the given TweenParams. + Has no effect if the tween has already started. + TweenParams from which to copy the parameters + + + Adds the given tween to the end of the Sequence. + Has no effect if the Sequence has already started + The tween to append + + + Adds the given tween to the beginning of the Sequence, pushing forward the other nested content. + Has no effect if the Sequence has already started + The tween to prepend + + + Inserts the given tween at the same time position of the last tween, callback or interval added to the Sequence. + Note that, in case of a Join after an interval, the insertion time will be the time where the interval starts, not where it finishes. + Has no effect if the Sequence has already started + + + Inserts the given tween at the given time position in the Sequence, + automatically adding an interval if needed. + Has no effect if the Sequence has already started + The time position where the tween will be placed + The tween to insert + + + Adds the given interval to the end of the Sequence. + Has no effect if the Sequence has already started + The interval duration + + + Adds the given interval to the beginning of the Sequence, pushing forward the other nested content. + Has no effect if the Sequence has already started + The interval duration + + + Adds the given callback to the end of the Sequence. + Has no effect if the Sequence has already started + The callback to append + + + Adds the given callback to the beginning of the Sequence, pushing forward the other nested content. + Has no effect if the Sequence has already started + The callback to prepend + + + Inserts the given callback at the same time position of the last tween, callback or interval added to the Sequence. + Note that, in case of a Join after an interval, the insertion time will be the time where the interval starts, not where it finishes. + Has no effect if the Sequence has already started + /// <param name="callback">The callback to prepend</param> + + + Inserts the given callback at the given time position in the Sequence, + automatically adding an interval if needed. + Has no effect if the Sequence has already started + The time position where the callback will be placed + The callback to insert + + + Changes a TO tween into a FROM tween: sets the current target's position as the tween's endValue + then immediately sends the target to the previously set endValue. + + + Changes a TO tween into a FROM tween: sets the current target's position as the tween's endValue + then immediately sends the target to the previously set endValue. + If TRUE the FROM value will be calculated as relative to the current one + + + Changes a TO tween into a FROM tween: sets the current value of the target as the endValue, + and the previously passed endValue as the actual startValue. + If TRUE sets the target to from value immediately, otherwise waits for the tween to start + If TRUE the FROM value will be calculated as relative to the current one + + + Changes a TO tween into a FROM tween: sets the tween's starting value to the given one + and eventually sets the tween's target to that value immediately. + Value to start from + If TRUE sets the target to from value immediately, otherwise waits for the tween to start + If TRUE the FROM/TO values will be calculated as relative to the current ones + + + Changes a TO tween into a FROM tween: sets the tween's starting value to the given one + and eventually sets the tween's target to that value immediately. + Alpha value to start from (in case of Fade tweens) + If TRUE sets the target to from value immediately, otherwise waits for the tween to start + If TRUE the FROM/TO values will be calculated as relative to the current ones + + + Changes a TO tween into a FROM tween: sets the tween's starting value to the given one + and eventually sets the tween's target to that value immediately. + Value to start from (in case of Vector tweens that act on a single coordinate or scale tweens) + If TRUE sets the target to from value immediately, otherwise waits for the tween to start + If TRUE the FROM/TO values will be calculated as relative to the current ones + + + Changes a TO tween into a FROM tween: sets the tween's starting value to the given one + and eventually sets the tween's target to that value immediately. + Value to start from (in case of Vector tweens that act on a single coordinate or scale tweens) + If TRUE sets the target to from value immediately, otherwise waits for the tween to start + If TRUE the FROM/TO values will be calculated as relative to the current ones + + + Sets a delayed startup for the tween. + In case of Sequences behaves the same as , + which means the delay will repeat in case of loops (while with tweens it's ignored after the first loop cycle). + Has no effect if the tween has already started + + + EXPERIMENTAL: implemented in v1.2.340. + Sets a delayed startup for the tween with options to choose how the delay is applied in case of Sequences. + Has no effect if the tween has already started + Only used by types: If FALSE sets the delay as a one-time occurrence + (defaults to this for types), + otherwise as a Sequence interval which will repeat at the beginning of every loop cycle + + + Sets the tween as relative + (the endValue will be calculated as startValue + endValue instead than being used directly). + Has no effect on Sequences or if the tween has already started + + + If isRelative is TRUE sets the tween as relative + (the endValue will be calculated as startValue + endValue instead than being used directly). + Has no effect on Sequences or if the tween has already started + + + If isSpeedBased is TRUE sets the tween as speed based + (the duration will represent the number of units the tween moves x second). + Has no effect on Sequences, nested tweens, or if the tween has already started + + + If isSpeedBased is TRUE sets the tween as speed based + (the duration will represent the number of units the tween moves x second). + Has no effect on Sequences, nested tweens, or if the tween has already started + + + Options for float tweens + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector2 tweens + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector2 tweens + Selecting an axis will tween the vector only on that axis, leaving the others untouched + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector3 tweens + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector3 tweens + Selecting an axis will tween the vector only on that axis, leaving the others untouched + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector4 tweens + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector4 tweens + Selecting an axis will tween the vector only on that axis, leaving the others untouched + If TRUE the tween will smoothly snap all values to integers + + + Options for Quaternion tweens + If TRUE (default) the rotation will take the shortest route, and will not rotate more than 360°. + If FALSE the rotation will be fully accounted. Is always FALSE if the tween is set as relative + + + Options for Color tweens + If TRUE only the alpha value of the color will be tweened + + + Options for Vector4 tweens + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector4 tweens + If TRUE, rich text will be interpreted correctly while animated, + otherwise all tags will be considered as normal text + The type of scramble to use, if any + A string containing the characters to use for scrambling. + Use as many characters as possible (minimum 10) because DOTween uses a fast scramble mode which gives better results with more characters. + Leave it to NULL to use default ones + + + Options for Vector3Array tweens + If TRUE the tween will smoothly snap all values to integers + + + Options for Vector3Array tweens + If TRUE the tween will smoothly snap all values to integers + + + Options for ShapeCircle tweens + If TRUE the center you set in the DOTween.To method will be considered as relative + to the starting position of the target + If TRUE the tween will smoothly snap all values to integers + + + Options for Path tweens (created via the DOPath shortcut) + The eventual movement axis to lock. You can input multiple axis if you separate them like this: + AxisConstrain.X | AxisConstraint.Y + The eventual rotation axis to lock. You can input multiple axis if you separate them like this: + AxisConstrain.X | AxisConstraint.Y + + + Options for Path tweens (created via the DOPath shortcut) + If TRUE the path will be automatically closed + The eventual movement axis to lock. You can input multiple axis if you separate them like this: + AxisConstrain.X | AxisConstraint.Y + The eventual rotation axis to lock. You can input multiple axis if you separate them like this: + AxisConstrain.X | AxisConstraint.Y + + + Additional LookAt options for Path tweens (created via the DOPath shortcut). + Orients the target towards the given position. + Must be chained directly to the tween creation method or to a SetOptions + The position to look at + The eventual direction to consider as "forward". + If left to NULL defaults to the regular forward side of the transform + The vector that defines in which direction up is (default: Vector3.up) + + + Additional LookAt options for Path tweens (created via the DOPath shortcut). + Orients the target towards the given position with options to keep the Z rotation stable. + Must be chained directly to the tween creation method or to a SetOptions + The position to look at + If TRUE doesn't rotate the target along the Z axis + + + Additional LookAt options for Path tweens (created via the DOPath shortcut). + Orients the target towards another transform. + Must be chained directly to the tween creation method or to a SetOptions + The transform to look at + The eventual direction to consider as "forward". + If left to NULL defaults to the regular forward side of the transform + The vector that defines in which direction up is (default: Vector3.up) + + + Additional LookAt options for Path tweens (created via the DOPath shortcut). + Orients the target towards another transform with options to keep the Z rotation stable. + Must be chained directly to the tween creation method or to a SetOptions + The transform to look at + If TRUE doesn't rotate the target along the Z axis + + + Additional LookAt options for Path tweens (created via the DOPath shortcut). + Orients the target to the path, with the given lookAhead. + Must be chained directly to the tween creation method or to a SetOptions + The percentage of lookAhead to use (0 to 1) + The eventual direction to consider as "forward". + If left to NULL defaults to the regular forward side of the transform + The vector that defines in which direction up is (default: Vector3.up) + + + Additional LookAt options for Path tweens (created via the DOPath shortcut). + Orients the path with options to keep the Z rotation stable. + Must be chained directly to the tween creation method or to a SetOptions + The percentage of lookAhead to use (0 to 1) + If TRUE doesn't rotate the target along the Z axis + + + + Types of log behaviours + + + + Log only warnings and errors + + + Log warnings, errors and additional infos + + + Log only errors + + + + Indicates either a Tweener or a Sequence + + + + TimeScale for the tween + + + If TRUE the tween will play backwards + + + If TRUE the tween is completely inverted but without playing it backwards + (play backwards will actually play the tween in the original direction) + + + Object ID (usable for filtering with DOTween static methods). Can be anything except a string or an int + (use or for those) + + + String ID (usable for filtering with DOTween static methods). 2X faster than using an object id + + + Int ID (usable for filtering with DOTween static methods). 4X faster than using an object id, 2X faster than using a string id. + Default is -999 so avoid using an ID like that or it will capture all unset intIds + + + Tween target (usable for filtering with DOTween static methods). Automatically set by tween creation shortcuts + + + Called when the tween is set in a playing state, after any eventual delay. + Also called each time the tween resumes playing from a paused state + + + Called when the tween state changes from playing to paused. + If the tween has autoKill set to FALSE, this is called also when the tween reaches completion. + + + Called when the tween is rewinded, + either by calling Rewind or by reaching the start position while playing backwards. + Rewinding a tween that is already rewinded will not fire this callback + + + Called each time the tween updates + + + Called the moment the tween completes one loop cycle + + + Called the moment the tween reaches completion (loops included) + + + Called the moment the tween is killed + + + Called when a path tween's current waypoint changes + + + Tweeners-only (ignored by Sequences), returns TRUE if the tween was set as relative + + + + Set by SetTarget if DOTween's Debug Mode is on (see DOTween Utility Panel -> "Store GameObject's ID" debug option + + + + FALSE when tween is (or should be) despawned - set only by TweenManager + + + Gets and sets the time position (loops included, delays excluded) of the tween + + + Returns TRUE if the tween is set to loop (either a set number of times or infinitely) + + + TRUE after the tween was set in a play state at least once, AFTER any delay is elapsed + + + Time position within a single loop cycle + + + + Animates a single value + + + + Changes the start value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new start value + If bigger than 0 applies it as the new tween duration + + + Changes the end value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new end value + If bigger than 0 applies it as the new tween duration + If TRUE the start value will become the current target's value, otherwise it will stay the same + + + Changes the end value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new end value + If TRUE the start value will become the current target's value, otherwise it will stay the same + + + Changes the start and end value of a tween and rewinds it (without pausing it). + Has no effect with tweens that are inside Sequences + The new start value + The new end value + If bigger than 0 applies it as the new tween duration + + + + Used internally + + + + + Update type + + + + Updates every frame during Update calls + + + Updates every frame during LateUpdate calls + + + Updates using FixedUpdate calls + + + Updates using manual update calls + +
+
diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta new file mode 100644 index 0000000..7a866b5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: 34192c5e0d14aee43a0e86cc4823268a +TextScriptImporter: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.dll b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.dll new file mode 100644 index 0000000..57112d3 Binary files /dev/null and b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.dll differ diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta new file mode 100644 index 0000000..482dbb8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: a811bde74b26b53498b4f6d872b09b6d +PluginImporter: + serializedVersion: 1 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + platformData: + Any: + enabled: 1 + settings: {} + Editor: + enabled: 0 + settings: + DefaultValueInitialized: true + WindowsStoreApps: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor.meta new file mode 100644 index 0000000..532edfb --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: b27f58ae5d5c33a4bb2d1f4f34bd036d +folderAsset: yes +DefaultImporter: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML new file mode 100644 index 0000000..592e427 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML @@ -0,0 +1,144 @@ + + + + DOTweenEditor + + + + + Contains compatibility methods taken from DemiEditor (for when DOTween is without it) + + + + + Warning: some versions of this method don't have the includeInactive parameter so it won't be taken into account + + + + + Warning: some versions of this method don't have the includeInactive parameter so it won't be taken into account + + + + + Warning: some versions of this method don't have the includeInactive parameter so it won't be taken into account + + + + + Warning: some versions of this method don't have the includeInactive parameter so it won't be taken into account + + + + + Starts the update loop of tween in the editor. Has no effect during playMode. + + Eventual callback to call after every update + + + + Stops the update loop and clears the onPreviewUpdated callback. + + If TRUE also resets the tweened objects to their original state. + Note that this works by calling Rewind on all tweens, so it will work correctly + only if you have a single tween type per object and it wasn't killed + If TRUE also kills any cached tween + + + + Readies the tween for editor preview by setting its UpdateType to Manual plus eventual extra settings. + + The tween to ready + If TRUE (recommended) removes all callbacks (OnComplete/Rewind/etc) + If TRUE prevents the tween from being auto-killed at completion + If TRUE starts playing the tween immediately + + + Full major version + first minor version (ex: 2018.1f) + + + Major version + + + First minor version (ex: in 2018.1 it would be 1) + + + + Checks that the given editor texture use the correct import settings, + and applies them if they're incorrect. + + + + + Returns TRUE if setup is required + + + + + Returns TRUE if the file/directory at the given path exists. + + Path, relative to Unity's project folder + + + + + Converts the given project-relative path to a full path, + with backward (\) slashes). + + + + + Converts the given full path to a path usable with AssetDatabase methods + (relative to Unity's project folder, and with the correct Unity forward (/) slashes). + + + + + Connects to a asset. + If the asset already exists at the given path, loads it and returns it. + Otherwise, either returns NULL or automatically creates it before loading and returning it + (depending on the given parameters). + + Asset type + File path (relative to Unity's project folder) + If TRUE and the requested asset doesn't exist, forces its creation + + + + Full path for the given loaded assembly, assembly file included + + + + + Adds the given global define if it's not already present + + + + + Removes the given global define if it's present + + + + + Returns TRUE if the given global define is present in all the + or only in the given , depending on passed parameters. + + + to use. Leave NULL to check in all of them. + + + + Not used as menu item anymore, but as a utility function + + + + Full major version + first minor version (ex: 2018.1f) + + + Major version + + + First minor version (ex: in 2018.1 it would be 1) + + + diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta new file mode 100644 index 0000000..7cec113 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: 2e2c6224d345d9249acfa6e8ef40bb2d +TextScriptImporter: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll new file mode 100644 index 0000000..4911a86 Binary files /dev/null and b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll differ diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta new file mode 100644 index 0000000..53590f3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 45d5034162d6cf04dbe46da84fc7d074 +PluginImporter: + serializedVersion: 1 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + platformData: + Any: + enabled: 0 + settings: {} + Editor: + enabled: 1 + settings: + DefaultValueInitialized: true + WindowsStoreApps: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta new file mode 100644 index 0000000..a81ba5f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 0034ebae0c2a9344e897db1160d71b6d +folderAsset: yes +DefaultImporter: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png new file mode 100644 index 0000000..d06fc7c Binary files /dev/null and b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png differ diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta new file mode 100644 index 0000000..61c3cce --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta @@ -0,0 +1,47 @@ +fileFormatVersion: 2 +guid: 8da095e39e9b4df488dfd436f81116d6 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 128 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png new file mode 100644 index 0000000..7cd74c1 Binary files /dev/null and b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png differ diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta new file mode 100644 index 0000000..c343a61 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: 61521df2e071645488ba3d05e49289ae +timeCreated: 1602317874 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png new file mode 100644 index 0000000..e29d02f Binary files /dev/null and b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png differ diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta new file mode 100644 index 0000000..7ca1911 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta @@ -0,0 +1,47 @@ +fileFormatVersion: 2 +guid: 7051dba417b3d53409f2918f1ea4938d +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 256 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png new file mode 100644 index 0000000..e48db5e Binary files /dev/null and b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png differ diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta new file mode 100644 index 0000000..f12a1a7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta @@ -0,0 +1,47 @@ +fileFormatVersion: 2 +guid: 519694efe2bb2914788b151fbd8c01f4 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + linearTexture: 0 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 0 + textureType: -1 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg new file mode 100644 index 0000000..4d710d7 Binary files /dev/null and b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg differ diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta new file mode 100644 index 0000000..26e4255 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta @@ -0,0 +1,47 @@ +fileFormatVersion: 2 +guid: 78a59ca99f8987941adb61f9e14a06a7 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 512 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules.meta new file mode 100644 index 0000000..24cd2ac --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 143604b8bad857d47a6f7cc7a533e2dc +folderAsset: yes +DefaultImporter: + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs new file mode 100644 index 0000000..b5afb24 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs @@ -0,0 +1,198 @@ +// Author: Daniele Giardini - http://www.demigiant.com +// Created: 2018/07/13 + +#if true // MODULE_MARKER +using System; +using DG.Tweening.Core; +using DG.Tweening.Plugins.Options; +using UnityEngine; +using UnityEngine.Audio; // Required for AudioMixer + +#pragma warning disable 1591 +namespace DG.Tweening +{ + public static class DOTweenModuleAudio + { + #region Shortcuts + + #region Audio + + /// Tweens an AudioSource's volume to the given value. + /// Also stores the AudioSource as the tween's target so it can be used for filtered operations + /// The end value to reach (0 to 1)The duration of the tween + public static TweenerCore DOFade(this AudioSource target, float endValue, float duration) + { + if (endValue < 0) endValue = 0; + else if (endValue > 1) endValue = 1; + TweenerCore t = DOTween.To(() => target.volume, x => target.volume = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens an AudioSource's pitch to the given value. + /// Also stores the AudioSource as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOPitch(this AudioSource target, float endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.pitch, x => target.pitch = x, endValue, duration); + t.SetTarget(target); + return t; + } + + #endregion + + #region AudioMixer + + /// Tweens an AudioMixer's exposed float to the given value. + /// Also stores the AudioMixer as the tween's target so it can be used for filtered operations. + /// Note that you need to manually expose a float in an AudioMixerGroup in order to be able to tween it from an AudioMixer. + /// Name given to the exposed float to set + /// The end value to reachThe duration of the tween + public static TweenerCore DOSetFloat(this AudioMixer target, string floatName, float endValue, float duration) + { + TweenerCore t = DOTween.To(()=> { + float currVal; + target.GetFloat(floatName, out currVal); + return currVal; + }, x=> target.SetFloat(floatName, x), endValue, duration); + t.SetTarget(target); + return t; + } + + #region Operation Shortcuts + + /// + /// Completes all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens completed + /// (meaning the tweens that don't have infinite loops and were not already complete) + /// + /// For Sequences only: if TRUE also internal Sequence callbacks will be fired, + /// otherwise they will be ignored + public static int DOComplete(this AudioMixer target, bool withCallbacks = false) + { + return DOTween.Complete(target, withCallbacks); + } + + /// + /// Kills all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens killed. + /// + /// If TRUE completes the tween before killing it + public static int DOKill(this AudioMixer target, bool complete = false) + { + return DOTween.Kill(target, complete); + } + + /// + /// Flips the direction (backwards if it was going forward or viceversa) of all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens flipped. + /// + public static int DOFlip(this AudioMixer target) + { + return DOTween.Flip(target); + } + + /// + /// Sends to the given position all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens involved. + /// + /// Time position to reach + /// (if higher than the whole tween duration the tween will simply reach its end) + /// If TRUE will play the tween after reaching the given position, otherwise it will pause it + public static int DOGoto(this AudioMixer target, float to, bool andPlay = false) + { + return DOTween.Goto(target, to, andPlay); + } + + /// + /// Pauses all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens paused. + /// + public static int DOPause(this AudioMixer target) + { + return DOTween.Pause(target); + } + + /// + /// Plays all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens played. + /// + public static int DOPlay(this AudioMixer target) + { + return DOTween.Play(target); + } + + /// + /// Plays backwards all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens played. + /// + public static int DOPlayBackwards(this AudioMixer target) + { + return DOTween.PlayBackwards(target); + } + + /// + /// Plays forward all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens played. + /// + public static int DOPlayForward(this AudioMixer target) + { + return DOTween.PlayForward(target); + } + + /// + /// Restarts all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens restarted. + /// + public static int DORestart(this AudioMixer target) + { + return DOTween.Restart(target); + } + + /// + /// Rewinds all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens rewinded. + /// + public static int DORewind(this AudioMixer target) + { + return DOTween.Rewind(target); + } + + /// + /// Smoothly rewinds all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens rewinded. + /// + public static int DOSmoothRewind(this AudioMixer target) + { + return DOTween.SmoothRewind(target); + } + + /// + /// Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference + /// (meaning tweens that were started from this target, or that had this target added as an Id) + /// and returns the total number of tweens involved. + /// + public static int DOTogglePause(this AudioMixer target) + { + return DOTween.TogglePause(target); + } + + #endregion + + #endregion + + #endregion + } +} +#endif diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta new file mode 100644 index 0000000..50aa010 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b766d08851589514b97afb23c6f30a70 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs new file mode 100644 index 0000000..743ef0a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs @@ -0,0 +1,146 @@ +using UnityEngine; + +#if false || EPO_DOTWEEN // MODULE_MARKER + +using EPOOutline; +using DG.Tweening.Plugins.Options; +using DG.Tweening; +using DG.Tweening.Core; + +namespace DG.Tweening +{ + public static class DOTweenModuleEPOOutline + { + public static int DOKill(this SerializedPass target, bool complete) + { + return DOTween.Kill(target, complete); + } + + public static TweenerCore DOFloat(this SerializedPass target, string propertyName, float endValue, float duration) + { + var tweener = DOTween.To(() => target.GetFloat(propertyName), x => target.SetFloat(propertyName, x), endValue, duration); + tweener.SetOptions(true).SetTarget(target); + return tweener; + } + + public static TweenerCore DOFade(this SerializedPass target, string propertyName, float endValue, float duration) + { + var tweener = DOTween.ToAlpha(() => target.GetColor(propertyName), x => target.SetColor(propertyName, x), endValue, duration); + tweener.SetOptions(true).SetTarget(target); + return tweener; + } + + public static TweenerCore DOColor(this SerializedPass target, string propertyName, Color endValue, float duration) + { + var tweener = DOTween.To(() => target.GetColor(propertyName), x => target.SetColor(propertyName, x), endValue, duration); + tweener.SetOptions(false).SetTarget(target); + return tweener; + } + + public static TweenerCore DOVector(this SerializedPass target, string propertyName, Vector4 endValue, float duration) + { + var tweener = DOTween.To(() => target.GetVector(propertyName), x => target.SetVector(propertyName, x), endValue, duration); + tweener.SetOptions(false).SetTarget(target); + return tweener; + } + + public static TweenerCore DOFloat(this SerializedPass target, int propertyId, float endValue, float duration) + { + var tweener = DOTween.To(() => target.GetFloat(propertyId), x => target.SetFloat(propertyId, x), endValue, duration); + tweener.SetOptions(true).SetTarget(target); + return tweener; + } + + public static TweenerCore DOFade(this SerializedPass target, int propertyId, float endValue, float duration) + { + var tweener = DOTween.ToAlpha(() => target.GetColor(propertyId), x => target.SetColor(propertyId, x), endValue, duration); + tweener.SetOptions(true).SetTarget(target); + return tweener; + } + + public static TweenerCore DOColor(this SerializedPass target, int propertyId, Color endValue, float duration) + { + var tweener = DOTween.To(() => target.GetColor(propertyId), x => target.SetColor(propertyId, x), endValue, duration); + tweener.SetOptions(false).SetTarget(target); + return tweener; + } + + public static TweenerCore DOVector(this SerializedPass target, int propertyId, Vector4 endValue, float duration) + { + var tweener = DOTween.To(() => target.GetVector(propertyId), x => target.SetVector(propertyId, x), endValue, duration); + tweener.SetOptions(false).SetTarget(target); + return tweener; + } + + public static int DOKill(this Outlinable.OutlineProperties target, bool complete = false) + { + return DOTween.Kill(target, complete); + } + + public static int DOKill(this Outliner target, bool complete = false) + { + return DOTween.Kill(target, complete); + } + + /// + /// Controls the alpha (transparency) of the outline + /// + public static TweenerCore DOFade(this Outlinable.OutlineProperties target, float endValue, float duration) + { + var tweener = DOTween.ToAlpha(() => target.Color, x => target.Color = x, endValue, duration); + tweener.SetOptions(true).SetTarget(target); + return tweener; + } + + /// + /// Controls the color of the outline + /// + public static TweenerCore DOColor(this Outlinable.OutlineProperties target, Color endValue, float duration) + { + var tweener = DOTween.To(() => target.Color, x => target.Color = x, endValue, duration); + tweener.SetOptions(false).SetTarget(target); + return tweener; + } + + /// + /// Controls the amount of blur applied to the outline + /// + public static TweenerCore DOBlurShift(this Outlinable.OutlineProperties target, float endValue, float duration, bool snapping = false) + { + var tweener = DOTween.To(() => target.BlurShift, x => target.BlurShift = x, endValue, duration); + tweener.SetOptions(snapping).SetTarget(target); + return tweener; + } + + /// + /// Controls the amount of blur applied to the outline + /// + public static TweenerCore DOBlurShift(this Outliner target, float endValue, float duration, bool snapping = false) + { + var tweener = DOTween.To(() => target.BlurShift, x => target.BlurShift = x, endValue, duration); + tweener.SetOptions(snapping).SetTarget(target); + return tweener; + } + + /// + /// Controls the amount of dilation applied to the outline + /// + public static TweenerCore DODilateShift(this Outlinable.OutlineProperties target, float endValue, float duration, bool snapping = false) + { + var tweener = DOTween.To(() => target.DilateShift, x => target.DilateShift = x, endValue, duration); + tweener.SetOptions(snapping).SetTarget(target); + return tweener; + } + + /// + /// Controls the amount of dilation applied to the outline + /// + public static TweenerCore DODilateShift(this Outliner target, float endValue, float duration, bool snapping = false) + { + var tweener = DOTween.To(() => target.DilateShift, x => target.DilateShift = x, endValue, duration); + tweener.SetOptions(snapping).SetTarget(target); + return tweener; + } + } +} +#endif diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta new file mode 100644 index 0000000..4b8991f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e944529dcaee98f4e9498d80e541d93e +timeCreated: 1602593330 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs new file mode 100644 index 0000000..6e1469e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs @@ -0,0 +1,216 @@ +// Author: Daniele Giardini - http://www.demigiant.com +// Created: 2018/07/13 + +#if true // MODULE_MARKER +using System; +using DG.Tweening.Core; +using DG.Tweening.Core.Enums; +using DG.Tweening.Plugins; +using DG.Tweening.Plugins.Core.PathCore; +using DG.Tweening.Plugins.Options; +using UnityEngine; + +#pragma warning disable 1591 +namespace DG.Tweening +{ + public static class DOTweenModulePhysics + { + #region Shortcuts + + #region Rigidbody + + /// Tweens a Rigidbody's position to the given value. + /// Also stores the rigidbody as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMove(this Rigidbody target, Vector3 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.position, target.MovePosition, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + /// Tweens a Rigidbody's X position to the given value. + /// Also stores the rigidbody as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMoveX(this Rigidbody target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector3(endValue, 0, 0), duration); + t.SetOptions(AxisConstraint.X, snapping).SetTarget(target); + return t; + } + + /// Tweens a Rigidbody's Y position to the given value. + /// Also stores the rigidbody as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMoveY(this Rigidbody target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector3(0, endValue, 0), duration); + t.SetOptions(AxisConstraint.Y, snapping).SetTarget(target); + return t; + } + + /// Tweens a Rigidbody's Z position to the given value. + /// Also stores the rigidbody as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMoveZ(this Rigidbody target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector3(0, 0, endValue), duration); + t.SetOptions(AxisConstraint.Z, snapping).SetTarget(target); + return t; + } + + /// Tweens a Rigidbody's rotation to the given value. + /// Also stores the rigidbody as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// Rotation mode + public static TweenerCore DORotate(this Rigidbody target, Vector3 endValue, float duration, RotateMode mode = RotateMode.Fast) + { + TweenerCore t = DOTween.To(() => target.rotation, target.MoveRotation, endValue, duration); + t.SetTarget(target); + t.plugOptions.rotateMode = mode; + return t; + } + + /// Tweens a Rigidbody's rotation so that it will look towards the given position. + /// Also stores the rigidbody as the tween's target so it can be used for filtered operations + /// The position to look atThe duration of the tween + /// Eventual axis constraint for the rotation + /// The vector that defines in which direction up is (default: Vector3.up) + public static TweenerCore DOLookAt(this Rigidbody target, Vector3 towards, float duration, AxisConstraint axisConstraint = AxisConstraint.None, Vector3? up = null) + { + TweenerCore t = DOTween.To(() => target.rotation, target.MoveRotation, towards, duration) + .SetTarget(target).SetSpecialStartupMode(SpecialStartupMode.SetLookAt); + t.plugOptions.axisConstraint = axisConstraint; + t.plugOptions.up = (up == null) ? Vector3.up : (Vector3)up; + return t; + } + + #region Special + + /// Tweens a Rigidbody's position to the given value, while also applying a jump effect along the Y axis. + /// Returns a Sequence instead of a Tweener. + /// Also stores the Rigidbody as the tween's target so it can be used for filtered operations + /// The end value to reach + /// Power of the jump (the max height of the jump is represented by this plus the final Y offset) + /// Total number of jumps + /// The duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static Sequence DOJump(this Rigidbody target, Vector3 endValue, float jumpPower, int numJumps, float duration, bool snapping = false) + { + if (numJumps < 1) numJumps = 1; + float startPosY = 0; + float offsetY = -1; + bool offsetYSet = false; + Sequence s = DOTween.Sequence(); + Tween yTween = DOTween.To(() => target.position, target.MovePosition, new Vector3(0, jumpPower, 0), duration / (numJumps * 2)) + .SetOptions(AxisConstraint.Y, snapping).SetEase(Ease.OutQuad).SetRelative() + .SetLoops(numJumps * 2, LoopType.Yoyo) + .OnStart(() => startPosY = target.position.y); + s.Append(DOTween.To(() => target.position, target.MovePosition, new Vector3(endValue.x, 0, 0), duration) + .SetOptions(AxisConstraint.X, snapping).SetEase(Ease.Linear) + ).Join(DOTween.To(() => target.position, target.MovePosition, new Vector3(0, 0, endValue.z), duration) + .SetOptions(AxisConstraint.Z, snapping).SetEase(Ease.Linear) + ).Join(yTween) + .SetTarget(target).SetEase(DOTween.defaultEaseType); + yTween.OnUpdate(() => { + if (!offsetYSet) { + offsetYSet = true; + offsetY = s.isRelative ? endValue.y : endValue.y - startPosY; + } + Vector3 pos = target.position; + pos.y += DOVirtual.EasedValue(0, offsetY, yTween.ElapsedPercentage(), Ease.OutQuad); + target.MovePosition(pos); + }); + return s; + } + + /// Tweens a Rigidbody's position through the given path waypoints, using the chosen path algorithm. + /// Also stores the Rigidbody as the tween's target so it can be used for filtered operations. + /// NOTE: to tween a rigidbody correctly it should be set to kinematic at least while being tweened. + /// BEWARE: doesn't work on Windows Phone store (waiting for Unity to fix their own bug). + /// If you plan to publish there you should use a regular transform.DOPath. + /// The waypoints to go through + /// The duration of the tween + /// The type of path: Linear (straight path), CatmullRom (curved CatmullRom path) or CubicBezier (curved with control points) + /// The path mode: 3D, side-scroller 2D, top-down 2D + /// The resolution of the path (useless in case of Linear paths): higher resolutions make for more detailed curved paths but are more expensive. + /// Defaults to 10, but a value of 5 is usually enough if you don't have dramatic long curves between waypoints + /// The color of the path (shown when gizmos are active in the Play panel and the tween is running) + public static TweenerCore DOPath( + this Rigidbody target, Vector3[] path, float duration, PathType pathType = PathType.Linear, + PathMode pathMode = PathMode.Full3D, int resolution = 10, Color? gizmoColor = null + ) + { + if (resolution < 1) resolution = 1; + TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, target.MovePosition, new Path(pathType, path, resolution, gizmoColor), duration) + .SetTarget(target).SetUpdate(UpdateType.Fixed); + + t.plugOptions.isRigidbody = true; + t.plugOptions.mode = pathMode; + return t; + } + /// Tweens a Rigidbody's localPosition through the given path waypoints, using the chosen path algorithm. + /// Also stores the Rigidbody as the tween's target so it can be used for filtered operations + /// NOTE: to tween a rigidbody correctly it should be set to kinematic at least while being tweened. + /// BEWARE: doesn't work on Windows Phone store (waiting for Unity to fix their own bug). + /// If you plan to publish there you should use a regular transform.DOLocalPath. + /// The waypoint to go through + /// The duration of the tween + /// The type of path: Linear (straight path), CatmullRom (curved CatmullRom path) or CubicBezier (curved with control points) + /// The path mode: 3D, side-scroller 2D, top-down 2D + /// The resolution of the path: higher resolutions make for more detailed curved paths but are more expensive. + /// Defaults to 10, but a value of 5 is usually enough if you don't have dramatic long curves between waypoints + /// The color of the path (shown when gizmos are active in the Play panel and the tween is running) + public static TweenerCore DOLocalPath( + this Rigidbody target, Vector3[] path, float duration, PathType pathType = PathType.Linear, + PathMode pathMode = PathMode.Full3D, int resolution = 10, Color? gizmoColor = null + ) + { + if (resolution < 1) resolution = 1; + Transform trans = target.transform; + TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), new Path(pathType, path, resolution, gizmoColor), duration) + .SetTarget(target).SetUpdate(UpdateType.Fixed); + + t.plugOptions.isRigidbody = true; + t.plugOptions.mode = pathMode; + t.plugOptions.useLocalPosition = true; + return t; + } + // Used by path editor when creating the actual tween, so it can pass a pre-compiled path + internal static TweenerCore DOPath( + this Rigidbody target, Path path, float duration, PathMode pathMode = PathMode.Full3D + ) + { + TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, target.MovePosition, path, duration) + .SetTarget(target); + + t.plugOptions.isRigidbody = true; + t.plugOptions.mode = pathMode; + return t; + } + internal static TweenerCore DOLocalPath( + this Rigidbody target, Path path, float duration, PathMode pathMode = PathMode.Full3D + ) + { + Transform trans = target.transform; + TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), path, duration) + .SetTarget(target); + + t.plugOptions.isRigidbody = true; + t.plugOptions.mode = pathMode; + t.plugOptions.useLocalPosition = true; + return t; + } + + #endregion + + #endregion + + #endregion + } +} +#endif diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta new file mode 100644 index 0000000..0ce0d75 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dae9aa560b4242648a3affa2bfabc365 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs new file mode 100644 index 0000000..d668003 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs @@ -0,0 +1,193 @@ +// Author: Daniele Giardini - http://www.demigiant.com +// Created: 2018/07/13 + +#if true // MODULE_MARKER +using System; +using DG.Tweening.Core; +using DG.Tweening.Plugins; +using DG.Tweening.Plugins.Core.PathCore; +using DG.Tweening.Plugins.Options; +using UnityEngine; + +#pragma warning disable 1591 +namespace DG.Tweening +{ + public static class DOTweenModulePhysics2D + { + #region Shortcuts + + #region Rigidbody2D Shortcuts + + /// Tweens a Rigidbody2D's position to the given value. + /// Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMove(this Rigidbody2D target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.position, target.MovePosition, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + /// Tweens a Rigidbody2D's X position to the given value. + /// Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMoveX(this Rigidbody2D target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector2(endValue, 0), duration); + t.SetOptions(AxisConstraint.X, snapping).SetTarget(target); + return t; + } + + /// Tweens a Rigidbody2D's Y position to the given value. + /// Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMoveY(this Rigidbody2D target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector2(0, endValue), duration); + t.SetOptions(AxisConstraint.Y, snapping).SetTarget(target); + return t; + } + + /// Tweens a Rigidbody2D's rotation to the given value. + /// Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DORotate(this Rigidbody2D target, float endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.rotation, target.MoveRotation, endValue, duration); + t.SetTarget(target); + return t; + } + + #region Special + + /// Tweens a Rigidbody2D's position to the given value, while also applying a jump effect along the Y axis. + /// Returns a Sequence instead of a Tweener. + /// Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations. + /// IMPORTANT: a rigidbody2D can't be animated in a jump arc using MovePosition, so the tween will directly set the position + /// The end value to reach + /// Power of the jump (the max height of the jump is represented by this plus the final Y offset) + /// Total number of jumps + /// The duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static Sequence DOJump(this Rigidbody2D target, Vector2 endValue, float jumpPower, int numJumps, float duration, bool snapping = false) + { + if (numJumps < 1) numJumps = 1; + float startPosY = 0; + float offsetY = -1; + bool offsetYSet = false; + Sequence s = DOTween.Sequence(); + Tween yTween = DOTween.To(() => target.position, x => target.position = x, new Vector2(0, jumpPower), duration / (numJumps * 2)) + .SetOptions(AxisConstraint.Y, snapping).SetEase(Ease.OutQuad).SetRelative() + .SetLoops(numJumps * 2, LoopType.Yoyo) + .OnStart(() => startPosY = target.position.y); + s.Append(DOTween.To(() => target.position, x => target.position = x, new Vector2(endValue.x, 0), duration) + .SetOptions(AxisConstraint.X, snapping).SetEase(Ease.Linear) + ).Join(yTween) + .SetTarget(target).SetEase(DOTween.defaultEaseType); + yTween.OnUpdate(() => { + if (!offsetYSet) { + offsetYSet = true; + offsetY = s.isRelative ? endValue.y : endValue.y - startPosY; + } + Vector3 pos = target.position; + pos.y += DOVirtual.EasedValue(0, offsetY, yTween.ElapsedPercentage(), Ease.OutQuad); + target.MovePosition(pos); + }); + return s; + } + + /// Tweens a Rigidbody2D's position through the given path waypoints, using the chosen path algorithm. + /// Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations. + /// NOTE: to tween a Rigidbody2D correctly it should be set to kinematic at least while being tweened. + /// BEWARE: doesn't work on Windows Phone store (waiting for Unity to fix their own bug). + /// If you plan to publish there you should use a regular transform.DOPath. + /// The waypoints to go through + /// The duration of the tween + /// The type of path: Linear (straight path), CatmullRom (curved CatmullRom path) or CubicBezier (curved with control points) + /// The path mode: 3D, side-scroller 2D, top-down 2D + /// The resolution of the path (useless in case of Linear paths): higher resolutions make for more detailed curved paths but are more expensive. + /// Defaults to 10, but a value of 5 is usually enough if you don't have dramatic long curves between waypoints + /// The color of the path (shown when gizmos are active in the Play panel and the tween is running) + public static TweenerCore DOPath( + this Rigidbody2D target, Vector2[] path, float duration, PathType pathType = PathType.Linear, + PathMode pathMode = PathMode.Full3D, int resolution = 10, Color? gizmoColor = null + ) + { + if (resolution < 1) resolution = 1; + int len = path.Length; + Vector3[] path3D = new Vector3[len]; + for (int i = 0; i < len; ++i) path3D[i] = path[i]; + TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, x => target.MovePosition(x), new Path(pathType, path3D, resolution, gizmoColor), duration) + .SetTarget(target).SetUpdate(UpdateType.Fixed); + + t.plugOptions.isRigidbody2D = true; + t.plugOptions.mode = pathMode; + return t; + } + /// Tweens a Rigidbody2D's localPosition through the given path waypoints, using the chosen path algorithm. + /// Also stores the Rigidbody2D as the tween's target so it can be used for filtered operations + /// NOTE: to tween a Rigidbody2D correctly it should be set to kinematic at least while being tweened. + /// BEWARE: doesn't work on Windows Phone store (waiting for Unity to fix their own bug). + /// If you plan to publish there you should use a regular transform.DOLocalPath. + /// The waypoint to go through + /// The duration of the tween + /// The type of path: Linear (straight path), CatmullRom (curved CatmullRom path) or CubicBezier (curved with control points) + /// The path mode: 3D, side-scroller 2D, top-down 2D + /// The resolution of the path: higher resolutions make for more detailed curved paths but are more expensive. + /// Defaults to 10, but a value of 5 is usually enough if you don't have dramatic long curves between waypoints + /// The color of the path (shown when gizmos are active in the Play panel and the tween is running) + public static TweenerCore DOLocalPath( + this Rigidbody2D target, Vector2[] path, float duration, PathType pathType = PathType.Linear, + PathMode pathMode = PathMode.Full3D, int resolution = 10, Color? gizmoColor = null + ) + { + if (resolution < 1) resolution = 1; + int len = path.Length; + Vector3[] path3D = new Vector3[len]; + for (int i = 0; i < len; ++i) path3D[i] = path[i]; + Transform trans = target.transform; + TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), new Path(pathType, path3D, resolution, gizmoColor), duration) + .SetTarget(target).SetUpdate(UpdateType.Fixed); + + t.plugOptions.isRigidbody2D = true; + t.plugOptions.mode = pathMode; + t.plugOptions.useLocalPosition = true; + return t; + } + // Used by path editor when creating the actual tween, so it can pass a pre-compiled path + internal static TweenerCore DOPath( + this Rigidbody2D target, Path path, float duration, PathMode pathMode = PathMode.Full3D + ) + { + TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, x => target.MovePosition(x), path, duration) + .SetTarget(target); + + t.plugOptions.isRigidbody2D = true; + t.plugOptions.mode = pathMode; + return t; + } + internal static TweenerCore DOLocalPath( + this Rigidbody2D target, Path path, float duration, PathMode pathMode = PathMode.Full3D + ) + { + Transform trans = target.transform; + TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), path, duration) + .SetTarget(target); + + t.plugOptions.isRigidbody2D = true; + t.plugOptions.mode = pathMode; + t.plugOptions.useLocalPosition = true; + return t; + } + + #endregion + + #endregion + + #endregion + } +} +#endif diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta new file mode 100644 index 0000000..ca9ed29 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 230fe34542e175245ba74b4659dae700 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs new file mode 100644 index 0000000..0efebb3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs @@ -0,0 +1,93 @@ +// Author: Daniele Giardini - http://www.demigiant.com +// Created: 2018/07/13 + +#if true // MODULE_MARKER +using System; +using UnityEngine; +using DG.Tweening.Core; +using DG.Tweening.Plugins.Options; + +#pragma warning disable 1591 +namespace DG.Tweening +{ + public static class DOTweenModuleSprite + { + #region Shortcuts + + #region SpriteRenderer + + /// Tweens a SpriteRenderer's color to the given value. + /// Also stores the spriteRenderer as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOColor(this SpriteRenderer target, Color endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens a Material's alpha color to the given value. + /// Also stores the spriteRenderer as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOFade(this SpriteRenderer target, float endValue, float duration) + { + TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens a SpriteRenderer's color using the given gradient + /// (NOTE 1: only uses the colors of the gradient, not the alphas - NOTE 2: creates a Sequence, not a Tweener). + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The gradient to useThe duration of the tween + public static Sequence DOGradientColor(this SpriteRenderer target, Gradient gradient, float duration) + { + Sequence s = DOTween.Sequence(); + GradientColorKey[] colors = gradient.colorKeys; + int len = colors.Length; + for (int i = 0; i < len; ++i) { + GradientColorKey c = colors[i]; + if (i == 0 && c.time <= 0) { + target.color = c.color; + continue; + } + float colorDuration = i == len - 1 + ? duration - s.Duration(false) // Verifies that total duration is correct + : duration * (i == 0 ? c.time : c.time - colors[i - 1].time); + s.Append(target.DOColor(c.color, colorDuration).SetEase(Ease.Linear)); + } + s.SetTarget(target); + return s; + } + + #endregion + + #region Blendables + + #region SpriteRenderer + + /// Tweens a SpriteRenderer's color to the given value, + /// in a way that allows other DOBlendableColor tweens to work together on the same target, + /// instead than fight each other as multiple DOColor would do. + /// Also stores the SpriteRenderer as the tween's target so it can be used for filtered operations + /// The value to tween toThe duration of the tween + public static Tweener DOBlendableColor(this SpriteRenderer target, Color endValue, float duration) + { + endValue = endValue - target.color; + Color to = new Color(0, 0, 0, 0); + return DOTween.To(() => to, x => { + Color diff = x - to; + to = x; + target.color += diff; + }, endValue, duration) + .Blendable().SetTarget(target); + } + + #endregion + + #endregion + + #endregion + } +} +#endif diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta new file mode 100644 index 0000000..a0c67c4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 188918ab119d93148aa0de59ccf5286b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs new file mode 100644 index 0000000..6322b3a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs @@ -0,0 +1,662 @@ +// Author: Daniele Giardini - http://www.demigiant.com +// Created: 2018/07/13 + +#if true // MODULE_MARKER + +using System; +using System.Globalization; +using UnityEngine; +using UnityEngine.UI; +using DG.Tweening.Core; +using DG.Tweening.Core.Enums; +using DG.Tweening.Plugins; +using DG.Tweening.Plugins.Options; +using Outline = UnityEngine.UI.Outline; +using Text = UnityEngine.UI.Text; + +#pragma warning disable 1591 +namespace DG.Tweening +{ + public static class DOTweenModuleUI + { + #region Shortcuts + + #region CanvasGroup + + /// Tweens a CanvasGroup's alpha color to the given value. + /// Also stores the canvasGroup as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOFade(this CanvasGroup target, float endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.alpha, x => target.alpha = x, endValue, duration); + t.SetTarget(target); + return t; + } + + #endregion + + #region Graphic + + /// Tweens an Graphic's color to the given value. + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOColor(this Graphic target, Color endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens an Graphic's alpha color to the given value. + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOFade(this Graphic target, float endValue, float duration) + { + TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + #endregion + + #region Image + + /// Tweens an Image's color to the given value. + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOColor(this Image target, Color endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens an Image's alpha color to the given value. + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOFade(this Image target, float endValue, float duration) + { + TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens an Image's fillAmount to the given value. + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The end value to reach (0 to 1)The duration of the tween + public static TweenerCore DOFillAmount(this Image target, float endValue, float duration) + { + if (endValue > 1) endValue = 1; + else if (endValue < 0) endValue = 0; + TweenerCore t = DOTween.To(() => target.fillAmount, x => target.fillAmount = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens an Image's colors using the given gradient + /// (NOTE 1: only uses the colors of the gradient, not the alphas - NOTE 2: creates a Sequence, not a Tweener). + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The gradient to useThe duration of the tween + public static Sequence DOGradientColor(this Image target, Gradient gradient, float duration) + { + Sequence s = DOTween.Sequence(); + GradientColorKey[] colors = gradient.colorKeys; + int len = colors.Length; + for (int i = 0; i < len; ++i) { + GradientColorKey c = colors[i]; + if (i == 0 && c.time <= 0) { + target.color = c.color; + continue; + } + float colorDuration = i == len - 1 + ? duration - s.Duration(false) // Verifies that total duration is correct + : duration * (i == 0 ? c.time : c.time - colors[i - 1].time); + s.Append(target.DOColor(c.color, colorDuration).SetEase(Ease.Linear)); + } + s.SetTarget(target); + return s; + } + + #endregion + + #region LayoutElement + + /// Tweens an LayoutElement's flexibleWidth/Height to the given value. + /// Also stores the LayoutElement as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOFlexibleSize(this LayoutElement target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => new Vector2(target.flexibleWidth, target.flexibleHeight), x => { + target.flexibleWidth = x.x; + target.flexibleHeight = x.y; + }, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + /// Tweens an LayoutElement's minWidth/Height to the given value. + /// Also stores the LayoutElement as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOMinSize(this LayoutElement target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => new Vector2(target.minWidth, target.minHeight), x => { + target.minWidth = x.x; + target.minHeight = x.y; + }, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + /// Tweens an LayoutElement's preferredWidth/Height to the given value. + /// Also stores the LayoutElement as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOPreferredSize(this LayoutElement target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => new Vector2(target.preferredWidth, target.preferredHeight), x => { + target.preferredWidth = x.x; + target.preferredHeight = x.y; + }, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + #endregion + + #region Outline + + /// Tweens a Outline's effectColor to the given value. + /// Also stores the Outline as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOColor(this Outline target, Color endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.effectColor, x => target.effectColor = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens a Outline's effectColor alpha to the given value. + /// Also stores the Outline as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOFade(this Outline target, float endValue, float duration) + { + TweenerCore t = DOTween.ToAlpha(() => target.effectColor, x => target.effectColor = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens a Outline's effectDistance to the given value. + /// Also stores the Outline as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOScale(this Outline target, Vector2 endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.effectDistance, x => target.effectDistance = x, endValue, duration); + t.SetTarget(target); + return t; + } + + #endregion + + #region RectTransform + + /// Tweens a RectTransform's anchoredPosition to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorPos(this RectTransform target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + /// Tweens a RectTransform's anchoredPosition X to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorPosX(this RectTransform target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(endValue, 0), duration); + t.SetOptions(AxisConstraint.X, snapping).SetTarget(target); + return t; + } + /// Tweens a RectTransform's anchoredPosition Y to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorPosY(this RectTransform target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(0, endValue), duration); + t.SetOptions(AxisConstraint.Y, snapping).SetTarget(target); + return t; + } + + /// Tweens a RectTransform's anchoredPosition3D to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorPos3D(this RectTransform target, Vector3 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + /// Tweens a RectTransform's anchoredPosition3D X to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorPos3DX(this RectTransform target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(endValue, 0, 0), duration); + t.SetOptions(AxisConstraint.X, snapping).SetTarget(target); + return t; + } + /// Tweens a RectTransform's anchoredPosition3D Y to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorPos3DY(this RectTransform target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(0, endValue, 0), duration); + t.SetOptions(AxisConstraint.Y, snapping).SetTarget(target); + return t; + } + /// Tweens a RectTransform's anchoredPosition3D Z to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorPos3DZ(this RectTransform target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(0, 0, endValue), duration); + t.SetOptions(AxisConstraint.Z, snapping).SetTarget(target); + return t; + } + + /// Tweens a RectTransform's anchorMax to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorMax(this RectTransform target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchorMax, x => target.anchorMax = x, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + /// Tweens a RectTransform's anchorMin to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOAnchorMin(this RectTransform target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.anchorMin, x => target.anchorMin = x, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + /// Tweens a RectTransform's pivot to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOPivot(this RectTransform target, Vector2 endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, endValue, duration); + t.SetTarget(target); + return t; + } + /// Tweens a RectTransform's pivot X to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOPivotX(this RectTransform target, float endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, new Vector2(endValue, 0), duration); + t.SetOptions(AxisConstraint.X).SetTarget(target); + return t; + } + /// Tweens a RectTransform's pivot Y to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOPivotY(this RectTransform target, float endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, new Vector2(0, endValue), duration); + t.SetOptions(AxisConstraint.Y).SetTarget(target); + return t; + } + + /// Tweens a RectTransform's sizeDelta to the given value. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOSizeDelta(this RectTransform target, Vector2 endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.sizeDelta, x => target.sizeDelta = x, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + /// Punches a RectTransform's anchoredPosition towards the given direction and then back to the starting one + /// as if it was connected to the starting position via an elastic. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The direction and strength of the punch (added to the RectTransform's current position) + /// The duration of the tween + /// Indicates how much will the punch vibrate + /// Represents how much (0 to 1) the vector will go beyond the starting position when bouncing backwards. + /// 1 creates a full oscillation between the punch direction and the opposite direction, + /// while 0 oscillates only between the punch and the start position + /// If TRUE the tween will smoothly snap all values to integers + public static Tweener DOPunchAnchorPos(this RectTransform target, Vector2 punch, float duration, int vibrato = 10, float elasticity = 1, bool snapping = false) + { + return DOTween.Punch(() => target.anchoredPosition, x => target.anchoredPosition = x, punch, duration, vibrato, elasticity) + .SetTarget(target).SetOptions(snapping); + } + + /// Shakes a RectTransform's anchoredPosition with the given values. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The duration of the tween + /// The shake strength + /// Indicates how much will the shake vibrate + /// Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + /// Setting it to 0 will shake along a single direction. + /// If TRUE the tween will smoothly snap all values to integers + /// If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + /// Randomness mode + public static Tweener DOShakeAnchorPos(this RectTransform target, float duration, float strength = 100, int vibrato = 10, float randomness = 90, bool snapping = false, bool fadeOut = true, ShakeRandomnessMode randomnessMode = ShakeRandomnessMode.Full) + { + return DOTween.Shake(() => target.anchoredPosition, x => target.anchoredPosition = x, duration, strength, vibrato, randomness, true, fadeOut, randomnessMode) + .SetTarget(target).SetSpecialStartupMode(SpecialStartupMode.SetShake).SetOptions(snapping); + } + /// Shakes a RectTransform's anchoredPosition with the given values. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The duration of the tween + /// The shake strength on each axis + /// Indicates how much will the shake vibrate + /// Indicates how much the shake will be random (0 to 180 - values higher than 90 kind of suck, so beware). + /// Setting it to 0 will shake along a single direction. + /// If TRUE the tween will smoothly snap all values to integers + /// If TRUE the shake will automatically fadeOut smoothly within the tween's duration, otherwise it will not + /// Randomness mode + public static Tweener DOShakeAnchorPos(this RectTransform target, float duration, Vector2 strength, int vibrato = 10, float randomness = 90, bool snapping = false, bool fadeOut = true, ShakeRandomnessMode randomnessMode = ShakeRandomnessMode.Full) + { + return DOTween.Shake(() => target.anchoredPosition, x => target.anchoredPosition = x, duration, strength, vibrato, randomness, fadeOut, randomnessMode) + .SetTarget(target).SetSpecialStartupMode(SpecialStartupMode.SetShake).SetOptions(snapping); + } + + #region Special + + /// Tweens a RectTransform's anchoredPosition to the given value, while also applying a jump effect along the Y axis. + /// Returns a Sequence instead of a Tweener. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations + /// The end value to reach + /// Power of the jump (the max height of the jump is represented by this plus the final Y offset) + /// Total number of jumps + /// The duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static Sequence DOJumpAnchorPos(this RectTransform target, Vector2 endValue, float jumpPower, int numJumps, float duration, bool snapping = false) + { + if (numJumps < 1) numJumps = 1; + float startPosY = 0; + float offsetY = -1; + bool offsetYSet = false; + + // Separate Y Tween so we can elaborate elapsedPercentage on that insted of on the Sequence + // (in case users add a delay or other elements to the Sequence) + Sequence s = DOTween.Sequence(); + Tween yTween = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(0, jumpPower), duration / (numJumps * 2)) + .SetOptions(AxisConstraint.Y, snapping).SetEase(Ease.OutQuad).SetRelative() + .SetLoops(numJumps * 2, LoopType.Yoyo) + .OnStart(()=> startPosY = target.anchoredPosition.y); + s.Append(DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(endValue.x, 0), duration) + .SetOptions(AxisConstraint.X, snapping).SetEase(Ease.Linear) + ).Join(yTween) + .SetTarget(target).SetEase(DOTween.defaultEaseType); + s.OnUpdate(() => { + if (!offsetYSet) { + offsetYSet = true; + offsetY = s.isRelative ? endValue.y : endValue.y - startPosY; + } + Vector2 pos = target.anchoredPosition; + pos.y += DOVirtual.EasedValue(0, offsetY, s.ElapsedDirectionalPercentage(), Ease.OutQuad); + target.anchoredPosition = pos; + }); + return s; + } + + #endregion + + #endregion + + #region ScrollRect + + /// Tweens a ScrollRect's horizontal/verticalNormalizedPosition to the given value. + /// Also stores the ScrollRect as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static Tweener DONormalizedPos(this ScrollRect target, Vector2 endValue, float duration, bool snapping = false) + { + return DOTween.To(() => new Vector2(target.horizontalNormalizedPosition, target.verticalNormalizedPosition), + x => { + target.horizontalNormalizedPosition = x.x; + target.verticalNormalizedPosition = x.y; + }, endValue, duration) + .SetOptions(snapping).SetTarget(target); + } + /// Tweens a ScrollRect's horizontalNormalizedPosition to the given value. + /// Also stores the ScrollRect as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static Tweener DOHorizontalNormalizedPos(this ScrollRect target, float endValue, float duration, bool snapping = false) + { + return DOTween.To(() => target.horizontalNormalizedPosition, x => target.horizontalNormalizedPosition = x, endValue, duration) + .SetOptions(snapping).SetTarget(target); + } + /// Tweens a ScrollRect's verticalNormalizedPosition to the given value. + /// Also stores the ScrollRect as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static Tweener DOVerticalNormalizedPos(this ScrollRect target, float endValue, float duration, bool snapping = false) + { + return DOTween.To(() => target.verticalNormalizedPosition, x => target.verticalNormalizedPosition = x, endValue, duration) + .SetOptions(snapping).SetTarget(target); + } + + #endregion + + #region Slider + + /// Tweens a Slider's value to the given value. + /// Also stores the Slider as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOValue(this Slider target, float endValue, float duration, bool snapping = false) + { + TweenerCore t = DOTween.To(() => target.value, x => target.value = x, endValue, duration); + t.SetOptions(snapping).SetTarget(target); + return t; + } + + #endregion + + #region Text + + /// Tweens a Text's color to the given value. + /// Also stores the Text as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOColor(this Text target, Color endValue, float duration) + { + TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// + /// Tweens a Text's text from one integer to another, with options for thousands separators + /// + /// The value to start from + /// The end value to reach + /// The duration of the tween + /// If TRUE (default) also adds thousands separators + /// The to use (InvariantCulture if NULL) + public static TweenerCore DOCounter( + this Text target, int fromValue, int endValue, float duration, bool addThousandsSeparator = true, CultureInfo culture = null + ){ + int v = fromValue; + CultureInfo cInfo = !addThousandsSeparator ? null : culture ?? CultureInfo.InvariantCulture; + TweenerCore t = DOTween.To(() => v, x => { + v = x; + target.text = addThousandsSeparator + ? v.ToString("N0", cInfo) + : v.ToString(); + }, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens a Text's alpha color to the given value. + /// Also stores the Text as the tween's target so it can be used for filtered operations + /// The end value to reachThe duration of the tween + public static TweenerCore DOFade(this Text target, float endValue, float duration) + { + TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens a Text's text to the given value. + /// Also stores the Text as the tween's target so it can be used for filtered operations + /// The end string to tween toThe duration of the tween + /// If TRUE (default), rich text will be interpreted correctly while animated, + /// otherwise all tags will be considered as normal text + /// The type of scramble mode to use, if any + /// A string containing the characters to use for scrambling. + /// Use as many characters as possible (minimum 10) because DOTween uses a fast scramble mode which gives better results with more characters. + /// Leave it to NULL (default) to use default ones + public static TweenerCore DOText(this Text target, string endValue, float duration, bool richTextEnabled = true, ScrambleMode scrambleMode = ScrambleMode.None, string scrambleChars = null) + { + if (endValue == null) { + if (Debugger.logPriority > 0) Debugger.LogWarning("You can't pass a NULL string to DOText: an empty string will be used instead to avoid errors"); + endValue = ""; + } + TweenerCore t = DOTween.To(() => target.text, x => target.text = x, endValue, duration); + t.SetOptions(richTextEnabled, scrambleMode, scrambleChars) + .SetTarget(target); + return t; + } + + #endregion + + #region Blendables + + #region Graphic + + /// Tweens a Graphic's color to the given value, + /// in a way that allows other DOBlendableColor tweens to work together on the same target, + /// instead than fight each other as multiple DOColor would do. + /// Also stores the Graphic as the tween's target so it can be used for filtered operations + /// The value to tween toThe duration of the tween + public static Tweener DOBlendableColor(this Graphic target, Color endValue, float duration) + { + endValue = endValue - target.color; + Color to = new Color(0, 0, 0, 0); + return DOTween.To(() => to, x => { + Color diff = x - to; + to = x; + target.color += diff; + }, endValue, duration) + .Blendable().SetTarget(target); + } + + #endregion + + #region Image + + /// Tweens a Image's color to the given value, + /// in a way that allows other DOBlendableColor tweens to work together on the same target, + /// instead than fight each other as multiple DOColor would do. + /// Also stores the Image as the tween's target so it can be used for filtered operations + /// The value to tween toThe duration of the tween + public static Tweener DOBlendableColor(this Image target, Color endValue, float duration) + { + endValue = endValue - target.color; + Color to = new Color(0, 0, 0, 0); + return DOTween.To(() => to, x => { + Color diff = x - to; + to = x; + target.color += diff; + }, endValue, duration) + .Blendable().SetTarget(target); + } + + #endregion + + #region Text + + /// Tweens a Text's color BY the given value, + /// in a way that allows other DOBlendableColor tweens to work together on the same target, + /// instead than fight each other as multiple DOColor would do. + /// Also stores the Text as the tween's target so it can be used for filtered operations + /// The value to tween toThe duration of the tween + public static Tweener DOBlendableColor(this Text target, Color endValue, float duration) + { + endValue = endValue - target.color; + Color to = new Color(0, 0, 0, 0); + return DOTween.To(() => to, x => { + Color diff = x - to; + to = x; + target.color += diff; + }, endValue, duration) + .Blendable().SetTarget(target); + } + + #endregion + + #endregion + + #region Shapes + + /// Tweens a RectTransform's anchoredPosition so that it draws a circle around the given center. + /// Also stores the RectTransform as the tween's target so it can be used for filtered operations. + /// IMPORTANT: SetFrom(value) requires a instead of a float, where the X property represents the "from degrees value" + /// Circle-center/pivot around which to rotate (in UI anchoredPosition coordinates) + /// The end value degrees to reach (to rotate counter-clockwise pass a negative value) + /// The duration of the tween + /// If TRUE the coordinates will be considered as relative to the target's current anchoredPosition + /// If TRUE the tween will smoothly snap all values to integers + public static TweenerCore DOShapeCircle( + this RectTransform target, Vector2 center, float endValueDegrees, float duration, bool relativeCenter = false, bool snapping = false + ) + { + TweenerCore t = DOTween.To( + CirclePlugin.Get(), () => target.anchoredPosition, x => target.anchoredPosition = x, center, duration + ); + t.SetOptions(endValueDegrees, relativeCenter, snapping).SetTarget(target); + return t; + } + + #endregion + + #endregion + + // █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ + // ███ INTERNAL CLASSES ████████████████████████████████████████████████████████████████████████████████████████████████ + // █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ + + public static class Utils + { + /// + /// Converts the anchoredPosition of the first RectTransform to the second RectTransform, + /// taking into consideration offset, anchors and pivot, and returns the new anchoredPosition + /// + public static Vector2 SwitchToRectTransform(RectTransform from, RectTransform to) + { + Vector2 localPoint; + Vector2 fromPivotDerivedOffset = new Vector2(from.rect.width * 0.5f + from.rect.xMin, from.rect.height * 0.5f + from.rect.yMin); + Vector2 screenP = RectTransformUtility.WorldToScreenPoint(null, from.position); + screenP += fromPivotDerivedOffset; + RectTransformUtility.ScreenPointToLocalPointInRectangle(to, screenP, null, out localPoint); + Vector2 pivotDerivedOffset = new Vector2(to.rect.width * 0.5f + to.rect.xMin, to.rect.height * 0.5f + to.rect.yMin); + return to.anchoredPosition + localPoint - pivotDerivedOffset; + } + } + } +} +#endif diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta new file mode 100644 index 0000000..60d55ef --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a060394c03331a64392db53a10e7f2d1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs new file mode 100644 index 0000000..90498ed --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs @@ -0,0 +1,389 @@ +// Author: Daniele Giardini - http://www.demigiant.com +// Created: 2018/07/13 + +using System; +using UnityEngine; +using DG.Tweening.Core; +using DG.Tweening.Plugins.Options; +//#if UNITY_2018_1_OR_NEWER && (NET_4_6 || NET_STANDARD_2_0) +//using Task = System.Threading.Tasks.Task; +//#endif + +#pragma warning disable 1591 +namespace DG.Tweening +{ + /// + /// Shortcuts/functions that are not strictly related to specific Modules + /// but are available only on some Unity versions + /// + public static class DOTweenModuleUnityVersion + { + #region Material + + /// Tweens a Material's color using the given gradient + /// (NOTE 1: only uses the colors of the gradient, not the alphas - NOTE 2: creates a Sequence, not a Tweener). + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The gradient to useThe duration of the tween + public static Sequence DOGradientColor(this Material target, Gradient gradient, float duration) + { + Sequence s = DOTween.Sequence(); + GradientColorKey[] colors = gradient.colorKeys; + int len = colors.Length; + for (int i = 0; i < len; ++i) { + GradientColorKey c = colors[i]; + if (i == 0 && c.time <= 0) { + target.color = c.color; + continue; + } + float colorDuration = i == len - 1 + ? duration - s.Duration(false) // Verifies that total duration is correct + : duration * (i == 0 ? c.time : c.time - colors[i - 1].time); + s.Append(target.DOColor(c.color, colorDuration).SetEase(Ease.Linear)); + } + s.SetTarget(target); + return s; + } + /// Tweens a Material's named color property using the given gradient + /// (NOTE 1: only uses the colors of the gradient, not the alphas - NOTE 2: creates a Sequence, not a Tweener). + /// Also stores the image as the tween's target so it can be used for filtered operations + /// The gradient to use + /// The name of the material property to tween (like _Tint or _SpecColor) + /// The duration of the tween + public static Sequence DOGradientColor(this Material target, Gradient gradient, string property, float duration) + { + Sequence s = DOTween.Sequence(); + GradientColorKey[] colors = gradient.colorKeys; + int len = colors.Length; + for (int i = 0; i < len; ++i) { + GradientColorKey c = colors[i]; + if (i == 0 && c.time <= 0) { + target.SetColor(property, c.color); + continue; + } + float colorDuration = i == len - 1 + ? duration - s.Duration(false) // Verifies that total duration is correct + : duration * (i == 0 ? c.time : c.time - colors[i - 1].time); + s.Append(target.DOColor(c.color, property, colorDuration).SetEase(Ease.Linear)); + } + s.SetTarget(target); + return s; + } + + #endregion + + #region CustomYieldInstructions + + /// + /// Returns a that waits until the tween is killed or complete. + /// It can be used inside a coroutine as a yield. + /// Example usage:yield return myTween.WaitForCompletion(true); + /// + public static CustomYieldInstruction WaitForCompletion(this Tween t, bool returnCustomYieldInstruction) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return null; + } + return new DOTweenCYInstruction.WaitForCompletion(t); + } + + /// + /// Returns a that waits until the tween is killed or rewinded. + /// It can be used inside a coroutine as a yield. + /// Example usage:yield return myTween.WaitForRewind(); + /// + public static CustomYieldInstruction WaitForRewind(this Tween t, bool returnCustomYieldInstruction) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return null; + } + return new DOTweenCYInstruction.WaitForRewind(t); + } + + /// + /// Returns a that waits until the tween is killed. + /// It can be used inside a coroutine as a yield. + /// Example usage:yield return myTween.WaitForKill(); + /// + public static CustomYieldInstruction WaitForKill(this Tween t, bool returnCustomYieldInstruction) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return null; + } + return new DOTweenCYInstruction.WaitForKill(t); + } + + /// + /// Returns a that waits until the tween is killed or has gone through the given amount of loops. + /// It can be used inside a coroutine as a yield. + /// Example usage:yield return myTween.WaitForElapsedLoops(2); + /// + /// Elapsed loops to wait for + public static CustomYieldInstruction WaitForElapsedLoops(this Tween t, int elapsedLoops, bool returnCustomYieldInstruction) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return null; + } + return new DOTweenCYInstruction.WaitForElapsedLoops(t, elapsedLoops); + } + + /// + /// Returns a that waits until the tween is killed + /// or has reached the given time position (loops included, delays excluded). + /// It can be used inside a coroutine as a yield. + /// Example usage:yield return myTween.WaitForPosition(2.5f); + /// + /// Position (loops included, delays excluded) to wait for + public static CustomYieldInstruction WaitForPosition(this Tween t, float position, bool returnCustomYieldInstruction) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return null; + } + return new DOTweenCYInstruction.WaitForPosition(t, position); + } + + /// + /// Returns a that waits until the tween is killed or started + /// (meaning when the tween is set in a playing state the first time, after any eventual delay). + /// It can be used inside a coroutine as a yield. + /// Example usage:yield return myTween.WaitForStart(); + /// + public static CustomYieldInstruction WaitForStart(this Tween t, bool returnCustomYieldInstruction) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return null; + } + return new DOTweenCYInstruction.WaitForStart(t); + } + + #endregion + +#if UNITY_2018_1_OR_NEWER + #region Unity 2018.1 or Newer + + #region Material + + /// Tweens a Material's named texture offset property with the given ID to the given value. + /// Also stores the material as the tween's target so it can be used for filtered operations + /// The end value to reach + /// The ID of the material property to tween (also called nameID in Unity's manual) + /// The duration of the tween + public static TweenerCore DOOffset(this Material target, Vector2 endValue, int propertyID, float duration) + { + if (!target.HasProperty(propertyID)) { + if (Debugger.logPriority > 0) Debugger.LogMissingMaterialProperty(propertyID); + return null; + } + TweenerCore t = DOTween.To(() => target.GetTextureOffset(propertyID), x => target.SetTextureOffset(propertyID, x), endValue, duration); + t.SetTarget(target); + return t; + } + + /// Tweens a Material's named texture scale property with the given ID to the given value. + /// Also stores the material as the tween's target so it can be used for filtered operations + /// The end value to reach + /// The ID of the material property to tween (also called nameID in Unity's manual) + /// The duration of the tween + public static TweenerCore DOTiling(this Material target, Vector2 endValue, int propertyID, float duration) + { + if (!target.HasProperty(propertyID)) { + if (Debugger.logPriority > 0) Debugger.LogMissingMaterialProperty(propertyID); + return null; + } + TweenerCore t = DOTween.To(() => target.GetTextureScale(propertyID), x => target.SetTextureScale(propertyID, x), endValue, duration); + t.SetTarget(target); + return t; + } + + #endregion + + #region .NET 4.6 or Newer + +#if UNITY_2018_1_OR_NEWER && (NET_4_6 || NET_STANDARD_2_0) + + #region Async Instructions + + /// + /// Returns an async that waits until the tween is killed or complete. + /// It can be used inside an async operation. + /// Example usage:await myTween.WaitForCompletion(); + /// + public static async System.Threading.Tasks.Task AsyncWaitForCompletion(this Tween t) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return; + } + while (t.active && !t.IsComplete()) await System.Threading.Tasks.Task.Yield(); + } + + /// + /// Returns an async that waits until the tween is killed or rewinded. + /// It can be used inside an async operation. + /// Example usage:await myTween.AsyncWaitForRewind(); + /// + public static async System.Threading.Tasks.Task AsyncWaitForRewind(this Tween t) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return; + } + while (t.active && (!t.playedOnce || t.position * (t.CompletedLoops() + 1) > 0)) await System.Threading.Tasks.Task.Yield(); + } + + /// + /// Returns an async that waits until the tween is killed. + /// It can be used inside an async operation. + /// Example usage:await myTween.AsyncWaitForKill(); + /// + public static async System.Threading.Tasks.Task AsyncWaitForKill(this Tween t) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return; + } + while (t.active) await System.Threading.Tasks.Task.Yield(); + } + + /// + /// Returns an async that waits until the tween is killed or has gone through the given amount of loops. + /// It can be used inside an async operation. + /// Example usage:await myTween.AsyncWaitForElapsedLoops(); + /// + /// Elapsed loops to wait for + public static async System.Threading.Tasks.Task AsyncWaitForElapsedLoops(this Tween t, int elapsedLoops) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return; + } + while (t.active && t.CompletedLoops() < elapsedLoops) await System.Threading.Tasks.Task.Yield(); + } + + /// + /// Returns an async that waits until the tween is killed or started + /// (meaning when the tween is set in a playing state the first time, after any eventual delay). + /// It can be used inside an async operation. + /// Example usage:await myTween.AsyncWaitForPosition(); + /// + /// Position (loops included, delays excluded) to wait for + public static async System.Threading.Tasks.Task AsyncWaitForPosition(this Tween t, float position) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return; + } + while (t.active && t.position * (t.CompletedLoops() + 1) < position) await System.Threading.Tasks.Task.Yield(); + } + + /// + /// Returns an async that waits until the tween is killed. + /// It can be used inside an async operation. + /// Example usage:await myTween.AsyncWaitForKill(); + /// + public static async System.Threading.Tasks.Task AsyncWaitForStart(this Tween t) + { + if (!t.active) { + if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); + return; + } + while (t.active && !t.playedOnce) await System.Threading.Tasks.Task.Yield(); + } + + #endregion +#endif + + #endregion + + #endregion +#endif + } + + // █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ + // ███ CLASSES █████████████████████████████████████████████████████████████████████████████████████████████████████████ + // █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ + + public static class DOTweenCYInstruction + { + public class WaitForCompletion : CustomYieldInstruction + { + public override bool keepWaiting { get { + return t.active && !t.IsComplete(); + }} + readonly Tween t; + public WaitForCompletion(Tween tween) + { + t = tween; + } + } + + public class WaitForRewind : CustomYieldInstruction + { + public override bool keepWaiting { get { + return t.active && (!t.playedOnce || t.position * (t.CompletedLoops() + 1) > 0); + }} + readonly Tween t; + public WaitForRewind(Tween tween) + { + t = tween; + } + } + + public class WaitForKill : CustomYieldInstruction + { + public override bool keepWaiting { get { + return t.active; + }} + readonly Tween t; + public WaitForKill(Tween tween) + { + t = tween; + } + } + + public class WaitForElapsedLoops : CustomYieldInstruction + { + public override bool keepWaiting { get { + return t.active && t.CompletedLoops() < elapsedLoops; + }} + readonly Tween t; + readonly int elapsedLoops; + public WaitForElapsedLoops(Tween tween, int elapsedLoops) + { + t = tween; + this.elapsedLoops = elapsedLoops; + } + } + + public class WaitForPosition : CustomYieldInstruction + { + public override bool keepWaiting { get { + return t.active && t.position * (t.CompletedLoops() + 1) < position; + }} + readonly Tween t; + readonly float position; + public WaitForPosition(Tween tween, float position) + { + t = tween; + this.position = position; + } + } + + public class WaitForStart : CustomYieldInstruction + { + public override bool keepWaiting { get { + return t.active && !t.playedOnce; + }} + readonly Tween t; + public WaitForStart(Tween tween) + { + t = tween; + } + } + } +} diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta new file mode 100644 index 0000000..290189f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 63c02322328255542995bd02b47b0457 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs new file mode 100644 index 0000000..3d4c786 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs @@ -0,0 +1,167 @@ +// Author: Daniele Giardini - http://www.demigiant.com +// Created: 2018/07/13 + +using System; +using System.Reflection; +using UnityEngine; +using DG.Tweening.Core; +using DG.Tweening.Plugins.Core.PathCore; +using DG.Tweening.Plugins.Options; + +#pragma warning disable 1591 +namespace DG.Tweening +{ + /// + /// Utility functions that deal with available Modules. + /// Modules defines: + /// - DOTAUDIO + /// - DOTPHYSICS + /// - DOTPHYSICS2D + /// - DOTSPRITE + /// - DOTUI + /// Extra defines set and used for implementation of external assets: + /// - DOTWEEN_TMP ► TextMesh Pro + /// - DOTWEEN_TK2D ► 2D Toolkit + /// + public static class DOTweenModuleUtils + { + static bool _initialized; + + #region Reflection + + /// + /// Called via Reflection by DOTweenComponent on Awake + /// +#if UNITY_2018_1_OR_NEWER + [UnityEngine.Scripting.Preserve] +#endif + public static void Init() + { + if (_initialized) return; + + _initialized = true; + DOTweenExternalCommand.SetOrientationOnPath += Physics.SetOrientationOnPath; + +#if UNITY_EDITOR +#if UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_5 || UNITY_2017_1 + UnityEditor.EditorApplication.playmodeStateChanged += PlaymodeStateChanged; +#else + UnityEditor.EditorApplication.playModeStateChanged += PlaymodeStateChanged; +#endif +#endif + } + +#if UNITY_2018_1_OR_NEWER +#pragma warning disable + [UnityEngine.Scripting.Preserve] + // Just used to preserve methods when building, never called + static void Preserver() + { + Assembly[] loadedAssemblies = AppDomain.CurrentDomain.GetAssemblies(); + MethodInfo mi = typeof(MonoBehaviour).GetMethod("Stub"); + } +#pragma warning restore +#endif + + #endregion + +#if UNITY_EDITOR + // Fires OnApplicationPause in DOTweenComponent even when Editor is paused (otherwise it's only fired at runtime) +#if UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_5 || UNITY_2017_1 + static void PlaymodeStateChanged() + #else + static void PlaymodeStateChanged(UnityEditor.PlayModeStateChange state) +#endif + { + if (DOTween.instance == null) return; + DOTween.instance.OnApplicationPause(UnityEditor.EditorApplication.isPaused); + } +#endif + + // █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ + // ███ INTERNAL CLASSES ████████████████████████████████████████████████████████████████████████████████████████████████ + // █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ + + public static class Physics + { + // Called via DOTweenExternalCommand callback + public static void SetOrientationOnPath(PathOptions options, Tween t, Quaternion newRot, Transform trans) + { +#if true // PHYSICS_MARKER + if (options.isRigidbody) ((Rigidbody)t.target).rotation = newRot; + else trans.rotation = newRot; +#else + trans.rotation = newRot; +#endif + } + + // Returns FALSE if the DOTween's Physics2D Module is disabled, or if there's no Rigidbody2D attached + public static bool HasRigidbody2D(Component target) + { +#if true // PHYSICS2D_MARKER + return target.GetComponent() != null; +#else + return false; +#endif + } + + #region Called via Reflection + + + // Called via Reflection by DOTweenPathInspector + // Returns FALSE if the DOTween's Physics Module is disabled, or if there's no rigidbody attached +#if UNITY_2018_1_OR_NEWER + [UnityEngine.Scripting.Preserve] +#endif + public static bool HasRigidbody(Component target) + { +#if true // PHYSICS_MARKER + return target.GetComponent() != null; +#else + return false; +#endif + } + + // Called via Reflection by DOTweenPath +#if UNITY_2018_1_OR_NEWER + [UnityEngine.Scripting.Preserve] +#endif + public static TweenerCore CreateDOTweenPathTween( + MonoBehaviour target, bool tweenRigidbody, bool isLocal, Path path, float duration, PathMode pathMode + ){ + TweenerCore t = null; + bool rBodyFoundAndTweened = false; +#if true // PHYSICS_MARKER + if (tweenRigidbody) { + Rigidbody rBody = target.GetComponent(); + if (rBody != null) { + rBodyFoundAndTweened = true; + t = isLocal + ? rBody.DOLocalPath(path, duration, pathMode) + : rBody.DOPath(path, duration, pathMode); + } + } +#endif +#if true // PHYSICS2D_MARKER + if (!rBodyFoundAndTweened && tweenRigidbody) { + Rigidbody2D rBody2D = target.GetComponent(); + if (rBody2D != null) { + rBodyFoundAndTweened = true; + t = isLocal + ? rBody2D.DOLocalPath(path, duration, pathMode) + : rBody2D.DOPath(path, duration, pathMode); + } + } +#endif + if (!rBodyFoundAndTweened) { + t = isLocal + ? target.transform.DOLocalPath(path, duration, pathMode) + : target.transform.DOPath(path, duration, pathMode); + } + return t; + } + + #endregion + } + } +} diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta new file mode 100644 index 0000000..ab62186 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7bcaf917d9cf5b84090421a5a2abe42e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/readme.txt b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/readme.txt new file mode 100644 index 0000000..82b7c6c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/readme.txt @@ -0,0 +1,29 @@ +DOTween and DOTween Pro are copyright (c) 2014-2018 Daniele Giardini - Demigiant + +// IMPORTANT!!! ///////////////////////////////////////////// +// Upgrading DOTween from versions older than 1.2.000 /////// +// (or DOTween Pro older than 1.0.000) ////////////////////// +------------------------------------------------------------- +If you're upgrading your project from a version of DOTween older than 1.2.000 (or DOTween Pro older than 1.0.000) please follow these instructions carefully. +1) Import the new version in the same folder as the previous one, overwriting old files. A lot of errors will appear but don't worry +2) Close and reopen Unity (and your project). This is fundamental: skipping this step will cause a bloodbath +3) Open DOTween's Utility Panel (Tools > Demigiant > DOTween Utility Panel) if it doesn't open automatically, then press "Setup DOTween...": this will run the upgrade setup +4) From the Add/Remove Modules panel that opens, activate/deactivate Modules for Unity systems and for external assets (Pro version only) + +// GET STARTED ////////////////////////////////////////////// + +- After importing a new DOTween update, select DOTween's Utility Panel from the "Tools/Demigiant" menu (if it doesn't open automatically) and press the "Setup DOTween..." button to activate/deactivate Modules. You can also access a Preferences Tab from there to choose default settings for DOTween. +- In your code, add "using DG.Tweening" to each class where you want to use DOTween. +- You're ready to tween. Check out the links below for full documentation and license info. + + +// LINKS /////////////////////////////////////////////////////// + +DOTween website (documentation, examples, etc): http://dotween.demigiant.com +DOTween license: http://dotween.demigiant.com/license.php +DOTween repository (Google Code): https://code.google.com/p/dotween/ +Demigiant website (documentation, examples, etc): http://www.demigiant.com + +// NOTES ////////////////////////////////////////////////////// + +- DOTween's Utility Panel can be found under "Tools > Demigiant > DOTween Utility Panel" and also contains other useful options, plus a tab to set DOTween's preferences \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/readme.txt.meta b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/readme.txt.meta new file mode 100644 index 0000000..3799165 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Plugins/Demigiant/DOTween/readme.txt.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: fccfc62abf2eb0a4db614853430894fd +TextScriptImporter: + userData: diff --git a/Unity/Arctic Escape/Assets/Prefab.meta b/Unity/Arctic Escape/Assets/Prefab.meta new file mode 100644 index 0000000..99ac0c7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2e4acfec7dc1f4e83970acfdfd3266ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/AI.meta b/Unity/Arctic Escape/Assets/Prefab/AI.meta new file mode 100644 index 0000000..669e489 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/AI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f50f5774f2d1442bd915e76a860e5b67 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/AI/AIBogeyController.prefab b/Unity/Arctic Escape/Assets/Prefab/AI/AIBogeyController.prefab new file mode 100644 index 0000000..8c54261 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/AI/AIBogeyController.prefab @@ -0,0 +1,566 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5051828963139586474 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5051828963139586473} + - component: {fileID: 5051828963139586471} + - component: {fileID: 5051828963139586472} + m_Layer: 0 + m_Name: wheels-front + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5051828963139586473 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963139586474} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3.3352306e-13, y: 0.35949937, z: 0.6} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5051828964542089419} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5051828963139586471 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963139586474} + m_Mesh: {fileID: -1187700432492760014, guid: ba6144697128347939e8d4c5ed04040c, type: 3} +--- !u!23 &5051828963139586472 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963139586474} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1bd26ba2efec04ff9826fe0bda3190b8, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5051828963623730371 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5051828963623730396} + - component: {fileID: 5051828963623730399} + - component: {fileID: 5051828963623730395} + m_Layer: 0 + m_Name: AIBogeyController + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5051828963623730396 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963623730371} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.53, z: -2.47} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5051828964542089419} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &5051828963623730399 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963623730371} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!114 &5051828963623730395 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963623730371} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0ad2688d1605640d7a91b008fe7f9dac, type: 3} + m_Name: + m_EditorClassIdentifier: + moveSpeed: 5 + laneChangeTime: 0 +--- !u!1 &5051828963899444870 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5051828963899444869} + - component: {fileID: 5051828963899444867} + - component: {fileID: 5051828963899444868} + m_Layer: 0 + m_Name: wheel + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5051828963899444869 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963899444870} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.48149997, y: 0.26962453, z: -0.0927979} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5051828964542089419} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5051828963899444867 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963899444870} + m_Mesh: {fileID: -6296406880743504499, guid: ba6144697128347939e8d4c5ed04040c, type: 3} +--- !u!23 &5051828963899444868 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828963899444870} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1bd26ba2efec04ff9826fe0bda3190b8, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5051828964124646446 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5051828964124646445} + - component: {fileID: 5051828964124646443} + - component: {fileID: 5051828964124646444} + m_Layer: 0 + m_Name: wheel_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5051828964124646445 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964124646446} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.4815, y: 0.26962453, z: -0.69279784} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5051828964542089419} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5051828964124646443 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964124646446} + m_Mesh: {fileID: 8408115874618321217, guid: ba6144697128347939e8d4c5ed04040c, type: 3} +--- !u!23 &5051828964124646444 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964124646446} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1bd26ba2efec04ff9826fe0bda3190b8, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5051828964288007832 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5051828964288007831} + - component: {fileID: 5051828964288007829} + - component: {fileID: 5051828964288007830} + m_Layer: 0 + m_Name: wheel_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5051828964288007831 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964288007832} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.48149997, y: 0.26962453, z: -0.69279784} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5051828964542089419} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5051828964288007829 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964288007832} + m_Mesh: {fileID: 9137530419213538068, guid: ba6144697128347939e8d4c5ed04040c, type: 3} +--- !u!23 &5051828964288007830 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964288007832} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1bd26ba2efec04ff9826fe0bda3190b8, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5051828964542089420 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5051828964542089419} + - component: {fileID: 5051828964542089417} + - component: {fileID: 5051828964542089418} + m_Layer: 0 + m_Name: train-locomotive-a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5051828964542089419 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964542089420} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: -0.44, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5051828963899444869} + - {fileID: 5051828964288007831} + - {fileID: 5051828964631341056} + - {fileID: 5051828964124646445} + - {fileID: 5051828963139586473} + m_Father: {fileID: 5051828963623730396} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5051828964542089417 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964542089420} + m_Mesh: {fileID: -4150146820026068880, guid: ba6144697128347939e8d4c5ed04040c, type: 3} +--- !u!23 &5051828964542089418 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964542089420} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1bd26ba2efec04ff9826fe0bda3190b8, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5051828964631341057 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5051828964631341056} + - component: {fileID: 5051828964631341086} + - component: {fileID: 5051828964631341087} + m_Layer: 0 + m_Name: wheel_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5051828964631341056 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964631341057} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.4815, y: 0.26962453, z: -0.0927979} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5051828964542089419} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5051828964631341086 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964631341057} + m_Mesh: {fileID: -8072919472712246587, guid: ba6144697128347939e8d4c5ed04040c, type: 3} +--- !u!23 &5051828964631341087 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5051828964631341057} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1bd26ba2efec04ff9826fe0bda3190b8, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/AI/AIBogeyController.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/AI/AIBogeyController.prefab.meta new file mode 100644 index 0000000..3ad5997 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/AI/AIBogeyController.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d7191f46e32424ad9b0320ac9e765841 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles.meta b/Unity/Arctic Escape/Assets/Prefab/Collectibles.meta new file mode 100644 index 0000000..e46d649 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 67438599ddf6a4809a2a4d7738a49ff4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Collectible.prefab b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Collectible.prefab new file mode 100644 index 0000000..b8c453e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Collectible.prefab @@ -0,0 +1,229 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2825800434568208012 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2825800434568208011} + - component: {fileID: 2825800434568208010} + - component: {fileID: 2825800434568208009} + - component: {fileID: -3764521006305210902} + m_Layer: 0 + m_Name: Collectible + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2825800434568208011 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0.013, y: 0.7177858, z: -4.44} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4392414691828303121} + - {fileID: 3180149012633659082} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!65 &2825800434568208010 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 0.5, y: 0.5, z: 0.1} + m_Center: {x: 0, y: -0.01, z: 0} +--- !u!114 &2825800434568208009 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d7c7848c20734a8f805314aadd0c048, type: 3} + m_Name: + m_EditorClassIdentifier: + collectibleType: 0 +--- !u!114 &-3764521006305210902 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &4392414691828303125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4392414691828303121} + - component: {fileID: 4392414691828303122} + - component: {fileID: 4392414691828303123} + m_Layer: 0 + m_Name: Mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &4392414691828303121 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.48735, y: 0.040176168, z: 0.48735023} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2825800434568208011} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!33 &4392414691828303122 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4392414691828303123 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 0ea228e20fb184bab9d0b232fb742357, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1001 &3145924666425327905 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2825800434568208011} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalPosition.y + value: -0.178 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0ea228e20fb184bab9d0b232fb742357, type: 2} + - target: {fileID: -2001496963424984923, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0ea228e20fb184bab9d0b232fb742357, type: 2} + - target: {fileID: 919132149155446097, guid: 51953223885f8442ca05f08547315196, type: 3} + propertyPath: m_Name + value: present-a-round + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 51953223885f8442ca05f08547315196, type: 3} +--- !u!4 &3180149012633659082 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 51953223885f8442ca05f08547315196, type: 3} + m_PrefabInstance: {fileID: 3145924666425327905} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Collectible.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Collectible.prefab.meta new file mode 100644 index 0000000..d692c25 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Collectible.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cf299b77a18dc4aae9ee333114b60649 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 1.prefab b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 1.prefab new file mode 100644 index 0000000..499b4da --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 1.prefab @@ -0,0 +1,145 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2825800434568208012 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2825800434568208011} + - component: {fileID: 2825800434568208010} + - component: {fileID: 2825800434568208009} + m_Layer: 0 + m_Name: Powerup 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2825800434568208011 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0.013, y: 0.7177858, z: -4.44} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4392414691828303121} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!65 &2825800434568208010 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 0.5, y: 0.5, z: 0.1} + m_Center: {x: 0, y: -0.01, z: 0} +--- !u!114 &2825800434568208009 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d7c7848c20734a8f805314aadd0c048, type: 3} + m_Name: + m_EditorClassIdentifier: + collectibleType: 0 +--- !u!1 &4392414691828303125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4392414691828303121} + - component: {fileID: 4392414691828303122} + - component: {fileID: 4392414691828303123} + m_Layer: 0 + m_Name: Mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4392414691828303121 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.48735, y: 0.040176168, z: 0.48735023} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2825800434568208011} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!33 &4392414691828303122 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4392414691828303123 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: c39cdcc5fd7c94dc2a093fd7cbb706f0, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 1.prefab.meta new file mode 100644 index 0000000..af8ff32 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fcf41ec58c3d244e891f8bd0d3848527 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 2.prefab b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 2.prefab new file mode 100644 index 0000000..690fe20 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 2.prefab @@ -0,0 +1,158 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2825800434568208012 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2825800434568208011} + - component: {fileID: 2825800434568208010} + - component: {fileID: 2825800434568208008} + - component: {fileID: 2825800434568208009} + m_Layer: 0 + m_Name: Powerup 2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2825800434568208011 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0.013, y: 0.7177858, z: -4.44} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4392414691828303121} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!65 &2825800434568208010 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 0.5, y: 0.5, z: 0.1} + m_Center: {x: 0, y: -0.01, z: 0} +--- !u!114 &2825800434568208008 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ccf969c476a0b4a4a8a4edc2d250dff3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &2825800434568208009 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d7c7848c20734a8f805314aadd0c048, type: 3} + m_Name: + m_EditorClassIdentifier: + collectibleType: 2 +--- !u!1 &4392414691828303125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4392414691828303121} + - component: {fileID: 4392414691828303122} + - component: {fileID: 4392414691828303123} + m_Layer: 0 + m_Name: Mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4392414691828303121 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.48735, y: 0.040176168, z: 0.48735023} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2825800434568208011} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!33 &4392414691828303122 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4392414691828303123 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 9b47eb1479be0454a832451acb41ccdf, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 2.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 2.prefab.meta new file mode 100644 index 0000000..bb6f906 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 295c2da2622c446909b97263d6cc499b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 3.prefab b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 3.prefab new file mode 100644 index 0000000..4fb6ce9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 3.prefab @@ -0,0 +1,158 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2825800434568208012 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2825800434568208011} + - component: {fileID: 2825800434568208010} + - component: {fileID: 2825800434568208008} + - component: {fileID: 2825800434568208009} + m_Layer: 0 + m_Name: Powerup 3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2825800434568208011 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0.013, y: 0.7177858, z: -4.44} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4392414691828303121} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!65 &2825800434568208010 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 0.5, y: 0.5, z: 0.1} + m_Center: {x: 0, y: -0.01, z: 0} +--- !u!114 &2825800434568208008 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ccf969c476a0b4a4a8a4edc2d250dff3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &2825800434568208009 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2825800434568208012} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d7c7848c20734a8f805314aadd0c048, type: 3} + m_Name: + m_EditorClassIdentifier: + collectibleType: 3 +--- !u!1 &4392414691828303125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4392414691828303121} + - component: {fileID: 4392414691828303122} + - component: {fileID: 4392414691828303123} + m_Layer: 0 + m_Name: Mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4392414691828303121 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.48735, y: 0.040176168, z: 0.48735023} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2825800434568208011} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!33 &4392414691828303122 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4392414691828303123 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4392414691828303125} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 712ee226f641543b68fe5d640be54e17, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 3.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 3.prefab.meta new file mode 100644 index 0000000..f902d89 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Collectibles/Powerup 3.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c50e490ed944b4649900facdf2c6c9d0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment.meta b/Unity/Arctic Escape/Assets/Prefab/Environment.meta new file mode 100644 index 0000000..7f38efb --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1389b980c954541179995ee996be6250 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Hut.prefab b/Unity/Arctic Escape/Assets/Prefab/Environment/Hut.prefab new file mode 100644 index 0000000..978de99 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Hut.prefab @@ -0,0 +1,698 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &667702437497150227 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3716287826746390195} + - component: {fileID: 7938308340770380389} + - component: {fileID: 6304709647042669863} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3716287826746390195 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 667702437497150227} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1.167, y: 1.03, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6524749439351632629} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &7938308340770380389 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 667702437497150227} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.9062274, b: 0.66352195, a: 1} + m_Intensity: 5 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &6304709647042669863 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 667702437497150227} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &1123257879232800886 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6524749439351632629} + m_Layer: 0 + m_Name: Hut + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6524749439351632629 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1123257879232800886} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 6.58, y: 0, z: -35} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2936586807280637449} + - {fileID: 3716287826746390195} + - {fileID: 3563412236045916994} + - {fileID: 6097301843646249772} + - {fileID: 8640281661776143846} + - {fileID: 8201854445924101303} + - {fileID: 2203626261967290500} + - {fileID: 4530738967430544858} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1809993044459857775 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6524749439351632629} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 0.98045635 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -4.7191906 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &2203626261967290500 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1809993044459857775} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2033143551187223291 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6524749439351632629} + m_Modifications: + - target: {fileID: 4930231169962139933, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481942, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_Name + value: Lantern (1) + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481942, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481942, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalPosition.x + value: -2.35 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalPosition.z + value: -4.62 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247286498353, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5236238247286498353, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247286498356, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_Range + value: 10 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} +--- !u!4 &6097301843646249772 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + m_PrefabInstance: {fileID: 2033143551187223291} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3407645302007722466 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6524749439351632629} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalScale.x + value: 1.5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_Name + value: cabin-roof-snow-dormer + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} +--- !u!4 &2936586807280637449 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 2ed49118d99ab41e3a490c1118ce0e24, type: 3} + m_PrefabInstance: {fileID: 3407645302007722466} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4137350566794418737 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6524749439351632629} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -1.4580336 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -6.460022 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (1) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4530738967430544858 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4137350566794418737} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8098258391819895309 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6524749439351632629} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalPosition.x + value: -1.88 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalPosition.y + value: 0.0000019073486 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalPosition.z + value: 5.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_Name + value: tree-decorated-snow + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} +--- !u!4 &8640281661776143846 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 64d7e02c8c1da4b7caa4b3ac2a5d7469, type: 3} + m_PrefabInstance: {fileID: 8098258391819895309} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8527687204476996444 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6524749439351632629} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalPosition.x + value: 0.5489702 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalPosition.z + value: 6.0969486 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_Name + value: tree-snow-a + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: cf56350ac95154501b9f5d08cd279007, type: 3} +--- !u!4 &8201854445924101303 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: cf56350ac95154501b9f5d08cd279007, type: 3} + m_PrefabInstance: {fileID: 8527687204476996444} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8780069280423502485 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6524749439351632629} + m_Modifications: + - target: {fileID: 4930231169962139933, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481942, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_Name + value: Lantern + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481942, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481942, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalPosition.x + value: -2.15 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalPosition.z + value: 3.56 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5236238247286498353, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} +--- !u!4 &3563412236045916994 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5236238247125481943, guid: ec76eebcc592a9b4489aa6e2a6bdfaab, type: 3} + m_PrefabInstance: {fileID: 8780069280423502485} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Hut.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Environment/Hut.prefab.meta new file mode 100644 index 0000000..c1c818f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Hut.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1bb32fe338c0f3445a2546df3175a923 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Lantern.prefab b/Unity/Arctic Escape/Assets/Prefab/Environment/Lantern.prefab new file mode 100644 index 0000000..62c857a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Lantern.prefab @@ -0,0 +1,216 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5236238247125481942 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5236238247125481943} + m_Layer: 0 + m_Name: Lantern + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5236238247125481943 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5236238247125481942} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 4.79, y: 0, z: -31.75} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5701666582012804007} + - {fileID: 5236238247286498354} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5236238247286498353 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5236238247286498354} + - component: {fileID: 5236238247286498356} + - component: {fileID: 5236238247286498355} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5236238247286498354 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5236238247286498353} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.009, y: 1.346, z: -0.311} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5236238247125481943} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &5236238247286498356 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5236238247286498353} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 2 + m_Range: 20 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &5236238247286498355 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5236238247286498353} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1001 &5236238246705093708 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 5236238247125481943} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: f94a46b5203fa0442abd8b6762910a42, type: 2} + - target: {fileID: 919132149155446097, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + propertyPath: m_Name + value: lantern + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} +--- !u!4 &5701666582012804007 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 29e6b35f646a5469f83cfceac54f8524, type: 3} + m_PrefabInstance: {fileID: 5236238246705093708} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Lantern.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Environment/Lantern.prefab.meta new file mode 100644 index 0000000..3f9fb9b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Lantern.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ec76eebcc592a9b4489aa6e2a6bdfaab +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Rail-Updated.prefab b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail-Updated.prefab new file mode 100644 index 0000000..0f77938 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail-Updated.prefab @@ -0,0 +1,35399 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1404919831211981912 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1887385522513201182} + m_Layer: 0 + m_Name: GroundPlanes + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1887385522513201182 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1404919831211981912} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -3.7375} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4571827325806261490} + - {fileID: 4571827325617848092} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1578112961138317391 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961138317388} + - component: {fileID: 1578112961138317386} + - component: {fileID: 1578112961138317389} + m_Layer: 0 + m_Name: railroad-straight (11) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961138317388 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961138317391} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 9.981552} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961138317386 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961138317391} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961138317389 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961138317391} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961148375809 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961148375838} + - component: {fileID: 1578112961148375836} + - component: {fileID: 1578112961148375839} + m_Layer: 0 + m_Name: railroad-straight (17) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961148375838 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961148375809} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 33.95845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961148375836 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961148375809} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961148375839 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961148375809} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961212744234 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961212744235} + - component: {fileID: 1578112961212744233} + - component: {fileID: 1578112961212744232} + m_Layer: 0 + m_Name: railroad-straight (7) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961212744235 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961212744234} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 13.990001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961212744233 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961212744234} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961212744232 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961212744234} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961274819708 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961274819709} + - component: {fileID: 1578112961274819707} + - component: {fileID: 1578112961274819706} + m_Layer: 0 + m_Name: railroad-straight (25) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961274819709 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961274819708} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 65.93} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 24 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961274819707 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961274819708} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961274819706 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961274819708} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961426113774 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961426113775} + - component: {fileID: 1578112961426113773} + - component: {fileID: 1578112961426113772} + m_Layer: 0 + m_Name: railroad-straight (7) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961426113775 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961426113774} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961426113773 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961426113774} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961426113772 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961426113774} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961433912898 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961433912899} + - component: {fileID: 1578112961433912897} + - component: {fileID: 1578112961433912896} + m_Layer: 0 + m_Name: railroad-straight (17) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961433912899 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961433912898} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 53.880005} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961433912897 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961433912898} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961433912896 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961433912898} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961444897969 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961444897934} + - component: {fileID: 1578112961444897932} + - component: {fileID: 1578112961444897935} + m_Layer: 0 + m_Name: railroad-straight (6) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961444897934 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961444897969} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 9.981552} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961444897932 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961444897969} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961444897935 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961444897969} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961461925247 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961461925244} + - component: {fileID: 1578112961461925242} + - component: {fileID: 1578112961461925245} + m_Layer: 0 + m_Name: railroad-straight (18) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961461925244 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961461925247} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 37.948452} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961461925242 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961461925247} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961461925245 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961461925247} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961465722746 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961465722747} + - component: {fileID: 1578112961465722745} + - component: {fileID: 1578112961465722744} + m_Layer: 0 + m_Name: railroad-straight (24) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961465722747 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961465722746} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 61.93845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 23 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961465722745 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961465722746} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961465722744 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961465722746} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961471963984 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961471963985} + - component: {fileID: 1578112961471963311} + - component: {fileID: 1578112961471963310} + m_Layer: 0 + m_Name: railroad-straight (21) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961471963985 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961471963984} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 49.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961471963311 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961471963984} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961471963310 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961471963984} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961478239083 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961478239080} + - component: {fileID: 1578112961478239078} + - component: {fileID: 1578112961478239081} + m_Layer: 0 + m_Name: railroad-straight (8) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961478239080 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961478239083} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961478239078 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961478239083} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961478239081 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961478239083} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961480815759 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961480815756} + - component: {fileID: 1578112961480815754} + - component: {fileID: 1578112961480815757} + m_Layer: 0 + m_Name: railroad-straight (13) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961480815756 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961480815759} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 37.948452} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961480815754 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961480815759} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961480815757 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961480815759} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961500589939 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961500589936} + - component: {fileID: 1578112961500589902} + - component: {fileID: 1578112961500589937} + m_Layer: 0 + m_Name: railroad-straight (15) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961500589936 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961500589939} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 25.94} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961500589902 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961500589939} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961500589937 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961500589939} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961635994778 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961635994779} + - component: {fileID: 1578112961635994777} + - component: {fileID: 1578112961635994776} + m_Layer: 0 + m_Name: railroad-straight (16) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961635994779 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961635994778} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 49.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961635994777 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961635994778} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961635994776 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961635994778} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961684815705 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961684815702} + - component: {fileID: 1578112961684815700} + - component: {fileID: 1578112961684815703} + m_Layer: 0 + m_Name: railroad-straight (22) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961684815702 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961684815705} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 53.880005} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 21 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961684815700 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961684815705} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961684815703 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961684815705} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961717437897 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961717437894} + - component: {fileID: 1578112961717437892} + - component: {fileID: 1578112961717437895} + m_Layer: 0 + m_Name: railroad-straight (12) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961717437894 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961717437897} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 13.990001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961717437892 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961717437897} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961717437895 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961717437897} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961725183888 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961725183889} + - component: {fileID: 1578112961725183983} + - component: {fileID: 1578112961725183982} + m_Layer: 0 + m_Name: railroad-straight (20) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961725183889 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961725183888} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 45.90845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961725183983 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961725183888} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961725183982 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961725183888} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961735693600 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961735693601} + - component: {fileID: 1578112961735693631} + - component: {fileID: 1578112961735693630} + m_Layer: 0 + m_Name: railroad-straight (15) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961735693601 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961735693600} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 25.94} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961735693631 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961735693600} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961735693630 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961735693600} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961804689141 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961804689138} + - component: {fileID: 1578112961804689136} + - component: {fileID: 1578112961804689139} + m_Layer: 0 + m_Name: railroad-straight (21) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961804689138 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961804689141} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 49.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961804689136 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961804689141} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961804689139 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961804689141} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961819080171 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961819080168} + - component: {fileID: 1578112961819080166} + - component: {fileID: 1578112961819080169} + m_Layer: 0 + m_Name: railroad-straight (9) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961819080168 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961819080171} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961819080166 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961819080171} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961819080169 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961819080171} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961852925832 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961852925833} + - component: {fileID: 1578112961852925831} + - component: {fileID: 1578112961852925830} + m_Layer: 0 + m_Name: railroad-straight (23) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961852925833 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961852925832} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 57.958447} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 22 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961852925831 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961852925832} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961852925830 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961852925832} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961866413688 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961866413689} + - component: {fileID: 1578112961866413687} + - component: {fileID: 1578112961866413686} + m_Layer: 0 + m_Name: railroad-straight (20) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961866413689 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961866413688} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 45.90845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961866413687 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961866413688} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961866413686 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961866413688} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961946682385 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961946682478} + - component: {fileID: 1578112961946682476} + - component: {fileID: 1578112961946682479} + m_Layer: 0 + m_Name: railroad-straight (11) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961946682478 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961946682385} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 29.95} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961946682476 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961946682385} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961946682479 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961946682385} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961967239428 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961967239429} + - component: {fileID: 1578112961967239427} + - component: {fileID: 1578112961967239426} + m_Layer: 0 + m_Name: railroad-straight (6) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961967239429 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961967239428} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961967239427 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961967239428} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961967239426 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961967239428} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961987698755 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961987698752} + - component: {fileID: 1578112961987698782} + - component: {fileID: 1578112961987698753} + m_Layer: 0 + m_Name: railroad-straight (13) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961987698752 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961987698755} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 17.980001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961987698782 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961987698755} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961987698753 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961987698755} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112961996659224 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112961996659225} + - component: {fileID: 1578112961996659223} + - component: {fileID: 1578112961996659222} + m_Layer: 0 + m_Name: railroad-straight (11) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112961996659225 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961996659224} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 9.981552} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112961996659223 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961996659224} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112961996659222 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112961996659224} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962064149204 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962064149205} + - component: {fileID: 1578112962064149203} + - component: {fileID: 1578112962064149202} + m_Layer: 0 + m_Name: railroad-straight (13) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962064149205 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962064149204} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 17.980001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962064149203 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962064149204} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962064149202 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962064149204} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962092136110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962092136111} + - component: {fileID: 1578112962092136109} + - component: {fileID: 1578112962092136108} + m_Layer: 0 + m_Name: railroad-straight (15) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962092136111 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962092136110} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 45.90845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962092136109 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962092136110} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962092136108 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962092136110} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962138076001 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962138076030} + - component: {fileID: 1578112962138076028} + - component: {fileID: 1578112962138076031} + m_Layer: 0 + m_Name: railroad-straight (10) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962138076030 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962138076001} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 25.94} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962138076028 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962138076001} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962138076031 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962138076001} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962149274621 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962149274618} + - component: {fileID: 1578112962149274616} + - component: {fileID: 1578112962149274619} + m_Layer: 0 + m_Name: railroad-straight (24) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962149274618 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962149274621} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 61.93845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 23 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962149274616 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962149274621} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962149274619 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962149274621} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962150153548 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962150153549} + - component: {fileID: 1578112962150153547} + - component: {fileID: 1578112962150153546} + m_Layer: 0 + m_Name: railroad-straight (19) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962150153549 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962150153548} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 41.928448} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962150153547 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962150153548} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962150153546 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962150153548} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962194178960 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962194178961} + - component: {fileID: 1578112962194179055} + - component: {fileID: 1578112962194179054} + m_Layer: 0 + m_Name: railroad-straight (10) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962194178961 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962194178960} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962194179055 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962194178960} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962194179054 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962194178960} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962223265887 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962223265884} + - component: {fileID: 1578112962223265882} + - component: {fileID: 1578112962223265885} + m_Layer: 0 + m_Name: railroad-straight (20) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962223265884 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962223265887} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 65.93} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962223265882 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962223265887} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962223265885 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962223265887} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962249406454 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962249406455} + - component: {fileID: 1578112962249406453} + - component: {fileID: 1578112962249406452} + m_Layer: 0 + m_Name: railroad-straight (12) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962249406455 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962249406454} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 13.990001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962249406453 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962249406454} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962249406452 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962249406454} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962277965152 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962277965153} + - component: {fileID: 1578112962277965183} + - component: {fileID: 1578112962277965182} + m_Layer: 0 + m_Name: railroad-straight (19) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962277965153 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962277965152} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 61.93845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962277965183 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962277965152} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962277965182 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962277965152} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962429187336 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962429187337} + - component: {fileID: 1578112962429187335} + - component: {fileID: 1578112962429187334} + m_Layer: 0 + m_Name: railroad-straight (12) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962429187337 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962429187336} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 33.95845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962429187335 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962429187336} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962429187334 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962429187336} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962606738213 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962606738210} + - component: {fileID: 1578112962606738208} + - component: {fileID: 1578112962606738211} + m_Layer: 0 + m_Name: railroad-straight (23) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962606738210 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962606738213} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 57.958447} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 22 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962606738208 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962606738213} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962606738211 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962606738213} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962608947104 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962608947105} + - component: {fileID: 1578112962608947135} + - component: {fileID: 1578112962608947134} + m_Layer: 0 + m_Name: railroad-straight (19) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962608947105 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962608947104} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 41.928448} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962608947135 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962608947104} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962608947134 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962608947104} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962651446254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962651446255} + - component: {fileID: 1578112962651446253} + - component: {fileID: 1578112962651446252} + m_Layer: 0 + m_Name: railroad-straight (8) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962651446255 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962651446254} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 17.980001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962651446253 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962651446254} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962651446252 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962651446254} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962681599051 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962681599048} + - component: {fileID: 1578112962681599046} + - component: {fileID: 1578112962681599049} + m_Layer: 0 + m_Name: railroad-straight (6) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962681599048 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962681599051} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962681599046 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962681599051} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962681599049 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962681599051} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962699964251 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962699964253} + - component: {fileID: 1578112962699964250} + - component: {fileID: 1578112962699964252} + m_Layer: 0 + m_Name: Rail-Updated + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962699964253 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962699964251} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 29.9} + m_LocalScale: {x: 1.5, y: 1, z: 8} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8385366761907430565} + - {fileID: 4571827325489153900} + - {fileID: 4571827325611976624} + - {fileID: 4571827324239237586} + - {fileID: 4571827323917137614} + - {fileID: 4571827325560311142} + - {fileID: 8385366761489818379} + - {fileID: 4571827325745374151} + - {fileID: 1887385522513201182} + - {fileID: 1510905539623758476} + - {fileID: 3782145871709174548} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &1578112962699964250 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962699964251} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 13, y: 3.49, z: 0.1} + m_Center: {x: 0, y: 1.67, z: 6} +--- !u!114 &1578112962699964252 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962699964251} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a5dbfffd009d84bdbb2df25c079095b8, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1578112962756050590 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962756050591} + - component: {fileID: 1578112962756050589} + - component: {fileID: 1578112962756050588} + m_Layer: 0 + m_Name: railroad-straight (7) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962756050591 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962756050590} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962756050589 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962756050590} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962756050588 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962756050590} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962758289833 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962758289830} + - component: {fileID: 1578112962758289828} + - component: {fileID: 1578112962758289831} + m_Layer: 0 + m_Name: railroad-straight (8) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962758289830 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962758289833} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962758289828 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962758289833} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962758289831 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962758289833} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962800787236 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962800787237} + - component: {fileID: 1578112962800787235} + - component: {fileID: 1578112962800787234} + m_Layer: 0 + m_Name: railroad-straight (10) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962800787237 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962800787236} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962800787235 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962800787236} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962800787234 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962800787236} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962819435694 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962819435695} + - component: {fileID: 1578112962819435693} + - component: {fileID: 1578112962819435692} + m_Layer: 0 + m_Name: railroad-straight (18) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962819435695 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962819435694} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 37.948452} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962819435693 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962819435694} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962819435692 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962819435694} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962843244159 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962843244156} + - component: {fileID: 1578112962843244154} + - component: {fileID: 1578112962843244157} + m_Layer: 0 + m_Name: railroad-straight (9) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962843244156 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962843244159} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962843244154 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962843244159} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962843244157 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962843244159} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962848683301 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962848683298} + - component: {fileID: 1578112962848683296} + - component: {fileID: 1578112962848683299} + m_Layer: 0 + m_Name: railroad-straight (14) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962848683298 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962848683301} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 21.960001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962848683296 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962848683301} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962848683299 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962848683301} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962917492614 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962917492615} + - component: {fileID: 1578112962917492613} + - component: {fileID: 1578112962917492612} + m_Layer: 0 + m_Name: railroad-straight (9) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962917492615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962917492614} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 21.960001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962917492613 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962917492614} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962917492612 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962917492614} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962941988568 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962941988569} + - component: {fileID: 1578112962941988567} + - component: {fileID: 1578112962941988566} + m_Layer: 0 + m_Name: railroad-straight (25) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962941988569 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962941988568} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 65.93} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 24 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962941988567 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962941988568} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962941988566 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962941988568} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962949509665 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962949509694} + - component: {fileID: 1578112962949509692} + - component: {fileID: 1578112962949509695} + m_Layer: 0 + m_Name: railroad-straight (16) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962949509694 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962949509665} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 29.95} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962949509692 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962949509665} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962949509695 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962949509665} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962966542985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962966542982} + - component: {fileID: 1578112962966542980} + - component: {fileID: 1578112962966542983} + m_Layer: 0 + m_Name: railroad-straight (18) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962966542982 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962966542985} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 57.958447} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962966542980 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962966542985} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962966542983 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962966542985} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112962974221242 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112962974221243} + - component: {fileID: 1578112962974221241} + - component: {fileID: 1578112962974221240} + m_Layer: 0 + m_Name: railroad-straight (14) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112962974221243 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962974221242} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 41.928448} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112962974221241 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962974221242} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112962974221240 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112962974221242} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112963124168275 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112963124168272} + - component: {fileID: 1578112963124168622} + - component: {fileID: 1578112963124168273} + m_Layer: 0 + m_Name: railroad-straight (16) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112963124168272 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963124168275} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 29.95} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112963124168622 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963124168275} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112963124168273 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963124168275} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112963139022069 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112963139022066} + - component: {fileID: 1578112963139022064} + - component: {fileID: 1578112963139022067} + m_Layer: 0 + m_Name: railroad-straight (14) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112963139022066 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963139022069} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 21.960001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112963139022064 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963139022069} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112963139022067 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963139022069} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112963188726661 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112963188726658} + - component: {fileID: 1578112963188726656} + - component: {fileID: 1578112963188726659} + m_Layer: 0 + m_Name: railroad-straight (17) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112963188726658 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963188726661} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 33.95845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112963188726656 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963188726661} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112963188726659 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963188726661} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578112963276035975 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1578112963276035972} + - component: {fileID: 1578112963276035970} + - component: {fileID: 1578112963276035973} + m_Layer: 0 + m_Name: railroad-straight (22) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1578112963276035972 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963276035975} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 53.880005} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 21 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1578112963276035970 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963276035975} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1578112963276035973 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578112963276035975} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2903990062505619515 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1510905539623758476} + m_Layer: 0 + m_Name: EnvironmentObjects + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1510905539623758476 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2903990062505619515} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -3.7375} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4105274910814662899} + - {fileID: 4105274910424745872} + - {fileID: 4105274910014144326} + - {fileID: 4105274910290118047} + - {fileID: 4105274909451361974} + - {fileID: 4105274911308404104} + - {fileID: 4105274910130702102} + - {fileID: 4105274909935899757} + - {fileID: 4105274911178506328} + - {fileID: 4105274909454134936} + - {fileID: 4105274910539293915} + - {fileID: 4105274910505182590} + - {fileID: 4105274911380910143} + - {fileID: 4105274911051477022} + - {fileID: 4105274910135849844} + - {fileID: 4105274910340852080} + - {fileID: 4105274909771366935} + - {fileID: 4105274910861852993} + - {fileID: 4105274910603595664} + - {fileID: 4105274909351292738} + - {fileID: 4105274911338598130} + - {fileID: 4105274909492375185} + - {fileID: 4105274911184476217} + - {fileID: 4105274911087135234} + - {fileID: 4105274910236456312} + - {fileID: 4105274910638312911} + - {fileID: 4105274911050750625} + - {fileID: 4105274910317947001} + - {fileID: 4105274910860425303} + - {fileID: 4105274909614908607} + - {fileID: 4105274911176191083} + - {fileID: 4105274910907981633} + - {fileID: 4105274910095507688} + - {fileID: 4105274910686340162} + - {fileID: 4105274910742889893} + - {fileID: 4105274910180540534} + - {fileID: 4105274909691860074} + - {fileID: 4105274911382046641} + - {fileID: 4105274909775650468} + - {fileID: 4105274910178115052} + - {fileID: 4105274911090490594} + - {fileID: 4105274911124065332} + - {fileID: 4105274910287124204} + - {fileID: 4105274909283140958} + - {fileID: 4105274911146365767} + - {fileID: 4105274910476619518} + - {fileID: 4105274909670881269} + - {fileID: 4105274909606998379} + - {fileID: 4105274910762496508} + - {fileID: 4105274911271599547} + - {fileID: 4105274910065704304} + - {fileID: 4105274910177304640} + - {fileID: 4105274910155029181} + - {fileID: 4105274911360736148} + - {fileID: 4105274911398989772} + - {fileID: 4105274910167307558} + - {fileID: 4105274909268606717} + - {fileID: 4105274910586695259} + - {fileID: 4105274911102773910} + - {fileID: 4105274909889679113} + - {fileID: 4105274910619570608} + - {fileID: 4105274909305495890} + - {fileID: 4105274911131089218} + - {fileID: 4105274911186923147} + - {fileID: 4105274909568424883} + - {fileID: 4105274910257225450} + - {fileID: 4105274910927064769} + - {fileID: 4105274910656965064} + - {fileID: 4105274909358020573} + - {fileID: 4105274910735052693} + - {fileID: 4105274910552742615} + - {fileID: 4105274909770866070} + - {fileID: 4105274910588129954} + - {fileID: 4105274910430306250} + - {fileID: 4105274910750738108} + - {fileID: 4105274909797104254} + - {fileID: 4105274910056302821} + - {fileID: 4105274911398959995} + - {fileID: 4105274909716250257} + - {fileID: 4105274911058363597} + - {fileID: 4105274910092454537} + - {fileID: 4105274910641273483} + - {fileID: 4105274909589119374} + - {fileID: 4105274909993753175} + - {fileID: 4105274911133523209} + - {fileID: 4105274909407011920} + - {fileID: 4105274910544282246} + - {fileID: 4105274911399427993} + - {fileID: 4105274910469409141} + - {fileID: 4105274910926611195} + - {fileID: 4105274911084623413} + - {fileID: 4105274910143662921} + - {fileID: 4105274910758268277} + - {fileID: 4105274911360036812} + - {fileID: 4105274909835462579} + - {fileID: 4105274910782824635} + - {fileID: 4105274911091029925} + - {fileID: 4105274911139331381} + - {fileID: 4105274909622789023} + - {fileID: 1327484496663731626} + - {fileID: 1327484495528463666} + - {fileID: 1327484497248575123} + - {fileID: 1327484496427699029} + - {fileID: 1327484496057127433} + - {fileID: 1327484496352367220} + - {fileID: 1327484496917928696} + - {fileID: 1327484497143412778} + - {fileID: 1327484496978799826} + - {fileID: 1327484497404649995} + - {fileID: 1327484496209465158} + - {fileID: 1327484496739299361} + - {fileID: 1327484496237672725} + - {fileID: 1327484496749277272} + - {fileID: 1327484496364984744} + - {fileID: 1327484495741973260} + - {fileID: 1327484497045166359} + - {fileID: 1327484495601593472} + - {fileID: 1327484497172597551} + - {fileID: 1327484495890884555} + - {fileID: 1327484496627607484} + - {fileID: 1327484496028565511} + - {fileID: 1327484496856176591} + - {fileID: 1327484496187735361} + - {fileID: 1327484495572224755} + - {fileID: 1327484495842668926} + - {fileID: 1327484496966062694} + - {fileID: 1327484495442492666} + - {fileID: 1327484497174225085} + - {fileID: 1327484496960048887} + - {fileID: 1327484496993360433} + - {fileID: 1327484497018892658} + - {fileID: 1327484495905047771} + - {fileID: 1327484497406456632} + - {fileID: 1327484496191232351} + - {fileID: 1327484495836452277} + - {fileID: 1327484496422634318} + - {fileID: 1327484496691848127} + - {fileID: 1327484496135051097} + - {fileID: 1327484497098136115} + - {fileID: 1327484495666547599} + - {fileID: 1327484496278047331} + - {fileID: 1327484496259904202} + - {fileID: 1327484497233713509} + - {fileID: 1327484497476461662} + - {fileID: 1327484495822347142} + - {fileID: 1327484497101367625} + - {fileID: 1327484496879966470} + - {fileID: 1327484495428559672} + - {fileID: 1327484495680151507} + - {fileID: 1327484496281758582} + - {fileID: 1327484495509372377} + - {fileID: 1327484495923858932} + - {fileID: 1327484496761185201} + - {fileID: 1327484497021456188} + - {fileID: 1327484497088702263} + - {fileID: 1327484495929896826} + - {fileID: 1327484497433599675} + - {fileID: 1327484495582339992} + - {fileID: 1327484495871095529} + - {fileID: 1327484496963419733} + - {fileID: 1327484496319028153} + - {fileID: 1327484495560196199} + - {fileID: 1327484497150768833} + - {fileID: 1327484497118554987} + - {fileID: 1327484495784549692} + - {fileID: 1327484496717721456} + - {fileID: 1327484496304407243} + - {fileID: 1327484496455458514} + - {fileID: 1327484495477961983} + - {fileID: 1327484497406926896} + - {fileID: 1327484495808098848} + - {fileID: 1327484495659373374} + - {fileID: 1327484497121539571} + - {fileID: 1327484497337621690} + - {fileID: 1327484495985806344} + - {fileID: 1327484495461961081} + - {fileID: 1327484496660710480} + - {fileID: 1327484495425530571} + - {fileID: 1327484497262619464} + - {fileID: 1327484497073190005} + - {fileID: 1327484497476810823} + - {fileID: 1327484496191124515} + - {fileID: 1327484496618754417} + - {fileID: 1327484496493963628} + - {fileID: 1327484496586887453} + - {fileID: 1327484496179490661} + - {fileID: 1327484495960609445} + - {fileID: 1327484495453425306} + - {fileID: 1327484496462881211} + - {fileID: 1327484496950145633} + - {fileID: 1327484496756977346} + - {fileID: 1327484497283882911} + - {fileID: 1327484495516238697} + - {fileID: 1327484496205903079} + - {fileID: 1327484496465579407} + - {fileID: 1327484495666491756} + - {fileID: 1327484495751992413} + - {fileID: 1327484496850975422} + - {fileID: 1327484497453809620} + - {fileID: 1327484496643010981} + - {fileID: 1327484496575458667} + - {fileID: 1327484496428494471} + - {fileID: 1327484496329978565} + - {fileID: 1327484496477329649} + - {fileID: 1327484496891823749} + - {fileID: 1327484495607517158} + - {fileID: 1327484495577313924} + - {fileID: 1327484496917772973} + - {fileID: 1327484496325986056} + - {fileID: 1327484496224671298} + - {fileID: 1327484495638847664} + - {fileID: 1327484497046850936} + - {fileID: 1327484495738493584} + - {fileID: 1327484496970995767} + - {fileID: 1327484497071321155} + - {fileID: 1327484496204779053} + - {fileID: 1327484495790425259} + - {fileID: 1327484496839879223} + - {fileID: 1327484495950621985} + - {fileID: 1327484496934177729} + - {fileID: 1327484496549137526} + - {fileID: 1327484495831144006} + - {fileID: 1327484495805000011} + - {fileID: 1327484497217304674} + - {fileID: 1327484497480082313} + - {fileID: 1327484496075980674} + - {fileID: 1327484496588618580} + - {fileID: 1327484496612431705} + - {fileID: 1327484497178969377} + - {fileID: 1327484496470282128} + - {fileID: 1327484497129249136} + - {fileID: 1327484495475230759} + - {fileID: 1327484496838689677} + - {fileID: 1327484495814792085} + - {fileID: 1327484495998092510} + - {fileID: 1327484496576358438} + - {fileID: 1327484495854390505} + - {fileID: 1327484496534575323} + - {fileID: 1327484495634017748} + - {fileID: 1327484497520997780} + - {fileID: 1327484497472757842} + - {fileID: 1327484496641467465} + - {fileID: 1327484496204734276} + - {fileID: 1327484497489879281} + - {fileID: 1327484495506520009} + - {fileID: 1327484495395841737} + - {fileID: 1327484496712782353} + - {fileID: 1327484497133135172} + - {fileID: 1327484495431450298} + - {fileID: 1327484496042931393} + - {fileID: 1327484496519085644} + - {fileID: 1327484495634084804} + - {fileID: 1327484495501418203} + - {fileID: 1327484495911738921} + - {fileID: 1327484495638518243} + - {fileID: 1327484497441680572} + - {fileID: 1327484496401115551} + - {fileID: 1327484497041125464} + - {fileID: 1327484495479775429} + - {fileID: 1327484496293472047} + - {fileID: 1327484496054446129} + - {fileID: 1327484496020184719} + - {fileID: 1327484496235666205} + - {fileID: 1327484497270861063} + - {fileID: 1327484496928142143} + - {fileID: 1327484495486871227} + - {fileID: 1327484496969512688} + - {fileID: 1327484496665847705} + - {fileID: 1327484496065949409} + - {fileID: 1327484496286223335} + - {fileID: 1327484495746026695} + - {fileID: 1327484496590840577} + - {fileID: 1327484496106351740} + - {fileID: 1327484496585148760} + - {fileID: 1327484495403466516} + - {fileID: 1327484496706188247} + - {fileID: 1327484495492442638} + - {fileID: 1327484495497999960} + - {fileID: 1327484496423498926} + - {fileID: 1327484496726202684} + - {fileID: 1327484497285416968} + - {fileID: 1327484495919856320} + - {fileID: 1327484497423615320} + - {fileID: 1327484495801098782} + - {fileID: 1327484496105732878} + - {fileID: 1327484496327154160} + - {fileID: 1327484495823665213} + - {fileID: 1327484497360314153} + - {fileID: 1327484497443820766} + - {fileID: 1327484497015298635} + - {fileID: 1327484496628650210} + - {fileID: 1327484497493061630} + - {fileID: 1327484496689102316} + - {fileID: 1327484495537073417} + - {fileID: 1327484496442178804} + - {fileID: 1327484496660442650} + - {fileID: 1327484497052289708} + - {fileID: 1327484497135727720} + - {fileID: 1327484495474585353} + - {fileID: 1327484496063749606} + - {fileID: 1327484496565409480} + - {fileID: 1327484496917953193} + - {fileID: 1327484496428490053} + - {fileID: 1327484497288289761} + - {fileID: 1327484496556868696} + - {fileID: 1327484495790115003} + - {fileID: 1327484495424553354} + - {fileID: 1327484497259413484} + - {fileID: 1327484497374096531} + - {fileID: 1327484495935327263} + - {fileID: 1327484495459915053} + - {fileID: 1327484496357053191} + - {fileID: 1327484495754889431} + - {fileID: 1327484496964509547} + - {fileID: 1327484496363628434} + - {fileID: 1327484497285650440} + - {fileID: 1327484497467384394} + - {fileID: 1327484495748206039} + - {fileID: 1327484496048206018} + - {fileID: 1327484497328344211} + - {fileID: 1327484496472321508} + - {fileID: 1327484495779301836} + - {fileID: 1327484495847111273} + - {fileID: 1327484497072820171} + - {fileID: 1327484495554459881} + - {fileID: 1327484497122969845} + - {fileID: 1327484496921212004} + - {fileID: 1327484496482846760} + - {fileID: 1327484496794097400} + - {fileID: 1327484495413156657} + - {fileID: 1327484495956293357} + - {fileID: 1327484497186843235} + - {fileID: 1327484496470442375} + - {fileID: 1327484495527562164} + - {fileID: 1327484496955947283} + - {fileID: 1327484497419926775} + - {fileID: 1327484495633304983} + - {fileID: 1327484496399440520} + - {fileID: 1327484496616529755} + - {fileID: 1327484496924273997} + - {fileID: 1327484496171546566} + - {fileID: 1327484495464042503} + - {fileID: 1327484496765765066} + - {fileID: 1327484497449853933} + - {fileID: 1327484496507451415} + - {fileID: 1327484495717164651} + - {fileID: 1327484497086556236} + - {fileID: 1327484497359181504} + - {fileID: 1327484496644454235} + - {fileID: 1327484497139340040} + - {fileID: 1327484496429378009} + - {fileID: 1327484496273360341} + - {fileID: 1327484495693157323} + - {fileID: 1327484496311422180} + - {fileID: 1327484495410392247} + - {fileID: 1327484495691089334} + - {fileID: 1327484497232283582} + - {fileID: 1327484495728962184} + - {fileID: 1327484497339076198} + - {fileID: 1327484497353381159} + - {fileID: 1327484497070193134} + - {fileID: 1327484496166972227} + - {fileID: 1327484495883184258} + - {fileID: 1327484496810848772} + - {fileID: 1327484495955902153} + - {fileID: 1327484495544215726} + - {fileID: 1327484495398306362} + - {fileID: 1327484497415301910} + - {fileID: 1327484496240717617} + - {fileID: 1327484495497459073} + - {fileID: 1327484496841459674} + - {fileID: 1327484496031429597} + - {fileID: 1327484496969876539} + - {fileID: 1327484496073210924} + - {fileID: 1327484497053442063} + - {fileID: 1327484495774535133} + - {fileID: 1327484497340877262} + - {fileID: 1327484495390992042} + - {fileID: 1327484495838498225} + - {fileID: 1327484495912811861} + - {fileID: 1327484496336825341} + - {fileID: 1327484495794232973} + - {fileID: 1327484496593728670} + - {fileID: 1327484495996602703} + - {fileID: 1327484495637694195} + - {fileID: 1327484495774866248} + - {fileID: 1327484497337529763} + - {fileID: 1327484496552583438} + - {fileID: 1327484495715519462} + - {fileID: 1327484495744070079} + - {fileID: 1327484495674419741} + - {fileID: 1327484495598482252} + - {fileID: 1327484495708133397} + - {fileID: 1327484495779417853} + - {fileID: 1327484495592754028} + - {fileID: 1327484496983834286} + - {fileID: 1327484495805579672} + - {fileID: 1327484496203906722} + - {fileID: 1327484496879445628} + - {fileID: 1327484497414903845} + - {fileID: 1327484495951457927} + - {fileID: 1327484497033590483} + - {fileID: 1327484497337104126} + - {fileID: 1327484496936158917} + - {fileID: 1327484496655045976} + - {fileID: 1327484496433527397} + - {fileID: 1327484496787298524} + - {fileID: 1327484495706174887} + - {fileID: 1327484496297019460} + - {fileID: 1327484496376620741} + - {fileID: 1327484495459236255} + - {fileID: 1327484496797832990} + - {fileID: 1327484496662960020} + - {fileID: 1327484497411697605} + - {fileID: 1327484496849130420} + - {fileID: 1327484496272066056} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3454069745459012299 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3782145871709174548} + - component: {fileID: 7854750381683430336} + - component: {fileID: 4899270061645352339} + - component: {fileID: 637601903882108047} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &3782145871709174548 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3454069745459012299} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -4.42, y: 0, z: -2.52625} + m_LocalScale: {x: 0.6666667, y: 7.0209, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7854750381683430336 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3454069745459012299} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4899270061645352339 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3454069745459012299} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: ea0d0e6bf34314e2f992fee8e4cf40b3, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &637601903882108047 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3454069745459012299} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!1 &4571827323917137615 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827323917137614} + m_Layer: 0 + m_Name: RightLane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827323917137614 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323917137615} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.5, y: 0, z: -3.7375} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4571827324346700082} + - {fileID: 4571827324287717143} + - {fileID: 4571827323934480872} + - {fileID: 4571827325455578615} + - {fileID: 4571827325419004491} + - {fileID: 1578112961967239429} + - {fileID: 1578112962756050591} + - {fileID: 1578112961478239080} + - {fileID: 1578112961819080168} + - {fileID: 1578112962800787237} + - {fileID: 1578112961138317388} + - {fileID: 1578112961717437894} + - {fileID: 1578112961987698752} + - {fileID: 1578112962848683298} + - {fileID: 1578112961500589936} + - {fileID: 1578112963124168272} + - {fileID: 1578112963188726658} + - {fileID: 1578112962819435695} + - {fileID: 1578112962608947105} + - {fileID: 1578112961866413689} + - {fileID: 1578112961471963985} + - {fileID: 1578112963276035972} + - {fileID: 1578112962606738210} + - {fileID: 1578112962149274618} + - {fileID: 1578112962941988569} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4571827323918038286 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827323918038281} + - component: {fileID: 4571827323918038283} + - component: {fileID: 4571827323918038280} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827323918038281 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323918038286} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827324239237586} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827323918038283 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323918038286} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827323918038280 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323918038286} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827323934480873 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827323934480872} + - component: {fileID: 4571827323934480874} + - component: {fileID: 4571827323934480875} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827323934480872 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323934480873} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827323934480874 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323934480873} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827323934480875 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323934480873} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827323977562486 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827323977562481} + - component: {fileID: 4571827323977562483} + - component: {fileID: 4571827323977562480} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827323977562481 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323977562486} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325560311142} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827323977562483 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323977562486} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827323977562480 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827323977562486} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324060505541 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324060505540} + - component: {fileID: 4571827324060505542} + - component: {fileID: 4571827324060505543} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324060505540 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324060505541} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324060505542 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324060505541} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324060505543 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324060505541} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324127889636 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324127889639} + - component: {fileID: 4571827324127889633} + - component: {fileID: 4571827324127889638} + m_Layer: 0 + m_Name: railroad-straight (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324127889639 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324127889636} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827324239237586} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324127889633 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324127889636} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324127889638 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324127889636} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324239237587 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324239237586} + m_Layer: 0 + m_Name: LeftLane (1) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &4571827324239237586 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324239237587} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3, y: 0, z: -3.7375} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4571827324127889639} + - {fileID: 4571827325546876180} + - {fileID: 4571827324573734825} + - {fileID: 4571827323918038281} + - {fileID: 4571827325552645935} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4571827324287717140 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324287717143} + - component: {fileID: 4571827324287717137} + - component: {fileID: 4571827324287717142} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324287717143 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324287717140} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324287717137 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324287717140} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324287717142 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324287717140} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324346700083 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324346700082} + - component: {fileID: 4571827324346700092} + - component: {fileID: 4571827324346700093} + m_Layer: 0 + m_Name: railroad-straight (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324346700082 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324346700083} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324346700092 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324346700083} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324346700093 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324346700083} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324389444372 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324389444375} + - component: {fileID: 4571827324389444369} + - component: {fileID: 4571827324389444374} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324389444375 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324389444372} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324389444369 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324389444372} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324389444374 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324389444372} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324393074412 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324393074415} + - component: {fileID: 4571827324393074409} + - component: {fileID: 4571827324393074414} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324393074415 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324393074412} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325560311142} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324393074409 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324393074412} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324393074414 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324393074412} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324573734830 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324573734825} + - component: {fileID: 4571827324573734827} + - component: {fileID: 4571827324573734824} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324573734825 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324573734830} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827324239237586} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324573734827 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324573734830} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324573734824 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324573734830} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827324854265047 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827324854265046} + - component: {fileID: 4571827324854265040} + - component: {fileID: 4571827324854265041} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827324854265046 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324854265047} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325560311142} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827324854265040 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324854265047} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827324854265041 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827324854265047} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325233882422 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325233882417} + - component: {fileID: 4571827325233882419} + - component: {fileID: 4571827325233882416} + m_Layer: 0 + m_Name: railroad-straight (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325233882417 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325233882422} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325233882419 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325233882422} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325233882416 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325233882422} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325282526715 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325282526714} + - component: {fileID: 4571827325282525700} + - component: {fileID: 4571827325282525701} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325282526714 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325282526715} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325282525700 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325282526715} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325282525701 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325282526715} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325419004488 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325419004491} + - component: {fileID: 4571827325419004501} + - component: {fileID: 4571827325419004490} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325419004491 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325419004488} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325419004501 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325419004488} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325419004490 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325419004488} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325429881447 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325429881446} + - component: {fileID: 4571827325429881440} + - component: {fileID: 4571827325429881441} + m_Layer: 0 + m_Name: railroad-straight (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325429881446 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325429881447} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325560311142} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325429881440 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325429881447} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325429881441 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325429881447} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325455578612 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325455578615} + - component: {fileID: 4571827325455578609} + - component: {fileID: 4571827325455578614} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325455578615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325455578612} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827323917137614} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325455578609 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325455578612} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325455578614 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325455578612} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325489153901 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325489153900} + m_Layer: 0 + m_Name: MiddleLane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325489153900 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325489153901} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -3.7375} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8346427784769482273} + - {fileID: 8346427783759371730} + - {fileID: 8346427784311110712} + - {fileID: 4571827324060505540} + - {fileID: 4571827325501775344} + - {fileID: 1578112961444897934} + - {fileID: 1578112961212744235} + - {fileID: 1578112962651446255} + - {fileID: 1578112962917492615} + - {fileID: 1578112962138076030} + - {fileID: 1578112961946682478} + - {fileID: 1578112962429187337} + - {fileID: 1578112961480815756} + - {fileID: 1578112962974221243} + - {fileID: 1578112962092136111} + - {fileID: 1578112961635994779} + - {fileID: 1578112961433912899} + - {fileID: 1578112962966542982} + - {fileID: 1578112962277965153} + - {fileID: 1578112962223265884} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4571827325501775345 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325501775344} + - component: {fileID: 4571827325501775346} + - component: {fileID: 4571827325501775347} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325501775344 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325501775345} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325501775346 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325501775345} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325501775347 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325501775345} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325519799354 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325519799365} + - component: {fileID: 4571827325519799367} + - component: {fileID: 4571827325519799364} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325519799365 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325519799354} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325560311142} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325519799367 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325519799354} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325519799364 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325519799354} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325526984425 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325526984424} + - component: {fileID: 4571827325526984426} + - component: {fileID: 4571827325526984427} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325526984424 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325526984425} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325526984426 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325526984425} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325526984427 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325526984425} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325546876181 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325546876180} + - component: {fileID: 4571827325546876182} + - component: {fileID: 4571827325546876183} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325546876180 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325546876181} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827324239237586} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325546876182 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325546876181} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325546876183 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325546876181} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325552645932 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325552645935} + - component: {fileID: 4571827325552645929} + - component: {fileID: 4571827325552645934} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325552645935 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325552645932} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827324239237586} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325552645929 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325552645932} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325552645934 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325552645932} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4571827325560311143 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325560311142} + m_Layer: 0 + m_Name: RightLane (1) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &4571827325560311142 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325560311143} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 3, y: 0, z: -3.7375} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4571827325429881446} + - {fileID: 4571827324393074415} + - {fileID: 4571827323977562481} + - {fileID: 4571827324854265046} + - {fileID: 4571827325519799365} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4571827325611976625 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325611976624} + m_Layer: 0 + m_Name: LeftLane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325611976624 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325611976625} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.5, y: 0, z: -3.7375} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4571827325233882417} + - {fileID: 4571827325916154605} + - {fileID: 4571827325526984424} + - {fileID: 4571827325282526714} + - {fileID: 4571827324389444375} + - {fileID: 1578112962681599048} + - {fileID: 1578112961426113775} + - {fileID: 1578112962758289830} + - {fileID: 1578112962843244156} + - {fileID: 1578112962194178961} + - {fileID: 1578112961996659225} + - {fileID: 1578112962249406455} + - {fileID: 1578112962064149205} + - {fileID: 1578112963139022066} + - {fileID: 1578112961735693601} + - {fileID: 1578112962949509694} + - {fileID: 1578112961148375838} + - {fileID: 1578112961461925244} + - {fileID: 1578112962150153549} + - {fileID: 1578112961725183889} + - {fileID: 1578112961804689138} + - {fileID: 1578112961684815702} + - {fileID: 1578112961852925833} + - {fileID: 1578112961465722747} + - {fileID: 1578112961274819709} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4571827325617848093 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325617848092} + - component: {fileID: 4571827325617848089} + - component: {fileID: 4571827325617848094} + - component: {fileID: 4571827325617848095} + m_Layer: 0 + m_Name: GroundPlane (2) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325617848092 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325617848093} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 14.93, y: 0, z: 29.9} + m_LocalScale: {x: 1.5, y: 1, z: 8} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1887385522513201182} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325617848089 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325617848093} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4571827325617848094 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325617848093} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 9709b5564376e44148ef69f7161b68ed, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &4571827325617848095 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325617848093} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1 &4571827325745374148 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325745374151} + m_Layer: 0 + m_Name: GameObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325745374151 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325745374148} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -2.4875} + m_LocalScale: {x: 0.6666667, y: 1, z: 0.125} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4571827325806261491 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325806261490} + - component: {fileID: 4571827325806261503} + - component: {fileID: 4571827325806261500} + - component: {fileID: 4571827325806261501} + m_Layer: 0 + m_Name: GroundPlane (1) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325806261490 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325806261491} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -15, y: 0, z: 29.9} + m_LocalScale: {x: 1.5, y: 1, z: 8} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1887385522513201182} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325806261503 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325806261491} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4571827325806261500 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325806261491} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 9709b5564376e44148ef69f7161b68ed, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &4571827325806261501 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325806261491} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1 &4571827325916154594 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4571827325916154605} + - component: {fileID: 4571827325916154607} + - component: {fileID: 4571827325916154604} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4571827325916154605 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325916154594} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325611976624} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4571827325916154607 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325916154594} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4571827325916154604 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4571827325916154594} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8385366760401222224 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8385366760401222225} + m_Layer: 0 + m_Name: LeftBound + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8385366760401222225 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8385366760401222224} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -6.05, y: 0, z: -5.7} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8385366761489818379} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8385366760405308500 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8385366760405308501} + m_Layer: 0 + m_Name: RightBound + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8385366760405308501 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8385366760405308500} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 6.17, y: 0, z: -5.12} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8385366761489818379} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8385366761489818378 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8385366761489818379} + m_Layer: 0 + m_Name: BoundsDefiner + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8385366761489818379 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8385366761489818378} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -3.5858278} + m_LocalScale: {x: 0.44444448, y: 1, z: 0.05279286} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8385366760401222225} + - {fileID: 8385366760405308501} + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8385366761907430564 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8385366761907430565} + - component: {fileID: 8385366761907430560} + - component: {fileID: 8385366761907430567} + - component: {fileID: 8385366761907430566} + m_Layer: 0 + m_Name: GroundPlane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8385366761907430565 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8385366761907430564} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1578112962699964253} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8385366761907430560 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8385366761907430564} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &8385366761907430567 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8385366761907430564} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 9709b5564376e44148ef69f7161b68ed, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &8385366761907430566 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8385366761907430564} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1 &8691849928963377000 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8346427783759371730} + - component: {fileID: 4934727260681966199} + - component: {fileID: 7178556411145774781} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8346427783759371730 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849928963377000} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4934727260681966199 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849928963377000} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7178556411145774781 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849928963377000} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8691849929517180546 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8346427784311110712} + - component: {fileID: 4934727261235409821} + - component: {fileID: 7178556410623395671} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8346427784311110712 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849929517180546} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4934727261235409821 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849929517180546} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7178556410623395671 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849929517180546} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8691849930225153179 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8346427784769482273} + - component: {fileID: 4934727259411816836} + - component: {fileID: 7178556412291536206} + m_Layer: 0 + m_Name: railroad-straight (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8346427784769482273 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849930225153179} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4571827325489153900} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4934727259411816836 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849930225153179} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7178556412291536206 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8691849930225153179} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1001 &1578112961156665983 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 239 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.67 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (210) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497520997780 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961156665983} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961171343289 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 240 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (211) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497472757842 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961171343289} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961175363500 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 180 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (162) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497476810823 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961175363500} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961175700405 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 143 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (130) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497476461662 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961175700405} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961184843169 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 316 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (271) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497467384394 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961184843169} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961187514138 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 243 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (214) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497489879281 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961187514138} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961192658965 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 291 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 33.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (257) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497493061630 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961192658965} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961197507682 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 224 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 33.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (195) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497480082313 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961197507682} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961208611637 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 288 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (254) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497443820766 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961208611637} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961210485591 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 255 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 9.046201 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 33.17752 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (28) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484497441680572 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961210485591} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961218836816 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 156 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (138) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497433599675 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961218836816} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961223792703 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 198 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 11.470001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (18) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484497453809620 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961223792703} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961236124678 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 343 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.67 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (298) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497449853933 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961236124678} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961237652691 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 132 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (119) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497406456632 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961237652691} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961239123424 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 108 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (95) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497404649995 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961239123424} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961245497307 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 169 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (151) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497406926896 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961245497307} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961257413404 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 335 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (290) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497419926775 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961257413404} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961262166707 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 282 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 33.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (248) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497423615320 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961262166707} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961265962030 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 413 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 57.43127 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (14) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484497411697605 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961265962030} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961270746365 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 367 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (317) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497415301910 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961270746365} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961270890446 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 399 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 51.46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (349) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497414903845 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961270890446} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961278331768 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 308 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 40.230003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (9) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484497374096531 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961278331768} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961305029005 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 358 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.79 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 50.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (39) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484497339076198 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961305029005} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961306229585 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 173 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (155) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497337621690 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961306229585} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961306251848 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 386 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 53.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (336) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497337529763 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961306251848} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961306743061 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 402 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (352) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497337104126 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961306743061} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961311551013 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 376 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (326) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497340877262 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961311551013} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961315433336 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 319 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (274) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497328344211 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961315433336} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961324217036 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 359 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 9.046201 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 52.947517 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (40) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484497353381159 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961324217036} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961325742274 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 287 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (253) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497360314153 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961325742274} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961326870827 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 347 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (302) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497359181504 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961326870827} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961373244140 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 263 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (229) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497270861063 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961373244140} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961381158051 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 178 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 13.940001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (160) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497262619464 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961381158051} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961389115914 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 303 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 35.210003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (31) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484497288289761 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961389115914} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961391755235 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 315 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 51.46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (270) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497285650440 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961391755235} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961391914979 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 280 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.7 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (246) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497285416968 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961391914979} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961401911412 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 191 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (173) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497283882911 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961401911412} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961418460814 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 142 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (129) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497233713509 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961418460814} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961420140629 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 356 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 54.98 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (37) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484497232283582 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961420140629} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961426315271 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 307 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 44.791275 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (8) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484497259413484 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961426315271} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961437481336 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 101 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6387296 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (3) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484497248575123 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961437481336} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961468489609 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 223 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (194) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497217304674 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961468489609} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961477936982 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 127 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (114) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497174225085 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961477936982} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961479896260 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 117 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (104) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497172597551 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961479896260} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961490554248 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 331 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (286) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497186843235 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961490554248} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961498424010 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 228 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (199) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497178969377 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961498424010} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961508119427 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 297 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (263) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497135727720 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961508119427} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961512830179 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 349 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (304) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497139340040 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961512830179} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961514798747 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 230 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.460001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (201) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497129249136 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961514798747} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961519026863 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 247 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 31.690002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (218) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497133135172 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961519026863} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961526829354 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 162 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.720001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (144) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497150768833 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961526829354} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961534189505 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 106 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.49 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (93) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497143412778 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961534189505} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961542475426 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 145 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (132) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497101367625 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961542475426} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961554300376 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 138 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 13.940001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (125) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497098136115 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961554300376} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961559104640 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 163 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -17.03 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (145) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497118554987 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961559104640} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961563012894 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 325 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (280) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497122969845 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961563012894} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961564185112 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 172 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.6399975 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (154) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497121539571 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961564185112} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961573658117 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 360 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (310) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497070193134 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961573658117} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961579307934 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 179 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.540001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (161) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497073190005 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961579307934} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961579345952 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 323 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (278) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497072820171 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961579345952} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961581111208 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 214 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (185) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497071321155 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961581111208} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961591103399 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 346 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 53.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (301) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497086556236 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961591103399} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961597276380 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 154 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (136) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497088702263 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961597276380} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961610453304 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 401 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (351) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497033590483 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961610453304} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961611044787 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 257 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (223) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497041125464 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961611044787} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961623885796 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 374 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (324) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497053442063 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961623885796} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961625369927 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 296 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (262) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497052289708 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961625369927} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961632435964 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 115 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (102) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497045166359 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961632435964} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961638935187 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 211 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 31.690002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (182) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497046850936 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961638935187} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961650490842 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 129 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 13.940001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (116) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496993360433 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961650490842} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961658705561 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 130 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (117) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497018892658 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961658705561} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961664264407 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 153 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (135) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497021456188 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961664264407} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961670692256 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 289 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (255) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484497015298635 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961670692256} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961674159056 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 372 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (322) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496969876539 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961674159056} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961674334491 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 266 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.720001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (232) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496969512688 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961674334491} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961677718925 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 125 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (112) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496966062694 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961677718925} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961681440732 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 213 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (184) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496970995767 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961681440732} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961683728668 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 128 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.35 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (115) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496960048887 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961683728668} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961687664768 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 313 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (268) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496964509547 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961687664768} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961689082302 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 159 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (141) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496963419733 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961689082302} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961693768005 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 395 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 53.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (345) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496983834286 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961693768005} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961707182905 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 107 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (94) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496978799826 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961707182905} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961707942190 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 403 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (353) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496936158917 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961707942190} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961709665322 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 219 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (190) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496934177729 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961709665322} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961715639508 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 264 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (230) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496928142143 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961715639508} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961719765670 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 339 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (294) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496924273997 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961719765670} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961727190410 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 189 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (171) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496950145633 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961727190410} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961729847032 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 334 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.460001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (289) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496955947283 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961729847032} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961752211822 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 204 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 20.470001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (5) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484496891823749 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961752211822} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961759452482 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 301 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.3038 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 42.42752 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (29) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496917953193 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961759452482} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961759477011 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 105 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (92) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496917928696 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961759477011} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961759829318 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 207 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7962008 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 22.66752 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (23) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496917772973 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961759829318} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961764840335 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 326 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (281) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496921212004 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961764840335} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961806024429 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 146 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 15.9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (133) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496879966470 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961806024429} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961806533015 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 398 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (348) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496879445628 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961806533015} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961812614620 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 217 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (188) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496839879223 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961812614620} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961813537894 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 232 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.35 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (203) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496838689677 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961813537894} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961826692437 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 197 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.3038 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 22.66752 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (17) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496850975422 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961826692437} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961828533343 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 414 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 67.130005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (15) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484496849130420 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961828533343} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961829810212 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 121 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (108) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496856176591 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961829810212} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961836195889 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 370 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.720001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (320) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496841459674 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961836195889} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961854337269 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 411 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 64.56127 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (12) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484496797832990 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961854337269} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961858072851 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 328 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 53.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (283) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496794097400 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961858072851} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961866814959 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 363 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (313) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496810848772 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961866814959} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961878336033 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 342 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 51.46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (297) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496765765066 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961878336033} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961886865705 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 190 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (172) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496756977346 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961886865705} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961891042394 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 152 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (134) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496761185201 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961891042394} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961898430263 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 406 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 51 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (42) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496787298524 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112961898430263} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961913198538 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 110 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (97) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496739299361 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961913198538} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961917583063 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 279 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (245) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496726202684 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961917583063} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961928058803 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 112 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 13.940001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (99) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496749277272 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961928058803} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961952253012 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 136 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (123) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496691848127 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961952253012} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961959938203 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 165 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (147) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496717721456 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961959938203} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961971475516 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 275 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (241) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496706188247 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961971475516} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961973204474 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 246 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (217) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496712782353 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961973204474} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961978187890 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 267 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -17.03 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (233) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496665847705 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961978187890} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961988770369 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 99 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 5.491271 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484496663731626 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961988770369} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961989472383 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 412 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 60 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (13) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484496662960020 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112961989472383} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961991517115 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 176 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (158) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496660710480 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961991517115} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961991789041 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 295 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 31.690002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (261) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496660442650 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961991789041} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112961996691975 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 292 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.200001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (258) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496689102316 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112961996691975} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962023847689 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 290 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (256) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496628650210 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962023847689} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962024882263 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 119 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (106) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496627607484 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962024882263} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962030940851 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 404 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 53.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (354) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496655045976 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962030940851} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962034652750 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 199 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 15.450001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (19) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496643010981 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962034652750} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962036122530 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 241 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.559999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (212) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496641467465 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962036122530} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962041335984 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 348 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (303) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496644454235 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962041335984} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962053260522 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 271 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (237) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496590840577 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962053260522} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962055232703 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 226 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (197) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496588618580 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962055232703} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962058769269 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 382 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (332) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496593728670 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962058769269} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962061138096 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 338 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (293) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496616529755 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962061138096} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962067035802 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 182 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (164) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496618754417 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962067035802} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962073292978 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 227 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (198) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496612431705 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962073292978} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962078699811 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 300 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 33.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (266) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496565409480 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962078699811} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962086904755 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 304 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.389997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 32.97 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (32) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496556868696 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962086904755} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962099099382 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 184 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (166) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496586887453 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962099099382} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962100899507 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 273 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (239) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496585148760 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962100899507} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962102200960 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 200 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.389997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 13.210001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (20) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496575458667 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962102200960} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962109427661 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 235 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (206) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496576358438 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962109427661} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962117599024 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 237 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (208) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496534575323 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962117599024} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962128456605 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 220 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (191) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496549137526 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962128456605} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962133460709 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 387 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.540001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (337) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496552583438 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962133460709} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962158202503 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 183 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (165) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496493963628 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962158202503} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962166970791 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 250 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 15.9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (221) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496519085644 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962166970791} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962170150908 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 344 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (299) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496507451415 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962170150908} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962178460260 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 194 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (176) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496465579407 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962178460260} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962181154384 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 188 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.200001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (170) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496462881211 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962181154384} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962181785196 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 332 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (287) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496470442375 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962181785196} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962182146171 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 229 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 31.690002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (200) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496470282128 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962182146171} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962188392761 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 167 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (149) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496455458514 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962188392761} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962194812867 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 327 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (282) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496482846760 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962194812867} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962205272591 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 320 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 53.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (275) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496472321508 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962205272591} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962208726810 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 203 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 25.031273 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (4) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484496477329649 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112962208726810} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962214727218 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 350 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (305) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496429378009 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962214727218} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962218909070 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 405 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.3038 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 62.197517 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (41) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496433527397 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962218909070} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962220282693 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 278 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (244) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496423498926 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962220282693} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962221139109 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 135 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.67 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (122) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496422634318 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962221139109} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962223671660 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 201 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.310003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 11.02 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (21) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496428494471 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962223671660} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962223684270 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 302 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 31.230003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (30) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496428490053 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962223684270} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962224467134 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 102 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 8.06 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484496427699029 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112962224467134} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962243812127 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 294 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (260) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496442178804 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962243812127} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962244607331 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 337 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 53.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (292) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496399440520 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962244607331} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962251378292 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 256 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (222) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496401115551 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962251378292} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962278800963 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 113 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (100) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496364984744 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962278800963} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962280472697 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 314 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.49 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (269) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496363628434 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962280472697} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962286990572 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 311 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7962008 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 42.42752 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (35) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496357053191 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962286990572} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962309161262 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 409 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.310003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 50.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (45) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496376620741 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962309161262} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962314065198 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 202 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.0538 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 13.4175205 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (22) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496329978565 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962314065198} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962315668502 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 380 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.6399975 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (330) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496336825341 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962315668502} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962325282331 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 285 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (251) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496327154160 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962325282331} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962326175971 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 208 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.38 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (179) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496325986056 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962326175971} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962333685151 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 104 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.38 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (91) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496352367220 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962333685151} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962347020207 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 408 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.389997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 52.739998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (44) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496297019460 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962347020207} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962358689988 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 259 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (225) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496293472047 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962358689988} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962366962770 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 160 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (142) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496319028153 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962366962770} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962372920608 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 166 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (148) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496304407243 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962372920608} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962374560527 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 353 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (308) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496311422180 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962374560527} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962392331553 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 141 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (128) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496259904202 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962392331553} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962395835549 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 149 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.71 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 13.210001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (14) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496281758582 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962395835549} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962399824908 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 269 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (235) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496286223335 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962399824908} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962404229694 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 351 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 51.46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (306) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496273360341 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962404229694} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962405589475 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 415 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7962008 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 62.197517 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (47) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496272066056 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962405589475} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962407738760 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 140 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (127) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496278047331 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962407738760} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962416770294 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 262 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (228) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496235666205 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962416770294} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962427761065 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 209 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (180) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496224671298 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962427761065} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962439732990 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 111 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (98) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496237672725 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962439732990} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962445002970 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 368 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (318) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496240717617 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962445002970} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962456378026 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 122 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (109) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496187735361 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962456378026} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962460942004 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 133 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (120) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496191232351 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962460942004} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962461307848 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 181 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (163) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496191124515 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962461307848} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962471498508 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 193 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (175) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496205903079 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962471498508} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962472868015 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 242 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 33.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (213) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496204734276 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962472868015} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962472880582 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 215 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (186) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496204779053 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962472880582} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962473695561 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 397 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (347) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496203906722 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962473695561} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962476517549 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 109 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (96) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496209465158 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962476517549} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962485521576 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 361 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (311) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496166972227 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962485521576} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962497906830 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 185 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (167) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496179490661 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962497906830} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962505855021 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 340 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (295) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496171546566 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962505855021} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962517446834 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 137 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.559999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (124) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496135051097 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962517446834} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962571607269 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 284 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (250) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496105732878 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962571607269} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962579434391 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 272 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (238) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496106351740 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962579434391} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962580363789 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 299 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (265) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496063749606 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962580363789} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962586216714 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 268 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (234) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496065949409 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962586216714} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962589396954 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 260 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (226) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496054446129 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962589396954} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962595370466 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 103 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7962008 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 3.1275196 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484496057127433 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962595370466} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962610010217 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 225 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (196) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496075980674 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962610010217} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962612517831 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 373 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (323) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496073210924 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962612517831} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962615470060 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 120 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 13.940001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (107) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496028565511 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962615470060} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962621068342 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 371 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -17.03 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (321) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496031429597 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962621068342} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962623863140 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 261 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (227) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496020184719 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962623863140} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962637846313 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 318 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (273) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496048206018 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962637846313} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962643055402 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 249 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (220) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484496042931393 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962643055402} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962647436964 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 383 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (333) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495996602703 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962647436964} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962654331701 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 234 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (205) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495998092510 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962654331701} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962658298851 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 174 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (156) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495985806344 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962658298851} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962683434318 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 186 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (168) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495960609445 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962683434318} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962692581740 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 400 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (350) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495951457927 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962692581740} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962695876870 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 330 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (285) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495956293357 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962695876870} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962696534306 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 364 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (314) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495955902153 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962696534306} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962713880721 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 155 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (137) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495929896826 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962713880721} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962723929387 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 281 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 35.660004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (247) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495919856320 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962723929387} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962728307231 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 151 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 9.046201 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 13.4175205 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (16) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495923858932 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962728307231} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962735164106 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 218 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (189) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495950621985 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962735164106} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962742004724 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 309 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 37.661274 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (10) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484495935327263 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112962742004724} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962761539616 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 118 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (105) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495890884555 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962761539616} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962764593854 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 379 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (329) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495912811861 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962764593854} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962765601218 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 253 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.71 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 32.97 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (26) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495911738921 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962765601218} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962780930864 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 131 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (118) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495905047771 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962780930864} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962789387010 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 236 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (207) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495854390505 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962789387010} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962802601833 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 362 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (312) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495883184258 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962802601833} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962806240514 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 158 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (140) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495871095529 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962806240514} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962821353901 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 221 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (192) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495831144006 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962821353901} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962828509142 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 286 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 31.690002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (252) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495823665213 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962828509142} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962829827181 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 144 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.01 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (131) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495822347142 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962829827181} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962834929301 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 124 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (111) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495842668926 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962834929301} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962838879618 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 322 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (277) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495847111273 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962838879618} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962841211486 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 134 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (121) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495836452277 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962841211486} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962847550042 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 378 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.749998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (328) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495838498225 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962847550042} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962849814886 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 381 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 51.46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (331) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495794232973 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962849814886} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962859563735 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 164 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (146) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495784549692 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962859563735} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962861736768 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 216 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 33.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (187) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495790425259 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962861736768} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962862116688 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 305 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.310003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 30.780003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (33) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495790115003 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962862116688} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962870932606 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 233 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 33.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (204) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495814792085 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962870932606} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962876229109 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 283 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.540001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (249) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495801098782 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962876229109} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962877953483 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 170 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.749998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 27.710001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (152) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495808098848 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962877953483} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962880202355 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 396 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.200001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (346) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495805579672 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962880202355} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962881048224 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 222 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (193) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495805000011 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962881048224} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962892116918 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 196 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 13.940001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (178) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495751992413 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962892116918} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962897538876 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 312 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.38 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (267) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495754889431 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962897538876} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962906302742 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 393 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (343) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495779417853 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962906302742} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962906746407 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 321 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (276) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495779301836 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962906746407} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962911190179 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 385 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (335) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495774866248 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962911190179} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962911513142 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 375 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (325) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495774535133 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962911513142} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962923466083 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 357 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.71 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 52.739998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (38) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495728962184 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962923466083} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962926870912 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 345 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.559999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (300) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495717164651 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962926870912} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962933331540 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 389 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (339) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495744070079 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962933331540} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962935428327 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 114 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (101) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495741973260 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962935428327} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962937514556 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 317 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (272) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495748206039 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962937514556} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962940021548 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 270 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (236) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495746026695 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962940021548} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962947300731 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 212 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 41.870003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (183) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495738493584 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962947300731} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962950624288 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 352 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.01 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 65.39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (307) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495693157323 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962950624288} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962952749661 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 355 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 8.91 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 51 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (36) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495691089334 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962952749661} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962969272318 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 392 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (342) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495708133397 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962969272318} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962970463245 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 388 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (338) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495715519462 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962970463245} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962979877452 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 407 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 54.98 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (43) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495706174887 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112962979877452} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112962984473813 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 171 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (153) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495659373374 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112962984473813} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963003174390 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 390 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 51.46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (340) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495674419741 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963003174390} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963005904952 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 148 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 15.450001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (13) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495680151507 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963005904952} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963011046500 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 139 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (126) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495666547599 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963011046500} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963011106439 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 195 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (177) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495666491756 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963011106439} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963043578927 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 251 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 8.91 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 31.230003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (24) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495634084804 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963043578927} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963043641919 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 238 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 31.690002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (209) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495634017748 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963043641919} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963044354684 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 336 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.35 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (291) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495633304983 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963044354684} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963046868827 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 210 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.49 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (181) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495638847664 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963046868827} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963047472648 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 254 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.79 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 30.780003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (27) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495638518243 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963047472648} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963048349976 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 384 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.469997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (334) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495637694195 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963048349976} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963051023495 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 394 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (344) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495592754028 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963051023495} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963053687975 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 391 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (341) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495598482252 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963053687975} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963061695603 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 157 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (139) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495582339992 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963061695603} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963070076941 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 205 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.960769 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 17.901272 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (6) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484495607517158 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112963070076941} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963076066155 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 116 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (103) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495601593472 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963076066155} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963083577228 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 161 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 23.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (143) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495560196199 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963083577228} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963097779970 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 324 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (279) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495554459881 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963097779970} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963100022127 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 206 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 27.600002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (7) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484495577313924 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112963100022127} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963113823512 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 123 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (110) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495572224755 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963113823512} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963123702489 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 100 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 0.93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (2) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484495528463666 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112963123702489} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963124866143 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 333 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 51.46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (288) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495527562164 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963124866143} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963127600258 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 192 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 22.11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (174) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495516238697 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963127600258} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963141504837 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 365 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 57.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (315) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495544215726 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963141504837} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963148909282 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 293 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (259) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495537073417 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963148909282} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963151597029 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 276 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.6399975 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (242) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495492442638 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963151597029} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963154432435 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 277 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 31.690002 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (243) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495497999960 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963154432435} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963155038826 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 369 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 63.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (319) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495497459073 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963155038826} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963165290832 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 265 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (231) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495486871227 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963165290832} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963168033330 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 150 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.79 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 11.02 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (15) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495509372377 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963168033330} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963170816034 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 244 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (215) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495506520009 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963170816034} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963176184112 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 252 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 35.210003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (25) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495501418203 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963176184112} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963184128710 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 310 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 47.360004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (11) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1327484495459915053 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1578112963184128710} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963184877172 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 410 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.0538 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 52.947517 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (46) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495459236255 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963184877172} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963188127724 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 341 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 61.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (296) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495464042503 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963188127724} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963190205074 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 175 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 19.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (157) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495461961081 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963190205074} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963199002993 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 187 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 13.940001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (169) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495453425306 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963199002993} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963202428876 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 231 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 43.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (202) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495475230759 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963202428876} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963202812130 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 298 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (264) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495474585353 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963202812130} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963205941038 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 258 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (224) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495479775429 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963205941038} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963207762708 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 168 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 17.94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (150) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495477961983 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963207762708} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963218246944 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 177 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 15.900001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (159) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495425530571 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963218246944} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963219547745 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 306 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.0538 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 33.17752 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (34) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495424553354 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963219547745} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963223930067 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 147 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 8.91 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 11.470001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (12) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &1327484495428559672 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 1578112963223930067} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963234847505 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 126 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.460001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 25.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (113) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495442492666 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963234847505} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963246217553 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 248 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.01 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 45.620003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (219) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495431450298 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963246217553} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963253043521 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 377 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (327) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495390992042 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963253043521} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963256320290 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 245 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 39.700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (216) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495395841737 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963256320290} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963272637658 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 329 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 55.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (284) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495413156657 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963272637658} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963275590492 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 354 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 15.9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 67.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (309) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495410392247 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963275590492} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963279283665 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 366 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 59.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (316) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495398306362 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963279283665} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1578112963282327807 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 274 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.749998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 47.47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (240) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1327484495403466516 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1578112963282327807} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323918342100 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (22) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911380910143 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827323918342100} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323925258330 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 37 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (50) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911382046641 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827323925258330} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323941443698 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 87 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (87) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911399427993 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827323941443698} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323942173840 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 77 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (79) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911398959995 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827323942173840} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323942201383 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 54 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (54) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911398989772 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827323942201383} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323946908799 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 53 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (55) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911360736148 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827323946908799} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323947272231 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 93 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.3038 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: 3.1275196 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (6) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274911360036812 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827323947272231} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827323993876761 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 20 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (31) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911338598130 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827323993876761} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324032463459 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (14) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911308404104 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324032463459} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324061211216 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 49 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (3) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911271599547 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324061211216} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324112324960 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 63 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (59) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911186923147 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324112324960} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324120672179 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -5.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (17) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911178506328 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324120672179} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324122841042 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 22 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.460001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (29) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911184476217 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324122841042} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324152886444 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 44 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.7700005 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -4.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (2) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274911146365767 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827324152886444} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324165000064 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 30 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (39) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911176191083 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324165000064} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324183571423 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 41 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (46) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911124065332 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324183571423} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324201540318 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 97 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.310003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -8.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (10) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274911139331381 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827324201540318} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324207676130 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 84 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.200001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (90) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911133523209 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324207676130} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324210110121 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 62 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (60) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911131089218 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324210110121} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324211785193 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 23 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (28) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911087135234 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324211785193} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324214366686 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (84) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911084623413 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324214366686} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324216545358 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 96 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.389997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -6.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (9) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274911091029925 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827324216545358} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324217088777 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 40 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.01 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (47) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911090490594 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324217088777} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324230028669 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.720001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (8) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911102773910 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324230028669} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324247775221 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (20) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911051477022 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324247775221} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324248243530 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 26 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (43) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911050750625 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324248243530} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324248941350 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 79 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (77) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274911058363597 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324248941350} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324405475626 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 66 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.749998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (72) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910927064769 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324405475626} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324406187280 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 89 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (85) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910926611195 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324406187280} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324433152170 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 31 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.67 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (38) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910907981633 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324433152170} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324470945450 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (34) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910861852993 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324470945450} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324472123324 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (41) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910860425303 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324472123324} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324492912408 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.38 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (9) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910814662899 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324492912408} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324516157264 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 95 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -19.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -4.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (8) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274910782824635 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827324516157264} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324548440407 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 74 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -5.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (64) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910750738108 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324548440407} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324556288590 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 34 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -5.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (53) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910742889893 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324556288590} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324574272158 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -5.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (82) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910758268277 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324574272158} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324578633239 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 48 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910762496508 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324578633239} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324597749886 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 69 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (69) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910735052693 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324597749886} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324620964777 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.559999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (36) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910686340162 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324620964777} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324657720672 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 81 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (75) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910641273483 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324657720672} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324675509795 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 67 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (71) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910656965064 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324675509795} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324687808091 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 60 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (62) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910619570608 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324687808091} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324702878244 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 25 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -5.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (44) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910638312911 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324702878244} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324719248713 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 72 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (66) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910588129954 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324719248713} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324720941488 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 57 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (09) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910586695259 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324720941488} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324737333371 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (33) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910603595664 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324737333371} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324754640188 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 70 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (68) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910552742615 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324754640188} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324759687984 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (24) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910539293915 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324759687984} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324763088237 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.09 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (88) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910544282246 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324763088237} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324830689557 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 45 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.71 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -6.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (3) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274910476619518 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827324830689557} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324835676821 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (23) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910505182590 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324835676821} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324871716510 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 88 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (86) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910469409141 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324871716510} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324902242337 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (65) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910430306250 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324902242337} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324907790459 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (10) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910424745872 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324907790459} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324958133915 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (18) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910340852080 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324958133915} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827324989624210 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 27 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (42) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910317947001 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827324989624210} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325020254471 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 42 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 15.9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (45) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910287124204 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325020254471} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325042680436 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (12) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910290118047 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325042680436} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325075323137 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 65 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (57) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910257225450 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325075323137} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325104738963 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.35 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (27) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910236456312 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325104738963} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325118703517 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 35 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (52) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910180540534 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325118703517} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325129202183 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (48) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910178115052 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325129202183} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325130000299 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 51 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (7) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910177304640 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325130000299} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325163973794 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 91 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (83) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910143662921 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325163973794} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325173625549 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (26) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910167307558 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325173625549} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325177453910 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.550001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (56) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910155029181 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325177453910} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325202030845 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (15) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910130702102 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325202030845} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325205083295 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (19) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910135849844 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325205083295} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325236963075 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (37) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910095507688 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325236963075} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325248671074 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 80 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (76) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910092454537 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325248671074} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325275429531 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 50 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -19.109999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (4) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910065704304 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325275429531} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325276499726 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 76 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (80) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910056302821 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325276499726} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325285046445 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.49 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (11) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274910014144326 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325285046445} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325338729916 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 83 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -5.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (73) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909993753175 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325338729916} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325363090310 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (16) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909935899757 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325363090310} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325451184354 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 59 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -17.03 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (63) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909889679113 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325451184354} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325463453784 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 94 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -8.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (7) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274909835462579 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827325463453784} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325523278159 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 38 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (49) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909775650468 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325523278159} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325527811580 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 16 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -5.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (35) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909771366935 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325527811580} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325528324733 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 71 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.58 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (67) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909770866070 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325528324733} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325544095125 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 75 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.540001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (81) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909797104254 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325544095125} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325591132538 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 78 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (78) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909716250257 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325591132538} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325636497438 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 46 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 6.79 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -8.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (4) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274909670881269 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827325636497438} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325640684417 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 36 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 16.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (51) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909691860074 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325640684417} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325692724052 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 29 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 13.73 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (40) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909614908607 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325692724052} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325700642432 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 47 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 9.046201 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -6.1224804 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (5) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274909606998379 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827325700642432} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325718398068 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 98 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: -17.0538 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -6.1224804 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (11) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274909622789023 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827325718398068} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325730765912 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.859999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -1.6000004 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (58) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909568424883 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325730765912} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325752002149 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 82 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -12.370001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (74) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909589119374 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325752002149} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325840165242 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 21 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (30) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909492375185 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325840165242} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325881121117 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 18.55 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 2.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (13) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909451361974 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325881121117} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325886990707 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 9.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (25) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909454134936 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325886990707} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325892166587 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 85 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -10.030001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 4.4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (89) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909407011920 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325892166587} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325974786102 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 68 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -14.6399975 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (70) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909358020573 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325974786102} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827325981182121 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 11.52 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 0.4000001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (32) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909351292738 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827325981182121} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827326002071225 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 61 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -16.92 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (61) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909305495890 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827326002071225} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827326038972694 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 56 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.6100006 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (21) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4105274909268606717 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4571827326038972694} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4571827326049329845 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1510905539623758476} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_RootOrder + value: 43 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.x + value: 8.91 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalPosition.z + value: -8.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6e04bffdd1bb1405291a51ebdfeaaffd, type: 2} + - target: {fileID: 919132149155446097, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + propertyPath: m_Name + value: tree-decorated (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 91ae3aa818a3647969914b5721426b07, type: 3} +--- !u!4 &4105274909283140958 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 91ae3aa818a3647969914b5721426b07, type: 3} + m_PrefabInstance: {fileID: 4571827326049329845} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Rail-Updated.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail-Updated.prefab.meta new file mode 100644 index 0000000..5ecf1fc --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail-Updated.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d8804d234894b40689941659f9c0852f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Rail.prefab b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail.prefab new file mode 100644 index 0000000..812b96b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail.prefab @@ -0,0 +1,13177 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &428468811 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 428468812} + m_Layer: 0 + m_Name: Startpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &428468812 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 428468811} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -40} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &260139623323862150 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8342053976207751679} + - component: {fileID: 5628803614055638881} + - component: {fileID: 2506199932715694761} + m_Layer: 0 + m_Name: railroad-straight (26) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8342053976207751679 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 260139623323862150} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -6.1000004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5628803614055638881 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 260139623323862150} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &2506199932715694761 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 260139623323862150} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &405180120783812740 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2720035576448934426} + - component: {fileID: 8656351684309111846} + - component: {fileID: 247977834381862336} + m_Layer: 0 + m_Name: railroad-straight (37) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2720035576448934426 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405180120783812740} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 17.840002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8656351684309111846 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405180120783812740} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &247977834381862336 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405180120783812740} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &702321173424744494 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6832606411562216244} + - component: {fileID: 6006779375122119321} + - component: {fileID: 9083654275104156369} + m_Layer: 0 + m_Name: railroad-straight (48) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6832606411562216244 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 702321173424744494} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 61.88} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 23 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6006779375122119321 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 702321173424744494} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9083654275104156369 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 702321173424744494} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1261054075734624297 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1322406369942792865} + - component: {fileID: 6442286769939987306} + - component: {fileID: 9001987030857381084} + m_Layer: 0 + m_Name: railroad-straight (47) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1322406369942792865 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1261054075734624297} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 57.86} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 21 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6442286769939987306 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1261054075734624297} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9001987030857381084 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1261054075734624297} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1318327306921650464 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3872858375384216304} + - component: {fileID: 2104682123205866898} + - component: {fileID: 2485510008426873634} + m_Layer: 0 + m_Name: railroad-straight (49) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3872858375384216304 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1318327306921650464} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 65.89} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 23 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2104682123205866898 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1318327306921650464} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &2485510008426873634 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1318327306921650464} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1861057587952290137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1961915232485813760} + - component: {fileID: 6384670634147645846} + - component: {fileID: 1130624081592625604} + m_Layer: 0 + m_Name: railroad-straight (39) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1961915232485813760 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1861057587952290137} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 25.800001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6384670634147645846 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1861057587952290137} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1130624081592625604 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1861057587952290137} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1908392728155685415 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1427267574366075531} + - component: {fileID: 4968359660847576010} + - component: {fileID: 6627404111174610106} + m_Layer: 0 + m_Name: railroad-straight (30) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1427267574366075531 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1908392728155685415} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -10.094} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4968359660847576010 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1908392728155685415} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6627404111174610106 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1908392728155685415} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1987869780337769457 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 384479693228629071} + - component: {fileID: 6568914662839540274} + - component: {fileID: 2596639379826274600} + m_Layer: 0 + m_Name: railroad-straight (34) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &384479693228629071 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1987869780337769457} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 5.8500004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6568914662839540274 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1987869780337769457} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &2596639379826274600 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1987869780337769457} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2027871315938461808 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2027871315938461809} + m_Layer: 0 + m_Name: LeftBound + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2027871315938461809 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2027871315938461808} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -2.85, y: 0, z: -5.7} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2027871317005799723} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2027871315942303348 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2027871315942303349} + m_Layer: 0 + m_Name: RightBound + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2027871315942303349 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2027871315942303348} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 2.88, y: 0, z: -5.12} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2027871317005799723} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2027871316387714692 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2027871316387714693} + - component: {fileID: 2027871316387714688} + - component: {fileID: 2027871316387714695} + - component: {fileID: 2027871316387714694} + m_Layer: 0 + m_Name: GroundPlane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2027871316387714693 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2027871316387714692} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.5, y: 1, z: 8} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2027871316387714688 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2027871316387714692} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &2027871316387714695 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2027871316387714692} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 118cd324a785a564fb64668eea8ff02c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &2027871316387714694 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2027871316387714692} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1 &2027871317005799722 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2027871317005799723} + m_Layer: 0 + m_Name: BoundsDefiner + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2027871317005799723 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2027871317005799722} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -28.686623} + m_LocalScale: {x: 0.66666675, y: 1, z: 0.42234287} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2027871315938461809} + - {fileID: 2027871315942303349} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2870983157332313941 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 374672607124446425} + - component: {fileID: 6866085014510979554} + - component: {fileID: 5978457901745434458} + m_Layer: 0 + m_Name: railroad-straight (40) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &374672607124446425 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2870983157332313941} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 29.810001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6866085014510979554 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2870983157332313941} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5978457901745434458 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2870983157332313941} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2913379961096616967 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2101025241723296560} + - component: {fileID: 469496194745593630} + - component: {fileID: 7527824385204920320} + m_Layer: 0 + m_Name: railroad-straight (31) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2101025241723296560 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2913379961096616967} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -6.1000004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &469496194745593630 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2913379961096616967} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7527824385204920320 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2913379961096616967} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3000110541038549771 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1983158150635791269} + - component: {fileID: 1390338411806622122} + - component: {fileID: 7375919150095895558} + m_Layer: 0 + m_Name: railroad-straight (47) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1983158150635791269 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3000110541038549771} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 57.86} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 22 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1390338411806622122 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3000110541038549771} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7375919150095895558 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3000110541038549771} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3010837067118527720 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 325057017547224229} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &325057017547224229 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3010837067118527720} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 40} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3026814099584236044 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1126293959610164442} + - component: {fileID: 3359738243755008803} + - component: {fileID: 5285280475979495122} + m_Layer: 0 + m_Name: railroad-straight (40) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1126293959610164442 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3026814099584236044} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 29.810001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3359738243755008803 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3026814099584236044} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5285280475979495122 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3026814099584236044} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3062998113453433766 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 213174204146913571} + - component: {fileID: 897541271241092988} + - component: {fileID: 5406818612893457834} + m_Layer: 0 + m_Name: railroad-straight (30) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &213174204146913571 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3062998113453433766} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -10.094} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &897541271241092988 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3062998113453433766} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5406818612893457834 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3062998113453433766} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3267204721113266254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1080209159302274196} + - component: {fileID: 4728633912985896456} + - component: {fileID: 8293916516904151722} + m_Layer: 0 + m_Name: railroad-straight (44) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1080209159302274196 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3267204721113266254} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 45.8} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4728633912985896456 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3267204721113266254} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &8293916516904151722 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3267204721113266254} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3384592514235349320 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 286422306540767524} + - component: {fileID: 1184057090579156250} + - component: {fileID: 5362277699960215080} + m_Layer: 0 + m_Name: railroad-straight (42) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &286422306540767524 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3384592514235349320} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 37.808453} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1184057090579156250 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3384592514235349320} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5362277699960215080 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3384592514235349320} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3451356105059723316 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3027557560745010351} + - component: {fileID: 1429529520329120640} + - component: {fileID: 6770311671744879061} + m_Layer: 0 + m_Name: railroad-straight (36) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3027557560745010351 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3451356105059723316} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 13.85} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1429529520329120640 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3451356105059723316} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6770311671744879061 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3451356105059723316} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3508299843719278469 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 188739466663917320} + - component: {fileID: 5663597768694314104} + - component: {fileID: 1701282130009997273} + m_Layer: 0 + m_Name: railroad-straight (45) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &188739466663917320 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3508299843719278469} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 49.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5663597768694314104 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3508299843719278469} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1701282130009997273 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3508299843719278469} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3551003124941197736 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3242740365438010736} + - component: {fileID: 8115367668022525199} + - component: {fileID: 809776655620724929} + m_Layer: 0 + m_Name: railroad-straight (43) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3242740365438010736 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3551003124941197736} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 41.78845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8115367668022525199 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3551003124941197736} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &809776655620724929 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3551003124941197736} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3556790805842727070 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2932054661377347013} + - component: {fileID: 6552985872230498126} + - component: {fileID: 5975345823930735651} + m_Layer: 0 + m_Name: railroad-straight (45) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2932054661377347013 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3556790805842727070} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 49.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6552985872230498126 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3556790805842727070} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5975345823930735651 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3556790805842727070} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3611513520333129714 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 114372112632304658} + - component: {fileID: 6778584473627199245} + - component: {fileID: 4396853529760995595} + m_Layer: 0 + m_Name: railroad-straight (41) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &114372112632304658 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3611513520333129714} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 33.81845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6778584473627199245 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3611513520333129714} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4396853529760995595 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3611513520333129714} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3658687300380543559 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9108600971579711893} + - component: {fileID: 9163243215163438327} + - component: {fileID: 181720408665658803} + m_Layer: 0 + m_Name: railroad-straight (29) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9108600971579711893 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3658687300380543559} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 5.8500004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9163243215163438327 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3658687300380543559} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &181720408665658803 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3658687300380543559} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3793373828099489674 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7505765280564290909} + - component: {fileID: 8206635636122741880} + - component: {fileID: 4758399220758297520} + m_Layer: 0 + m_Name: railroad-straight (35) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7505765280564290909 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3793373828099489674} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 9.841553} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8206635636122741880 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3793373828099489674} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4758399220758297520 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3793373828099489674} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3795804509888109959 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 309321624591162395} + - component: {fileID: 3217962392917825352} + - component: {fileID: 7026748515902514212} + m_Layer: 0 + m_Name: railroad-straight (35) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &309321624591162395 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3795804509888109959} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 9.841553} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3217962392917825352 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3795804509888109959} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7026748515902514212 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3795804509888109959} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4311006713988893586 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8611041254465382123} + m_Layer: 0 + m_Name: cabins + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8611041254465382123 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4311006713988893586} + m_LocalRotation: {x: 0, y: 0, z: 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: 8797377863450406794} + - {fileID: 773559317548522628} + - {fileID: 6660647312786328224} + - {fileID: 8495836239730675316} + - {fileID: 6243885744761654525} + - {fileID: 4510610038575716308} + - {fileID: 5013901355569080431} + - {fileID: 572383533550646308} + - {fileID: 4748511034837350992} + - {fileID: 270307601824453679} + - {fileID: 3471002771790985085} + - {fileID: 5800654912875585928} + - {fileID: 4189389324082879601} + - {fileID: 3221639834026563920} + - {fileID: 2404137590664982555} + - {fileID: 120580199501522306} + - {fileID: 1565495962883044479} + - {fileID: 7314373054163800830} + - {fileID: 5785927440262683603} + - {fileID: 5564453639563159890} + m_Father: {fileID: 8974948409468508332} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4312922677845587196 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1721390704056869966} + - component: {fileID: 8462056230810142859} + - component: {fileID: 5865021775538371085} + m_Layer: 0 + m_Name: railroad-straight (36) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1721390704056869966 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4312922677845587196} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 13.85} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8462056230810142859 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4312922677845587196} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5865021775538371085 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4312922677845587196} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4475006929196986518 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3076784383480639979} + - component: {fileID: 1043335747814755084} + - component: {fileID: 576734003534551559} + m_Layer: 0 + m_Name: railroad-straight (38) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3076784383480639979 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4475006929196986518} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 21.820002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1043335747814755084 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4475006929196986518} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &576734003534551559 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4475006929196986518} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4511041634448262787 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5242534709440855971} + - component: {fileID: 3140265410108014703} + - component: {fileID: 7792125869756876465} + m_Layer: 0 + m_Name: railroad-straight (39) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5242534709440855971 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4511041634448262787} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 25.800001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3140265410108014703 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4511041634448262787} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7792125869756876465 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4511041634448262787} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4591947186447281580 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7193051608485124826} + - component: {fileID: 2880970500443323449} + - component: {fileID: 196153706041897542} + m_Layer: 0 + m_Name: railroad-straight (33) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7193051608485124826 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4591947186447281580} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 1.8700008} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2880970500443323449 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4591947186447281580} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &196153706041897542 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4591947186447281580} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4627368356252156443 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8974948409468508332} + m_Layer: 0 + m_Name: EnvironmentObjects + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8974948409468508332 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4627368356252156443} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8768938752577363939} + - {fileID: 8611041254465382123} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4947143239270284783 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8838514870496471162} + - component: {fileID: 5182099577364256843} + - component: {fileID: 3232361257194486377} + m_Layer: 0 + m_Name: railroad-straight (33) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8838514870496471162 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4947143239270284783} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 1.8700008} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5182099577364256843 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4947143239270284783} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &3232361257194486377 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4947143239270284783} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4947697173209567603 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2178230829303779012} + - component: {fileID: 708558139146981983} + - component: {fileID: 5867031407545288701} + m_Layer: 0 + m_Name: railroad-straight (41) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2178230829303779012 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4947697173209567603} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 33.81845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &708558139146981983 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4947697173209567603} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5867031407545288701 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4947697173209567603} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5158291395053637867 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6631089971053529396} + - component: {fileID: 394928396451750368} + - component: {fileID: 3136485261629833139} + - component: {fileID: 6963562409955102383} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &6631089971053529396 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5158291395053637867} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -6.63, y: 0, z: -20.21} + m_LocalScale: {x: 1, y: 7.0209, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &394928396451750368 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5158291395053637867} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &3136485261629833139 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5158291395053637867} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: ea0d0e6bf34314e2f992fee8e4cf40b3, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &6963562409955102383 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5158291395053637867} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!1 &5535973866254242156 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5830404608227764835} + - component: {fileID: 7161552753170381368} + - component: {fileID: 727062736918944998} + m_Layer: 0 + m_Name: railroad-straight (27) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5830404608227764835 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5535973866254242156} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -2.1099987} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7161552753170381368 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5535973866254242156} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &727062736918944998 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5535973866254242156} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5891596206943529267 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8768938752577363939} + m_Layer: 0 + m_Name: Trees + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8768938752577363939 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5891596206943529267} + m_LocalRotation: {x: 0, y: 0, z: 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: 8797377863746993367} + - {fileID: 7610442534086599390} + - {fileID: 3201506647098182724} + - {fileID: 6999334046558686176} + - {fileID: 397800545641689782} + - {fileID: 7547652881791385080} + - {fileID: 1118350802178860694} + - {fileID: 3175457921671822035} + - {fileID: 312841710470499960} + - {fileID: 415115630477243449} + - {fileID: 8934437092537940808} + - {fileID: 5220265954526999938} + - {fileID: 546510770577512148} + - {fileID: 710732055539206566} + - {fileID: 8375268525055422863} + - {fileID: 4346066456971211020} + - {fileID: 202045561369926002} + - {fileID: 868961964363928930} + - {fileID: 4522620396778247129} + - {fileID: 2727955151744893294} + - {fileID: 1521612779895310913} + - {fileID: 3449632695663884373} + - {fileID: 3930134923517299458} + - {fileID: 1965454526096821796} + - {fileID: 6820524068934466851} + - {fileID: 7064275259613681156} + - {fileID: 7766816160198697961} + - {fileID: 4263285292155306758} + - {fileID: 7853775788417182823} + - {fileID: 2725023284503886519} + - {fileID: 8897345478780573821} + - {fileID: 2714790601630218776} + - {fileID: 3752531997727168900} + - {fileID: 3775851983196694082} + - {fileID: 1451657027716748906} + - {fileID: 804282026158747679} + - {fileID: 4737874549909913834} + - {fileID: 7665956730099591535} + - {fileID: 6431324759281935978} + - {fileID: 1589593432408714306} + m_Father: {fileID: 8974948409468508332} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6271500151752631694 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500151752631689} + - component: {fileID: 6271500151752631691} + - component: {fileID: 6271500151752631688} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500151752631689 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500151752631694} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152626095090} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500151752631691 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500151752631694} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500151752631688 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500151752631694} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152221898487 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152221898486} + - component: {fileID: 6271500152221898480} + - component: {fileID: 6271500152221898481} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152221898486 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152221898487} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152923504454} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152221898480 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152221898487} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152221898481 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152221898487} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152284449622 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152284449617} + - component: {fileID: 6271500152284449619} + - component: {fileID: 6271500152284449616} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152284449617 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152284449622} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -1.97} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152923504454} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152284449619 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152284449622} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152284449616 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152284449622} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152341726447 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152341726446} + m_Layer: 0 + m_Name: RightLane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152341726446 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152341726447} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 2.25, y: 0, z: -29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8342053976207751679} + - {fileID: 8660668966981838871} + - {fileID: 6736115108564969013} + - {fileID: 6154231977850674029} + - {fileID: 213174204146913571} + - {fileID: 1990128721682334739} + - {fileID: 5085229654413519768} + - {fileID: 8838514870496471162} + - {fileID: 384479693228629071} + - {fileID: 7505765280564290909} + - {fileID: 1721390704056869966} + - {fileID: 2720035576448934426} + - {fileID: 3076784383480639979} + - {fileID: 1961915232485813760} + - {fileID: 1126293959610164442} + - {fileID: 114372112632304658} + - {fileID: 286422306540767524} + - {fileID: 3242740365438010736} + - {fileID: 5965610810452093604} + - {fileID: 2932054661377347013} + - {fileID: 3898508002471017211} + - {fileID: 1322406369942792865} + - {fileID: 458561687649516783} + - {fileID: 3872858375384216304} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6271500152342398766 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152342398761} + - component: {fileID: 6271500152342398763} + - component: {fileID: 6271500152342398760} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152342398761 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152342398766} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 2.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152626095090} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152342398763 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152342398766} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152342398760 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152342398766} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152401509060 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152401509063} + - component: {fileID: 6271500152401509057} + - component: {fileID: 6271500152401509062} + m_Layer: 0 + m_Name: railroad-straight (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152401509063 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152401509060} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152626095090} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152401509057 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152401509060} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152401509062 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152401509060} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152626095091 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152626095090} + m_Layer: 0 + m_Name: LeftLane (1) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &6271500152626095090 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152626095091} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -4.5, y: 0, z: -29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6271500152401509063} + - {fileID: 6271500152860000052} + - {fileID: 6271500151752631689} + - {fileID: 6271500152342398761} + - {fileID: 6271500152865760527} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6271500152675645748 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152675645751} + - component: {fileID: 6271500152675645745} + - component: {fileID: 6271500152675645750} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152675645751 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152675645748} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 5.8500004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152675645745 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152675645748} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152675645750 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152675645748} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152683224268 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152683224271} + - component: {fileID: 6271500152683224265} + - component: {fileID: 6271500152683224270} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152683224271 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152683224268} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152923504454} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152683224265 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152683224268} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152683224270 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152683224268} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152794830225 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152794830224} + m_Layer: 0 + m_Name: LeftLane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152794830224 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152794830225} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -2.25, y: 0, z: -29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6271500153095092429} + - {fileID: 6271500152890438856} + - {fileID: 6271500153669146586} + - {fileID: 6271500152675645751} + - {fileID: 9051155476803290728} + - {fileID: 9051155475644298959} + - {fileID: 9051155475919788934} + - {fileID: 9051155475836929116} + - {fileID: 9051155475208630705} + - {fileID: 9051155475145582649} + - {fileID: 9051155476505609687} + - {fileID: 9051155475078813941} + - {fileID: 9051155476153458386} + - {fileID: 9051155474863384321} + - {fileID: 9051155475997458462} + - {fileID: 9051155475383591230} + - {fileID: 9051155475680380764} + - {fileID: 9051155475193941869} + - {fileID: 9051155474874090929} + - {fileID: 9051155474802322642} + - {fileID: 9051155474846305654} + - {fileID: 9051155475014129065} + - {fileID: 9051155475671340379} + - {fileID: 9051155475526829661} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6271500152796761405 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152796761404} + - component: {fileID: 6271500152796761401} + - component: {fileID: 6271500152796761406} + - component: {fileID: 6271500152796761407} + m_Layer: 0 + m_Name: GroundPlane (2) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152796761404 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152796761405} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 14.93, y: 0, z: 0} + m_LocalScale: {x: 1.5, y: 1, z: 8} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152796761401 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152796761405} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &6271500152796761406 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152796761405} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 118cd324a785a564fb64668eea8ff02c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &6271500152796761407 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152796761405} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1 &6271500152860000053 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152860000052} + - component: {fileID: 6271500152860000054} + - component: {fileID: 6271500152860000055} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152860000052 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152860000053} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -5.96} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152626095090} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152860000054 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152860000053} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152860000055 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152860000053} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152865760524 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152865760527} + - component: {fileID: 6271500152865760521} + - component: {fileID: 6271500152865760526} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152865760527 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152865760524} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152626095090} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152865760521 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152865760524} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152865760526 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152865760524} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152887465498 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152887465573} + - component: {fileID: 6271500152887465575} + - component: {fileID: 6271500152887465572} + m_Layer: 0 + m_Name: railroad-straight (5) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152887465573 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152887465498} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: 5.99} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152923504454} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152887465575 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152887465498} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152887465572 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152887465498} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152890438857 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152890438856} + - component: {fileID: 6271500152890438858} + - component: {fileID: 6271500152890438859} + m_Layer: 0 + m_Name: railroad-straight (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152890438856 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152890438857} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -2.1099994} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500152890438858 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152890438857} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500152890438859 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152890438857} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500152923504455 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152923504454} + m_Layer: 0 + m_Name: RightLane (1) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &6271500152923504454 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152923504455} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 4.5, y: 0, z: -29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6271500153850325062} + - {fileID: 6271500152683224271} + - {fileID: 6271500152284449617} + - {fileID: 6271500152221898486} + - {fileID: 6271500152887465573} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6271500152940810724 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500152940810727} + m_Layer: 0 + m_Name: GameObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500152940810727 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500152940810724} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -19.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6271500153095092418 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500153095092429} + - component: {fileID: 6271500153095092431} + - component: {fileID: 6271500153095092428} + m_Layer: 0 + m_Name: railroad-straight (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500153095092429 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153095092418} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: -6.0999994} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500153095092431 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153095092418} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500153095092428 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153095092418} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500153140102867 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500153140102866} + - component: {fileID: 6271500153140102879} + - component: {fileID: 6271500153140102876} + - component: {fileID: 6271500153140102877} + m_Layer: 0 + m_Name: GroundPlane (1) + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500153140102866 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153140102867} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -15, y: 0, z: 0} + m_LocalScale: {x: 1.5, y: 1, z: 8} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500153140102879 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153140102867} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &6271500153140102876 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153140102867} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 118cd324a785a564fb64668eea8ff02c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &6271500153140102877 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153140102867} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1 &6271500153669146587 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500153669146586} + - component: {fileID: 6271500153669144612} + - component: {fileID: 6271500153669144613} + m_Layer: 0 + m_Name: railroad-straight (4) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500153669146586 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153669146587} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 1.8700006} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500153669144612 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153669146587} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500153669144613 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153669146587} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6271500153792165197 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500153792165196} + m_Layer: 0 + m_Name: MiddleLane + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500153792165196 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153792165197} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 9051155476462676604} + - {fileID: 342171686610679254} + - {fileID: 5830404608227764835} + - {fileID: 6211790000338115860} + - {fileID: 9108600971579711893} + - {fileID: 1427267574366075531} + - {fileID: 2101025241723296560} + - {fileID: 5148255146185938825} + - {fileID: 7193051608485124826} + - {fileID: 58793326914543782} + - {fileID: 309321624591162395} + - {fileID: 3027557560745010351} + - {fileID: 8688879357689635083} + - {fileID: 7635990865452022771} + - {fileID: 5242534709440855971} + - {fileID: 374672607124446425} + - {fileID: 2178230829303779012} + - {fileID: 5309155940418386965} + - {fileID: 7779617186368035287} + - {fileID: 1080209159302274196} + - {fileID: 188739466663917320} + - {fileID: 883070837164123033} + - {fileID: 1983158150635791269} + - {fileID: 6832606411562216244} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6271500153850325063 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6271500153850325062} + - component: {fileID: 6271500153850325056} + - component: {fileID: 6271500153850325057} + m_Layer: 0 + m_Name: railroad-straight (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6271500153850325062 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153850325063} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0.028, z: -9.968449} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152923504454} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6271500153850325056 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153850325063} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6271500153850325057 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6271500153850325063} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -6538903991835684241, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6280082808028782624 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8660668966981838871} + - component: {fileID: 7154312005833478772} + - component: {fileID: 5174584631222053552} + m_Layer: 0 + m_Name: railroad-straight (27) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8660668966981838871 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6280082808028782624} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -2.1099987} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7154312005833478772 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6280082808028782624} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5174584631222053552 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6280082808028782624} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6328708726463640577 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5309155940418386965} + - component: {fileID: 3049478754906419762} + - component: {fileID: 8542947447854257632} + m_Layer: 0 + m_Name: railroad-straight (42) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5309155940418386965 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6328708726463640577} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 37.808453} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3049478754906419762 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6328708726463640577} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &8542947447854257632 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6328708726463640577} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6466106268406795715 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7779617186368035287} + - component: {fileID: 6427458646412004133} + - component: {fileID: 7982999661134172362} + m_Layer: 0 + m_Name: railroad-straight (43) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7779617186368035287 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6466106268406795715} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 41.78845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6427458646412004133 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6466106268406795715} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &7982999661134172362 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6466106268406795715} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6505696100424549607 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 883070837164123033} + - component: {fileID: 8500569991694676282} + - component: {fileID: 1290553251046174359} + m_Layer: 0 + m_Name: railroad-straight (46) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &883070837164123033 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6505696100424549607} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 53.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 21 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8500569991694676282 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6505696100424549607} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1290553251046174359 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6505696100424549607} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6776352631489158952 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6461783538521708991} + m_Layer: 0 + m_Name: RightHuts (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6461783538521708991 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6776352631489158952} + m_LocalRotation: {x: 0, y: 0, z: 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: 4769085293755449752} + - {fileID: 2718151941226326382} + - {fileID: 9043918030824172129} + - {fileID: 7392137792895546317} + - {fileID: 7132203577316722753} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6889800556738231972 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 58793326914543782} + - component: {fileID: 1271841027415654051} + - component: {fileID: 1024092307383401847} + m_Layer: 0 + m_Name: railroad-straight (34) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &58793326914543782 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6889800556738231972} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 5.8500004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1271841027415654051 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6889800556738231972} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1024092307383401847 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6889800556738231972} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6927439941723717481 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3898508002471017211} + - component: {fileID: 8698899952993184546} + - component: {fileID: 5111242081362179859} + m_Layer: 0 + m_Name: railroad-straight (46) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3898508002471017211 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6927439941723717481} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 53.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8698899952993184546 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6927439941723717481} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &5111242081362179859 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6927439941723717481} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7157396796481667910 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8688879357689635083} + - component: {fileID: 4158264468836118211} + - component: {fileID: 1410295104516979820} + m_Layer: 0 + m_Name: railroad-straight (37) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8688879357689635083 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7157396796481667910} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 17.840002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4158264468836118211 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7157396796481667910} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &1410295104516979820 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7157396796481667910} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7712788672963001981 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1990128721682334739} + - component: {fileID: 1776113106908495434} + - component: {fileID: 835703502410945428} + m_Layer: 0 + m_Name: railroad-straight (31) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1990128721682334739 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7712788672963001981} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -6.1000004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1776113106908495434 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7712788672963001981} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &835703502410945428 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7712788672963001981} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7755812427571882938 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 458561687649516783} + - component: {fileID: 1826603861728913570} + - component: {fileID: 4331468862625472531} + m_Layer: 0 + m_Name: railroad-straight (48) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &458561687649516783 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7755812427571882938} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 61.88} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 22 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1826603861728913570 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7755812427571882938} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &4331468862625472531 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7755812427571882938} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8079786859851974339 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 360966124089950087} + m_Layer: 0 + m_Name: LeftHuts + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &360966124089950087 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8079786859851974339} + m_LocalRotation: {x: 0, y: 0, z: 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: 4239020002198225198} + - {fileID: 2174874564145733700} + - {fileID: 5114640679455460866} + - {fileID: 5012180055842599783} + - {fileID: 3998070909981419454} + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8237445101010326631 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5148255146185938825} + - component: {fileID: 1842367120233003995} + - component: {fileID: 2758963887205455190} + m_Layer: 0 + m_Name: railroad-straight (32) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5148255146185938825 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8237445101010326631} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -2.1099987} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1842367120233003995 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8237445101010326631} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &2758963887205455190 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8237445101010326631} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8265167092494645598 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 342171686610679254} + - component: {fileID: 7264904169131107540} + - component: {fileID: 3570452474274469625} + m_Layer: 0 + m_Name: railroad-straight (26) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &342171686610679254 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8265167092494645598} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -6.1000004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7264904169131107540 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8265167092494645598} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &3570452474274469625 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8265167092494645598} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8531005802550892668 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5085229654413519768} + - component: {fileID: 5147193843078395246} + - component: {fileID: 3093611129372810560} + m_Layer: 0 + m_Name: railroad-straight (32) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5085229654413519768 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8531005802550892668} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -2.1099987} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5147193843078395246 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8531005802550892668} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &3093611129372810560 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8531005802550892668} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8575670743066384495 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 485469827501640457} + - component: {fileID: 701940352746772400} + - component: {fileID: 4739425694879934013} + - component: {fileID: 8155748907244393897} + m_Layer: 0 + m_Name: Cube (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &485469827501640457 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8575670743066384495} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -3.74, y: 0, z: 39.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &701940352746772400 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8575670743066384495} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &4739425694879934013 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8575670743066384495} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &8155748907244393897 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8575670743066384495} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!1 &8610414621256078231 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6211790000338115860} + - component: {fileID: 50197408912829741} + - component: {fileID: 8436121297445207700} + m_Layer: 0 + m_Name: railroad-straight (28) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6211790000338115860 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8610414621256078231} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 1.8700008} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &50197408912829741 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8610414621256078231} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &8436121297445207700 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8610414621256078231} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8864768205766839928 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8235935491740875326} + m_Layer: 0 + m_Name: GroundPlanes + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8235935491740875326 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8864768205766839928} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9051155475331269453} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8944810988362843482 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6154231977850674029} + - component: {fileID: 8592509342110640144} + - component: {fileID: 3282391298097572689} + m_Layer: 0 + m_Name: railroad-straight (29) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6154231977850674029 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8944810988362843482} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 5.8500004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8592509342110640144 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8944810988362843482} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &3282391298097572689 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8944810988362843482} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8965742537781555949 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7635990865452022771} + - component: {fileID: 4191433802001692711} + - component: {fileID: 6438928084382759041} + m_Layer: 0 + m_Name: railroad-straight (38) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7635990865452022771 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8965742537781555949} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 21.820002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4191433802001692711 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8965742537781555949} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &6438928084382759041 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8965742537781555949} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155474802322645 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155474802322642} + - component: {fileID: 9051155474802322640} + - component: {fileID: 9051155474802322643} + m_Layer: 0 + m_Name: railroad-straight (21) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155474802322642 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474802322645} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 49.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155474802322640 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474802322645} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155474802322643 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474802322645} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155474846305657 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155474846305654} + - component: {fileID: 9051155474846305652} + - component: {fileID: 9051155474846305655} + m_Layer: 0 + m_Name: railroad-straight (22) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155474846305654 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474846305657} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 53.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155474846305652 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474846305657} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155474846305655 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474846305657} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155474863384320 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155474863384321} + - component: {fileID: 9051155474863384351} + - component: {fileID: 9051155474863384350} + m_Layer: 0 + m_Name: railroad-straight (15) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155474863384321 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474863384320} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 25.800001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155474863384351 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474863384320} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155474863384350 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474863384320} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155474874090928 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155474874090929} + - component: {fileID: 9051155474874090959} + - component: {fileID: 9051155474874090958} + m_Layer: 0 + m_Name: railroad-straight (20) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155474874090929 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474874090928} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 45.8} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155474874090959 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474874090928} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155474874090958 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155474874090928} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475014129064 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475014129065} + - component: {fileID: 9051155475014129063} + - component: {fileID: 9051155475014129062} + m_Layer: 0 + m_Name: railroad-straight (23) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475014129065 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475014129064} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 57.86} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 21 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475014129063 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475014129064} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475014129062 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475014129064} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475078813940 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475078813941} + - component: {fileID: 9051155475078813939} + - component: {fileID: 9051155475078813938} + m_Layer: 0 + m_Name: railroad-straight (13) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475078813941 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475078813940} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 17.840002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475078813939 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475078813940} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475078813938 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475078813940} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475145582648 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475145582649} + - component: {fileID: 9051155475145582647} + - component: {fileID: 9051155475145582646} + m_Layer: 0 + m_Name: railroad-straight (11) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475145582649 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475145582648} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 9.841553} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475145582647 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475145582648} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475145582646 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475145582648} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475193941868 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475193941869} + - component: {fileID: 9051155475193941867} + - component: {fileID: 9051155475193941866} + m_Layer: 0 + m_Name: railroad-straight (19) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475193941869 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475193941868} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 41.78845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475193941867 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475193941868} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475193941866 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475193941868} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475208630704 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475208630705} + - component: {fileID: 9051155475208630735} + - component: {fileID: 9051155475208630734} + m_Layer: 0 + m_Name: railroad-straight (10) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475208630705 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475208630704} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 5.8500004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475208630735 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475208630704} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475208630734 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475208630704} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475331269450 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475331269453} + - component: {fileID: 1327838098492397712} + - component: {fileID: 86137745503382086} + m_Layer: 0 + m_Name: Rail + m_TagString: Straight-Track + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475331269453 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475331269450} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 29.9} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2027871316387714693} + - {fileID: 6271500153792165196} + - {fileID: 6271500152794830224} + - {fileID: 6271500152626095090} + - {fileID: 6271500152341726446} + - {fileID: 6271500152923504454} + - {fileID: 2027871317005799723} + - {fileID: 6271500152940810727} + - {fileID: 8235935491740875326} + - {fileID: 6271500153140102866} + - {fileID: 6271500152796761404} + - {fileID: 8974948409468508332} + - {fileID: 6631089971053529396} + - {fileID: 325057017547224229} + - {fileID: 428468812} + - {fileID: 485469827501640457} + - {fileID: 360966124089950087} + - {fileID: 6461783538521708991} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &1327838098492397712 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475331269450} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 19.03, y: 4.4, z: 0.1} + m_Center: {x: 0, y: 0.79, z: 40} +--- !u!114 &86137745503382086 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475331269450} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a5dbfffd009d84bdbb2df25c079095b8, type: 3} + m_Name: + m_EditorClassIdentifier: + startpoint: {fileID: 428468812} + endpoint: {fileID: 325057017547224229} +--- !u!1 &9051155475383591201 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475383591230} + - component: {fileID: 9051155475383591228} + - component: {fileID: 9051155475383591231} + m_Layer: 0 + m_Name: railroad-straight (17) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475383591230 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475383591201} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 33.81845} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475383591228 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475383591201} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475383591231 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475383591201} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475526829660 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475526829661} + - component: {fileID: 9051155475526829659} + - component: {fileID: 9051155475526829658} + m_Layer: 0 + m_Name: railroad-straight (25) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475526829661 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475526829660} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 65.886} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 23 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475526829659 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475526829660} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475526829658 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475526829660} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475644298958 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475644298959} + - component: {fileID: 9051155475644298957} + - component: {fileID: 9051155475644298956} + m_Layer: 0 + m_Name: railroad-straight (7) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475644298959 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475644298958} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -6.0999994} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475644298957 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475644298958} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475644298956 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475644298958} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475671340378 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475671340379} + - component: {fileID: 9051155475671340377} + - component: {fileID: 9051155475671340376} + m_Layer: 0 + m_Name: railroad-straight (24) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475671340379 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475671340378} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 61.88} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 22 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475671340377 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475671340378} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475671340376 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475671340378} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475680380767 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475680380764} + - component: {fileID: 9051155475680380762} + - component: {fileID: 9051155475680380765} + m_Layer: 0 + m_Name: railroad-straight (18) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475680380764 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475680380767} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 37.808453} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475680380762 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475680380767} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475680380765 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475680380767} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475836929119 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475836929116} + - component: {fileID: 9051155475836929114} + - component: {fileID: 9051155475836929117} + m_Layer: 0 + m_Name: railroad-straight (9) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475836929116 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475836929119} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 1.8700006} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475836929114 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475836929119} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475836929117 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475836929119} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475919788937 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475919788934} + - component: {fileID: 9051155475919788932} + - component: {fileID: 9051155475919788935} + m_Layer: 0 + m_Name: railroad-straight (8) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475919788934 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475919788937} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -2.1099994} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475919788932 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475919788937} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475919788935 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475919788937} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155475997458433 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155475997458462} + - component: {fileID: 9051155475997458460} + - component: {fileID: 9051155475997458463} + m_Layer: 0 + m_Name: railroad-straight (16) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155475997458462 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475997458433} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 29.810001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155475997458460 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475997458433} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155475997458463 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155475997458433} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155476153458389 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155476153458386} + - component: {fileID: 9051155476153458384} + - component: {fileID: 9051155476153458387} + m_Layer: 0 + m_Name: railroad-straight (14) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155476153458386 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476153458389} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 21.820002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155476153458384 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476153458389} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155476153458387 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476153458389} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155476462676607 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155476462676604} + - component: {fileID: 9051155476462676602} + - component: {fileID: 9051155476462676605} + m_Layer: 0 + m_Name: railroad-straight (20) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155476462676604 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476462676607} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022222225, y: 0, z: 65.886} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500153792165196} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155476462676602 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476462676607} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155476462676605 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476462676607} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155476505609686 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155476505609687} + - component: {fileID: 9051155476505609685} + - component: {fileID: 9051155476505609684} + m_Layer: 0 + m_Name: railroad-straight (12) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155476505609687 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476505609686} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 13.850001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155476505609685 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476505609686} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155476505609684 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476505609686} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9051155476803290731 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9051155476803290728} + - component: {fileID: 9051155476803290726} + - component: {fileID: 9051155476803290729} + m_Layer: 0 + m_Name: railroad-straight (6) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9051155476803290728 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476803290731} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: -10.094} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152794830224} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9051155476803290726 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476803290731} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &9051155476803290729 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9051155476803290731} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9052795633628767060 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5965610810452093604} + - component: {fileID: 4288784210450557539} + - component: {fileID: 3757909407637284248} + m_Layer: 0 + m_Name: railroad-straight (44) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5965610810452093604 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9052795633628767060} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 45.8} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4288784210450557539 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9052795633628767060} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &3757909407637284248 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9052795633628767060} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9082352218363364735 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6736115108564969013} + - component: {fileID: 6733695867586752027} + - component: {fileID: 221732766364944159} + m_Layer: 0 + m_Name: railroad-straight (28) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6736115108564969013 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9082352218363364735} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02222222, y: 0, z: 1.8700008} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6271500152341726446} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6733695867586752027 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9082352218363364735} + m_Mesh: {fileID: 7332794052467709967, guid: 4fa4f4e5e0eba41819eeb58c8675ca17, type: 3} +--- !u!23 &221732766364944159 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9082352218363364735} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 03ca0013876774d74b2e5fe104d8394b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1001 &8762948836127039 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.99 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 40.05 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (127) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &546510770577512148 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 8762948836127039} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &34685983918969807 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 51.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (8) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &572383533550646308 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 34685983918969807} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &148614391415215453 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.99 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (119) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &397800545641689782 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 148614391415215453} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &164504574952182738 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.83 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.1499977 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (124) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &415115630477243449 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 164504574952182738} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &278614724738312595 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.99 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.239998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (123) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &312841710470499960 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 278614724738312595} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &309316988732765124 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 67.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (10) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &270307601824453679 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 309316988732765124} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &380402587966078617 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 16 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 56.44 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (131) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &202045561369926002 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 380402587966078617} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &443281788056797801 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 35.1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (16) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &120580199501522306 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 443281788056797801} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &580849300034650493 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.89 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.08 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (121) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1118350802178860694 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 580849300034650493} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &830233739836633737 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.6400003 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 56.53 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (132) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &868961964363928930 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 830233739836633737} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &910812620449191924 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 35 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4099994 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.879997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (149) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &804282026158747679 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 910812620449191924} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &952095038757747567 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 3 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (2) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &773559317548522628 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 952095038757747567} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1033504047251369549 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.83 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 40.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (128) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &710732055539206566 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1033504047251369549} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1262670028591762345 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 39 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.5999985 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 54.269997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (153) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1589593432408714306 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1262670028591762345} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1311527387586810772 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 16 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 43.1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (17) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &1565495962883044479 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 1311527387586810772} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1339649088603794858 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 20 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.2799997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 24.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (134) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1521612779895310913 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1339649088603794858} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1418610919016821121 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 34 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.3799996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.89 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (148) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1451657027716748906 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 1418610919016821121} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1775439446908269421 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6461783538521708991} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: -6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: -26.5 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &4769085293755449752 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 1775439446908269421} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2050909774246001911 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 360966124089950087} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (2) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: 6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: 3.3999996 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &5114640679455460866 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 2050909774246001911} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2075045653482973647 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 23 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4099994 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 21.9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (137) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &1965454526096821796 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 2075045653482973647} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2234425602166751634 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 360966124089950087} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (3) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: 6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: 18.4 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &5012180055842599783 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 2234425602166751634} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2460767317173313011 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 31 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4099994 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -9.41 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (145) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &2714790601630218776 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 2460767317173313011} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2472790366517913221 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.670001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 54.269997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (179) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &2727955151744893294 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 2472790366517913221} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2475716731930729820 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 29 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4399996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.1499977 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (143) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &2725023284503886519 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 2475716731930729820} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2798863043117881328 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 26.96 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (15) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &2404137590664982555 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 2798863043117881328} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2814435873213241492 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6461783538521708991} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (2) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: -6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: 3.5 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &9043918030824172129 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 2814435873213241492} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2906290525057523646 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 21 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4399996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 24.16 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (135) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &3449632695663884373 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 2906290525057523646} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3116254690281242299 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 18.96 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (14) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &3221639834026563920 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 3116254690281242299} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3142324357381987640 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.0699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (122) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &3175457921671822035 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 3142324357381987640} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3162846524986862511 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.89 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 21.91 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (117) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &3201506647098182724 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 3162846524986862511} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3530854674937048297 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 22 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.3799996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 21.91 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (136) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &3930134923517299458 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 3530854674937048297} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3718023330388639343 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 32 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.2799997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 40.05 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (146) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &3752531997727168900 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 3718023330388639343} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3741431511062790569 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4399996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 40.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (147) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &3775851983196694082 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 3741431511062790569} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4008700493068112022 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: -5.040001 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (11) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &3471002771790985085 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 4008700493068112022} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4068505654367648436 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6461783538521708991} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (4) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: -6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: 33.5 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &7132203577316722753 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 4068505654367648436} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4112453399274893375 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 7 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 35.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (6) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &4510610038575716308 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 4112453399274893375} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4127876938525717554 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.7 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 54.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (133) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4522620396778247129 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4127876938525717554} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4313020280306865895 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 15 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.879997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (130) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4346066456971211020 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4313020280306865895} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4330975356526575928 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6461783538521708991} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (3) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: -6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: 18.5 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &7392137792895546317 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 4330975356526575928} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4368634711857030381 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 27 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4099994 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.0699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (141) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4263285292155306758 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 4368634711857030381} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4443093612711607194 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 10.959999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (13) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &4189389324082879601 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 4443093612711607194} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4764330988655742852 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 43.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (7) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &5013901355569080431 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 4764330988655742852} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4945557049335075505 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 360966124089950087} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (1) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: 6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: -11.6 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &2174874564145733700 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 4945557049335075505} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5065131968837183233 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 36 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.4699993 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 56.44 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (150) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &4737874549909913834 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 5065131968837183233} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5074607754899742139 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 59.14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (9) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &4748511034837350992 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 5074607754899742139} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5382452908073143993 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 67.1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (20) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &5564453639563159890 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 5382452908073143993} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5762537448690733673 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -9.41 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (126) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &5220265954526999938 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 5762537448690733673} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5849054953718000406 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 27 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (5) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &6243885744761654525 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 5849054953718000406} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6272011890699765347 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 2.959999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (12) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &5800654912875585928 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 6272011890699765347} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6323343217831427128 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 59.1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (19) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &5785927440262683603 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 6323343217831427128} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6426047314865576648 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.2799997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.24 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (138) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &6820524068934466851 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 6426047314865576648} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6621951772816010571 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 11 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (3) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &6660647312786328224 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 6621951772816010571} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6830305552943399297 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 38 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.5699997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 54.28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (152) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &6431324759281935978 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 6830305552943399297} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6942465058915398619 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 360966124089950087} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: 6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: -26.6 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &4239020002198225198 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 6942465058915398619} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7064853653091398933 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 17 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalScale.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: -5.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 51.1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (18) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &7314373054163800830 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 7064853653091398933} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7314938257805406703 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 25 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.4399996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (139) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &7064275259613681156 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 7314938257805406703} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7397189078154800139 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.86 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 21.9 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (118) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &6999334046558686176 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 7397189078154800139} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7742969835383294860 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 28 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.2799997 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -7.239998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (142) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &7853775788417182823 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 7742969835383294860} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7801359736293901314 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 26 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.3799996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 6.08 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (140) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &7766816160198697961 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 7801359736293901314} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7919661836061150852 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 37 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.629999 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 56.53 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (151) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &7665956730099591535 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 7919661836061150852} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7921991470028445003 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 360966124089950087} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (4) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: 6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: 33.4 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &3998070909981419454 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 7921991470028445003} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7932809632861127989 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.83 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 24.16 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (116) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &7610442534086599390 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 7932809632861127989} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8013063945023494675 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 5.83 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 8.33 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (120) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &7547652881791385080 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 8013063945023494675} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8245527355422206367 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: 19 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (4) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &8495836239730675316 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 8245527355422206367} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8336258722540901988 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 14 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.89 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 37.89 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (129) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &8375268525055422863 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 8336258722540901988} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8968855227926142115 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.89 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -9.399998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (125) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &8934437092537940808 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 8968855227926142115} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &9003542209745239958 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 30 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: -5.3799996 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: -9.399998 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (144) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &8897345478780573821 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 9003542209745239958} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &9051155474849422140 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8768938752577363939} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.x + value: 7.99 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalPosition.z + value: 24.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_Name + value: tree-snow-c (115) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} +--- !u!4 &8797377863746993367 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 42a6ac84b60c34d909433712ab13275c, type: 3} + m_PrefabInstance: {fileID: 9051155474849422140} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &9051155475154192481 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8611041254465382123} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.x + value: 6.8 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalPosition.z + value: -5 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: b03ebfddd6d454c41b1b90b8e3013bde, type: 2} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_Name + value: cabin-roof-dormer (1) + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + propertyPath: m_StaticEditorFlags + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} +--- !u!4 &8797377863450406794 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7d4514e7de89a48f6ba949b22ba77304, type: 3} + m_PrefabInstance: {fileID: 9051155475154192481} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &9166023441519664027 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6461783538521708991} + m_Modifications: + - target: {fileID: 1123257879232800886, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_Name + value: Hut (1) + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalScale.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.x + value: -6.58 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalPosition.z + value: -11.5 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} +--- !u!4 &2718151941226326382 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6524749439351632629, guid: 1bb32fe338c0f3445a2546df3175a923, type: 3} + m_PrefabInstance: {fileID: 9166023441519664027} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Environment/Rail.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail.prefab.meta new file mode 100644 index 0000000..2415fec --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Environment/Rail.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6d765aa9692d44550b5467563bfe788d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles.meta new file mode 100644 index 0000000..889ef39 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e7649943819c247f98c20b93a19da9ad +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles.meta new file mode 100644 index 0000000..8bd966d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4882404c8b9c14d80b596f245df8d354 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 1.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 1.prefab new file mode 100644 index 0000000..1c03c02 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 1.prefab @@ -0,0 +1,306 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2326418446068307742 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8873852248983152698} + - component: {fileID: 4114786327072698823} + - component: {fileID: 5633662515398744882} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8873852248983152698 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2326418446068307742} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.71, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &4114786327072698823 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2326418446068307742} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 10 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &5633662515398744882 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2326418446068307742} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &6723072621289796407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6723072621289796406} + - component: {fileID: -3379128878871615521} + - component: {fileID: 5141071297138291363} + - component: {fileID: 311775390595157276} + m_Layer: 7 + m_Name: StopperObstacle 1 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6723072621289796406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 7.7491846, y: 9.625269, z: 62.675583} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2134966916565502293} + - {fileID: 2360539699424053622} + - {fileID: 8873852248983152698} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-3379128878871615521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &5141071297138291363 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 0 + endPoint: {fileID: 2360539699424053622} +--- !u!65 &311775390595157276 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5225258, z: 2.7021713} + m_Center: {x: 0, y: 0.7926836, z: -0.020565033} +--- !u!1 &9170527097805672985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2360539699424053622} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2360539699424053622 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9170527097805672985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.37} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1885412183079415486 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6723072621289796406} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + - target: {fileID: -1072618819780143924, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 919132149155446097, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_Name + value: train-carriage-coal + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 7403540394410679316, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} +--- !u!4 &2134966916565502293 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 68df4e54c42e544cea8bd515b3e546a3, type: 3} + m_PrefabInstance: {fileID: 1885412183079415486} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 1.prefab.meta new file mode 100644 index 0000000..ef3956d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 47065dffc366043a5972c06282fa9a2e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 2.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 2.prefab new file mode 100644 index 0000000..4d1497f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 2.prefab @@ -0,0 +1,302 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6060841792733396332 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4627593171446303377} + - component: {fileID: 1892760732140731810} + - component: {fileID: 624043320617750430} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4627593171446303377 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6060841792733396332} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.71, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &1892760732140731810 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6060841792733396332} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 10 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &624043320617750430 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6060841792733396332} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &6723072621289796407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6723072621289796406} + - component: {fileID: -3379128878871615521} + - component: {fileID: 5141071297138291363} + - component: {fileID: 311775390595157276} + m_Layer: 7 + m_Name: StopperObstacle 2 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6723072621289796406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 7.7491846, y: 9.625269, z: 62.675583} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3094637633983225851} + - {fileID: 2360539699424053622} + - {fileID: 4627593171446303377} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-3379128878871615521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &5141071297138291363 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 0 + endPoint: {fileID: 2360539699424053622} +--- !u!65 &311775390595157276 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5379467, z: 2.7021713} + m_Center: {x: 0, y: 0.80039406, z: -0.020565033} +--- !u!1 &9170527097805672985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2360539699424053622} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2360539699424053622 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9170527097805672985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.37} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &3276621570627172368 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6723072621289796406} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + - target: {fileID: -1072618819780143924, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 919132149155446097, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_Name + value: train-carriage-dirt + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 7403540394410679316, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: bc07cb879536f4313b44f567c97cd767, type: 3} +--- !u!4 &3094637633983225851 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: bc07cb879536f4313b44f567c97cd767, type: 3} + m_PrefabInstance: {fileID: 3276621570627172368} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 2.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 2.prefab.meta new file mode 100644 index 0000000..bec94ca --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2374708f0aaae458a90a7bf0d99844cc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 3.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 3.prefab new file mode 100644 index 0000000..45329e4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 3.prefab @@ -0,0 +1,302 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6723072621289796407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6723072621289796406} + - component: {fileID: -3379128878871615521} + - component: {fileID: 5141071297138291363} + - component: {fileID: 311775390595157276} + m_Layer: 7 + m_Name: StopperObstacle 3 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6723072621289796406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 7.7491846, y: 9.625269, z: 62.675583} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8200940690762989013} + - {fileID: 2360539699424053622} + - {fileID: 5213328364357456046} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-3379128878871615521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &5141071297138291363 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 0 + endPoint: {fileID: 2360539699424053622} +--- !u!65 &311775390595157276 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.1547289, z: 2.7021713} + m_Center: {x: 0, y: 0.60878515, z: -0.020565033} +--- !u!1 &8510450146811613312 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5213328364357456046} + - component: {fileID: 702751317052348849} + - component: {fileID: 8771179442368211266} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5213328364357456046 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8510450146811613312} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.71, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &702751317052348849 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8510450146811613312} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 10 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &8771179442368211266 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8510450146811613312} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &9170527097805672985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2360539699424053622} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2360539699424053622 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9170527097805672985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.37} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &8522254595702135358 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6723072621289796406} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + - target: {fileID: -1072618819780143924, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 919132149155446097, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_Name + value: train-carriage-lumber + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 7403540394410679316, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0ee8034715f44433fade4529f7db636e, type: 3} +--- !u!4 &8200940690762989013 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 0ee8034715f44433fade4529f7db636e, type: 3} + m_PrefabInstance: {fileID: 8522254595702135358} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 3.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 3.prefab.meta new file mode 100644 index 0000000..43c4560 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 3.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 50606abccb4de4cd49eb7ec1bfff8dc0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 4.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 4.prefab new file mode 100644 index 0000000..93082a1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 4.prefab @@ -0,0 +1,298 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5339298343034004750 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4168544550588617226} + - component: {fileID: 6760179121156014710} + - component: {fileID: 720708283735016149} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4168544550588617226 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5339298343034004750} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.71, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &6760179121156014710 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5339298343034004750} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 10 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &720708283735016149 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5339298343034004750} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &6723072621289796407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6723072621289796406} + - component: {fileID: -3379128878871615521} + - component: {fileID: 5141071297138291363} + - component: {fileID: 311775390595157276} + m_Layer: 7 + m_Name: StopperObstacle 4 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6723072621289796406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 7.7491846, y: 9.625269, z: 62.675583} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3804541538310333999} + - {fileID: 2360539699424053622} + - {fileID: 4168544550588617226} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-3379128878871615521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &5141071297138291363 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 0 + endPoint: {fileID: 2360539699424053622} +--- !u!65 &311775390595157276 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.6304369, z: 2.7021713} + m_Center: {x: 0, y: 0.84663916, z: -0.020565033} +--- !u!1 &9170527097805672985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2360539699424053622} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2360539699424053622 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9170527097805672985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.37} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &3694863892578156996 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6723072621289796406} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + - target: {fileID: -1072618819780143924, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 919132149155446097, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_Name + value: train-carriage-tank-large + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} +--- !u!4 &3804541538310333999 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 1ca1b25b5aaff4bdc8353d29209477d2, type: 3} + m_PrefabInstance: {fileID: 3694863892578156996} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 4.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 4.prefab.meta new file mode 100644 index 0000000..123d853 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 4.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 42d8f18711b534aa4bfba6c49bdcce49 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 5.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 5.prefab new file mode 100644 index 0000000..7162231 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 5.prefab @@ -0,0 +1,302 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6386374660957448798 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 337515409451130982} + - component: {fileID: 6475766115466831303} + - component: {fileID: 3240862650267292545} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &337515409451130982 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6386374660957448798} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.71, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &6475766115466831303 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6386374660957448798} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 10 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &3240862650267292545 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6386374660957448798} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &6723072621289796407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6723072621289796406} + - component: {fileID: -3379128878871615521} + - component: {fileID: 5141071297138291363} + - component: {fileID: 311775390595157276} + m_Layer: 7 + m_Name: StopperObstacle 5 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6723072621289796406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 7.7491846, y: 9.625269, z: 62.675583} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5721358106311878753} + - {fileID: 2360539699424053622} + - {fileID: 337515409451130982} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-3379128878871615521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &5141071297138291363 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 0 + endPoint: {fileID: 2360539699424053622} +--- !u!65 &311775390595157276 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.4496517, z: 2.7021713} + m_Center: {x: 0, y: 0.75624657, z: -0.020565033} +--- !u!1 &9170527097805672985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2360539699424053622} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2360539699424053622 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9170527097805672985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.37} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &5254822938405244810 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6723072621289796406} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + - target: {fileID: -1072618819780143924, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 919132149155446097, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_Name + value: train-carriage-wood + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 7403540394410679316, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} +--- !u!4 &5721358106311878753 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 4a1ede4f367a7416394254fdba46c59d, type: 3} + m_PrefabInstance: {fileID: 5254822938405244810} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 5.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 5.prefab.meta new file mode 100644 index 0000000..77770dc --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle 5.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 552df67ced8034cb3a5b086c3cdf3e1c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle.prefab new file mode 100644 index 0000000..a4a3ccf --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle.prefab @@ -0,0 +1,298 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &848046479367522305 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 335902961045960533} + - component: {fileID: 946508485527307542} + - component: {fileID: 2789754681707161414} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &335902961045960533 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 848046479367522305} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.71, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &946508485527307542 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 848046479367522305} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 10 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &2789754681707161414 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 848046479367522305} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &6723072621289796407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6723072621289796406} + - component: {fileID: -3379128878871615521} + - component: {fileID: 5141071297138291363} + - component: {fileID: 311775390595157276} + m_Layer: 7 + m_Name: StopperObstacle + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6723072621289796406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 7.7491846, y: 9.625269, z: 62.675583} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4928270835768335165} + - {fileID: 2360539699424053622} + - {fileID: 335902961045960533} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-3379128878871615521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &5141071297138291363 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 0 + endPoint: {fileID: 2360539699424053622} +--- !u!65 &311775390595157276 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6723072621289796407} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.2905741, z: 2.7021713} + m_Center: {x: 0, y: 0.67670774, z: -0.020565033} +--- !u!1 &9170527097805672985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2360539699424053622} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2360539699424053622 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9170527097805672985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.37} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6723072621289796406} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &4894855667705117910 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6723072621289796406} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 114979220a9294d2fae80ca35ad83b34, type: 2} + - target: {fileID: -1072618819780143924, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + - target: {fileID: 919132149155446097, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_Name + value: train-carriage-box + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 9ed9ea5620f364246839198253c05f5d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} +--- !u!4 &4928270835768335165 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: facb65b9b70c34172aa2785d4e52f676, type: 3} + m_PrefabInstance: {fileID: 4894855667705117910} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle.prefab.meta new file mode 100644 index 0000000..5975af4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Obstacles/StopperObstacle.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b55bc9424335e42eebe7e954cf3e680a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train.meta new file mode 100644 index 0000000..068502a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e36443e320434b429906a5b65beed7d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet.meta new file mode 100644 index 0000000..36ce5dc --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1834a4c2c83204945b97f15333f8cc48 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_1.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_1.prefab new file mode 100644 index 0000000..4402a8f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_1.prefab @@ -0,0 +1,933 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3954985588440782753 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 493515615285742452} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &493515615285742452 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3954985588440782753} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -0.049999952, z: -18.432} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4875081552115927840} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4875081552115927841 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4875081552115927840} + - component: {fileID: 5966637874169791155} + - component: {fileID: -6044482575875736519} + - component: {fileID: 7975416687378986587} + - component: {fileID: 3335844527470189574} + m_Layer: 7 + m_Name: Movable-Electric-Bullet_1 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4875081552115927840 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4875081552115927841} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: -1.3232555, y: -1.8703725, z: 9.994364} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4875081551832782286} + - {fileID: 4875081552326302091} + - {fileID: 4875081552812364565} + - {fileID: 4418135747962090755} + - {fileID: 8500915923371796937} + - {fileID: 4418135747592850662} + - {fileID: 8500915923349210291} + - {fileID: 493515615285742452} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &5966637874169791155 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4875081552115927841} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3497058896eec44979630ad1c45e56f3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &-6044482575875736519 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4875081552115927841} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 2 + endPoint: {fileID: 493515615285742452} +--- !u!65 &7975416687378986587 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4875081552115927841} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5, z: 18.25} + m_Center: {x: 0, y: 0.67, z: -9.2} +--- !u!82 &3335844527470189574 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4875081552115927841} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: e32390927bae94ef5ac3a6c2e4d28a07, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1001 &4418135746390122375 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4875081552115927840} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -6.722001 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &4875081552812364565 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 4418135746390122375} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4875081551626567796 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4875081552115927840} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -14.5720005 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 (2) + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &4418135747592850662 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 4875081551626567796} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4875081552197138833 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4875081552115927840} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -9.332001 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 (1) + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &4418135747962090755 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 4875081552197138833} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4875081552370258694 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4875081552115927840} + m_Modifications: + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1547934312549143811, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 2422655709268468883, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 2422655709541995177, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.z + value: -17.142 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 2 (2) + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + - target: {fileID: 4224373117629051772, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4224373117892117830, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5135194239959505633, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7221296248157426620, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8283783367267997276, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} +--- !u!4 &8500915923349210291 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + m_PrefabInstance: {fileID: 4875081552370258694} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4875081552413752956 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4875081552115927840} + m_Modifications: + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1547934312549143811, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 2422655709268468883, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 2422655709541995177, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.z + value: -11.942001 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 2 (1) + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + - target: {fileID: 4224373117629051772, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4224373117892117830, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5135194239959505633, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7221296248157426620, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8283783367267997276, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} +--- !u!4 &8500915923371796937 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + m_PrefabInstance: {fileID: 4875081552413752956} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8451347478879337506 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4875081552115927840} + m_Modifications: + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalPosition.z + value: -1.4020004 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931053, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_Name + value: TrainBogeyEngine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 301da236890904cc9964da9592aa1c1f, type: 3} +--- !u!4 &4875081551832782286 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + m_PrefabInstance: {fileID: 8451347478879337506} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8500915923301944894 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4875081552115927840} + m_Modifications: + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1547934312549143811, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 2422655709268468883, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 2422655709541995177, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.z + value: -4.106001 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 2 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + - target: {fileID: 4224373117629051772, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4224373117892117830, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5135194239959505633, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7221296248157426620, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8283783367267997276, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} +--- !u!4 &4875081552326302091 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + m_PrefabInstance: {fileID: 8500915923301944894} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_1.prefab.meta new file mode 100644 index 0000000..07f0b04 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c5fc030d87ba648b1be0a263612d3ea0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_2.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_2.prefab new file mode 100644 index 0000000..2fd5c51 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_2.prefab @@ -0,0 +1,600 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2440834577113820190 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2440834577113820191} + - component: {fileID: 3509873399268271500} + - component: {fileID: -1733936505193048314} + - component: {fileID: 4678303119196202205} + - component: {fileID: 6386431982856477931} + m_Layer: 7 + m_Name: Movable-Electric-Bullet_2 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2440834577113820191 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2440834577113820190} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: -1.3232555, y: -1.8703725, z: 9.994364} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2440834576851907313} + - {fileID: 2440834577339137716} + - {fileID: 2440834577825199146} + - {fileID: 6856745585082241596} + - {fileID: 8519717401520834190} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &3509873399268271500 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2440834577113820190} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3497058896eec44979630ad1c45e56f3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &-1733936505193048314 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2440834577113820190} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 2 + endPoint: {fileID: 8519717401520834190} +--- !u!65 &4678303119196202205 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2440834577113820190} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5, z: 10.5} + m_Center: {x: 0, y: 0.67, z: -5.34} +--- !u!82 &6386431982856477931 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2440834577113820190} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: e32390927bae94ef5ac3a6c2e4d28a07, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1 &7320228241899738361 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8519717401520834190} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8519717401520834190 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7320228241899738361} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -10.66} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2440834577113820191} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1671228035712211741 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2440834577113820191} + m_Modifications: + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalPosition.z + value: -1.4020004 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3958368401204931053, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + propertyPath: m_Name + value: TrainBogeyEngine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 301da236890904cc9964da9592aa1c1f, type: 3} +--- !u!4 &2440834576851907313 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3958368401204931052, guid: 301da236890904cc9964da9592aa1c1f, type: 3} + m_PrefabInstance: {fileID: 1671228035712211741} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1693638457033615617 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2440834577113820191} + m_Modifications: + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1547934312549143811, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 2422655709268468883, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 2422655709541995177, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.z + value: -4.106001 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 2 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + - target: {fileID: 4224373117629051772, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4224373117892117830, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5135194239959505633, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7221296248157426620, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8283783367267997276, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} +--- !u!4 &2440834577339137716 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + m_PrefabInstance: {fileID: 1693638457033615617} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2440834577199472302 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2440834577113820191} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -9.332001 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 (1) + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &6856745585082241596 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 2440834577199472302} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6856745583533357240 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2440834577113820191} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -6.722001 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &2440834577825199146 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 6856745583533357240} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_2.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_2.prefab.meta new file mode 100644 index 0000000..40ec4be --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Movable-Electric-Bullet_2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 058e07f2323d8496f975da5f281dea2e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_3.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_3.prefab new file mode 100644 index 0000000..dd0d50a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_3.prefab @@ -0,0 +1,667 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3834879015598651498 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1332369510403828243} + - component: {fileID: 5022506450354253813} + - component: {fileID: 7584888120642797126} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1332369510403828243 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3834879015598651498} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 1.539, z: -0.277} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8716479483703968927} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &5022506450354253813 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3834879015598651498} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 15 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &7584888120642797126 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3834879015598651498} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &7139035998787051545 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1149972630421052295} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1149972630421052295 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7139035998787051545} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -10.56} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8716479483703968927} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8716479483703968926 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8716479483703968927} + - component: {fileID: -747347682040945866} + - component: {fileID: 6633700371151215810} + - component: {fileID: 7404719982891066029} + m_Layer: 7 + m_Name: Non-Moving-Electric-Bullet_3 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8716479483703968927 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 4.314372, y: -0.46304727, z: 14.301634} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 432552490390911676} + - {fileID: 5668258148637501046} + - {fileID: 432552491162518361} + - {fileID: 5668258148666362636} + - {fileID: 1149972630421052295} + - {fileID: 1332369510403828243} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-747347682040945866 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &6633700371151215810 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 1 + endPoint: {fileID: 1149972630421052295} +--- !u!65 &7404719982891066029 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5, z: 10.52} + m_Center: {x: 0, y: 0.67, z: -5.32} +--- !u!1001 &8716479483406168515 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8716479483703968927} + m_Modifications: + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1547934312549143811, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 2422655709268468883, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 2422655709541995177, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.z + value: -4.060001 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 2 (1) + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + - target: {fileID: 4224373117629051772, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4224373117892117830, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5135194239959505633, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7221296248157426620, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8283783367267997276, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} +--- !u!4 &5668258148637501046 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + m_PrefabInstance: {fileID: 8716479483406168515} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8716479483447549113 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8716479483703968927} + m_Modifications: + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1547934312549143811, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 2422655709268468883, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 2422655709541995177, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.z + value: -9.26 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 2 (2) + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + - target: {fileID: 4224373117629051772, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4224373117892117830, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5135194239959505633, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7221296248157426620, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8283783367267997276, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} +--- !u!4 &5668258148666362636 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + m_PrefabInstance: {fileID: 8716479483447549113} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8716479483786098222 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8716479483703968927} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -1.44 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 (1) + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &432552490390911676 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 8716479483786098222} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8716479484222164939 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8716479483703968927} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -6.69 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 (2) + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &432552491162518361 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 8716479484222164939} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_3.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_3.prefab.meta new file mode 100644 index 0000000..03fedaf --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_3.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a0a2b422d9aa41299885b385a238f9c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_4.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_4.prefab new file mode 100644 index 0000000..6701db2 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_4.prefab @@ -0,0 +1,445 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2335717452020967832 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4546943142101695472} + - component: {fileID: 2256518386087352031} + - component: {fileID: 5752013692493980363} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4546943142101695472 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2335717452020967832} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 1.537, z: -0.327} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8716479483703968927} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &2256518386087352031 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2335717452020967832} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 15 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &5752013692493980363 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2335717452020967832} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &4138320396030769617 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4230415283638740651} + m_Layer: 7 + m_Name: EndPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4230415283638740651 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4138320396030769617} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -5.35} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8716479483703968927} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8716479483703968926 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8716479483703968927} + - component: {fileID: 6008921004303361761} + - component: {fileID: 6051775420184433180} + - component: {fileID: 796355725618282502} + m_Layer: 7 + m_Name: Non-Moving-Electric-Bullet_4 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8716479483703968927 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 4.314372, y: -0.46304727, z: 14.301634} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 432552490390911676} + - {fileID: 5668258148637501046} + - {fileID: 4230415283638740651} + - {fileID: 4546943142101695472} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &6008921004303361761 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &6051775420184433180 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 1 + endPoint: {fileID: 4230415283638740651} +--- !u!65 &796355725618282502 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8716479483703968926} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5, z: 5.25} + m_Center: {x: 0, y: 0.67, z: -2.75} +--- !u!1001 &8716479483406168515 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8716479483703968927} + m_Modifications: + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1255680247457645294, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1547934312549143811, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 2422655709268468883, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 2422655709541995177, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalPosition.z + value: -4.060001 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 2 (1) + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3917732731880462262, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + - target: {fileID: 4224373117629051772, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4224373117892117830, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5135194239959505633, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7221296248157426620, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8283783367267997276, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} +--- !u!4 &5668258148637501046 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3917732731880462261, guid: c6a261ba7baa942ccbfde4e178415a08, type: 3} + m_PrefabInstance: {fileID: 8716479483406168515} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8716479483786098222 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8716479483703968927} + m_Modifications: + - target: {fileID: 1146958885320701800, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 3215073562031783477, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4205491130921647061, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5125778833548502582, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6760555042451683466, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 7581262946764668704, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: 7581262947767408306, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 8230031501011623669, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 8230031501885863783, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.y + value: -0.05 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalPosition.z + value: -1.44 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Name + value: TrainPassengerBogey 1 (1) + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 9148952530166287509, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + propertyPath: m_TagString + value: Obstacle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} +--- !u!4 &432552490390911676 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9148952530166287506, guid: 99964bd05ba9a45d283b7c02857ede20, type: 3} + m_PrefabInstance: {fileID: 8716479483786098222} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_4.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_4.prefab.meta new file mode 100644 index 0000000..b120a7b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-Bullet/Non-Moving-Electric-Bullet_4.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c523b798cacb74b6486a15cf0c0106c7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City.meta new file mode 100644 index 0000000..de47e7b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 362aa4c82601843f986160731e5c19a6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_1.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_1.prefab new file mode 100644 index 0000000..5611a42 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_1.prefab @@ -0,0 +1,529 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2020922759463265281 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 976293070861659113} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &976293070861659113 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2020922759463265281} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -13.34} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6757217484362010990} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6757217484362010989 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6757217484362010990} + - component: {fileID: 2157273221085892282} + - component: {fileID: 899174706673276546} + - component: {fileID: -3923720113427344390} + m_Layer: 0 + m_Name: Movable-Train-Electric-City_1 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6757217484362010990 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 14.7, y: 0.19, z: 9.030001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3616728501312050461} + - {fileID: 6757217484188638392} + - {fileID: 1590696467962928204} + - {fileID: 9052946871510018166} + - {fileID: 9052946872324916322} + - {fileID: 976293070861659113} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &2157273221085892282 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3497058896eec44979630ad1c45e56f3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &899174706673276546 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 2 + endPoint: {fileID: 976293070861659113} +--- !u!82 &-3923720113427344390 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: e32390927bae94ef5ac3a6c2e4d28a07, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1001 &1567030104116792511 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 264726741981827308, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.z + value: -6.53 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1472090147220187792, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 3027141735085604117, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9dc2d492696744838979678abf2bccbc, type: 3} +--- !u!4 &1590696467962928204 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + m_PrefabInstance: {fileID: 1567030104116792511} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2866791926713515044 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalPosition.z + value: -1.2600002 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3110530510341500400, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_Name + value: Electric-City-Engine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f10cabef75649708ed31cef1f93989, type: 3} +--- !u!4 &3616728501312050461 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + m_PrefabInstance: {fileID: 2866791926713515044} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6757217484738831501 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -11.99 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (3) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &9052946872324916322 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 6757217484738831501} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6757217485517555865 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -9.27 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (2) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &9052946871510018166 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 6757217485517555865} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &9052946872865193047 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -3.83 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &6757217484188638392 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 9052946872865193047} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_1.prefab.meta new file mode 100644 index 0000000..9c61ea8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e74b630045afd4e919035f85a51c2b6c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_2.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_2.prefab new file mode 100644 index 0000000..b4f0c6b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_2.prefab @@ -0,0 +1,659 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6757217484362010989 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6757217484362010990} + - component: {fileID: 198536599056902813} + - component: {fileID: 8612456679648809683} + - component: {fileID: 5019228524406959840} + m_Layer: 0 + m_Name: Movable-Train-Electric-City_2 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6757217484362010990 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 14.7, y: 0.19, z: 9.030001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3616728501312050461} + - {fileID: 6757217484188638392} + - {fileID: 1590696467962928204} + - {fileID: 9052946871510018166} + - {fileID: 9052946872324916322} + - {fileID: 9052946871846232759} + - {fileID: 9052946871862990183} + - {fileID: 7047903555181527861} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &198536599056902813 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3497058896eec44979630ad1c45e56f3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &8612456679648809683 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 2 + endPoint: {fileID: 7047903555181527861} +--- !u!82 &5019228524406959840 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6757217484362010989} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: e32390927bae94ef5ac3a6c2e4d28a07, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1 &8356175765961394285 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7047903555181527861} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7047903555181527861 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8356175765961394285} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -18.72} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6757217484362010990} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1567030104116792511 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 264726741981827308, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.z + value: -6.53 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1472090147220187792, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 3027141735085604117, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9dc2d492696744838979678abf2bccbc, type: 3} +--- !u!4 &1590696467962928204 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + m_PrefabInstance: {fileID: 1567030104116792511} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2866791926713515044 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalPosition.z + value: -1.2600002 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3110530510341500400, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + propertyPath: m_Name + value: Electric-City-Engine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f10cabef75649708ed31cef1f93989, type: 3} +--- !u!4 &3616728501312050461 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1583533660383684921, guid: 01f10cabef75649708ed31cef1f93989, type: 3} + m_PrefabInstance: {fileID: 2866791926713515044} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6757217484738831501 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -11.99 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (3) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &9052946872324916322 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 6757217484738831501} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6757217485048726104 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -14.695 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (4) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &9052946871846232759 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 6757217485048726104} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6757217485065500040 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -17.38 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (5) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &9052946871862990183 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 6757217485065500040} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6757217485517555865 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -9.27 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (2) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &9052946871510018166 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 6757217485517555865} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &9052946872865193047 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6757217484362010990} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -3.83 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &6757217484188638392 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 9052946872865193047} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_2.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_2.prefab.meta new file mode 100644 index 0000000..14331d5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Movable-Train-Electric-City_2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: aef077a496f004bee9e43794f448816e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_1.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_1.prefab new file mode 100644 index 0000000..79c8eec --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_1.prefab @@ -0,0 +1,485 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2656023421473551219 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7435675942531716486} + - component: {fileID: 8585234230728495991} + - component: {fileID: 4456044650568308313} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7435675942531716486 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2656023421473551219} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 1.483, z: -0.265} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6244817927278571870} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &8585234230728495991 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2656023421473551219} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 15 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &4456044650568308313 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2656023421473551219} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &5377806320794788412 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6568062115163139540} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6568062115163139540 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5377806320794788412} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -11.02} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6244817927278571870} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6244817927278571865 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6244817927278571870} + - component: {fileID: 6244817927278571868} + - component: {fileID: 6244817927278571871} + m_Layer: 0 + m_Name: Non-Movable-Train-Electric-City_1 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6244817927278571870 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6244817927278571865} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} + m_LocalPosition: {x: 0.29970884, y: -0, z: 23.354828} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 823166224568605317} + - {fileID: 4663836764391840369} + - {fileID: 3100882166881136203} + - {fileID: 3100882167680762463} + - {fileID: 7435675942531716486} + - {fileID: 6568062115163139540} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6244817927278571868 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6244817927278571865} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &6244817927278571871 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6244817927278571865} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 1 + endPoint: {fileID: 6568062115163139540} +--- !u!1001 &823166222957224624 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6244817927278571870} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -9.669998 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (3) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &3100882167680762463 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 823166222957224624} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &823166223784644260 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6244817927278571870} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -6.950001 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (2) + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &3100882166881136203 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 823166223784644260} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3100882166054222442 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6244817927278571870} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -1.5100002 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &823166224568605317 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 3100882166054222442} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4833832730777356930 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6244817927278571870} + m_Modifications: + - target: {fileID: 264726741981827308, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.z + value: -4.210001 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1472090147220187792, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 3027141735085604117, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9dc2d492696744838979678abf2bccbc, type: 3} +--- !u!4 &4663836764391840369 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + m_PrefabInstance: {fileID: 4833832730777356930} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_1.prefab.meta new file mode 100644 index 0000000..1410716 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 638fd237f0b194d139e039685be9c34d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_2.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_2.prefab new file mode 100644 index 0000000..9066ea1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_2.prefab @@ -0,0 +1,351 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5718923233369950992 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8319855563256354102} + - component: {fileID: 4908850080609687739} + - component: {fileID: 2112972737083372923} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8319855563256354102 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5718923233369950992} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 1.555, z: -0.336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8266375560766357548} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &4908850080609687739 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5718923233369950992} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 15 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &2112972737083372923 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5718923233369950992} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &7976950592634344270 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9166071702040534182} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9166071702040534182 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7976950592634344270} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -5.562} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8266375560766357548} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8266375560766357547 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8266375560766357548} + - component: {fileID: 8266375560766357550} + - component: {fileID: 8266375560766357549} + m_Layer: 0 + m_Name: Non-Movable-Train-Electric-City_2 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8266375560766357548 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8266375560766357547} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} + m_LocalPosition: {x: 0.29970884, y: -0, z: 23.354828} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3422284118633737207} + - {fileID: 7253991423792818947} + - {fileID: 8319855563256354102} + - {fileID: 9166071702040534182} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8266375560766357550 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8266375560766357547} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &8266375560766357549 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8266375560766357547} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 1 + endPoint: {fileID: 9166071702040534182} +--- !u!1001 &1088349322969107224 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8266375560766357548} + m_Modifications: + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalPosition.z + value: -1.5100002 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment + objectReference: {fileID: 0} + - target: {fileID: 2334257376699588848, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4009724390596237964, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} +--- !u!4 &3422284118633737207 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2334257376699588847, guid: ea69a82d3764e4a90bf635eaec17b6fd, type: 3} + m_PrefabInstance: {fileID: 1088349322969107224} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7423943561918888944 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8266375560766357548} + m_Modifications: + - target: {fileID: 264726741981827308, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Name + value: Electric-City-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalPosition.z + value: -4.210001 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1472090147220187792, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 3027141735085604117, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9dc2d492696744838979678abf2bccbc, type: 3} +--- !u!4 &7253991423792818947 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 264726741981827315, guid: 9dc2d492696744838979678abf2bccbc, type: 3} + m_PrefabInstance: {fileID: 7423943561918888944} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_2.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_2.prefab.meta new file mode 100644 index 0000000..913e1a9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/Electric-City/Non-Movable-Train-Electric-City_2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2aca9be98408d4a03830460e98fb8fd7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare.meta new file mode 100644 index 0000000..939d56b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df6abe99ab9a14b20b4584562e69a6f0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-1.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-1.prefab new file mode 100644 index 0000000..41a2a20 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-1.prefab @@ -0,0 +1,568 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3403462274214849931 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7678356018056557436} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7678356018056557436 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3403462274214849931} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -15.57} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4723868211476064560} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4723868211476064561 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4723868211476064560} + - component: {fileID: 4718793766680170173} + - component: {fileID: 9005710591307607029} + - component: {fileID: -6498487336011488647} + m_Layer: 0 + m_Name: Movable-Electric-Square-1 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4723868211476064560 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0, y: 0, z: 18.822} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8618102591440911588} + - {fileID: 1443595467931180692} + - {fileID: 8020283823509794927} + - {fileID: 1443595467013124400} + - {fileID: 8020283822726243241} + - {fileID: 1443595467672604803} + - {fileID: 7678356018056557436} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &4718793766680170173 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3497058896eec44979630ad1c45e56f3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &9005710591307607029 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 2 + endPoint: {fileID: 7678356018056557436} +--- !u!82 &-6498487336011488647 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: e32390927bae94ef5ac3a6c2e4d28a07, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1001 &4723868210589313231 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -6.5 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &8020283823509794927 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 4723868210589313231} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868210615047418 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -9.09 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &1443595467013124400 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 4723868210615047418} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868211230766409 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment (2) + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -14.27 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &1443595467672604803 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 4723868211230766409} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868211507952478 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -3.9099998 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &1443595467931180692 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 4723868211507952478} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868211909212937 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -11.68 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (2) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &8020283822726243241 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 4723868211909212937} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868212098539802 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalPosition.z + value: -1.4619999 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8000745114933896821, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_Name + value: Electric-Square-Engine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: caf390d4249594c90a784a1189650871, type: 3} +--- !u!4 &8618102591440911588 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + m_PrefabInstance: {fileID: 4723868212098539802} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-1.prefab.meta new file mode 100644 index 0000000..7c67de1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2bae7b30a6cfa4bd28c500dd6d1f012e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-2.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-2.prefab new file mode 100644 index 0000000..bc00025 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-2.prefab @@ -0,0 +1,505 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4723868211476064561 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4723868211476064560} + - component: {fileID: -4884038400186974790} + - component: {fileID: -2797705102144266952} + - component: {fileID: -2208667455293537854} + m_Layer: 0 + m_Name: Movable-Electric-Square-2 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4723868211476064560 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0, y: 0, z: 18.822} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8618102591440911588} + - {fileID: 1443595467931180692} + - {fileID: 8020283823509794927} + - {fileID: 1443595467013124400} + - {fileID: 7911392159151624108} + - {fileID: 6359043703139184818} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &-4884038400186974790 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3497058896eec44979630ad1c45e56f3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &-2797705102144266952 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 2 + endPoint: {fileID: 6359043703139184818} +--- !u!82 &-2208667455293537854 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4723868211476064561} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: e32390927bae94ef5ac3a6c2e4d28a07, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1 &5542304715942375873 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6359043703139184818} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6359043703139184818 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5542304715942375873} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -12.95} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4723868211476064560} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &4723868210589313231 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -6.5 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &8020283823509794927 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 4723868210589313231} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868210615047418 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -9.09 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &1443595467013124400 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 4723868210615047418} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868211507952478 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -3.9099998 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &1443595467931180692 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 4723868211507952478} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4723868212098539802 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalPosition.z + value: -1.4619999 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8000745114933896821, guid: caf390d4249594c90a784a1189650871, type: 3} + propertyPath: m_Name + value: Electric-Square-Engine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: caf390d4249594c90a784a1189650871, type: 3} +--- !u!4 &8618102591440911588 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3897632076808183294, guid: caf390d4249594c90a784a1189650871, type: 3} + m_PrefabInstance: {fileID: 4723868212098539802} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4830570163851515660 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4723868211476064560} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -11.68 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (2) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &7911392159151624108 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 4830570163851515660} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-2.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-2.prefab.meta new file mode 100644 index 0000000..0a3ccee --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Movable-Electric-Square-2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 98c01abd7421f4f7c959a0864257d624 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square (1).prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square (1).prefab new file mode 100644 index 0000000..c3e6283 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square (1).prefab @@ -0,0 +1,398 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &281431741552589330 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3911746446845551870} + - component: {fileID: 4233302387508234552} + - component: {fileID: 6200639596482281783} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3911746446845551870 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 281431741552589330} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 1.483, z: -0.6269989} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4376651336248524883} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &4233302387508234552 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 281431741552589330} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 15 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &6200639596482281783 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 281431741552589330} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &4376651336248524880 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4376651336248524883} + - component: {fileID: 4376651336248524882} + - component: {fileID: 4376651336248525229} + m_Layer: 0 + m_Name: Non-Movable-Electric-Square (1) + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4376651336248524883 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4376651336248524880} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} + m_LocalPosition: {x: -1.17, y: 0, z: 16.75} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1332983624394439434} + - {fileID: 7582617299315789779} + - {fileID: 1332983624018249434} + - {fileID: 3911746446845551870} + - {fileID: 4376651336756820296} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4376651336248524882 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4376651336248524880} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 1 + endPoint: {fileID: 4376651336756820296} +--- !u!114 &4376651336248525229 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4376651336248524880} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &4376651336756820297 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4376651336756820296} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4376651336756820296 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4376651336756820297} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -7.86} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4376651336248524883} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &4376651336077617689 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4376651336248524883} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -4 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &7582617299315789779 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 4376651336077617689} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4376651336653348474 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4376651336248524883} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -6.59 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (2) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &1332983624018249434 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 4376651336653348474} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4376651336947737514 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4376651336248524883} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -1.4099998 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &1332983624394439434 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 4376651336947737514} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square (1).prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square (1).prefab.meta new file mode 100644 index 0000000..13ace77 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f714627eb676b4fcfbfbe326ede2f11b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square.prefab b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square.prefab new file mode 100644 index 0000000..15a6e66 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square.prefab @@ -0,0 +1,461 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1538773812022276371 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1538773812022276372} + - component: {fileID: 1538773812022276373} + - component: {fileID: 1538773812022276374} + m_Layer: 0 + m_Name: Non-Movable-Electric-Square + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1538773812022276372 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1538773812022276371} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} + m_LocalPosition: {x: 1.5868301, y: 0, z: 24.829128} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8797525710062329219} + - {fileID: 95275760059882716} + - {fileID: 8797525711424687685} + - {fileID: 95275760448716143} + - {fileID: 9211500320629399184} + - {fileID: 2668503402680990649} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1538773812022276373 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1538773812022276371} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0eba201132a74227964b3e44bad616b, type: 3} + m_Name: + m_EditorClassIdentifier: + objectType: 1 + endPoint: {fileID: 9211500320629399184} +--- !u!114 &1538773812022276374 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1538773812022276371} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1fb9758aedb4910b288ebd4a9d5065, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &4206736189748248679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9211500320629399184} + m_Layer: 0 + m_Name: Endpoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9211500320629399184 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4206736189748248679} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -10.48} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1538773812022276372} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4300547408601914424 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2668503402680990649} + - component: {fileID: 1815463359942237452} + - component: {fileID: 5087837733664964463} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2668503402680990649 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4300547408601914424} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 1.508, z: -0.417} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1538773812022276372} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &1815463359942237452 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4300547408601914424} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 15 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &5087837733664964463 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4300547408601914424} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1001 &6112615860007261925 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1538773812022276372} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -6.59 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (2) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &8797525711424687685 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 6112615860007261925} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6112615860832224547 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1538773812022276372} + m_Modifications: + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalPosition.z + value: -1.4099998 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3369616905273039009, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment 1 (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} +--- !u!4 &8797525710062329219 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3369616905273039008, guid: 5078db4feaad9413da1fe2f181cf5307, type: 3} + m_PrefabInstance: {fileID: 6112615860832224547} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6112615860873279766 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1538773812022276372} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment (1) + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -4 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &95275760059882716 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 6112615860873279766} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6112615861222512805 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1538773812022276372} + m_Modifications: + - target: {fileID: 6162652111593416133, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_Name + value: Electric-Square-Compartment (2) + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalPosition.z + value: -9.18 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} +--- !u!4 &95275760448716143 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6162652111593416138, guid: 350c4b630ab7a4fbd9336490265c9454, type: 3} + m_PrefabInstance: {fileID: 6112615861222512805} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square.prefab.meta new file mode 100644 index 0000000..b428a8c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Obstacles/Train/ElectricSquare/Non-Movable-Electric-Square.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 239f7a116d11346179d46c7742b78eec +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Player.meta b/Unity/Arctic Escape/Assets/Prefab/Player.meta new file mode 100644 index 0000000..f115b5c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Player.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fa858bf8fec0a4726b5721bc6895e449 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Player/PlayerCarController.prefab b/Unity/Arctic Escape/Assets/Prefab/Player/PlayerCarController.prefab new file mode 100644 index 0000000..81724d1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Player/PlayerCarController.prefab @@ -0,0 +1,1761 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &570767930 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 570767931} + m_Layer: 6 + m_Name: GameObject (2) + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &570767931 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 570767930} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.29, y: 2.48, z: -4.2200003} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4421762546769420014} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1439996100 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1439996101} + m_Layer: 6 + m_Name: GameObject (3) + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1439996101 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1439996100} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.18, y: 2.48, z: -4.83} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4421762546769420014} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1662948270 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1662948271} + m_Layer: 6 + m_Name: GameObject (1) + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1662948271 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1662948270} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.56, y: 2.48, z: -3.8900003} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4421762546769420014} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1753149869 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1753149870} + m_Layer: 6 + m_Name: GameObject (4) + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1753149870 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1753149869} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.81, y: 2.48, z: -4.6500006} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4421762546769420014} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2087908857 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2087908858} + m_Layer: 6 + m_Name: GameObject + m_TagString: Untagged + m_Icon: {fileID: -5442936267250999957, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2087908858 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2087908857} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 2.16, y: 2.48, z: -4.4000006} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4421762546769420014} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1096048365278371553 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6166624697048474969} + - component: {fileID: 5329317309848098904} + - component: {fileID: 2574571962904731688} + - component: {fileID: 8694773824726185227} + - component: {fileID: 7178869027091093049} + m_Layer: 6 + m_Name: wheel-front-left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6166624697048474969 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096048365278371553} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.19500001, y: 0.19500001, z: 0.429} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5016080317434685689} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5329317309848098904 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096048365278371553} + m_Mesh: {fileID: -7543623636664196183, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} +--- !u!23 &2574571962904731688 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096048365278371553} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!54 &8694773824726185227 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096048365278371553} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &7178869027091093049 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096048365278371553} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cc0825f7f3bf4645b825705385dc957, type: 3} + m_Name: + m_EditorClassIdentifier: + type: 4 +--- !u!1 &1882021205550457368 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4421762546769420014} + m_Layer: 6 + m_Name: CarshPoints + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4421762546769420014 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1882021205550457368} + m_LocalRotation: {x: 0, y: 0, z: 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: 2087908858} + - {fileID: 1662948271} + - {fileID: 570767931} + - {fileID: 1439996101} + - {fileID: 1753149870} + m_Father: {fileID: 3577736732278104565} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2008100955136303552 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7016171312133443816} + - component: {fileID: 9015406525880180154} + - component: {fileID: 3029290189942612377} + m_Layer: 0 + m_Name: Point Light (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7016171312133443816 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2008100955136303552} + m_LocalRotation: {x: 0, y: -0.08715578, z: 0, w: 0.9961947} + m_LocalPosition: {x: 0.13, y: -0.06, z: -0.5369997} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3577736732278104565} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: -10, z: 0} +--- !u!108 &9015406525880180154 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2008100955136303552} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80679345, b: 0.42452818, a: 1} + m_Intensity: 30 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &3029290189942612377 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2008100955136303552} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &2218386790913872482 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5856259118122983672} + - component: {fileID: 3754144949302666771} + - component: {fileID: 1683817827456415319} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5856259118122983672 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2218386790913872482} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.351, y: 0.3685, z: -0.778} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7265159153281954092} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &3754144949302666771 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2218386790913872482} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0, b: 0, a: 1} + m_Intensity: 0.1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &1683817827456415319 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2218386790913872482} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &2976950452811867767 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8511950205562434793} + - component: {fileID: 3973004832625103829} + - component: {fileID: 1871807864461065087} + m_Layer: 0 + m_Name: Point Light (3) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8511950205562434793 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2976950452811867767} + m_LocalRotation: {x: 0, y: 0.08715578, z: 0, w: 0.9961947} + m_LocalPosition: {x: -0.05, y: -0.06, z: -0.687} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3577736732278104565} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 10, z: 0} +--- !u!108 &3973004832625103829 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2976950452811867767} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80679345, b: 0.42452818, a: 1} + m_Intensity: 30 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &1871807864461065087 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2976950452811867767} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &2991153106737761209 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3816255845595110720} + - component: {fileID: 8358122339173792013} + - component: {fileID: 4027377064064781933} + - component: {fileID: 5713139908171956540} + - component: {fileID: 1272055793170491298} + m_Layer: 6 + m_Name: wheel-back-right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3816255845595110720 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2991153106737761209} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.19500001, y: 0.19500001, z: -0.429} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5016080317434685689} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8358122339173792013 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2991153106737761209} + m_Mesh: {fileID: -7285368450605708904, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} +--- !u!23 &4027377064064781933 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2991153106737761209} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!54 &5713139908171956540 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2991153106737761209} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &1272055793170491298 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2991153106737761209} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cc0825f7f3bf4645b825705385dc957, type: 3} + m_Name: + m_EditorClassIdentifier: + type: 3 +--- !u!1 &3577736732278104569 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3577736732278104565} + - component: {fileID: 3577736732278104564} + - component: {fileID: 3577736732278104571} + - component: {fileID: 3577736732278104570} + - component: {fileID: 3577736732278104566} + - component: {fileID: 3577736732278104567} + - component: {fileID: 3577736732278104560} + - component: {fileID: 7630729565259637311} + m_Layer: 6 + m_Name: PlayerCarController + m_TagString: Player + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3577736732278104565 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.53, z: -6.34} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7016171312133443816} + - {fileID: 8511950205562434793} + - {fileID: 5616456941161133048} + - {fileID: 5016080317434685689} + - {fileID: 4421762546769420014} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3577736732278104564 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &3577736732278104571 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + m_Enabled: 0 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &3577736732278104570 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 0.76044154, z: 1.8108878} + m_Center: {x: 0, y: -0.11977923, z: -0.10331464} +--- !u!114 &3577736732278104566 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1c8d1549518de42eab5ecf06b405e81d, type: 3} + m_Name: + m_EditorClassIdentifier: + startPoint: {fileID: 0} + totalDistanceToCover: 10000 + baseSpeed: 15 + maxSpeed: 30 + laneWidth: 0 + laneChangeTime: 0.2 + laneChangeSpeed: 10 + leftBound: {fileID: 0} + rightBound: {fileID: 0} + middleLane: {fileID: 0} + rightLane: {fileID: 0} + dir: {x: 0, y: 0, z: 0} +--- !u!114 &3577736732278104567 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0c4ec9a6717a947d688ef5adc228ce32, type: 3} + m_Name: + m_EditorClassIdentifier: + crashPoints: + - {fileID: 2087908858} + - {fileID: 1662948271} + - {fileID: 570767931} + - {fileID: 1439996101} + - {fileID: 1753149870} + carModel: {fileID: 5096519485441960258} + crashModelRef: {fileID: 5681118119623766595} + forceToApply: 600 +--- !u!54 &3577736732278104560 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 1 +--- !u!82 &7630729565259637311 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3577736732278104569} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: 012c1cf12556c4daa87247404c895d33, type: 3} + m_PlayOnAwake: 0 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1 &5681118119623766595 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5016080317434685689} + m_Layer: 6 + m_Name: crash-sedan-sports + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &5016080317434685689 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5681118119623766595} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.01, y: -0.53, z: -0.07} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3741628883546352484} + - {fileID: 7835731659095157293} + - {fileID: 3934656968930672056} + - {fileID: 3816255845595110720} + - {fileID: 6166624697048474969} + - {fileID: 3996158446907275652} + m_Father: {fileID: 3577736732278104565} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6027685551286618539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3996158446907275652} + - component: {fileID: 2216920848107134892} + - component: {fileID: 8519689381063025368} + - component: {fileID: 1141584036517540613} + - component: {fileID: 7483861633475290653} + m_Layer: 6 + m_Name: wheel-front-right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3996158446907275652 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6027685551286618539} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.19500001, y: 0.19500001, z: 0.429} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5016080317434685689} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2216920848107134892 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6027685551286618539} + m_Mesh: {fileID: -8477954175203834860, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} +--- !u!23 &8519689381063025368 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6027685551286618539} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!54 &1141584036517540613 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6027685551286618539} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &7483861633475290653 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6027685551286618539} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cc0825f7f3bf4645b825705385dc957, type: 3} + m_Name: + m_EditorClassIdentifier: + type: 5 +--- !u!1 &6832876627128491784 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3741628883546352484} + - component: {fileID: 789909402095022039} + - component: {fileID: 2239972443705417471} + - component: {fileID: 3814664299364640293} + - component: {fileID: 8007180088350892152} + m_Layer: 6 + m_Name: spoiler + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3741628883546352484 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6832876627128491784} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.39, z: -0.69464606} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5016080317434685689} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &789909402095022039 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6832876627128491784} + m_Mesh: {fileID: 1781033517927350220, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} +--- !u!23 &2239972443705417471 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6832876627128491784} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 82ff05955d6514e299bc4226ec35006c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!54 &3814664299364640293 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6832876627128491784} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &8007180088350892152 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6832876627128491784} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cc0825f7f3bf4645b825705385dc957, type: 3} + m_Name: + m_EditorClassIdentifier: + type: 0 +--- !u!1 &7156249495681381224 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3934656968930672056} + - component: {fileID: 1857319734920831004} + - component: {fileID: 7467359416038475467} + - component: {fileID: 1868820819631141108} + - component: {fileID: 1845441011687525045} + m_Layer: 6 + m_Name: wheel-back-left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3934656968930672056 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7156249495681381224} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.19500001, y: 0.19500001, z: -0.429} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5016080317434685689} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1857319734920831004 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7156249495681381224} + m_Mesh: {fileID: 5598877486925196537, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} +--- !u!23 &7467359416038475467 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7156249495681381224} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!54 &1868820819631141108 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7156249495681381224} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &1845441011687525045 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7156249495681381224} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cc0825f7f3bf4645b825705385dc957, type: 3} + m_Name: + m_EditorClassIdentifier: + type: 2 +--- !u!1 &8057973556095724566 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8885925181506339884} + - component: {fileID: 729968817158201483} + - component: {fileID: 8781478260299492288} + m_Layer: 0 + m_Name: Point Light (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8885925181506339884 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8057973556095724566} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.306, y: 0.3685, z: -0.768} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7265159153281954092} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &729968817158201483 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8057973556095724566} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 2 + m_Shape: 0 + m_Color: {r: 1, g: 0, b: 0, a: 1} + m_Intensity: 0.1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 2 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &8781478260299492288 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8057973556095724566} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &9153749723764860112 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7835731659095157293} + - component: {fileID: 8778772132572934900} + - component: {fileID: 3986356057932789166} + - component: {fileID: 5925154571716356159} + - component: {fileID: 8878309166489802651} + m_Layer: 6 + m_Name: body + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7835731659095157293 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9153749723764860112} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.097500004, z: -0.01625} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5016080317434685689} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8778772132572934900 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9153749723764860112} + m_Mesh: {fileID: -8545447256379345787, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} +--- !u!23 &3986356057932789166 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9153749723764860112} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 82ff05955d6514e299bc4226ec35006c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!54 &5925154571716356159 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9153749723764860112} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &8878309166489802651 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9153749723764860112} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cc0825f7f3bf4645b825705385dc957, type: 3} + m_Name: + m_EditorClassIdentifier: + type: 1 +--- !u!1001 &5366901702543987731 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3577736732278104565} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalPosition.x + value: 0.01 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalPosition.y + value: -0.53 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalPosition.z + value: -0.07 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7948660828100032839, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Layer + value: 6 + objectReference: {fileID: 0} + - target: {fileID: -4819223349682164798, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Layer + value: 6 + objectReference: {fileID: 0} + - target: {fileID: -3664811705211809293, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Layer + value: 6 + objectReference: {fileID: 0} + - target: {fileID: -724493364965441153, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + - target: {fileID: 919132149155446097, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Name + value: mesh-sedan-sports + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Layer + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 2073144646944985114, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Layer + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 2397621468118695034, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Layer + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 2717756171294132697, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + - target: {fileID: 3758833742942399946, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + - target: {fileID: 6702464640330306029, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 82ff05955d6514e299bc4226ec35006c, type: 2} + - target: {fileID: 7038207622098808634, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 3cacfa6be9c134a11bdba79281445872, type: 2} + - target: {fileID: 7752030738778784939, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Layer + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 8449996119470504636, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 82ff05955d6514e299bc4226ec35006c, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} +--- !u!1 &5096519485441960258 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + m_PrefabInstance: {fileID: 5366901702543987731} + m_PrefabAsset: {fileID: 0} +--- !u!4 &5616456941161133048 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + m_PrefabInstance: {fileID: 5366901702543987731} + m_PrefabAsset: {fileID: 0} +--- !u!4 &7265159153281954092 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -5861409178561632961, guid: cd4bb2dbd704c473a9c018db22947ff4, type: 3} + m_PrefabInstance: {fileID: 5366901702543987731} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Player/PlayerCarController.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Player/PlayerCarController.prefab.meta new file mode 100644 index 0000000..bee2542 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Player/PlayerCarController.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 771cb1fe0bb0d4d8799ef781550a4d10 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref.meta b/Unity/Arctic Escape/Assets/Prefab/Ref.meta new file mode 100644 index 0000000..809badd --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 51ece2298c495410db944dba145becfa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments.meta new file mode 100644 index 0000000..92de1e1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1542e9bba9db74a7fae65d43dd2fdba4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet.meta new file mode 100644 index 0000000..eac4e01 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b5288d64390e444209525595d02657be +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainBogeyEngine.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainBogeyEngine.prefab new file mode 100644 index 0000000..75121d4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainBogeyEngine.prefab @@ -0,0 +1,366 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2399129515488303517 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 568440222626064391} + - component: {fileID: 1424933416133811120} + - component: {fileID: 7696596482091170678} + m_Layer: 7 + m_Name: Spot Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &568440222626064391 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2399129515488303517} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.274, y: 0.491, z: -0.22599995} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3958368401204931052} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &1424933416133811120 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2399129515488303517} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 50 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &7696596482091170678 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2399129515488303517} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &2970108087198118148 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 520726745296056615} + - component: {fileID: 5820756293307620687} + - component: {fileID: 1925527887998918800} + m_Layer: 7 + m_Name: Spot Light (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &520726745296056615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2970108087198118148} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.306, y: 0.49100003, z: -0.226} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3958368401204931052} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &5820756293307620687 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2970108087198118148} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 50 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &1925527887998918800 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2970108087198118148} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &3958368401204931053 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3958368401204931052} + - component: {fileID: 5548905298515025707} + m_Layer: 7 + m_Name: TrainBogeyEngine + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3958368401204931052 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3958368401204931053} + m_LocalRotation: {x: 0, y: 0, z: 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: 3559051432300703667} + - {fileID: 568440222626064391} + - {fileID: 520726745296056615} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &5548905298515025707 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3958368401204931053} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.25, z: 2.69} + m_Center: {x: 0, y: 0.82, z: 0} +--- !u!1001 &3958368401425795160 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3958368401204931052} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: -1072618819780143924, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 919132149155446097, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_Name + value: train-electric-bullet-a + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 4948185215634528369, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5938461771721923985, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + propertyPath: m_Layer + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} +--- !u!4 &3559051432300703667 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: d23a50a3b70aa424286b832c1dfb14d1, type: 3} + m_PrefabInstance: {fileID: 3958368401425795160} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainBogeyEngine.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainBogeyEngine.prefab.meta new file mode 100644 index 0000000..286489e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainBogeyEngine.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 301da236890904cc9964da9592aa1c1f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 1.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 1.prefab new file mode 100644 index 0000000..b587457 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 1.prefab @@ -0,0 +1,185 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &9148952530166287509 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9148952530166287506} + - component: {fileID: 5125778833548502582} + m_Layer: 0 + m_Name: TrainPassengerBogey 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9148952530166287506 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9148952530166287509} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 2.34, y: 0, z: -4.4} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8754191353390181853} + - {fileID: 8754191352249631823} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &5125778833548502582 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9148952530166287509} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.25, z: 2.45} + m_Center: {x: 0, y: 0.82, z: 0} +--- !u!1001 &9148952528701049398 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 9148952530166287506} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.y + value: 0.501 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.z + value: 1.31 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Name + value: train-connector + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} +--- !u!4 &8754191353390181853 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + m_PrefabInstance: {fileID: 9148952528701049398} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &9148952529841660836 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 9148952530166287506} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: -1072618819780143924, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 919132149155446097, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_Name + value: train-electric-bullet-c (1) + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: ce4e58520d5cc42529f270666193361a, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ce4e58520d5cc42529f270666193361a, type: 3} +--- !u!4 &8754191352249631823 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: ce4e58520d5cc42529f270666193361a, type: 3} + m_PrefabInstance: {fileID: 9148952529841660836} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 1.prefab.meta new file mode 100644 index 0000000..63f9f85 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 99964bd05ba9a45d283b7c02857ede20 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 2.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 2.prefab new file mode 100644 index 0000000..558c8c6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 2.prefab @@ -0,0 +1,185 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3917732731880462262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3917732731880462261} + - component: {fileID: 1255680247457645294} + m_Layer: 0 + m_Name: TrainPassengerBogey 2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3917732731880462261 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3917732731880462262} + m_LocalRotation: {x: 0, y: 0, z: 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: 3590543544493481980} + - {fileID: 3590543544765213126} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &1255680247457645294 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3917732731880462262} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.25, z: 2.45} + m_Center: {x: 0, y: 0.82, z: 0} +--- !u!1001 &3917732733059599917 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3917732731880462261} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 90b4f801901ba477a9879b4392a07b8d, type: 2} + - target: {fileID: -1072618819780143924, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + - target: {fileID: 919132149155446097, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_Name + value: train-electric-bullet-b + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: cf89867ed727942c7ac37fc590d8d7d1, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} +--- !u!4 &3590543544765213126 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: b348b7a8f211e431eb6b68a352f7923f, type: 3} + m_PrefabInstance: {fileID: 3917732733059599917} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3917732733323212823 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3917732731880462261} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.y + value: 0.501 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.z + value: 1.301 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Name + value: train-connector + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} +--- !u!4 &3590543544493481980 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + m_PrefabInstance: {fileID: 3917732733323212823} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 2.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 2.prefab.meta new file mode 100644 index 0000000..2253686 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Bullet/TrainPassengerBogey 2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c6a261ba7baa942ccbfde4e178415a08 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City.meta new file mode 100644 index 0000000..d37d21a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 85eeb591fe2744d66a36608cc73f6077 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment (1).prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment (1).prefab new file mode 100644 index 0000000..415cf84 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment (1).prefab @@ -0,0 +1,193 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &264726741981827308 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 264726741981827315} + - component: {fileID: 6261732287742650828} + m_Layer: 0 + m_Name: Electric-City-Compartment (1) + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &264726741981827315 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 264726741981827308} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -8.19} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5761222602974576617} + - {fileID: 299145145712284159} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &6261732287742650828 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 264726741981827308} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5250007, z: 2.7168493} + m_Center: {x: 0, y: 0.83305186, z: 0.09024} +--- !u!1001 &264726741754050068 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 264726741981827315} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.y + value: 0.442 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.z + value: 1.352 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Name + value: train-connector + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} +--- !u!4 &299145145712284159 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + m_PrefabInstance: {fileID: 264726741754050068} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5222275695895205890 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 264726741981827315} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: a5448d308661c4216bd09350e5b3e282, type: 2} + - target: {fileID: -1072618819780143924, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: e3223fe031acf4cc0813cd56bb06ac6b, type: 2} + - target: {fileID: 919132149155446097, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_Name + value: train-electric-city-b + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: e3223fe031acf4cc0813cd56bb06ac6b, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} +--- !u!4 &5761222602974576617 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: ffe211e155ba648d0a4bb0e8d8fc77e6, type: 3} + m_PrefabInstance: {fileID: 5222275695895205890} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment (1).prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment (1).prefab.meta new file mode 100644 index 0000000..d6b3b0f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9dc2d492696744838979678abf2bccbc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment.prefab new file mode 100644 index 0000000..ff2cd82 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment.prefab @@ -0,0 +1,193 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2334257376699588848 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2334257376699588847} + - component: {fileID: 1170379638912050538} + m_Layer: 0 + m_Name: Electric-City-Compartment + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2334257376699588847 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2334257376699588848} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -4.46} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2877320545029695759} + - {fileID: 2877320543171420643} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &1170379638912050538 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2334257376699588848} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.4416274, z: 2.6227355} + m_Center: {x: 0, y: 0.7913652, z: 0.07575059} +--- !u!1001 &2334257374708158180 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2334257376699588847} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: a5448d308661c4216bd09350e5b3e282, type: 2} + - target: {fileID: -1072618819780143924, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: e3223fe031acf4cc0813cd56bb06ac6b, type: 2} + - target: {fileID: 919132149155446097, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_Name + value: train-electric-city-c + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: e3223fe031acf4cc0813cd56bb06ac6b, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} +--- !u!4 &2877320545029695759 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 8a370722cfa3d42568e370fb18637b1b, type: 3} + m_PrefabInstance: {fileID: 2334257374708158180} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2334257376524748296 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2334257376699588847} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.y + value: 0.442 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.z + value: 1.352 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Name + value: train-connector + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} +--- !u!4 &2877320543171420643 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + m_PrefabInstance: {fileID: 2334257376524748296} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment.prefab.meta new file mode 100644 index 0000000..babd202 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Compartment.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ea69a82d3764e4a90bf635eaec17b6fd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Engine.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Engine.prefab new file mode 100644 index 0000000..7af965d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Engine.prefab @@ -0,0 +1,358 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3110530510341500400 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1583533660383684921} + - component: {fileID: 6760244203564455479} + m_Layer: 0 + m_Name: Electric-City-Engine + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1583533660383684921 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3110530510341500400} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.2600002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 9044398949619969711} + - {fileID: 4379460348449268133} + - {fileID: 6657451152099045162} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &6760244203564455479 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3110530510341500400} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5250007, z: 2.3580694} + m_Center: {x: 0, y: 0.83305186, z: -0.007864952} +--- !u!1 &3632836187633196703 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4379460348449268133} + - component: {fileID: 2944032219314246998} + - component: {fileID: 357352766401330240} + m_Layer: 0 + m_Name: Spot Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4379460348449268133 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3632836187633196703} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.369, y: 0.507, z: -0.218} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1583533660383684921} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &2944032219314246998 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3632836187633196703} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 50 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &357352766401330240 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3632836187633196703} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &3693951805284467280 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6657451152099045162} + - component: {fileID: 8782185519422614557} + - component: {fileID: 5800510344396222967} + m_Layer: 0 + m_Name: Spot Light (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6657451152099045162 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3693951805284467280} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.376, y: 0.507, z: -0.21799994} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1583533660383684921} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &8782185519422614557 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3693951805284467280} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 50 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &5800510344396222967 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3693951805284467280} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1001 &8795127176836860228 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1583533660383684921} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: a5448d308661c4216bd09350e5b3e282, type: 2} + - target: {fileID: -1072618819780143924, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: e3223fe031acf4cc0813cd56bb06ac6b, type: 2} + - target: {fileID: 919132149155446097, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_Name + value: train-electric-city-a + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: e3223fe031acf4cc0813cd56bb06ac6b, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} +--- !u!4 &9044398949619969711 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 8b2ef0d848ff041ee8ad8aa57cc8c56e, type: 3} + m_PrefabInstance: {fileID: 8795127176836860228} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Engine.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Engine.prefab.meta new file mode 100644 index 0000000..325d5fb --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-City/Electric-City-Engine.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 01f10cabef75649708ed31cef1f93989 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square.meta new file mode 100644 index 0000000..d9ef9a8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d2d890d4be1246d1b2c818cd6954bb9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment 1.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment 1.prefab new file mode 100644 index 0000000..f03efa0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment 1.prefab @@ -0,0 +1,197 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3369616905273039009 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3369616905273039008} + - component: {fileID: 5944135533366596373} + m_Layer: 0 + m_Name: Electric-Square-Compartment 1 + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3369616905273039008 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3369616905273039009} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 17.33, y: 0, z: -6.77} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2975174860284540566} + - {fileID: 2975174860141897104} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &5944135533366596373 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3369616905273039009} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5250007, z: 2.5164676} + m_Center: {x: 0, y: 0.83305186, z: 0.07133412} +--- !u!1001 &3369616904759267709 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3369616905273039008} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: f946ee3027cd94784a60c902bc230ad2, type: 2} + - target: {fileID: -1072618819780143924, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 369279254b79a436a8477ea0b5818526, type: 2} + - target: {fileID: 919132149155446097, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_Name + value: train-electric-square-b + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 56129be62d19044f0bac2ae124931014, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 369279254b79a436a8477ea0b5818526, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 56129be62d19044f0bac2ae124931014, type: 3} +--- !u!4 &2975174860284540566 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 56129be62d19044f0bac2ae124931014, type: 3} + m_PrefabInstance: {fileID: 3369616904759267709} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3369616904901837435 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3369616905273039008} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.y + value: 0.462 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.z + value: 1.296 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Name + value: train-connector + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} +--- !u!4 &2975174860141897104 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + m_PrefabInstance: {fileID: 3369616904901837435} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment 1.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment 1.prefab.meta new file mode 100644 index 0000000..b9b8048 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5078db4feaad9413da1fe2f181cf5307 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment.prefab new file mode 100644 index 0000000..50cb369 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment.prefab @@ -0,0 +1,193 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6162652111593416133 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6162652111593416138} + - component: {fileID: 1386034609377985801} + m_Layer: 0 + m_Name: Electric-Square-Compartment + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6162652111593416138 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6162652111593416133} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 17.33, y: 0, z: -1.87} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5912269791415318447} + - {fileID: 3768564064095227026} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &1386034609377985801 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6162652111593416133} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5250007, z: 2.5218978} + m_Center: {x: 0, y: 0.83305186, z: 0.074049234} +--- !u!1001 &3730696218407316345 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6162652111593416138} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.y + value: 0.508 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalPosition.z + value: 1.294 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 269487d2cdd66488081c34585dcfff1d, type: 2} + - target: {fileID: 919132149155446097, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + propertyPath: m_Name + value: train-connector + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} +--- !u!4 &3768564064095227026 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 9b913037c9e304b61886536fc16b80c8, type: 3} + m_PrefabInstance: {fileID: 3730696218407316345} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6162652110541836356 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6162652111593416138} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: f946ee3027cd94784a60c902bc230ad2, type: 2} + - target: {fileID: -1072618819780143924, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 369279254b79a436a8477ea0b5818526, type: 2} + - target: {fileID: 919132149155446097, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_Name + value: train-electric-square-c + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 369279254b79a436a8477ea0b5818526, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} +--- !u!4 &5912269791415318447 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 803bd8e6bcdfd459292a5c7f11ad4c8b, type: 3} + m_PrefabInstance: {fileID: 6162652110541836356} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment.prefab.meta new file mode 100644 index 0000000..b30fff3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Compartment.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 350c4b630ab7a4fbd9336490265c9454 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Engine.prefab b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Engine.prefab new file mode 100644 index 0000000..250ea91 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Engine.prefab @@ -0,0 +1,358 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2538192261255407884 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5465666669365765595} + - component: {fileID: 5201652645944047045} + - component: {fileID: 1926865649156978536} + m_Layer: 0 + m_Name: Spot Light (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5465666669365765595 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2538192261255407884} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.339, y: 0.459, z: -0.1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3897632076808183294} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &5201652645944047045 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2538192261255407884} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 50 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &1926865649156978536 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2538192261255407884} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &6411070878003320833 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8087190721244992822} + - component: {fileID: 7446332374075838060} + - component: {fileID: 3391338479131777425} + m_Layer: 0 + m_Name: Spot Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8087190721244992822 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6411070878003320833} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.363, y: 0.459, z: -0.100000024} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3897632076808183294} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!108 &7446332374075838060 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6411070878003320833} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 0 + m_Shape: 0 + m_Color: {r: 1, g: 0.80784315, b: 0.42352942, a: 1} + m_Intensity: 50 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &3391338479131777425 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6411070878003320833} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &8000745114933896821 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3897632076808183294} + - component: {fileID: 2635094844790006100} + m_Layer: 0 + m_Name: Electric-Square-Engine + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3897632076808183294 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8000745114933896821} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 17.33, y: 0, z: 3.57} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 970926856354203674} + - {fileID: 8087190721244992822} + - {fileID: 5465666669365765595} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &2635094844790006100 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8000745114933896821} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1.5250007, z: 2.5957155} + m_Center: {x: 0, y: 0.83305186, z: 0.1579659} +--- !u!1001 &789209284119130097 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3897632076808183294} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: f946ee3027cd94784a60c902bc230ad2, type: 2} + - target: {fileID: -1072618819780143924, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 369279254b79a436a8477ea0b5818526, type: 2} + - target: {fileID: 919132149155446097, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_Name + value: train-diesel-box-a + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2532653736880331566, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 369279254b79a436a8477ea0b5818526, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} +--- !u!4 &970926856354203674 stripped +Transform: + m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: a79bdd56e0f104cf48aba3b10ae0fe7f, type: 3} + m_PrefabInstance: {fileID: 789209284119130097} + m_PrefabAsset: {fileID: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Engine.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Engine.prefab.meta new file mode 100644 index 0000000..5b99d01 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/Ref/TrainCompartments/Electric-Square/Electric-Square-Engine.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: caf390d4249594c90a784a1189650871 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI.meta b/Unity/Arctic Escape/Assets/Prefab/UI.meta new file mode 100644 index 0000000..82340ed --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 11335e0c5eff54070b4791e84f7e861a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/GameOverPopup.prefab b/Unity/Arctic Escape/Assets/Prefab/UI/GameOverPopup.prefab new file mode 100644 index 0000000..df7f530 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/GameOverPopup.prefab @@ -0,0 +1,1427 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2382937754851889649 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2382937754851889650} + - component: {fileID: 2382937754851889660} + - component: {fileID: 2382937754851889651} + m_Layer: 5 + m_Name: InnerBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2382937754851889650 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2382937754851889649} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540623026405463} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.026095692, y: 0.015501925} + m_AnchorMax: {x: 0.9791233, y: 0.94316} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2382937754851889660 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2382937754851889649} + m_CullTransparentMesh: 1 +--- !u!114 &2382937754851889651 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2382937754851889649} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3529412, g: 0.40784314, b: 0.52156866, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &2382937755117939342 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2382937755117939343} + - component: {fileID: 2382937755117939337} + - component: {fileID: 2382937755117939336} + m_Layer: 5 + m_Name: InnerBG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2382937755117939343 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2382937755117939342} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540621404072507} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2382937755117939337 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2382937755117939342} + m_CullTransparentMesh: 1 +--- !u!114 &2382937755117939336 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2382937755117939342} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6928622, g: 0.74492705, b: 0.8490566, a: 0.21960784} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7917540621259145875 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540621259145874} + m_Layer: 5 + m_Name: ButtonsContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540621259145874 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621259145875} + m_LocalRotation: {x: -0, y: -0, z: -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: 7917540622465329313} + - {fileID: 7917540622181221438} + - {fileID: 7917540622588689416} + m_Father: {fileID: 7917540623026405463} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &7917540621404072504 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540621404072507} + - component: {fileID: 7917540621404072500} + - component: {fileID: 7917540621404072506} + - component: {fileID: 7917540621404072484} + - component: {fileID: 7917540621404072502} + m_Layer: 5 + m_Name: GameOverPopup + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &7917540621404072507 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621404072504} + m_LocalRotation: {x: 0, y: 0, z: 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: 7917540623126367464} + - {fileID: 2382937755117939343} + - {fileID: 7917540623026405463} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540621404072500 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621404072504} + m_CullTransparentMesh: 1 +--- !u!225 &7917540621404072506 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621404072504} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!114 &7917540621404072484 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621404072504} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9eee56023aefc446a8aed1247ffbb140, type: 3} + m_Name: + m_EditorClassIdentifier: + popupType: 1 + hasBackOption: 0 + restartBtn: {fileID: 7917540622465329312} + optionsBtn: {fileID: 7917540622181221433} + menuBtn: {fileID: 7917540622588689419} +--- !u!114 &7917540621404072502 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621404072504} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1ea1f5c9d63b45d586ec3585f5120bc, type: 3} + m_Name: + m_EditorClassIdentifier: + popupScaleContent: {fileID: 7917540623026405463} + zoomDuration: 0.5 + popupScalerType: 1 + fadeDuration: 1 +--- !u!1 &7917540621885972573 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540621885972572} + - component: {fileID: 7917540621885972574} + - component: {fileID: 7917540621885972575} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540621885972572 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621885972573} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540622588689416} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540621885972574 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621885972573} + m_CullTransparentMesh: 1 +--- !u!114 &7917540621885972575 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540621885972573} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: MENU + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24.8 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 24.8 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &7917540622181221439 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540622181221438} + - component: {fileID: 7917540622181221435} + - component: {fileID: 7917540622181221432} + - component: {fileID: 7917540622181221433} + m_Layer: 5 + m_Name: OptionsButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540622181221438 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622181221439} + m_LocalRotation: {x: -0, y: -0, z: -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: 7917540622466190593} + m_Father: {fileID: 7917540621259145874} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.29657474, y: 0.31822142} + m_AnchorMax: {x: 0.71395665, y: 0.4514146} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540622181221435 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622181221439} + m_CullTransparentMesh: 1 +--- !u!114 &7917540622181221432 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622181221439} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &7917540622181221433 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622181221439} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 7917540622181221432} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &7917540622465329318 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540622465329313} + - component: {fileID: 7917540622465329314} + - component: {fileID: 7917540622465329315} + - component: {fileID: 7917540622465329312} + m_Layer: 5 + m_Name: RestartButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540622465329313 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622465329318} + m_LocalRotation: {x: -0, y: -0, z: -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: 7917540622820208798} + m_Father: {fileID: 7917540621259145874} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.29657474, y: 0.4776895} + m_AnchorMax: {x: 0.71395665, y: 0.61445564} + m_AnchoredPosition: {x: 0.000015258789, y: -0.000045776367} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540622465329314 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622465329318} + m_CullTransparentMesh: 1 +--- !u!114 &7917540622465329315 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622465329318} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &7917540622465329312 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622465329318} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 7917540622465329315} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &7917540622466190598 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540622466190593} + - component: {fileID: 7917540622466190595} + - component: {fileID: 7917540622466190592} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540622466190593 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622466190598} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540622181221438} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540622466190595 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622466190598} + m_CullTransparentMesh: 1 +--- !u!114 &7917540622466190592 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622466190598} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: OPTIONS + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24.8 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 24.8 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &7917540622588689417 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540622588689416} + - component: {fileID: 7917540622588689413} + - component: {fileID: 7917540622588689418} + - component: {fileID: 7917540622588689419} + m_Layer: 5 + m_Name: MenuButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540622588689416 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622588689417} + m_LocalRotation: {x: -0, y: -0, z: -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: 7917540621885972572} + m_Father: {fileID: 7917540621259145874} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.29657474, y: 0.1683214} + m_AnchorMax: {x: 0.71395665, y: 0.2924616} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540622588689413 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622588689417} + m_CullTransparentMesh: 1 +--- !u!114 &7917540622588689418 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622588689417} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &7917540622588689419 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622588689417} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 7917540622588689418} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &7917540622820208799 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540622820208798} + - component: {fileID: 7917540622820208792} + - component: {fileID: 7917540622820208793} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540622820208798 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622820208799} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540622465329313} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540622820208792 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622820208799} + m_CullTransparentMesh: 1 +--- !u!114 &7917540622820208793 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622820208799} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: RESTART + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24.8 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 24.8 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &7917540622951224037 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540622951224036} + - component: {fileID: 7917540622951224038} + - component: {fileID: 7917540622951224039} + m_Layer: 5 + m_Name: PopupBodyBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540622951224036 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622951224037} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540623026405463} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540622951224038 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622951224037} + m_CullTransparentMesh: 1 +--- !u!114 &7917540622951224039 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540622951224037} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -1442693198, guid: 3e2c9c88e33eb451fb539b3cf37cf7bc, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7917540623026405460 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540623026405463} + - component: {fileID: 7917540623026405457} + - component: {fileID: 7917540623026405462} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540623026405463 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623026405460} + m_LocalRotation: {x: -0, y: -0, z: -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: 2382937754851889650} + - {fileID: 7917540622951224036} + - {fileID: 7917540623354405907} + - {fileID: 7917540621259145874} + m_Father: {fileID: 7917540621404072507} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.17913274, y: 0.297987} + m_AnchorMax: {x: 0.8195377, y: 0.66653544} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540623026405457 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623026405460} + m_CullTransparentMesh: 1 +--- !u!114 &7917540623026405462 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623026405460} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7917540623126367465 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540623126367464} + - component: {fileID: 7917540623126367466} + - component: {fileID: 7917540623126367467} + m_Layer: 5 + m_Name: ref + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &7917540623126367464 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623126367465} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540621404072507} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540623126367466 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623126367465} + m_CullTransparentMesh: 1 +--- !u!114 &7917540623126367467 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623126367465} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 74275504ad48b431cbd7cb5a6edb7a87, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7917540623354405904 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7917540623354405907} + - component: {fileID: 7917540623354405933} + - component: {fileID: 7917540623354405906} + m_Layer: 5 + m_Name: TitleText (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7917540623354405907 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623354405904} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7917540623026405463} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.24312563, y: 0.7167551} + m_AnchorMax: {x: 0.7551284, y: 0.83341974} + m_AnchoredPosition: {x: -0.000030517578, y: 0.000030517578} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7917540623354405933 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623354405904} + m_CullTransparentMesh: 1 +--- !u!114 &7917540623354405906 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7917540623354405904} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: game over + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 48.45 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/GameOverPopup.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/UI/GameOverPopup.prefab.meta new file mode 100644 index 0000000..5d19139 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/GameOverPopup.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b9b95c45dbd404d59afec62f37226e14 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/HighScorePopup.prefab b/Unity/Arctic Escape/Assets/Prefab/UI/HighScorePopup.prefab new file mode 100644 index 0000000..a7b8fcf --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/HighScorePopup.prefab @@ -0,0 +1,1295 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &480273292 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 480273293} + - component: {fileID: 480273295} + - component: {fileID: 480273294} + m_Layer: 5 + m_Name: CoinsCollectedValText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &480273293 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 480273292} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308923794844} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.1415164, y: 0.3160275} + m_AnchorMax: {x: 0.8846304, y: 0.4641817} + m_AnchoredPosition: {x: 0, y: 0.000015258789} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &480273295 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 480273292} + m_CullTransparentMesh: 1 +--- !u!114 &480273294 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 480273292} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 'Coins Collected: 0' + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 35 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 35 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &724269405 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 724269406} + - component: {fileID: 724269408} + - component: {fileID: 724269407} + m_Layer: 5 + m_Name: DistanceCoveredValText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &724269406 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724269405} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308923794844} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.2195248, y: 0.4051963} + m_AnchorMax: {x: 0.8027215, y: 0.5228906} + m_AnchoredPosition: {x: 0.000015258789, y: -0.00005340576} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &724269408 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724269405} + m_CullTransparentMesh: 1 +--- !u!114 &724269407 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724269405} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 'Distance Covered: 0' + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 21.52 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 21.52 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &670407133120854855 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6187683866094289222} + - component: {fileID: 2746275413376797818} + - component: {fileID: 978903256670108571} + m_Layer: 5 + m_Name: InnerBG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6187683866094289222 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 670407133120854855} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308358410224} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2746275413376797818 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 670407133120854855} + m_CullTransparentMesh: 1 +--- !u!114 &978903256670108571 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 670407133120854855} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.69411767, g: 0.74509805, b: 0.8509804, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3462421742678347745 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2233214890480696226} + - component: {fileID: 918914399782732148} + - component: {fileID: 6814553748989085265} + m_Layer: 5 + m_Name: InnerBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2233214890480696226 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3462421742678347745} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308923794844} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.026095692, y: 0.015501925} + m_AnchorMax: {x: 0.9791233, y: 0.94316} + m_AnchoredPosition: {x: 0, y: -0.000061035156} + m_SizeDelta: {x: 0, y: -0.00012207031} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &918914399782732148 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3462421742678347745} + m_CullTransparentMesh: 1 +--- !u!114 &6814553748989085265 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3462421742678347745} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3529412, g: 0.40784314, b: 0.52156866, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &4547459948218523894 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4471950652567810236} + - component: {fileID: 3607073688142091983} + - component: {fileID: 5073478458765799718} + m_Layer: 5 + m_Name: HighScoreValText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4471950652567810236 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4547459948218523894} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308923794844} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.29106683, y: 0.5096128} + m_AnchorMax: {x: 0.7245982, y: 0.6448619} + m_AnchoredPosition: {x: -0.000015258789, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3607073688142091983 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4547459948218523894} + m_CullTransparentMesh: 1 +--- !u!114 &5073478458765799718 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4547459948218523894} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 10000 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 45 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 45 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &8142447307874309620 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8142447307874309621} + - component: {fileID: 8142447307874309619} + - component: {fileID: 8142447307874309618} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8142447307874309621 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447307874309620} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308309979425} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000061035156, y: -0.000076293945} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8142447307874309619 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447307874309620} + m_CullTransparentMesh: 1 +--- !u!114 &8142447307874309618 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447307874309620} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Close + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 30 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 30 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &8142447308309979424 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8142447308309979425} + - component: {fileID: 8142447308309979436} + - component: {fileID: 8142447308309979439} + - component: {fileID: 8142447308309979438} + - component: {fileID: 7344618290360660860} + m_Layer: 5 + m_Name: CloseButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8142447308309979425 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308309979424} + m_LocalRotation: {x: -0, y: -0, z: -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: 8142447307874309621} + m_Father: {fileID: 8142447308923794844} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.32141688, y: 0.12255729} + m_AnchorMax: {x: 0.69623226, y: 0.28053883} + m_AnchoredPosition: {x: 0.000045776367, y: 0.000015258789} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8142447308309979436 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308309979424} + m_CullTransparentMesh: 1 +--- !u!114 &8142447308309979439 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308309979424} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &8142447308309979438 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308309979424} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 8142447308309979439} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &7344618290360660860 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308309979424} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &8142447308358410227 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8142447308358410224} + - component: {fileID: 8142447308358410239} + - component: {fileID: 8142447308358410225} + - component: {fileID: 8142447308358410237} + - component: {fileID: 2394990812494644575} + m_Layer: 5 + m_Name: HighScorePopup + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8142447308358410224 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308358410227} + m_LocalRotation: {x: 0, y: 0, z: 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: 8142447308486097187} + - {fileID: 6187683866094289222} + - {fileID: 8142447308923794844} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8142447308358410239 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308358410227} + m_CullTransparentMesh: 1 +--- !u!225 &8142447308358410225 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308358410227} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!114 &8142447308358410237 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308358410227} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1ea1f5c9d63b45d586ec3585f5120bc, type: 3} + m_Name: + m_EditorClassIdentifier: + popupScaleContent: {fileID: 8142447308923794844} + zoomDuration: 0.5 + popupScalerType: 1 + fadeDuration: 1 +--- !u!114 &2394990812494644575 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308358410227} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7770fa412b50f4b249551957f89cf574, type: 3} + m_Name: + m_EditorClassIdentifier: + popupType: 3 + hasBackOption: 0 + closeBtn: {fileID: 8142447308309979438} + highScoreText: {fileID: 5073478458765799718} + coinsCollectedText: {fileID: 480273294} +--- !u!1 &8142447308486097186 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8142447308486097187} + - component: {fileID: 8142447308486097185} + - component: {fileID: 8142447308486097184} + m_Layer: 5 + m_Name: ref + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &8142447308486097187 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308486097186} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308358410224} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8142447308486097185 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308486097186} + m_CullTransparentMesh: 1 +--- !u!114 &8142447308486097184 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308486097186} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 74275504ad48b431cbd7cb5a6edb7a87, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8142447308698128859 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8142447308698128856} + - component: {fileID: 8142447308698128870} + - component: {fileID: 8142447308698128857} + m_Layer: 5 + m_Name: TitleText (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8142447308698128856 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308698128859} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308923794844} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.14958547, y: 0.6648561} + m_AnchorMax: {x: 0.8794299, y: 0.84938526} + m_AnchoredPosition: {x: -0.000015258789, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8142447308698128870 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308698128859} + m_CullTransparentMesh: 1 +--- !u!114 &8142447308698128857 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308698128859} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: NEW HIGH SCORE + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 55.8 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &8142447308830779182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8142447308830779183} + - component: {fileID: 8142447308830779181} + - component: {fileID: 8142447308830779180} + m_Layer: 5 + m_Name: PopupBodyBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8142447308830779183 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308830779182} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8142447308923794844} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8142447308830779181 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308830779182} + m_CullTransparentMesh: 1 +--- !u!114 &8142447308830779180 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308830779182} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -1442693198, guid: 3e2c9c88e33eb451fb539b3cf37cf7bc, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8142447308923794847 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8142447308923794844} + - component: {fileID: 8142447308923794842} + - component: {fileID: 8142447308923794845} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8142447308923794844 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308923794847} + m_LocalRotation: {x: -0, y: -0, z: -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: 2233214890480696226} + - {fileID: 8142447308830779183} + - {fileID: 8142447308698128856} + - {fileID: 4471950652567810236} + - {fileID: 8142447308309979425} + - {fileID: 724269406} + - {fileID: 480273293} + m_Father: {fileID: 8142447308358410224} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.17913274, y: 0.3237693} + m_AnchorMax: {x: 0.84797174, y: 0.6553166} + m_AnchoredPosition: {x: 0.000030517578, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8142447308923794842 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308923794847} + m_CullTransparentMesh: 1 +--- !u!114 &8142447308923794845 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8142447308923794847} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/HighScorePopup.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/UI/HighScorePopup.prefab.meta new file mode 100644 index 0000000..a17eed8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/HighScorePopup.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b0c5eff1c63e64d2387db42cea2a2862 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/InGameHUDScreen.prefab b/Unity/Arctic Escape/Assets/Prefab/UI/InGameHUDScreen.prefab new file mode 100644 index 0000000..b305ade --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/InGameHUDScreen.prefab @@ -0,0 +1,853 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4597144835431208629 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144835431208630} + m_Layer: 5 + m_Name: CoinsContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144835431208630 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835431208629} + m_LocalRotation: {x: 0, y: 0, z: 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: 4597144837178002852} + - {fileID: 4597144836420506917} + m_Father: {fileID: 4597144835927504652} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &4597144835615871798 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144835615871799} + - component: {fileID: 4597144835615871795} + - component: {fileID: 4597144835615871820} + - component: {fileID: 4597144835615871792} + m_Layer: 5 + m_Name: InGameHUDScreen + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &4597144835615871799 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835615871798} + m_LocalRotation: {x: 0, y: 0, z: 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: 4597144837545177817} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144835615871795 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835615871798} + m_CullTransparentMesh: 1 +--- !u!114 &4597144835615871820 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835615871798} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7628cffb896724f7ca824ff6c7c552b3, type: 3} + m_Name: + m_EditorClassIdentifier: + screenType: 1 + distanceText: {fileID: 4597144835678826267} + coinsText: {fileID: 4597144836420506918} + settingsButton: {fileID: 4597144837062321238} +--- !u!225 &4597144835615871792 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835615871798} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!1 &4597144835627882698 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144835627882699} + - component: {fileID: 4597144835627882693} + - component: {fileID: 4597144835627882692} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144835627882699 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835627882698} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4597144837172789162} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.0995007, y: 0.30976057} + m_AnchorMax: {x: 0.17860019, y: 0.69775313} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144835627882693 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835627882698} + m_CullTransparentMesh: 1 +--- !u!114 &4597144835627882692 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835627882698} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &4597144835678826265 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144835678826266} + - component: {fileID: 4597144835678826260} + - component: {fileID: 4597144835678826267} + m_Layer: 5 + m_Name: DistanceText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144835678826266 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835678826265} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4597144837172789162} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.20291604, y: 0.2887598} + m_AnchorMax: {x: 0.38813823, y: 0.69775313} + m_AnchoredPosition: {x: 0, y: 0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144835678826260 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835678826265} + m_CullTransparentMesh: 1 +--- !u!114 &4597144835678826267 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835678826265} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 10000 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 54.85 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 60 + m_fontStyle: 16 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &4597144835927504627 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144835927504652} + - component: {fileID: 4597144835927504655} + - component: {fileID: 4597144835927504654} + m_Layer: 5 + m_Name: TopBar + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144835927504652 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835927504627} + m_LocalRotation: {x: -0, y: -0, z: -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: 4597144837172789162} + - {fileID: 4597144835431208630} + - {fileID: 4597144837062321243} + m_Father: {fileID: 4597144837545177817} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.8777889} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144835927504655 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835927504627} + m_CullTransparentMesh: 1 +--- !u!114 &4597144835927504654 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144835927504627} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &4597144836420506916 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144836420506917} + - component: {fileID: 4597144836420506919} + - component: {fileID: 4597144836420506918} + m_Layer: 5 + m_Name: CoinsText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144836420506917 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144836420506916} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4597144835431208630} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5259753, y: 0.2887598} + m_AnchorMax: {x: 0.74452215, y: 0.67559737} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144836420506919 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144836420506916} + m_CullTransparentMesh: 1 +--- !u!114 &4597144836420506918 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144836420506916} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 10000 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 60 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 60 + m_fontStyle: 16 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &4597144837062321242 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144837062321243} + - component: {fileID: 4597144837062321237} + - component: {fileID: 4597144837062321236} + - component: {fileID: 4597144837062321238} + m_Layer: 5 + m_Name: SettingsButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144837062321243 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837062321242} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4597144835927504652} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.78049445, y: 0.3136462} + m_AnchorMax: {x: 0.87060755, y: 0.69459105} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144837062321237 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837062321242} + m_CullTransparentMesh: 1 +--- !u!114 &4597144837062321236 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837062321242} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &4597144837062321238 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837062321242} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 4597144837062321236} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &4597144837172789161 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144837172789162} + m_Layer: 5 + m_Name: DistanceContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144837172789162 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837172789161} + m_LocalRotation: {x: 0, y: 0, z: 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: 4597144835627882699} + - {fileID: 4597144835678826266} + m_Father: {fileID: 4597144835927504652} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &4597144837178002859 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144837178002852} + - component: {fileID: 4597144837178002854} + - component: {fileID: 4597144837178002853} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144837178002852 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837178002859} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4597144835431208630} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.42601737, y: 0.3136462} + m_AnchorMax: {x: 0.5067527, y: 0.698908} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144837178002854 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837178002859} + m_CullTransparentMesh: 1 +--- !u!114 &4597144837178002853 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837178002859} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &4597144837545177816 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4597144837545177817} + - component: {fileID: 4597144837545177819} + - component: {fileID: 4597144837545177818} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4597144837545177817 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837545177816} + m_LocalRotation: {x: -0, y: -0, z: -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: 4597144835927504652} + m_Father: {fileID: 4597144835615871799} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4597144837545177819 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837545177816} + m_CullTransparentMesh: 1 +--- !u!114 &4597144837545177818 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4597144837545177816} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/InGameHUDScreen.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/UI/InGameHUDScreen.prefab.meta new file mode 100644 index 0000000..ca8e8b9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/InGameHUDScreen.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8e51d4a667ecf4baa81e6619fafd5921 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/InstructionPopup.prefab b/Unity/Arctic Escape/Assets/Prefab/UI/InstructionPopup.prefab new file mode 100644 index 0000000..c081439 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/InstructionPopup.prefab @@ -0,0 +1,1156 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &296508118762863027 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 296508118762863026} + - component: {fileID: 296508118762863024} + - component: {fileID: 296508118762863025} + m_Layer: 5 + m_Name: ref + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &296508118762863026 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508118762863027} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119676018529} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &296508118762863024 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508118762863027} + m_CullTransparentMesh: 1 +--- !u!114 &296508118762863025 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508118762863027} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 74275504ad48b431cbd7cb5a6edb7a87, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &296508118933606730 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 296508118933606729} + - component: {fileID: 296508118933606775} + - component: {fileID: 296508118933606728} + m_Layer: 5 + m_Name: TitleText (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &296508118933606729 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508118933606730} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119133713677} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.14958547, y: 0.6518692} + m_AnchorMax: {x: 0.8794299, y: 0.8396451} + m_AnchoredPosition: {x: -0.000015258789, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &296508118933606775 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508118933606730} + m_CullTransparentMesh: 1 +--- !u!114 &296508118933606728 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508118933606730} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: instruction + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 61.55 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &296508119074645951 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 296508119074645950} + - component: {fileID: 296508119074645948} + - component: {fileID: 296508119074645949} + m_Layer: 5 + m_Name: PopupBodyBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &296508119074645950 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119074645951} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119133713677} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &296508119074645948 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119074645951} + m_CullTransparentMesh: 1 +--- !u!114 &296508119074645949 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119074645951} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -1442693198, guid: 3e2c9c88e33eb451fb539b3cf37cf7bc, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &296508119133713678 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 296508119133713677} + - component: {fileID: 296508119133713675} + - component: {fileID: 296508119133713676} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &296508119133713677 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119133713678} + m_LocalRotation: {x: -0, y: -0, z: -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: 7646928702335482675} + - {fileID: 296508119074645950} + - {fileID: 296508118933606729} + - {fileID: 296508119593378224} + - {fileID: 8422470448942184911} + - {fileID: 8422470449872986908} + m_Father: {fileID: 296508119676018529} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.17913274, y: 0.3237693} + m_AnchorMax: {x: 0.84797174, y: 0.6553166} + m_AnchoredPosition: {x: 0.000030517578, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &296508119133713675 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119133713678} + m_CullTransparentMesh: 1 +--- !u!114 &296508119133713676 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119133713678} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &296508119593378225 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 296508119593378224} + - component: {fileID: 296508119593378237} + - component: {fileID: 296508119593378238} + - component: {fileID: 296508119593378239} + - component: {fileID: 1229468765608981485} + m_Layer: 5 + m_Name: CloseButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &296508119593378224 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119593378225} + m_LocalRotation: {x: -0, y: -0, z: -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: 296508120298427748} + m_Father: {fileID: 296508119133713677} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.32141688, y: 0.12255729} + m_AnchorMax: {x: 0.69623226, y: 0.28053883} + m_AnchoredPosition: {x: 0.000045776367, y: 0.000015258789} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &296508119593378237 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119593378225} + m_CullTransparentMesh: 1 +--- !u!114 &296508119593378238 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119593378225} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &296508119593378239 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119593378225} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 296508119593378238} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1229468765608981485 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119593378225} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &296508119676018530 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 296508119676018529} + - component: {fileID: 296508119676018542} + - component: {fileID: 296508119676018528} + - component: {fileID: 296508119676018540} + - component: {fileID: 8142447308125885084} + m_Layer: 5 + m_Name: InstructionPopup + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &296508119676018529 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119676018530} + m_LocalRotation: {x: 0, y: 0, z: 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: 296508118762863026} + - {fileID: 2395265803087790551} + - {fileID: 296508119133713677} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &296508119676018542 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119676018530} + m_CullTransparentMesh: 1 +--- !u!225 &296508119676018528 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119676018530} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!114 &296508119676018540 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119676018530} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1ea1f5c9d63b45d586ec3585f5120bc, type: 3} + m_Name: + m_EditorClassIdentifier: + popupScaleContent: {fileID: 296508119133713677} + zoomDuration: 0.5 + popupScalerType: 1 + fadeDuration: 1 +--- !u!114 &8142447308125885084 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508119676018530} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fca81f428f2ad4af99971d66164c7e2a, type: 3} + m_Name: + m_EditorClassIdentifier: + popupType: 0 + hasBackOption: 0 +--- !u!1 &296508120298427749 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 296508120298427748} + - component: {fileID: 296508120298427746} + - component: {fileID: 296508120298427747} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &296508120298427748 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508120298427749} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119593378224} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000061035156, y: -0.000076293945} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &296508120298427746 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508120298427749} + m_CullTransparentMesh: 1 +--- !u!114 &296508120298427747 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296508120298427749} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Close + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 30 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 30 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &4967010814900408176 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7646928702335482675} + - component: {fileID: 8656485800823587301} + - component: {fileID: 3058094472786740928} + m_Layer: 5 + m_Name: InnerBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7646928702335482675 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4967010814900408176} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119133713677} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.026095692, y: 0.015501925} + m_AnchorMax: {x: 0.9791233, y: 0.94316} + m_AnchoredPosition: {x: 0, y: -0.000061035156} + m_SizeDelta: {x: 0, y: -0.00012207031} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8656485800823587301 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4967010814900408176} + m_CullTransparentMesh: 1 +--- !u!114 &3058094472786740928 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4967010814900408176} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3529412, g: 0.40784314, b: 0.52156866, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8422470448942184908 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8422470448942184911} + - component: {fileID: 8422470448942184945} + - component: {fileID: 8422470448942184910} + m_Layer: 5 + m_Name: DistanceCoveredValText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &8422470448942184911 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8422470448942184908} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119133713677} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.2195248, y: 0.4051963} + m_AnchorMax: {x: 0.8027215, y: 0.5228906} + m_AnchoredPosition: {x: 0.000015258789, y: -0.00005340576} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8422470448942184945 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8422470448942184908} + m_CullTransparentMesh: 1 +--- !u!114 &8422470448942184910 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8422470448942184908} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 'Distance Covered: 0' + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 21.52 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 21.52 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &8422470449872986909 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8422470449872986908} + - component: {fileID: 8422470449872986910} + - component: {fileID: 8422470449872986911} + m_Layer: 5 + m_Name: CoinsCollectedValText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8422470449872986908 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8422470449872986909} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119133713677} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.14958547, y: 0.16746758} + m_AnchorMax: {x: 0.8794299, y: 0.5585054} + m_AnchoredPosition: {x: 0, y: 0.000015258789} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8422470449872986910 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8422470449872986909} + m_CullTransparentMesh: 1 +--- !u!114 &8422470449872986911 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8422470449872986909} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Swipe left/right to move the car to the neighboring lane + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 35 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 35 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &9056566792973548502 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2395265803087790551} + - component: {fileID: 5980246834892868843} + - component: {fileID: 8752573719279074058} + m_Layer: 5 + m_Name: InnerBG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2395265803087790551 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9056566792973548502} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 296508119676018529} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5980246834892868843 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9056566792973548502} + m_CullTransparentMesh: 1 +--- !u!114 &8752573719279074058 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9056566792973548502} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.69411767, g: 0.74509805, b: 0.8509804, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/InstructionPopup.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/UI/InstructionPopup.prefab.meta new file mode 100644 index 0000000..fd370d0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/InstructionPopup.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 41656cb507953470da22d3ef5a984e16 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/MainMenuScreen.prefab b/Unity/Arctic Escape/Assets/Prefab/UI/MainMenuScreen.prefab new file mode 100644 index 0000000..73e9f6a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/MainMenuScreen.prefab @@ -0,0 +1,1173 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1056514868505687507 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8673193877822760417} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8673193877822760417 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1056514868505687507} + m_LocalRotation: {x: 0, y: 0, z: 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: 6067129241188972999} + - {fileID: 6067129239659048939} + - {fileID: 6067129239847056028} + m_Father: {fileID: 6067129241093683749} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &6067129239659048938 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129239659048939} + - component: {fileID: 6067129239659048469} + - component: {fileID: 6067129239659048468} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129239659048939 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129239659048938} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8673193877822760417} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.20275182, y: 0.7435921} + m_AnchorMax: {x: 0.83509517, y: 0.8965966} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129239659048469 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129239659048938} + m_CullTransparentMesh: 1 +--- !u!114 &6067129239659048468 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129239659048938} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 536901753, guid: 54f9d11377b894dbc843ae57d48d2530, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &6067129239845907926 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129239845907927} + - component: {fileID: 6067129239845907921} + - component: {fileID: 6067129239845907920} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129239845907927 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129239845907926} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6067129241436568585} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129239845907921 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129239845907926} + m_CullTransparentMesh: 1 +--- !u!114 &6067129239845907920 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129239845907926} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: options + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 45 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &6067129239847056019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129239847056028} + m_Layer: 5 + m_Name: ButtonsContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129239847056028 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129239847056019} + m_LocalRotation: {x: -0, y: -0, z: -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: 6067129241213643561} + - {fileID: 6067129241436568585} + - {fileID: 6067129240069054553} + m_Father: {fileID: 8673193877822760417} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.16247597} + m_AnchorMax: {x: 1, y: 0.553035} + m_AnchoredPosition: {x: 0, y: -122} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &6067129240069054552 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129240069054553} + - component: {fileID: 6067129240069054532} + - component: {fileID: 6067129240069054555} + - component: {fileID: 6067129240069054554} + m_Layer: 5 + m_Name: QuitButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129240069054553 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129240069054552} + m_LocalRotation: {x: -0, y: -0, z: -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: 6067129241005230747} + m_Father: {fileID: 6067129239847056028} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.34, y: 0.19} + m_AnchorMax: {x: 0.7, y: 0.39} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129240069054532 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129240069054552} + m_CullTransparentMesh: 1 +--- !u!114 &6067129240069054555 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129240069054552} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6067129240069054554 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129240069054552} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 6067129240069054555} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &6067129240818533703 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129240818533696} + - component: {fileID: 6067129240818533698} + - component: {fileID: 6067129240818533697} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129240818533696 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129240818533703} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6067129241213643561} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129240818533698 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129240818533703} + m_CullTransparentMesh: 1 +--- !u!114 &6067129240818533697 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129240818533703} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: START + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 45 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &6067129241005230746 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129241005230747} + - component: {fileID: 6067129241005230725} + - component: {fileID: 6067129241005230724} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129241005230747 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241005230746} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6067129240069054553} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129241005230725 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241005230746} + m_CullTransparentMesh: 1 +--- !u!114 &6067129241005230724 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241005230746} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: quit + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 45 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &6067129241093683748 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129241093683749} + - component: {fileID: 6067129241093683750} + - component: {fileID: 6067129241093683751} + - component: {fileID: 6067129241093683744} + - component: {fileID: 6067129241093683745} + m_Layer: 5 + m_Name: MainMenuScreen + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129241093683749 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241093683748} + m_LocalRotation: {x: 0, y: 0, z: 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: 2320218847187492821} + - {fileID: 8673193877822760417} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129241093683750 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241093683748} + m_CullTransparentMesh: 1 +--- !u!114 &6067129241093683751 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241093683748} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c71cefa7f8120486eafab0f8b90eb293, type: 3} + m_Name: + m_EditorClassIdentifier: + screenType: 0 + startBtn: {fileID: 6067129241213643562} + optionsBtn: {fileID: 6067129241436568586} + quitBtn: {fileID: 6067129240069054554} +--- !u!114 &6067129241093683744 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241093683748} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1ea1f5c9d63b45d586ec3585f5120bc, type: 3} + m_Name: + m_EditorClassIdentifier: + popupScaleContent: {fileID: 8673193877822760417} + zoomDuration: 0.5 + popupScalerType: 0 + fadeDuration: 2 +--- !u!225 &6067129241093683745 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241093683748} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!1 &6067129241188972998 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129241188972999} + - component: {fileID: 6067129241188972993} + - component: {fileID: 6067129241188972992} + m_Layer: 5 + m_Name: BG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129241188972999 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241188972998} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8673193877822760417} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129241188972993 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241188972998} + m_CullTransparentMesh: 1 +--- !u!114 &6067129241188972992 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241188972998} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 85f82fee509dc49f080102339683349c, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &6067129241213643560 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129241213643561} + - component: {fileID: 6067129241213643604} + - component: {fileID: 6067129241213643563} + - component: {fileID: 6067129241213643562} + m_Layer: 5 + m_Name: StartButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129241213643561 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241213643560} + m_LocalRotation: {x: -0, y: -0, z: -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: 6067129240818533696} + m_Father: {fileID: 6067129239847056028} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.34, y: 0.65} + m_AnchorMax: {x: 0.7, y: 0.85} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129241213643604 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241213643560} + m_CullTransparentMesh: 1 +--- !u!114 &6067129241213643563 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241213643560} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6067129241213643562 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241213643560} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 6067129241213643563} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &6067129241436568584 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6067129241436568585} + - component: {fileID: 6067129241436568628} + - component: {fileID: 6067129241436568587} + - component: {fileID: 6067129241436568586} + m_Layer: 5 + m_Name: OptionsButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6067129241436568585 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241436568584} + m_LocalRotation: {x: -0, y: -0, z: -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: 6067129239845907927} + m_Father: {fileID: 6067129239847056028} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.34, y: 0.42} + m_AnchorMax: {x: 0.7, y: 0.62} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6067129241436568628 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241436568584} + m_CullTransparentMesh: 1 +--- !u!114 &6067129241436568587 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241436568584} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6067129241436568586 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6067129241436568584} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 6067129241436568587} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &7045989183563635050 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2320218847187492821} + - component: {fileID: 4153105799677132975} + - component: {fileID: 4053412226048316507} + m_Layer: 5 + m_Name: BG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2320218847187492821 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7045989183563635050} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6067129241093683749} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4153105799677132975 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7045989183563635050} + m_CullTransparentMesh: 1 +--- !u!114 &4053412226048316507 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7045989183563635050} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 0, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 85f82fee509dc49f080102339683349c, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/MainMenuScreen.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/UI/MainMenuScreen.prefab.meta new file mode 100644 index 0000000..d4a2664 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/MainMenuScreen.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e661206e6303b499e8a7fa61db076b12 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/OptionsPopup.prefab b/Unity/Arctic Escape/Assets/Prefab/UI/OptionsPopup.prefab new file mode 100644 index 0000000..14e4b3d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/OptionsPopup.prefab @@ -0,0 +1,1945 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &154382999043867425 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154382999043867424} + - component: {fileID: 154382999043867426} + - component: {fileID: 154382999043867427} + - component: {fileID: 154382999043867429} + m_Layer: 5 + m_Name: SoundBtn + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154382999043867424 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999043867425} + m_LocalRotation: {x: -0, y: -0, z: -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: 154382999587507663} + m_Father: {fileID: 154383000524572468} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.58988523, y: 0.23335537} + m_AnchorMax: {x: 0.88028723, y: 0.68689126} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154382999043867426 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999043867425} + m_CullTransparentMesh: 1 +--- !u!114 &154382999043867427 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999043867425} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 297f966bbcd784ebca9757486017b714, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &154382999043867429 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999043867425} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 154382999043867427} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &154382999333971195 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154382999333971194} + - component: {fileID: 154382999333971196} + - component: {fileID: 154382999333971197} + m_Layer: 5 + m_Name: MusicText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154382999333971194 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999333971195} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 154383000695375942} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154382999333971196 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999333971195} + m_CullTransparentMesh: 1 +--- !u!114 &154382999333971197 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999333971195} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: ON + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 25 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 25 + m_fontStyle: 0 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &154382999587507660 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154382999587507663} + - component: {fileID: 154382999587507665} + - component: {fileID: 154382999587507662} + m_Layer: 5 + m_Name: 'SoundText ' + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154382999587507663 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999587507660} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 154382999043867424} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154382999587507665 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999587507660} + m_CullTransparentMesh: 1 +--- !u!114 &154382999587507662 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154382999587507660} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: ON + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 25 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 25 + m_fontStyle: 0 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &154383000398776903 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154383000398776902} + - component: {fileID: 154383000398776907} + - component: {fileID: 154383000398776904} + - component: {fileID: 154383000398776905} + m_Layer: 5 + m_Name: BackButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154383000398776902 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000398776903} + m_LocalRotation: {x: -0, y: -0, z: -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: 154383000541304082} + m_Father: {fileID: 8053768441655384557} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.35041988, y: 0.14663358} + m_AnchorMax: {x: 0.6809548, y: 0.269818} + m_AnchoredPosition: {x: -0.000015258789, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154383000398776907 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000398776903} + m_CullTransparentMesh: 1 +--- !u!114 &154383000398776904 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000398776903} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &154383000398776905 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000398776903} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 154383000398776904} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &154383000524572469 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154383000524572468} + - component: {fileID: 154383000524572473} + - component: {fileID: 154383000524572470} + - component: {fileID: 154383000524572471} + m_Layer: 5 + m_Name: SoundContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154383000524572468 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000524572469} + m_LocalRotation: {x: -0, y: -0, z: -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: 154383000939691620} + - {fileID: 154382999043867424} + m_Father: {fileID: 8053768441655384557} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.21446702, y: 0.30963594} + m_AnchorMax: {x: 0.79938805, y: 0.45830712} + m_AnchoredPosition: {x: -0.000015258789, y: -0.000015258789} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154383000524572473 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000524572469} + m_CullTransparentMesh: 1 +--- !u!114 &154383000524572470 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000524572469} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &154383000524572471 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000524572469} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 154383000524572470} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &154383000541304083 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154383000541304082} + - component: {fileID: 154383000541304084} + - component: {fileID: 154383000541304085} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154383000541304082 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000541304083} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 154383000398776902} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154383000541304084 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000541304083} + m_CullTransparentMesh: 1 +--- !u!114 &154383000541304085 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000541304083} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: back + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 30 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 30 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &154383000695375943 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154383000695375942} + - component: {fileID: 154383000695375944} + - component: {fileID: 154383000695375945} + - component: {fileID: 154383000695375947} + m_Layer: 5 + m_Name: MusicBtn + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154383000695375942 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000695375943} + m_LocalRotation: {x: -0, y: -0, z: -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: 154382999333971194} + m_Father: {fileID: 8053768442596766686} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.58988523, y: 0.23335537} + m_AnchorMax: {x: 0.88028723, y: 0.68689126} + m_AnchoredPosition: {x: 0.000076293945, y: 0.000020980835} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154383000695375944 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000695375943} + m_CullTransparentMesh: 1 +--- !u!114 &154383000695375945 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000695375943} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 297f966bbcd784ebca9757486017b714, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &154383000695375947 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000695375943} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 154383000695375945} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &154383000939691621 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 154383000939691620} + - component: {fileID: 154383000939691622} + - component: {fileID: 154383000939691623} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &154383000939691620 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000939691621} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 154383000524572468} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0.5336738, y: 1} + m_AnchoredPosition: {x: 0.000015258789, y: -0.000038146973} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &154383000939691622 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000939691621} + m_CullTransparentMesh: 1 +--- !u!114 &154383000939691623 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 154383000939691621} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: SOUND + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 35 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 35 + m_fontStyle: 16 + m_HorizontalAlignment: 4 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &2537109638435703438 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2537109638435703437} + - component: {fileID: 2537109638435703427} + - component: {fileID: 2537109638435703436} + m_Layer: 5 + m_Name: InnerBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2537109638435703437 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2537109638435703438} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8053768443176459048} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.026095692, y: 0.015501925} + m_AnchorMax: {x: 0.9791233, y: 0.94316} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2537109638435703427 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2537109638435703438} + m_CullTransparentMesh: 1 +--- !u!114 &2537109638435703436 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2537109638435703438} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3529412, g: 0.40784314, b: 0.52156866, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &2537109639243608561 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2537109639243608560} + - component: {fileID: 2537109639243608566} + - component: {fileID: 2537109639243608567} + m_Layer: 5 + m_Name: InnerBG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2537109639243608560 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2537109639243608561} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8053768441544159556} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2537109639243608566 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2537109639243608561} + m_CullTransparentMesh: 1 +--- !u!114 &2537109639243608567 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2537109639243608561} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6928622, g: 0.74492705, b: 0.8490566, a: 0.21960784} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8053768441544159559 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768441544159556} + - component: {fileID: 8053768441544159563} + - component: {fileID: 8053768441544159557} + - component: {fileID: 8053768441544159562} + - component: {fileID: 8053768441544159561} + m_Layer: 5 + m_Name: OptionsPopup + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8053768441544159556 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768441544159559} + m_LocalRotation: {x: 0, y: 0, z: 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: 8053768443009324951} + - {fileID: 2537109639243608560} + - {fileID: 8053768443176459048} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8053768441544159563 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768441544159559} + m_CullTransparentMesh: 1 +--- !u!225 &8053768441544159557 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768441544159559} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!114 &8053768441544159562 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768441544159559} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d045b12a1beca4524a434291cb9b57a2, type: 3} + m_Name: + m_EditorClassIdentifier: + popupType: 2 + hasBackOption: 0 + musicBtn: {fileID: 154383000695375947} + soundBtn: {fileID: 154382999043867429} + backBtn: {fileID: 154383000398776905} + musicText: {fileID: 154382999333971197} + soundText: {fileID: 154382999587507662} +--- !u!114 &8053768441544159561 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768441544159559} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1ea1f5c9d63b45d586ec3585f5120bc, type: 3} + m_Name: + m_EditorClassIdentifier: + popupScaleContent: {fileID: 8053768443176459048} + zoomDuration: 0.5 + popupScalerType: 1 + fadeDuration: 1 +--- !u!1 &8053768441655384556 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768441655384557} + m_Layer: 5 + m_Name: ButtonsContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8053768441655384557 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768441655384556} + m_LocalRotation: {x: -0, y: -0, z: -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: 8053768442596766686} + - {fileID: 154383000524572468} + - {fileID: 154383000398776902} + m_Father: {fileID: 8053768443176459048} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &8053768442275310560 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768442275310561} + - component: {fileID: 8053768442275310567} + - component: {fileID: 8053768442275310566} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8053768442275310561 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442275310560} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8053768442596766686} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0.52487546, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8053768442275310567 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442275310560} + m_CullTransparentMesh: 1 +--- !u!114 &8053768442275310566 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442275310560} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: MUSIC + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 35 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 35 + m_fontStyle: 16 + m_HorizontalAlignment: 4 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &8053768442596766681 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768442596766686} + - component: {fileID: 8053768442596766685} + - component: {fileID: 8053768442596766684} + - component: {fileID: 8053768442596766687} + m_Layer: 5 + m_Name: MusicContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8053768442596766686 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442596766681} + m_LocalRotation: {x: -0, y: -0, z: -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: 8053768442275310561} + - {fileID: 154383000695375942} + m_Father: {fileID: 8053768441655384557} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.21446702, y: 0.4843966} + m_AnchorMax: {x: 0.79938805, y: 0.6348283} + m_AnchoredPosition: {x: -0.000015258789, y: -0.000030517578} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8053768442596766685 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442596766681} + m_CullTransparentMesh: 1 +--- !u!114 &8053768442596766684 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442596766681} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &8053768442596766687 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442596766681} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 8053768442596766684} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &8053768442815053679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768442815053676} + - component: {fileID: 8053768442815053650} + - component: {fileID: 8053768442815053677} + m_Layer: 5 + m_Name: TitleText (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8053768442815053676 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442815053679} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8053768443176459048} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.24312563, y: 0.7167551} + m_AnchorMax: {x: 0.7551284, y: 0.83341974} + m_AnchoredPosition: {x: -0.000030517578, y: 0.000030517578} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8053768442815053650 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442815053679} + m_CullTransparentMesh: 1 +--- !u!114 &8053768442815053677 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768442815053679} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: options + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 63.5 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &8053768443009324950 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768443009324951} + - component: {fileID: 8053768443009324949} + - component: {fileID: 8053768443009324948} + m_Layer: 5 + m_Name: ref + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &8053768443009324951 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443009324950} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8053768441544159556} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 1137, y: 113} + m_SizeDelta: {x: -134.2482, y: -1459.95} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8053768443009324949 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443009324950} + m_CullTransparentMesh: 1 +--- !u!114 &8053768443009324948 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443009324950} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 49b1c55fe8cce4bc3a3e4a4075f70d16, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8053768443176459051 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768443176459048} + - component: {fileID: 8053768443176459054} + - component: {fileID: 8053768443176459049} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8053768443176459048 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443176459051} + m_LocalRotation: {x: -0, y: -0, z: -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: 2537109638435703437} + - {fileID: 8053768443218217371} + - {fileID: 8053768442815053676} + - {fileID: 8053768441655384557} + m_Father: {fileID: 8053768441544159556} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.17913274, y: 0.297987} + m_AnchorMax: {x: 0.8195377, y: 0.66653544} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8053768443176459054 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443176459051} + m_CullTransparentMesh: 1 +--- !u!114 &8053768443176459049 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443176459051} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8053768443218217370 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8053768443218217371} + - component: {fileID: 8053768443218217369} + - component: {fileID: 8053768443218217368} + m_Layer: 5 + m_Name: PopupBodyBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8053768443218217371 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443218217370} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8053768443176459048} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8053768443218217369 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443218217370} + m_CullTransparentMesh: 1 +--- !u!114 &8053768443218217368 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8053768443218217370} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -1442693198, guid: 3e2c9c88e33eb451fb539b3cf37cf7bc, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/OptionsPopup.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/UI/OptionsPopup.prefab.meta new file mode 100644 index 0000000..a9e1555 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/OptionsPopup.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a972eaabc9e7d401383e1e55725246b7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/PausePopup.prefab b/Unity/Arctic Escape/Assets/Prefab/UI/PausePopup.prefab new file mode 100644 index 0000000..ffd52a3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/PausePopup.prefab @@ -0,0 +1,1685 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1518447290538194449 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447290538194448} + - component: {fileID: 1518447290538194454} + - component: {fileID: 1518447290538194455} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447290538194448 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290538194449} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447290887958063} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447290538194454 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290538194449} + m_CullTransparentMesh: 1 +--- !u!114 &1518447290538194455 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290538194449} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: RESTART + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24.8 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 24.8 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &1518447290750941831 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447290750941830} + - component: {fileID: 1518447290750941835} + - component: {fileID: 1518447290750941828} + - component: {fileID: 1518447290750941829} + m_Layer: 5 + m_Name: MenuButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447290750941830 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290750941831} + m_LocalRotation: {x: -0, y: -0, z: -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: 1518447292531582674} + m_Father: {fileID: 1518447292097627164} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.3066111, y: 0.13121752} + m_AnchorMax: {x: 0.6947204, y: 0.2558239} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447290750941835 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290750941831} + m_CullTransparentMesh: 1 +--- !u!114 &1518447290750941828 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290750941831} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &1518447290750941829 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290750941831} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1518447290750941828} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &1518447290887958056 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447290887958063} + - component: {fileID: 1518447290887958060} + - component: {fileID: 1518447290887958061} + - component: {fileID: 1518447290887958062} + m_Layer: 5 + m_Name: RestartButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447290887958063 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290887958056} + m_LocalRotation: {x: -0, y: -0, z: -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: 1518447290538194448} + m_Father: {fileID: 1518447292097627164} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.3066111, y: 0.41090232} + m_AnchorMax: {x: 0.6947204, y: 0.5478828} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447290887958060 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290887958056} + m_CullTransparentMesh: 1 +--- !u!114 &1518447290887958061 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290887958056} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &1518447290887958062 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290887958056} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1518447290887958061} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &1518447290888489864 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447290888489871} + - component: {fileID: 1518447290888489869} + - component: {fileID: 1518447290888489870} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447290888489871 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290888489864} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447292247753392} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447290888489869 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290888489864} + m_CullTransparentMesh: 1 +--- !u!114 &1518447290888489870 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447290888489864} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: OPTIONS + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24.8 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 24.8 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &1518447291072062110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447291072062109} + - component: {fileID: 1518447291072062115} + - component: {fileID: 1518447291072062108} + m_Layer: 5 + m_Name: TitleText (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447291072062109 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291072062110} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447291389986521} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.26754558, y: 0.7334092} + m_AnchorMax: {x: 0.75137144, y: 0.87230754} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447291072062115 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291072062110} + m_CullTransparentMesh: 1 +--- !u!114 &1518447291072062108 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291072062110} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: paused + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 55.65 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &1518447291288947303 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447291288947302} + - component: {fileID: 1518447291288947300} + - component: {fileID: 1518447291288947301} + m_Layer: 5 + m_Name: ref + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &1518447291288947302 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291288947303} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447291948690613} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447291288947300 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291288947303} + m_CullTransparentMesh: 1 +--- !u!114 &1518447291288947301 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291288947303} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 74275504ad48b431cbd7cb5a6edb7a87, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &1518447291389986522 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447291389986521} + - component: {fileID: 1518447291389986527} + - component: {fileID: 1518447291389986520} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447291389986521 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291389986522} + m_LocalRotation: {x: -0, y: -0, z: -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: 8867775097356568807} + - {fileID: 1518447291482575978} + - {fileID: 1518447291072062109} + - {fileID: 1518447292097627164} + m_Father: {fileID: 1518447291948690613} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.23239197, y: 0.35469386} + m_AnchorMax: {x: 0.7586699, y: 0.6536962} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447291389986527 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291389986522} + m_CullTransparentMesh: 1 +--- !u!114 &1518447291389986520 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291389986522} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &1518447291482575979 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447291482575978} + - component: {fileID: 1518447291482575976} + - component: {fileID: 1518447291482575977} + m_Layer: 5 + m_Name: PopupBodyBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447291482575978 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291482575979} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447291389986521} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447291482575976 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291482575979} + m_CullTransparentMesh: 1 +--- !u!114 &1518447291482575977 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291482575979} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -1442693198, guid: 3e2c9c88e33eb451fb539b3cf37cf7bc, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &1518447291948690614 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447291948690613} + - component: {fileID: 1518447291948690618} + - component: {fileID: 1518447291948690612} + - component: {fileID: 1518447291948690617} + - component: {fileID: 1518447291948690616} + m_Layer: 5 + m_Name: PausePopup + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447291948690613 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291948690614} + m_LocalRotation: {x: 0, y: 0, z: 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: 1518447291288947302} + - {fileID: 3472911769599472131} + - {fileID: 1518447291389986521} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447291948690618 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291948690614} + m_CullTransparentMesh: 1 +--- !u!225 &1518447291948690612 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291948690614} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!114 &1518447291948690617 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291948690614} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c269ea0d3bc33436eaa71d3d4d2efb38, type: 3} + m_Name: + m_EditorClassIdentifier: + popupType: 0 + resumeBtn: {fileID: 1518447292001964651} + restartBtn: {fileID: 1518447290887958062} + optionsBtn: {fileID: 1518447292247753399} + menuBtn: {fileID: 1518447290750941829} +--- !u!114 &1518447291948690616 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447291948690614} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1ea1f5c9d63b45d586ec3585f5120bc, type: 3} + m_Name: + m_EditorClassIdentifier: + popupScaleContent: {fileID: 1518447291389986521} + zoomDuration: 0.5 + popupScalerType: 1 + fadeDuration: 1 +--- !u!1 &1518447292001964645 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447292001964644} + - component: {fileID: 1518447292001964649} + - component: {fileID: 1518447292001964650} + - component: {fileID: 1518447292001964651} + m_Layer: 5 + m_Name: ResumeButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447292001964644 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292001964645} + m_LocalRotation: {x: -0, y: -0, z: -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: 1518447292437735088} + m_Father: {fileID: 1518447292097627164} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.3066111, y: 0.557015} + m_AnchorMax: {x: 0.6947204, y: 0.6961427} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447292001964649 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292001964645} + m_CullTransparentMesh: 1 +--- !u!114 &1518447292001964650 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292001964645} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &1518447292001964651 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292001964645} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1518447292001964650} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &1518447292097627165 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447292097627164} + m_Layer: 5 + m_Name: ButtonsContent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447292097627164 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292097627165} + m_LocalRotation: {x: -0, y: -0, z: -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: 1518447292001964644} + - {fileID: 1518447290887958063} + - {fileID: 1518447292247753392} + - {fileID: 1518447290750941830} + m_Father: {fileID: 1518447291389986521} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1518447292247753393 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447292247753392} + - component: {fileID: 1518447292247753397} + - component: {fileID: 1518447292247753398} + - component: {fileID: 1518447292247753399} + m_Layer: 5 + m_Name: OptionsButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447292247753392 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292247753393} + m_LocalRotation: {x: -0, y: -0, z: -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: 1518447290888489871} + m_Father: {fileID: 1518447292097627164} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.3066111, y: 0.27369666} + m_AnchorMax: {x: 0.6947204, y: 0.40101665} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447292247753397 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292247753393} + m_CullTransparentMesh: 1 +--- !u!114 &1518447292247753398 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292247753393} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -500613483, guid: 55c0de59ba9c3460caec153ff06dd91f, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &1518447292247753399 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292247753393} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1518447292247753398} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &1518447292437735089 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447292437735088} + - component: {fileID: 1518447292437735094} + - component: {fileID: 1518447292437735095} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447292437735088 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292437735089} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447292001964644} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447292437735094 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292437735089} + m_CullTransparentMesh: 1 +--- !u!114 &1518447292437735095 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292437735089} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: RESUME + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24.8 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 24.8 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &1518447292531582675 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518447292531582674} + - component: {fileID: 1518447292531582672} + - component: {fileID: 1518447292531582673} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1518447292531582674 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292531582675} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447290750941830} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0.000030517578, y: -0.000061035156} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1518447292531582672 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292531582675} + m_CullTransparentMesh: 1 +--- !u!114 &1518447292531582673 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518447292531582675} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: MENU + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_sharedMaterial: {fileID: -6246503554530282103, guid: af11a95ec7e15439088f1e3bc46f9da1, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24.8 + m_fontSizeBase: 45 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 24.8 + m_fontStyle: 16 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &6188417926876773540 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8867775097356568807} + - component: {fileID: 7578978372777292337} + - component: {fileID: 4287281625844528404} + m_Layer: 5 + m_Name: InnerBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8867775097356568807 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6188417926876773540} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447291389986521} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.026095692, y: 0.015501925} + m_AnchorMax: {x: 0.9791233, y: 0.94316} + m_AnchoredPosition: {x: 0, y: -0.000061035156} + m_SizeDelta: {x: 0, y: -0.00012207031} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7578978372777292337 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6188417926876773540} + m_CullTransparentMesh: 1 +--- !u!114 &4287281625844528404 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6188417926876773540} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3529412, g: 0.40784314, b: 0.52156866, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7827415408671377410 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3472911769599472131} + - component: {fileID: 4895951125254913855} + - component: {fileID: 7527925350505105630} + m_Layer: 5 + m_Name: InnerBG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3472911769599472131 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7827415408671377410} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1518447291948690613} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4895951125254913855 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7827415408671377410} + m_CullTransparentMesh: 1 +--- !u!114 &7527925350505105630 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7827415408671377410} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.69411767, g: 0.74509805, b: 0.8509804, a: 0.36078432} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Unity/Arctic Escape/Assets/Prefab/UI/PausePopup.prefab.meta b/Unity/Arctic Escape/Assets/Prefab/UI/PausePopup.prefab.meta new file mode 100644 index 0000000..0cf5c7a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Prefab/UI/PausePopup.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ac6e6dbc2970d48cf9686f2ea77996d9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scenes.meta b/Unity/Arctic Escape/Assets/Scenes.meta new file mode 100644 index 0000000..9597bbc --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0d89fbba7dd434e03a3880c373c68995 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scenes/Gameplay.meta b/Unity/Arctic Escape/Assets/Scenes/Gameplay.meta new file mode 100644 index 0000000..3382824 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scenes/Gameplay.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8df340653d9d9457d9b46ccb0144ddaa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scenes/Gameplay.unity b/Unity/Arctic Escape/Assets/Scenes/Gameplay.unity new file mode 100644 index 0000000..ff8acb5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scenes/Gameplay.unity @@ -0,0 +1,3849 @@ +%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: 1 + m_FogColor: {r: 0.10241771, g: 0.11778037, b: 0.2014215, a: 1} + m_FogMode: 2 + m_FogDensity: 0.075 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.10241771, g: 0.11778037, b: 0.2014215, 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.078520246, g: 0.12460822, b: 0.39942905, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 9af23ba5fa5364ff598888460e0e2759, type: 2} + 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: 705507994} + 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: 1 + 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: 1 + 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: 112000000, guid: 582930c28a8f6490b9dcd143e0443389, type: 2} + m_LightingSettings: {fileID: 4890085278179872738, guid: f36ac15357f4b40588d29e4660c9d69f, type: 2} +--- !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!1 &3345677 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3345678} + - component: {fileID: 3345679} + m_Layer: 0 + m_Name: DifficultyEvaluator + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3345678 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3345677} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1198693272} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3345679 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3345677} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b98ce67632e724184878e83ecf4ad5c8, type: 3} + m_Name: + m_EditorClassIdentifier: + difficultyCurveSO: {fileID: 11400000, guid: 746aafba2ad0c4b0390ba0f4ecfa32ff, type: 2} +--- !u!1 &11561757 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 11561758} + m_Layer: 0 + m_Name: ObstaclePools + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &11561758 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 11561757} + m_LocalRotation: {x: 0, y: 0, z: 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: 42383960} + - {fileID: 834529453} + - {fileID: 260998077} + m_Father: {fileID: 1981029307} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &42383959 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 42383960} + - component: {fileID: 42383961} + m_Layer: 0 + m_Name: StoppedTrainPool + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &42383960 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 42383959} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 11561758} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &42383961 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 42383959} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bfd88c252718f46269425a5c44e8663e, type: 3} + m_Name: + m_EditorClassIdentifier: + prefabInst: {fileID: 0} + canContainMultipleObjects: 1 + prefabInstances: + - {fileID: 6633700371151215810, guid: 3a0a2b422d9aa41299885b385a238f9c, type: 3} + - {fileID: 6051775420184433180, guid: c523b798cacb74b6486a15cf0c0106c7, type: 3} + - {fileID: 6244817927278571871, guid: 638fd237f0b194d139e039685be9c34d, type: 3} + - {fileID: 8266375560766357549, guid: 2aca9be98408d4a03830460e98fb8fd7, type: 3} + - {fileID: 1538773812022276373, guid: 239f7a116d11346179d46c7742b78eec, type: 3} + - {fileID: 4376651336248524882, guid: f714627eb676b4fcfbfbe326ede2f11b, type: 3} + prefabsParent: {fileID: 42383960} + initialPoolCount: 8 + objectType: 1 +--- !u!1 &102294235 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 102294236} + m_Layer: 6 + m_Name: StartPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &102294236 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 102294235} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.53, z: -6.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &177966449 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4597144837062321242, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + m_PrefabInstance: {fileID: 4597144837473897484} + m_PrefabAsset: {fileID: 0} +--- !u!114 &177966454 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 177966449} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &180723504 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 6067129241093683748, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + m_PrefabInstance: {fileID: 6067129241248703764} + m_PrefabAsset: {fileID: 0} +--- !u!224 &180723505 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + m_PrefabInstance: {fileID: 6067129241248703764} + m_PrefabAsset: {fileID: 0} +--- !u!1 &184052119 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 184052120} + m_Layer: 0 + m_Name: ______________________________________________Environment-Objects__________________________________________________________________________ + (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &184052120 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 184052119} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.052337456, y: 3.6448772, z: 4.4207397} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &220567023 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 220567024} + m_Layer: 0 + m_Name: CollectibleEndpoint + m_TagString: Untagged + m_Icon: {fileID: 5132851093641282708, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &220567024 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 220567023} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.53, z: -36.7} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &260998076 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 260998077} + - component: {fileID: 260998078} + m_Layer: 0 + m_Name: StopperPools + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &260998077 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 260998076} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 11561758} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &260998078 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 260998076} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bfd88c252718f46269425a5c44e8663e, type: 3} + m_Name: + m_EditorClassIdentifier: + prefabInst: {fileID: 0} + canContainMultipleObjects: 1 + prefabInstances: + - {fileID: 5141071297138291363, guid: 47065dffc366043a5972c06282fa9a2e, type: 3} + - {fileID: 5141071297138291363, guid: 2374708f0aaae458a90a7bf0d99844cc, type: 3} + - {fileID: 5141071297138291363, guid: 50606abccb4de4cd49eb7ec1bfff8dc0, type: 3} + - {fileID: 5141071297138291363, guid: 42d8f18711b534aa4bfba6c49bdcce49, type: 3} + - {fileID: 5141071297138291363, guid: 552df67ced8034cb3a5b086c3cdf3e1c, type: 3} + - {fileID: 5141071297138291363, guid: b55bc9424335e42eebe7e954cf3e680a, type: 3} + prefabsParent: {fileID: 260998077} + initialPoolCount: 5 + objectType: 0 +--- !u!1 &268394829 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 6067129241436568584, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + m_PrefabInstance: {fileID: 6067129241248703764} + m_PrefabAsset: {fileID: 0} +--- !u!114 &268394834 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 268394829} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &436182254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 436182255} + - component: {fileID: 436182256} + m_Layer: 0 + m_Name: CollectiblesPool + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &436182255 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 436182254} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 741335469} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &436182256 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 436182254} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a17f5daaa82d6459099dbe3f6fbaa1cd, type: 3} + m_Name: + m_EditorClassIdentifier: + prefabInst: {fileID: 2825800434568208009, guid: cf299b77a18dc4aae9ee333114b60649, type: 3} + canContainMultipleObjects: 0 + prefabInstances: [] + prefabsParent: {fileID: 436182255} + initialPoolCount: 10 + objectType: 0 +--- !u!1 &537700952 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 537700953} + m_Layer: 0 + m_Name: ObstacleEndpoint + m_TagString: Untagged + m_Icon: {fileID: 5132851093641282708, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &537700953 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 537700952} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.53, z: -36.7} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &551582124 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 551582125} + m_Layer: 0 + m_Name: '______________________________________________Managers__________________________________________________________________________ ' + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &551582125 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 551582124} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.052337456, y: 3.6448772, z: 4.4207397} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &561071912 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 561071914} + - component: {fileID: 561071913} + m_Layer: 0 + m_Name: InGameUIManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &561071913 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 561071912} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bd298595c431441b4a09d688569d9b10, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!4 &561071914 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 561071912} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1200573717} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &586308344 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 6067129240069054552, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + m_PrefabInstance: {fileID: 6067129241248703764} + m_PrefabAsset: {fileID: 0} +--- !u!114 &586308349 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 586308344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &705507993 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 705507995} + - component: {fileID: 705507994} + - component: {fileID: 705507996} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &705507994 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.19326274, g: 0.2847064, b: 0.4056604, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.802082 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &705507995 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_LocalRotation: {x: 0.18738192, y: -0.63232344, z: 0.1613906, w: 0.73417175} + m_LocalPosition: {x: 30.975739, y: 20.583336, z: -11.209414} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!114 &705507996 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!1 &719765745 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 719765746} + - component: {fileID: 719765747} + m_Layer: 0 + m_Name: PopupManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &719765746 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 719765745} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1200573717} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &719765747 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 719765745} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 21bc1be624c3645a2a713aa5171fc9aa, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &741335468 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 741335469} + m_Layer: 0 + m_Name: CollectiblePools + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &741335469 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 741335468} + m_LocalRotation: {x: 0, y: 0, z: 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: 436182255} + m_Father: {fileID: 1981029307} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &834529452 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 834529453} + - component: {fileID: 834529454} + m_Layer: 0 + m_Name: MovingTrainPools + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &834529453 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 834529452} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 11561758} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &834529454 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 834529452} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bfd88c252718f46269425a5c44e8663e, type: 3} + m_Name: + m_EditorClassIdentifier: + prefabInst: {fileID: 0} + canContainMultipleObjects: 1 + prefabInstances: + - {fileID: -6044482575875736519, guid: c5fc030d87ba648b1be0a263612d3ea0, type: 3} + - {fileID: -1733936505193048314, guid: 058e07f2323d8496f975da5f281dea2e, type: 3} + - {fileID: 899174706673276546, guid: e74b630045afd4e919035f85a51c2b6c, type: 3} + - {fileID: 8612456679648809683, guid: aef077a496f004bee9e43794f448816e, type: 3} + - {fileID: 9005710591307607029, guid: 2bae7b30a6cfa4bd28c500dd6d1f012e, type: 3} + - {fileID: -2797705102144266952, guid: 98c01abd7421f4f7c959a0864257d624, type: 3} + prefabsParent: {fileID: 834529453} + initialPoolCount: 12 + objectType: 2 +--- !u!1 &847814870 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 847814871} + - component: {fileID: 847814872} + m_Layer: 0 + m_Name: ObstacleManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &847814871 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 847814870} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1198693272} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &847814872 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 847814870} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 62cc2a5dcbaf748d4a94a5f889b773de, type: 3} + m_Name: + m_EditorClassIdentifier: + obstaclesPathSO: {fileID: 11400000, guid: 71ed2703c900a48c1b816725924ec2d0, type: 2} + obstacleEndpoint: {fileID: 537700953} + movableTrainSpeed: 30 + movableTrainMinSpeed: 30 + movableTrainMaxSpeed: 45 +--- !u!1 &854358679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 854358680} + m_Layer: 0 + m_Name: Planes + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &854358680 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 854358679} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &904445267 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 904445268} + - component: {fileID: 904445269} + m_Layer: 0 + m_Name: GameManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &904445268 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904445267} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &904445269 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904445267} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8097d59e14d824877a928ba4c64abfc3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &949006157 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 949006158} + - component: {fileID: 949006159} + m_Layer: 0 + m_Name: AIPathManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &949006158 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 949006157} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1198693272} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &949006159 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 949006157} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c0519c082cb544c0cac7b8436cb188e3, type: 3} + m_Name: + m_EditorClassIdentifier: + lanes: + - {fileID: 3068343165466101745} + - {fileID: 3068343165039208237} + - {fileID: 3068343166087009935} + totalLanes: 3 + pathTimerMinLimit: 0 + pathTimerMaxLimit: 5 +--- !u!1 &963194225 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 963194228} + - component: {fileID: 963194227} + - component: {fileID: 963194226} + - component: {fileID: 963194229} + - component: {fileID: 963194230} + m_Layer: 0 + m_Name: FollowCamera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &963194226 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 +--- !u!20 &963194227 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + 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: 1 + far clip plane: 65 + field of view: 92 + orthographic: 0 + orthographic size: 5 + 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 &963194228 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_LocalRotation: {x: -0.21503972, y: -0.003805397, z: 0.00082963466, w: -0.9765976} + m_LocalPosition: {x: 0, y: 2.29, z: -10.48} + m_LocalScale: {x: 1, y: 1, z: 0.38027155} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 24.836, y: 0.447, z: 0.001} +--- !u!114 &963194229 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 78251ebbf3d1642d89854dd3dd74ccec, type: 3} + m_Name: + m_EditorClassIdentifier: + camOffset: {x: 0, y: 2, z: -3.5} + playerCarController: {fileID: 2104461523} +--- !u!114 &963194230 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 0 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!1 &966243172 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 966243173} + m_Layer: 0 + m_Name: '______________________________________________UI__________________________________________________________________________ ' + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &966243173 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 966243172} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 486.16812, y: 653.09827, z: 1.324257} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 24 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &973283994 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 973283995} + - component: {fileID: 973283996} + m_Layer: 0 + m_Name: LocalDataManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &973283995 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 973283994} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &973283996 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 973283994} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 819388c0dd850458082ec035d3dd6b75, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1042149954 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 154383000398776903, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + m_PrefabInstance: {fileID: 154382999971025313} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1042149959 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1042149954} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1042938524 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7917540622181221439, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + m_PrefabInstance: {fileID: 2382937755672862900} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1042938529 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1042938524} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1061856321 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1061856325} + - component: {fileID: 1061856324} + - component: {fileID: 1061856323} + - component: {fileID: 1061856322} + m_Layer: 5 + m_Name: UICanvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1061856322 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1061856321} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1061856323 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1061856321} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 1 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 1080, y: 1920} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 +--- !u!223 &1061856324 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1061856321} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 0 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_VertexColorAlwaysGammaSpace: 0 + m_AdditionalShaderChannelsFlag: 25 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!224 &1061856325 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1061856321} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0, y: 0, z: 0} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1674077497} + - {fileID: 180723505} + - {fileID: 1900076859} + - {fileID: 1177976438} + - {fileID: 5544252733298346639} + - {fileID: 7917540622684938469} + - {fileID: 1518447290934881133} + - {fileID: 8142447308125885082} + m_Father: {fileID: 0} + m_RootOrder: 25 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 0} +--- !u!1 &1077774382 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1077774383} + - component: {fileID: 1077774384} + m_Layer: 0 + m_Name: CollectiblesManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1077774383 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1077774382} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1198693272} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1077774384 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1077774382} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 542f646e257114775be24c77bc301558, type: 3} + m_Name: + m_EditorClassIdentifier: + collectibleTimerLimit: 0.1 + collectibleSetSpawnDelay: 1 + spawnIntervalTime: 1 + collectibleEndpoint: {fileID: 220567024} +--- !u!1 &1177976437 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1518447291948690614, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + m_PrefabInstance: {fileID: 1518447290777801411} + m_PrefabAsset: {fileID: 0} +--- !u!224 &1177976438 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + m_PrefabInstance: {fileID: 1518447290777801411} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1198693271 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1198693272} + m_Layer: 0 + m_Name: Gameplay + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1198693272 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1198693271} + m_LocalRotation: {x: 0, y: 0, z: 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: 949006158} + - {fileID: 847814871} + - {fileID: 1077774383} + - {fileID: 3345678} + - {fileID: 1269252415} + - {fileID: 1981029307} + - {fileID: 1714804019} + - {fileID: 1767022705} + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1200573716 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1200573717} + m_Layer: 0 + m_Name: UI + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1200573717 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1200573716} + m_LocalRotation: {x: 0, y: 0, z: 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: 719765746} + - {fileID: 1376132991} + - {fileID: 561071914} + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1269252414 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1269252415} + - component: {fileID: 1269252416} + m_Layer: 0 + m_Name: WorldSpawnManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1269252415 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1269252414} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1198693272} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1269252416 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1269252414} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d5f1b6c45b28a47c88646ca6c8003f80, type: 3} + m_Name: + m_EditorClassIdentifier: + planesParent: {fileID: 854358680} + testPrefab: {fileID: 9051155475331269450, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + testPrefabCount: 2 + prefab: {fileID: 0} + blockOffsetZ: 80 + environmentMoveSpeed: 0 + queueEnqueueDelay: 1 +--- !u!1 &1358099759 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7917540622465329318, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + m_PrefabInstance: {fileID: 2382937755672862900} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1358099764 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1358099759} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1376132990 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1376132991} + - component: {fileID: 1376132992} + m_Layer: 0 + m_Name: ScreenManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1376132991 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1376132990} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1200573717} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1376132992 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1376132990} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8bc3eb3d39087402f812f38b14c260dd, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1379730020 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1379730021} + - component: {fileID: 1379730022} + m_Layer: 0 + m_Name: GameplayController + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1379730021 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1379730020} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 23 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1379730022 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1379730020} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2107db122dd31491e86cee2676b870dd, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1401603498 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1401603499} + - component: {fileID: 1401603500} + m_Layer: 0 + m_Name: SoundManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1401603499 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1401603498} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1401603500 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1401603498} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a53207dc02f8437aa5a2f0964a1aa42, type: 3} + m_Name: + m_EditorClassIdentifier: + audioClipSource: {fileID: 1655643553} + bgAudioSource: {fileID: 1631943309} + carAccelAudioSource: {fileID: 2104461530} + soundDatas: + - soundType: 0 + priority: 0 + soundClip: {fileID: 8300000, guid: 94615ddb505f741f1a11d972b2d62c58, type: 3} + - soundType: 1 + priority: 0 + soundClip: {fileID: 8300000, guid: 9fd24a0f125bc4e8aa89c3c10d63ca54, type: 3} + - soundType: 2 + priority: 0 + soundClip: {fileID: 8300000, guid: d31ae163bfae746c7a428025610f66b6, type: 3} + - soundType: 3 + priority: 0 + soundClip: {fileID: 8300000, guid: 757b23f5424834cd2a8c019fdc5874bd, type: 3} +--- !u!1 &1438505988 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 6067129241213643560, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + m_PrefabInstance: {fileID: 6067129241248703764} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1438505993 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1438505988} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1457239170 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1457239171} + - component: {fileID: 1457239172} + m_Layer: 0 + m_Name: PowerupsManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1457239171 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1457239170} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 22 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1457239172 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1457239170} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8503fad46d32d48daae51ec882f897d2, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1580466456 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1580466457} + m_Layer: 0 + m_Name: '______________________________________________Controller__________________________________________________________________________ ' + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1580466457 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1580466456} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.052337456, y: 3.6448772, z: 4.4207397} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1584401110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1584401111} + m_Layer: 0 + m_Name: ______________________________________________Loaders__________________________________________________________________________ + (2) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1584401111 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1584401110} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.052337456, y: 3.6448772, z: 4.4207397} + 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!1 &1589140136 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7917540622588689417, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + m_PrefabInstance: {fileID: 2382937755672862900} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1589140141 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1589140136} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1631943307 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1631943308} + - component: {fileID: 1631943309} + m_Layer: 0 + m_Name: BGSource + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1631943308 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1631943307} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!82 &1631943309 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1631943307} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: bcf2ee11cb117411ebfe7dea8b38838d, type: 3} + m_PlayOnAwake: 0 + m_Volume: 0.7 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1 &1647248729 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1518447292001964645, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + m_PrefabInstance: {fileID: 1518447290777801411} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1647248734 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1647248729} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1655643552 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1655643554} + - component: {fileID: 1655643553} + m_Layer: 0 + m_Name: ClipSource + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!82 &1655643553 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1655643552} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 0} + m_PlayOnAwake: 0 + m_Volume: 0.7 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!4 &1655643554 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1655643552} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1668607783 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1518447292247753393, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + m_PrefabInstance: {fileID: 1518447290777801411} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1668607788 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1668607783} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1674077496 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1674077497} + - component: {fileID: 1674077499} + - component: {fileID: 1674077498} + m_Layer: 5 + m_Name: BG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &1674077497 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1674077496} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1061856325} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1674077498 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1674077496} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 0, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 85f82fee509dc49f080102339683349c, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1674077499 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1674077496} + m_CullTransparentMesh: 1 +--- !u!1 &1711950509 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1518447290750941831, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + m_PrefabInstance: {fileID: 1518447290777801411} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1711950514 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1711950509} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1714804017 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1714804019} + - component: {fileID: 1714804018} + m_Layer: 0 + m_Name: InputController + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1714804018 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1714804017} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2389f83887e7b44f98e3f6ad1533b15f, type: 3} + m_Name: + m_EditorClassIdentifier: + enableKeyboardControl: 1 +--- !u!4 &1714804019 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1714804017} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1198693272} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1741179020 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5051828963623730371, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + m_PrefabInstance: {fileID: 5051828964198855759} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1767022704 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1767022705} + - component: {fileID: 1767022706} + m_Layer: 0 + m_Name: CurrencyManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1767022705 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1767022704} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1198693272} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1767022706 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1767022704} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fd58aff4899b548fba7e610cbab8b5e3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1900076858 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4597144835615871798, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + m_PrefabInstance: {fileID: 4597144837473897484} + m_PrefabAsset: {fileID: 0} +--- !u!224 &1900076859 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + m_PrefabInstance: {fileID: 4597144837473897484} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1976020268 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1976020271} + - component: {fileID: 1976020270} + - component: {fileID: 1976020269} + m_Layer: 0 + m_Name: EventSystem + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1976020269 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1976020268} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} + m_Name: + m_EditorClassIdentifier: + m_SendPointerHoverToParent: 1 + m_HorizontalAxis: Horizontal + m_VerticalAxis: Vertical + m_SubmitButton: Submit + m_CancelButton: Cancel + m_InputActionsPerSecond: 10 + m_RepeatDelay: 0.5 + m_ForceModuleActive: 0 +--- !u!114 &1976020270 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1976020268} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 10 +--- !u!4 &1976020271 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1976020268} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 26 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1981029306 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1981029307} + - component: {fileID: 1981029308} + m_Layer: 0 + m_Name: ObjectPoolManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1981029307 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1981029306} + m_LocalRotation: {x: -0, y: -0, z: -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: 11561758} + - {fileID: 741335469} + m_Father: {fileID: 1198693272} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1981029308 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1981029306} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 6e89a907e321a4b4990d451a0bfd610d, type: 3} + m_Name: + m_EditorClassIdentifier: + obstaclePoolBases: + - {fileID: 42383961} + - {fileID: 834529454} + - {fileID: 260998078} + collectiblePoolBases: + - {fileID: 436182256} +--- !u!1 &2016416592 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1518447290887958056, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + m_PrefabInstance: {fileID: 1518447290777801411} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2016416597 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2016416592} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2d4fa4234b03041d0a05e127ebcb21c3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &2082456377 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2082456379} + - component: {fileID: 2082456381} + m_Layer: 0 + m_Name: UserDataBehaviour + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2082456379 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2082456377} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2082456381 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2082456377} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e448729f6254f4abc8a7ab4cf0095ae0, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &2103669964 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2103669965} + - component: {fileID: 2103669966} + m_Layer: 0 + m_Name: GameplayBootLoader + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2103669965 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2103669964} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2103669966 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2103669964} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c296d1232df484b49930ca2b13fb6fa9, type: 3} + m_Name: + m_EditorClassIdentifier: + uiBases: + - {fileID: 180723504} + - {fileID: 1900076858} + - {fileID: 1177976437} + - {fileID: 5544252733298346636} + - {fileID: 7917540622684938470} + - {fileID: 1518447290934881134} + - {fileID: 8142447308125885081} + baseObjects: + - {fileID: 2082456377} + - {fileID: 561071912} + - {fileID: 719765745} + - {fileID: 1376132990} + - {fileID: 1401603498} + - {fileID: 904445267} + - {fileID: 2104461509} + - {fileID: 1981029306} + - {fileID: 1714804017} + - {fileID: 1269252414} + - {fileID: 847814870} + - {fileID: 949006157} + - {fileID: 1741179020} + - {fileID: 1077774382} + - {fileID: 3345677} + - {fileID: 719765745} + - {fileID: 1376132990} + - {fileID: 1767022704} + scriptables: + - {fileID: 11400000, guid: 71ed2703c900a48c1b816725924ec2d0, type: 2} + - {fileID: 11400000, guid: 746aafba2ad0c4b0390ba0f4ecfa32ff, type: 2} +--- !u!1 &2104461509 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 3577736732278104569, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + m_PrefabInstance: {fileID: 3577736732728240444} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2104461523 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 3577736732278104566, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + m_PrefabInstance: {fileID: 3577736732728240444} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2104461509} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1c8d1549518de42eab5ecf06b405e81d, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!82 &2104461530 stripped +AudioSource: + m_CorrespondingSourceObject: {fileID: 7630729565259637311, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + m_PrefabInstance: {fileID: 3577736732728240444} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &154382999971025313 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1061856325} + m_Modifications: + - target: {fileID: 154383000398776902, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 154383000524572468, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 154383000524572468, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.y + value: -0.000030517578 + objectReference: {fileID: 0} + - target: {fileID: 154383000541304082, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 154383000695375942, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 154383000695375942, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0.000022888184 + objectReference: {fileID: 0} + - target: {fileID: 154383000939691620, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159559, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_Name + value: OptionsPopup + objectReference: {fileID: 0} + - target: {fileID: 8053768441544159559, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768442275310561, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768442596766686, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8053768442815053676, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + propertyPath: m_AnchoredPosition.x + value: -0.000061035156 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} +--- !u!1001 &1518447290777801411 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1061856325} + m_Modifications: + - target: {fileID: 1518447290538194448, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 1518447290888489871, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 1518447291389986521, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMax.x + value: 0.8195377 + objectReference: {fileID: 0} + - target: {fileID: 1518447291389986521, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMax.y + value: 0.66653544 + objectReference: {fileID: 0} + - target: {fileID: 1518447291389986521, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMin.x + value: 0.17913274 + objectReference: {fileID: 0} + - target: {fileID: 1518447291389986521, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMin.y + value: 0.297987 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690613, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690614, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_Name + value: PausePopup + objectReference: {fileID: 0} + - target: {fileID: 1518447291948690614, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447292097627164, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1518447292437735088, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 1518447292531582674, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ac6e6dbc2970d48cf9686f2ea77996d9, type: 3} +--- !u!224 &1518447290934881133 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + m_PrefabInstance: {fileID: 7344618289078351005} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1518447290934881134 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8142447308358410227, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + m_PrefabInstance: {fileID: 7344618289078351005} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2382937755672862900 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1061856325} + m_Modifications: + - target: {fileID: 7917540621404072504, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_Name + value: GameOverPopup + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072504, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540621885972572, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 7917540622465329313, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7917540622466190593, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 7917540622820208798, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 7917540623354405907, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + propertyPath: m_AnchoredPosition.x + value: -0.000061035156 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} +--- !u!4 &3068343165039208237 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6271500153792165196, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + m_PrefabInstance: {fileID: 9051155476552487521} + m_PrefabAsset: {fileID: 0} +--- !u!4 &3068343165466101745 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6271500152794830224, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + m_PrefabInstance: {fileID: 9051155476552487521} + m_PrefabAsset: {fileID: 0} +--- !u!4 &3068343166087009935 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6271500152341726446, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + m_PrefabInstance: {fileID: 9051155476552487521} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3577736732728240444 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2218386790913872482, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalPosition.y + value: 0.53 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalPosition.z + value: -6.5 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104565, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3577736732278104566, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: leftBound + value: + objectReference: {fileID: 7041478918356425232} + - target: {fileID: 3577736732278104566, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: rightLane + value: + objectReference: {fileID: 3068343166087009935} + - target: {fileID: 3577736732278104566, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: middleLane + value: + objectReference: {fileID: 3068343165039208237} + - target: {fileID: 3577736732278104566, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: rightBound + value: + objectReference: {fileID: 7041478918361052180} + - target: {fileID: 3577736732278104566, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: startPoint + value: + objectReference: {fileID: 102294236} + - target: {fileID: 3577736732278104569, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_Name + value: PlayerCarController + objectReference: {fileID: 0} + - target: {fileID: 3973004832625103829, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_Intensity + value: 50 + objectReference: {fileID: 0} + - target: {fileID: 3973004832625103829, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_Lightmapping + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 8057973556095724566, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9015406525880180154, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_Intensity + value: 50 + objectReference: {fileID: 0} + - target: {fileID: 9015406525880180154, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} + propertyPath: m_Lightmapping + value: 4 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 771cb1fe0bb0d4d8799ef781550a4d10, type: 3} +--- !u!1001 &4597144837473897484 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1061856325} + m_Modifications: + - target: {fileID: 4597144835615871798, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_Name + value: InGameHUDScreen + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871798, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835615871799, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4597144835627882692, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: -969701339, guid: fab4684d32e284c4d974cec181f4a62e, type: 3} + - target: {fileID: 4597144835627882699, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMax.x + value: 0.18459763 + objectReference: {fileID: 0} + - target: {fileID: 4597144835627882699, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMin.x + value: 0.1022268 + objectReference: {fileID: 0} + - target: {fileID: 4597144837062321236, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 137657281, guid: 8608673a71c8843fab67a68b3d36f34c, type: 3} + - target: {fileID: 4597144837062321243, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMax.x + value: 0.8728247 + objectReference: {fileID: 0} + - target: {fileID: 4597144837062321243, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMin.y + value: 0.2881334 + objectReference: {fileID: 0} + - target: {fileID: 4597144837062321243, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0.000015258789 + objectReference: {fileID: 0} + - target: {fileID: 4597144837178002852, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMax.x + value: 0.50743294 + objectReference: {fileID: 0} + - target: {fileID: 4597144837178002852, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchorMin.y + value: 0.2887598 + objectReference: {fileID: 0} + - target: {fileID: 4597144837178002852, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0.000015258789 + objectReference: {fileID: 0} + - target: {fileID: 4597144837178002853, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 144411769, guid: 5817caecae6544cee96cedc5beab388c, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8e51d4a667ecf4baa81e6619fafd5921, type: 3} +--- !u!1001 &5051828964198855759 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5051828963623730371, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_Name + value: AIBogeyController + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_RootOrder + value: 21 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalPosition.y + value: 0.53 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalPosition.z + value: 39.9 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5051828963623730396, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5051828964542089419, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_LocalPosition.z + value: 10.23 + objectReference: {fileID: 0} + - target: {fileID: 5051828964542089420, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d7191f46e32424ad9b0320ac9e765841, type: 3} +--- !u!1 &5544252733298346636 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7917540621404072504, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + m_PrefabInstance: {fileID: 2382937755672862900} + m_PrefabAsset: {fileID: 0} +--- !u!224 &5544252733298346639 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 7917540621404072507, guid: b9b95c45dbd404d59afec62f37226e14, type: 3} + m_PrefabInstance: {fileID: 2382937755672862900} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6067129241248703764 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1061856325} + m_Modifications: + - target: {fileID: 6067129241093683748, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_Name + value: MainMenuScreen + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683748, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6067129241093683749, guid: e661206e6303b499e8a7fa61db076b12, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e661206e6303b499e8a7fa61db076b12, type: 3} +--- !u!4 &7041478918356425232 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2027871315938461809, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + m_PrefabInstance: {fileID: 9051155476552487521} + m_PrefabAsset: {fileID: 0} +--- !u!4 &7041478918361052180 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2027871315942303349, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + m_PrefabInstance: {fileID: 9051155476552487521} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7344618289078351005 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1061856325} + m_Modifications: + - target: {fileID: 480273293, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0.000030517578 + objectReference: {fileID: 0} + - target: {fileID: 724269406, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 724269406, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.y + value: -0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 4471950652567810236, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308309979425, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 8142447308309979425, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410224, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410227, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_Name + value: HighScorePopup + objectReference: {fileID: 0} + - target: {fileID: 8142447308358410227, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308698128856, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8142447308923794844, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.00012207031 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b0c5eff1c63e64d2387db42cea2a2862, type: 3} +--- !u!224 &7917540622684938469 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8053768441544159556, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + m_PrefabInstance: {fileID: 154382999971025313} + m_PrefabAsset: {fileID: 0} +--- !u!1 &7917540622684938470 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8053768441544159559, guid: a972eaabc9e7d401383e1e55725246b7, type: 3} + m_PrefabInstance: {fileID: 154382999971025313} + m_PrefabAsset: {fileID: 0} +--- !u!1 &8142447308125885081 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 296508119676018530, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + m_PrefabInstance: {fileID: 8422470449629433339} + m_PrefabAsset: {fileID: 0} +--- !u!224 &8142447308125885082 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + m_PrefabInstance: {fileID: 8422470449629433339} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8422470449629433339 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1061856325} + m_Modifications: + - target: {fileID: 296508118933606729, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119133713677, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.00012207031 + objectReference: {fileID: 0} + - target: {fileID: 296508119593378224, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 296508119593378224, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018529, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 296508119676018530, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_Name + value: InstructionPopup + objectReference: {fileID: 0} + - target: {fileID: 8142447308125885084, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: popupType + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 8422470448942184911, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8422470448942184911, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.y + value: -0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 8422470449872986908, guid: 41656cb507953470da22d3ef5a984e16, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 41656cb507953470da22d3ef5a984e16, type: 3} +--- !u!1001 &9051155476552487521 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 9051155475331269450, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_Name + value: Rail + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269450, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9051155475331269453, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6d765aa9692d44550b5467563bfe788d, type: 3} diff --git a/Unity/Arctic Escape/Assets/Scenes/Gameplay.unity.meta b/Unity/Arctic Escape/Assets/Scenes/Gameplay.unity.meta new file mode 100644 index 0000000..952bd1e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scenes/Gameplay.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9fc0d4010bbf28b4594072e72b8655ab +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scenes/Gameplay/LightingData.asset b/Unity/Arctic Escape/Assets/Scenes/Gameplay/LightingData.asset new file mode 100644 index 0000000..1827146 Binary files /dev/null and b/Unity/Arctic Escape/Assets/Scenes/Gameplay/LightingData.asset differ diff --git a/Unity/Arctic Escape/Assets/Scenes/Gameplay/LightingData.asset.meta b/Unity/Arctic Escape/Assets/Scenes/Gameplay/LightingData.asset.meta new file mode 100644 index 0000000..25eb560 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scenes/Gameplay/LightingData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 582930c28a8f6490b9dcd143e0443389 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scenes/Gameplay/ReflectionProbe-0.exr b/Unity/Arctic Escape/Assets/Scenes/Gameplay/ReflectionProbe-0.exr new file mode 100644 index 0000000..4d18ec0 Binary files /dev/null and b/Unity/Arctic Escape/Assets/Scenes/Gameplay/ReflectionProbe-0.exr differ diff --git a/Unity/Arctic Escape/Assets/Scenes/Gameplay/ReflectionProbe-0.exr.meta b/Unity/Arctic Escape/Assets/Scenes/Gameplay/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..7f4e640 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scenes/Gameplay/ReflectionProbe-0.exr.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: dd42762a00ff5bf4381c6d1d1ea73508 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts.meta b/Unity/Arctic Escape/Assets/Scripts.meta new file mode 100644 index 0000000..11a87b4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 047e899de82f14bc7b83b9e673a87261 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction.meta new file mode 100644 index 0000000..08aa616 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f2c7d87fb51e43fe8c63e4124f9763b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main.meta new file mode 100644 index 0000000..6da558f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f683b6a6dad048acae9cda7e37c1cd5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main/InterfaceManager.cs b/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main/InterfaceManager.cs new file mode 100644 index 0000000..e376023 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main/InterfaceManager.cs @@ -0,0 +1,57 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class InterfaceManager +{ + private static Dictionary interfacesDict = new Dictionary(); + + #region Singleton + public static InterfaceManager Instance { get; private set; } + + public static void InitInstance() + { + if (Instance == null) + { + Instance = new InterfaceManager(); + // Debug.Log("Initialized interface manager"); + } + // Debug.Log($"Initialized interface manager: {Instance}"); + Debug.Log($"Initialized interface manager: {interfacesDict.Count}"); + foreach (var pair in interfacesDict) + { + Debug.Log($"Initialized interface manager: key: {pair.Key}, value: {pair.Value}"); + } + } + + public InterfaceManager() + { + interfacesDict = new Dictionary(); + } + #endregion + + public void RegisterInterface(IBase interfaceInst) where T : IBase + { + string interfaceType = typeof(T).ToString(); + + if (!interfacesDict.ContainsKey(interfaceType)) + { + interfacesDict.Add(interfaceType, interfaceInst); + } + else + { + interfacesDict[interfaceType] = interfaceInst; + } + } + + public T GetInterfaceInstance() where T : IBase + { + string interfaceType = typeof(T).ToString(); + + if (interfacesDict.ContainsKey(interfaceType)) + return (T)interfacesDict[interfaceType]; + + return default; + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main/InterfaceManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main/InterfaceManager.cs.meta new file mode 100644 index 0000000..1a4833c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/#Main/InterfaceManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6166c27df5247ed4a82850b1c7d7a406 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data.meta new file mode 100644 index 0000000..0060705 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ebeb786f47014e08a515beeab902dcb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IDataLoader.cs b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IDataLoader.cs new file mode 100644 index 0000000..83fe7a7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IDataLoader.cs @@ -0,0 +1,5 @@ + +public interface IDataLoader +{ + void InitializeData(); +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IDataLoader.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IDataLoader.cs.meta new file mode 100644 index 0000000..3020d1e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IDataLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7566c016daf3b4cdc86142232401c9ab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IStoreData.cs b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IStoreData.cs new file mode 100644 index 0000000..1e8777c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IStoreData.cs @@ -0,0 +1,12 @@ + +using UnityEngine; + +public interface IStoreData +{ + string GetLevelsJson(); +} + +public abstract class StoreDataBase : MonoBehaviour, IStoreData +{ + public abstract string GetLevelsJson(); +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IStoreData.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IStoreData.cs.meta new file mode 100644 index 0000000..8bf9f96 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Data/IStoreData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fc6d0861cfeed48a4953dc20ddfc09b3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading.meta new file mode 100644 index 0000000..49e3534 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c4b687488ea20470a9d3fcc72d964915 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading/IBootLoader.cs b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading/IBootLoader.cs new file mode 100644 index 0000000..cf0c548 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading/IBootLoader.cs @@ -0,0 +1,4 @@ +public interface IBootLoader +{ + public void Initialize(); +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading/IBootLoader.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading/IBootLoader.cs.meta new file mode 100644 index 0000000..549ef2d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Loading/IBootLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 840defa9c436b42979d7d8b0f36e5fe4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager.meta new file mode 100644 index 0000000..a7d1902 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 430c758835ebd4d1d83af46b19c95d08 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager/IBase.cs b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager/IBase.cs new file mode 100644 index 0000000..d64529f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager/IBase.cs @@ -0,0 +1,3 @@ +public interface IBase +{ +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager/IBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager/IBase.cs.meta new file mode 100644 index 0000000..e2f1c85 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/Manager/IBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 95b719af7133c184a8a67d96f05556e9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI.meta new file mode 100644 index 0000000..20476c3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f314ee57662f42e88a5ece238812eaf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI/IUIBase.cs b/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI/IUIBase.cs new file mode 100644 index 0000000..85a4441 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI/IUIBase.cs @@ -0,0 +1,5 @@ + +public interface IUIBase +{ + void Initialize(); +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI/IUIBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI/IUIBase.cs.meta new file mode 100644 index 0000000..d0e4b68 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Abstraction/UI/IUIBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0780f77712a5a483a90fc4e9acb6b73c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Constants.meta b/Unity/Arctic Escape/Assets/Scripts/Constants.meta new file mode 100644 index 0000000..4b68232 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Constants.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c00e868a3b3e0441ea6b8dcb242f5fb9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Constants/ArcticEscape_Constants.cs b/Unity/Arctic Escape/Assets/Scripts/Constants/ArcticEscape_Constants.cs new file mode 100644 index 0000000..1d08998 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Constants/ArcticEscape_Constants.cs @@ -0,0 +1,18 @@ + +public class ArcticEscape_Constants +{ + public const string Straight_Track_Tag = "Straight-Track"; + public const string Curved_Track_Tag = "Curved-Track"; + public const string Obstacle_Tag = "Obstacle"; + public const string Currency_Tag = "Currency"; + public const string Player_Tag = "Player"; + + public const string SaveUserData = "SaveUserData"; + public const string IsFirstUserSession = "IsFirstUserSession"; + public const string HasSeenInstruction = "HasSeenInstruction"; + public const int TRUE = 1; + public const int FALSE = 0; + + public const string Toggle_On = "ON"; + public const string Toggle_Off = "OFF"; +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/Scripts/Constants/ArcticEscape_Constants.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Constants/ArcticEscape_Constants.cs.meta new file mode 100644 index 0000000..e51eb33 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Constants/ArcticEscape_Constants.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f1d40f95b6fd84555983dc691ef2195c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Data.meta b/Unity/Arctic Escape/Assets/Scripts/Data.meta new file mode 100644 index 0000000..84fea5e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0f353110a66484d17a0d519135bdf338 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/DataModels.meta b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels.meta new file mode 100644 index 0000000..c000e98 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 56d565d97d2254100a7313f22cd78c24 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData.meta b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData.meta new file mode 100644 index 0000000..6ffc77a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 98b04c4194caf468eadda555281f9296 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData/UserData.cs b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData/UserData.cs new file mode 100644 index 0000000..7b36094 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData/UserData.cs @@ -0,0 +1,45 @@ + +/************************* GAME DATA *************************/ +[System.Serializable] +public class GameData +{ + +} + + +/************************* USER DATA *************************/ + +[System.Serializable] +public class UserData +{ + public InGameData inGameData; + public UserCurrencyData userCurrencyData; + // // public TimeData timeData; + public InGameSFXData soundData; +} + +// // [System.Serializable] +// // public class TimeData +// // { +// // public string lastPlayedProgressTime; +// // public string lastElapsedSeconds; +// // } + +[System.Serializable] +public class InGameData +{ + public int highestDistanceCovered; +} + +[System.Serializable] +public class UserCurrencyData +{ + public int attainedCurrency; +} + +[System.Serializable] +public class InGameSFXData +{ + public bool gameMusicToggle; + public bool gameSoundToggle; +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData/UserData.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData/UserData.cs.meta new file mode 100644 index 0000000..6b06cec --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/DataModels/UserData/UserData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fa6999d5d2cf344008fe2bce8868276f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/DifficultyEvaluator.cs b/Unity/Arctic Escape/Assets/Scripts/Data/DifficultyEvaluator.cs new file mode 100644 index 0000000..75bd2a1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/DifficultyEvaluator.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class DifficultyEvaluator : MonoBehaviour, IBase, IBootLoader +{ + [SerializeField] private DifficultyCurveSO difficultyCurveSO; + + public DifficultyCurveSO DifficultyCurveSO => difficultyCurveSO; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/DifficultyEvaluator.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Data/DifficultyEvaluator.cs.meta new file mode 100644 index 0000000..c609e1c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/DifficultyEvaluator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b98ce67632e724184878e83ecf4ad5c8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable.meta b/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable.meta new file mode 100644 index 0000000..8e91cb0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a1f414d3a6662461a8743a931c1404ed +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable/BaseSO.cs b/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable/BaseSO.cs new file mode 100644 index 0000000..5a73e45 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable/BaseSO.cs @@ -0,0 +1,8 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class BaseSO : ScriptableObject +{ + public virtual void InitScriptableData() {} +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable/BaseSO.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable/BaseSO.cs.meta new file mode 100644 index 0000000..16fbf4a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Data/Scriptable/BaseSO.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 829ae5b635b7a4cbdaec5b7d8e8762d9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Environment.meta b/Unity/Arctic Escape/Assets/Scripts/Environment.meta new file mode 100644 index 0000000..2dabdde --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Environment.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 507d09d0e844c464fb2b9bf7e37171f7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Environment/EnvironmentBlock.cs b/Unity/Arctic Escape/Assets/Scripts/Environment/EnvironmentBlock.cs new file mode 100644 index 0000000..fd45821 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Environment/EnvironmentBlock.cs @@ -0,0 +1,41 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using Unity.VisualScripting; +using UnityEngine; + +public class EnvironmentBlock : MonoBehaviour +{ + [SerializeField] private Transform startpoint; + [SerializeField] private Transform endpoint; + + private float moveSpeed; + + private WorldSpawnManager worldSpawnManager; + + public Vector3 Startpoint => startpoint.position; + public Vector3 Endpoint => endpoint.position; + + public int ID + { + get; + private set; + } + + public void Init(int id) + { + this.ID = id; + } + + private void Update() + { + if (worldSpawnManager) + { + transform.position += -Vector3.forward * Time.deltaTime * worldSpawnManager.EnvironmentMoveSpeed; + Debug.Log($"## worldSpawnManager.EnvironmentMoveSpeed: {worldSpawnManager.EnvironmentMoveSpeed}"); + Debug.Log($"moving blocks: {transform.position}"); + } + else + worldSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Environment/EnvironmentBlock.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Environment/EnvironmentBlock.cs.meta new file mode 100644 index 0000000..9dce5e8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Environment/EnvironmentBlock.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a5dbfffd009d84bdbb2df25c079095b8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Environment/WorldSpawnManager.cs b/Unity/Arctic Escape/Assets/Scripts/Environment/WorldSpawnManager.cs new file mode 100644 index 0000000..d675a6a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Environment/WorldSpawnManager.cs @@ -0,0 +1,133 @@ +using System.Linq; +using UnityEngine; +using System.Collections.Generic; +using System.Collections; + +public class WorldSpawnManager : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + [SerializeField] private Transform planesParent; + [SerializeField] private GameObject testPrefab; + [SerializeField] private int testPrefabCount; + + [SerializeField] private GameObject prefab; + [SerializeField] private float blockOffsetZ = 5; + [SerializeField] private float environmentMoveSpeed; + [SerializeField] private float queueEnqueueDelay = 1f; + + private float lastZOffset; + + private Queue environmentBlocksQueue = new Queue(); + private Transform passedEnvironmentBlock = null; + + private EnvironmentBlock passedEnvironmentBlockComp = null; + private EnvironmentBlock newlyEncounteredEnvironmentBlock = null; + private EnvironmentBlock firstEnvironmentBlock = null; + private PlayerCarController playerCarController = null; + + public float EnvironmentMoveSpeed => environmentMoveSpeed; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + playerCarController = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + public void SetEnvironmentMoveSpeed(float newSpeedVal) + { + Debug.Log($"newSpeedVal: {newSpeedVal}"); + environmentMoveSpeed = newSpeedVal; + } + + public EnvironmentBlock GetFirstEnvironmentBlock() + { + return firstEnvironmentBlock; + } + + public EnvironmentBlock GetNewlyEncounteredEnvironmentBlock() + { + return newlyEncounteredEnvironmentBlock; + } + + public void ResetNewlyEncounteredEnvironmentBlock() + { + newlyEncounteredEnvironmentBlock = null; + } + + [ContextMenu("Create Test Blocks")] + public void CreateBlocks() + { + float zOffsetSum = 0; + for (int i=0; i(); + block.Init(i + 1); + + if (firstEnvironmentBlock == null) + firstEnvironmentBlock = block; + + zOffsetSum += blockOffsetZ; + } + } + + public void SetEnvironmentBlocks(Transform newBlock) + { + passedEnvironmentBlock = newBlock; + if (passedEnvironmentBlock != null) + { + SendBlockTowardsEnd(); + InitNewEnvironmentBlock(); + } + } + + public float GetResultBasedOnDifficultyProgressiveFormula(float startVal, float endVal, float fraction) + { + return startVal + (endVal - startVal) * fraction; + } + + private void SendBlockTowardsEnd() + { + passedEnvironmentBlockComp = environmentBlocksQueue.Dequeue(); + + Invoke(nameof(UpdatePositionForDequeuedElement), queueEnqueueDelay); + } + + private void UpdatePositionForDequeuedElement() + { + GameManager gameManager = InterfaceManager.Instance?.GetInterfaceInstance(); + Debug.Log($"SendBlockTowardsEnd :: passedEnvironmentBlockComp: {passedEnvironmentBlockComp.name}"); + if (!gameManager.IsGameInProgress) + { + gameManager.OnGameBackInProgress = () => Invoke(nameof(UpdatePositionForDequeuedElement), queueEnqueueDelay); + return; + } + + lastZOffset = environmentBlocksQueue.Last().transform.position.z + blockOffsetZ; + passedEnvironmentBlockComp.transform.position = new Vector3(passedEnvironmentBlockComp.transform.position.x, passedEnvironmentBlockComp.transform.position.y, lastZOffset); + + environmentBlocksQueue.Enqueue(passedEnvironmentBlockComp); + } + + private void InitNewEnvironmentBlock() + { + newlyEncounteredEnvironmentBlock = environmentBlocksQueue.Peek(); + Debug.Log($":: newlyEncounteredEnvironmentBlock: {newlyEncounteredEnvironmentBlock.name}"); + } + + private void Awake() + { + CreateBlocks(); + + foreach (Transform transformObj in planesParent) + { + environmentBlocksQueue.Enqueue(transformObj.GetComponent()); + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Environment/WorldSpawnManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Environment/WorldSpawnManager.cs.meta new file mode 100644 index 0000000..aebbe4a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Environment/WorldSpawnManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d5f1b6c45b28a47c88646ca6c8003f80 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay.meta new file mode 100644 index 0000000..ac18c05 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 65ee0d2340b12469eb6659564bb4ee61 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles.meta new file mode 100644 index 0000000..d97d6a8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 044e8cb7e7c3c40bcbfb753b4da9a652 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectibleMoverBase.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectibleMoverBase.cs new file mode 100644 index 0000000..37e0b3c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectibleMoverBase.cs @@ -0,0 +1,29 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class CollectibleMoverBase : SpawnableMoverBase +{ + private CollectibleBase obstacleBase; + private ObstaclesManager obstaclesManager; + + private void Awake() + { + obstacleBase = GetComponent(); + } + + private void Update() + { + if (!worldSpawnManager || !obstaclesManager) + { + worldSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + obstaclesManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + if (worldSpawnManager && obstaclesManager) + { + moveSpeed = worldSpawnManager.EnvironmentMoveSpeed; + base.Update(); + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectibleMoverBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectibleMoverBase.cs.meta new file mode 100644 index 0000000..547f7e9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectibleMoverBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 78dbd6a08191e46d3b1748ce96e6c050 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectiblesManager.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectiblesManager.cs new file mode 100644 index 0000000..c4a0815 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectiblesManager.cs @@ -0,0 +1,179 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Timers; +using UnityEngine; + +public enum TrackCollectibleType +{ + Currency = 0 +} + +public class CollectiblesManager : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + [SerializeField] private float collectibleTimerLimit = 0.1f; + [SerializeField] private float collectibleSetSpawnDelay = 1f; + [SerializeField] private float spawnIntervalTime = 1f; + [SerializeField] private Transform collectibleEndpoint; + + private ObjectPoolManager objectPoolManager; + private WorldSpawnManager environmentSpawnManager; + private AIPathManager aiPathManager; + private GameManager gameManager; + public SoundManager SoundManager + { + get; + private set; + } + + // private PowerupsManager powerupsManager; + private TimerSystem spawnerTimerSystem; + private TimerSystem stopperTimerSystem; + private TimerSystem delayTimerSystem; + + public int CollectibleCoins { get; private set; } + + public InGameUIManager InGameUIManager + { + get; + private set; + } + + public Vector3 CollectibleEndpoint => collectibleEndpoint.position; + + public TrackCollectibleType TrackCollectibleType + { + get; + private set; + } + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + aiPathManager = InterfaceManager.Instance?.GetInterfaceInstance(); + // powerupsManager = InterfaceManager.Instance?.GetInterfaceInstance(); + objectPoolManager = InterfaceManager.Instance?.GetInterfaceInstance(); + environmentSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + SoundManager = InterfaceManager.Instance?.GetInterfaceInstance(); + gameManager = InterfaceManager.Instance?.GetInterfaceInstance(); + + SetInGameUIManager(); + InitializeTimerSystem(); + } + + private void SetInGameUIManager() + { + InGameUIManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + private void InitializeTimerSystem() + { + stopperTimerSystem = new TimerSystem(); + spawnerTimerSystem = new TimerSystem(); + delayTimerSystem = new TimerSystem(); + + InitTimers(); + } + + private void InitTimers() + { + InitializeStopperTimer(); + InitializePathTimer(); + InitializeDelayTimer(); + } + + private void InitializeDelayTimer() + { + delayTimerSystem.Init(collectibleSetSpawnDelay, onComplete: () => + { + InitializeStopperTimer(); + InitializePathTimer(); + }); + } + + private void InitializeStopperTimer() + { + stopperTimerSystem.Init(spawnIntervalTime); + } + + private void InitializePathTimer() + { + spawnerTimerSystem.Init(collectibleTimerLimit, + onComplete: () => + { + OnCollectibleTimerComplete(); + }); + } + + public void SpawnCollectible(Vector3 pos) + { + CollectibleBase collectibleBase = objectPoolManager.GetObjectFromPool($"{TrackCollectibleType}", PoolType.Currency); + + collectibleBase.transform.position = pos; //new Vector3(pos.x, 0.5f, pos.y); + collectibleBase.gameObject.SetActive(true); + } + + public void SendAllObjectToPool() + { + var collectibleBases = FindObjectsOfType(); + Debug.Log($"bases Count: {collectibleBases.Length}"); + foreach (var collectibleBase in collectibleBases) + { + collectibleBase.gameObject.SetActive(false); + SendObjectToPool(collectibleBase); + } + } + + public void SendObjectToPool(CollectibleBase collectibleBase) + { + objectPoolManager.PassObjectToPool($"{collectibleBase.CollectibleType}", GetPoolType(), collectibleBase); + } + + public PoolType GetPoolType() + { + switch (TrackCollectibleType) + { + case TrackCollectibleType.Currency: + return PoolType.Currency; + + default: + return PoolType.MAX; + } + } + + private void Update() + { + if (spawnerTimerSystem == null || !gameManager || !gameManager.IsGameInProgress) return; + + stopperTimerSystem.UpdateTimer(Time.deltaTime); + if (!stopperTimerSystem.IsTimerComplete) + spawnerTimerSystem.UpdateTimer(Time.deltaTime); + else + delayTimerSystem.UpdateTimer(Time.deltaTime); + } + + private void OnCollectibleTimerComplete() + { + Debug.Log($"CreateCollectibleElements"); + aiPathManager.CreateCollectibleElements(); + } + + public void UpdateCoins() + { + Debug.Log($"#### Collectible coins: {CollectibleCoins}"); + CollectibleCoins += 1; + SetInGameUIManager(); + InGameUIManager.UpdateHUDCoins($"{CollectibleCoins}"); + } + + public void ResetCollectiblesData() + { + CollectibleCoins = 0; + SetInGameUIManager(); + InGameUIManager.UpdateHUDCoins($"{CollectibleCoins}"); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectiblesManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectiblesManager.cs.meta new file mode 100644 index 0000000..060aced --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Collectibles/CollectiblesManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 542f646e257114775be24c77bc301558 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/CurrencyManager.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/CurrencyManager.cs new file mode 100644 index 0000000..82a525b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/CurrencyManager.cs @@ -0,0 +1,58 @@ +using Unity.VisualScripting; +using UnityEngine; + +public class CurrencyManager : MonoBehaviour, IBootLoader, IBase, IDataLoader +{ + private UserCurrencyData userCurrencyData; + private InGameUIManager inGameUIManager; + private UserDataBehaviour userDataBehaviour; + private ScreenManager screenManager; + private InGameHUDScreen inGameHudScreen; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + + userDataBehaviour = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + public void InitializeData() + { + Debug.Log($"USERDATA: Initialize Data for currency system"); + + userCurrencyData = userDataBehaviour.GetUserCurrencyData(); + + screenManager = InterfaceManager.Instance?.GetInterfaceInstance(); + inGameHudScreen = screenManager.GetScreen(ScreenType.InGameHUDScreen); + + Debug.Log($"userCurrencyData.attainedCurrency: {userCurrencyData.attainedCurrency}"); + // inGameHudScreen.UpdateCurrencyText($"{userCurrencyData.attainedCurrency}"); + + Debug.Log($"userDataBehaviour.IsFirstUserSession(): {userDataBehaviour.IsFirstUserSession()}"); + } + + public void AddCurrency(int addAmt) + { + userCurrencyData.attainedCurrency += addAmt; + UpdateCurrencyData(); + } + + public void WithdrawCurrency(int withdrawAmt) + { + userCurrencyData.attainedCurrency -= withdrawAmt; + UpdateCurrencyData(); + } + + public void UpdateCurrencyData() + { + Debug.Log($"Updated currency data userCurrencyData.attainedCurrency: {userCurrencyData.attainedCurrency}"); + // inGameHudScreen.UpdateCurrencyText($"{userCurrencyData.attainedCurrency}"); + userDataBehaviour.SaveUserCurrencyData(userCurrencyData); + } + + public bool HasEnoughCurrency(int availCurrency) + { + Debug.Log($"HasEnoughCurrency: {availCurrency} <= {userCurrencyData.attainedCurrency}"); + return availCurrency <= userCurrencyData.attainedCurrency; + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/CurrencyManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/CurrencyManager.cs.meta new file mode 100644 index 0000000..3654504 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/CurrencyManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fd58aff4899b548fba7e610cbab8b5e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/GameplayController.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/GameplayController.cs new file mode 100644 index 0000000..20a2dd5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/GameplayController.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +public class GameplayController : MonoBehaviour +{ + +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/GameplayController.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/GameplayController.cs.meta new file mode 100644 index 0000000..9f93e52 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/GameplayController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2107db122dd31491e86cee2676b870dd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles.meta new file mode 100644 index 0000000..760cf61 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cdc81260e31b14dd19fbae26eaee0fd5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstacleTrainMover.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstacleTrainMover.cs new file mode 100644 index 0000000..d904e86 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstacleTrainMover.cs @@ -0,0 +1,49 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class ObstacleTrainMover : SpawnableMoverBase +{ + private ObstaclesManager obstaclesManager; + + private AudioSource audioSource; + + private void Awake() + { + audioSource = GetComponent(); + } + + private void OnEnable() + { + SetObstaclesManager(); + obstaclesManager?.GameManager?.SoundManager?.RegisterToMultiSources(audioSource); + } + + private void OnDisable() + { + SetObstaclesManager(); + obstaclesManager?.GameManager?.SoundManager?.UnregisterFromMultiSources(); + } + + protected override void Update() + { + if (!worldSpawnManager || !obstaclesManager) + { + worldSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + SetObstaclesManager(); + } + + if (worldSpawnManager && obstaclesManager) + { + moveSpeed = obstaclesManager.MovableTrainSpeed; + Debug.Log($"## obstaclesManager.MovableTrainSpeed: {obstaclesManager.MovableTrainSpeed}"); + base.Update(); + } + } + + private void SetObstaclesManager() + { + obstaclesManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } + +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstacleTrainMover.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstacleTrainMover.cs.meta new file mode 100644 index 0000000..a4edfce --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstacleTrainMover.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3497058896eec44979630ad1c45e56f3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstaclesManager.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstaclesManager.cs new file mode 100644 index 0000000..ff0107b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstaclesManager.cs @@ -0,0 +1,103 @@ +using System.Linq; +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Scripting.APIUpdating; + +public enum TrackObstacleType +{ + Stopper = 0, + NonMovableTrain = 1, + MovableTrain = 2, + MAX = 3, +} + +public class ObstaclesManager : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + [SerializeField] private ObstaclesPathSO obstaclesPathSO; + [SerializeField] private Transform obstacleEndpoint; + [SerializeField] private float movableTrainSpeed; + + [SerializeField] private float movableTrainMinSpeed = 30f; + [SerializeField] private float movableTrainMaxSpeed = 45f; + + private ObjectPoolManager objectPoolManager; + private WorldSpawnManager worldSpawnManager; + private PlayerCarController playerCarController; + public GameManager GameManager + { + get; private set; + } + + public ObstaclesPathSO ObstaclesPathSO => obstaclesPathSO; + public Vector3 ObstacleEndpoint => obstacleEndpoint.position; + public TrackObstacleType CurrentTrackObstacleType + { + get; + private set; + } + + public float MovableTrainSpeed => + GameManager.IsGameInProgress ? worldSpawnManager.GetResultBasedOnDifficultyProgressiveFormula(startVal: movableTrainMinSpeed, endVal: movableTrainMaxSpeed, fraction: playerCarController.CurrentEvaluatedSpeed01) : 0; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + GameManager = InterfaceManager.Instance?.GetInterfaceInstance(); + objectPoolManager = InterfaceManager.Instance?.GetInterfaceInstance(); + worldSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + playerCarController = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + public void SpawnObstacle(Vector3 laneSpawnStartPos, out ObstacleBase obstacleBase) + { + ObstacleBase poolInstance = objectPoolManager.GetObjectFromPool($"{CurrentTrackObstacleType}", GetPoolType()); + + poolInstance.transform.position = laneSpawnStartPos; + poolInstance.gameObject.SetActive(true); + + obstacleBase = poolInstance; + } + + public void SendObjectToPool(ObstacleBase obstacleBase) + { + objectPoolManager.PassObjectToPool($"{obstacleBase.ObstacleType}", GetPoolType(), obstacleBase); + } + + public PoolType GetPoolType() + { + switch (CurrentTrackObstacleType) + { + case TrackObstacleType.MovableTrain: + return PoolType.Movable; + case TrackObstacleType.NonMovableTrain: + return PoolType.NonMovable; + case TrackObstacleType.Stopper: + return PoolType.Obstacle; + default: + return PoolType.MAX; + } + } + + public void SendAllObjectsToPool() + { + var obstacleBases = FindObjectsOfType(); + Debug.Log($"bases Count: {obstacleBases.Length}"); + foreach (var obstacleBase in obstacleBases) + { + obstacleBase.gameObject.SetActive(false); + SendObjectToPool(obstacleBase); + } + } + + public void SetObstaclesType(bool isInitialSpawn) + { + CurrentTrackObstacleType = (TrackObstacleType)(isInitialSpawn ? UnityEngine.Random.Range(0, (int)TrackObstacleType.MovableTrain) + : UnityEngine.Random.Range(0, (int)TrackObstacleType.MAX)); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstaclesManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstaclesManager.cs.meta new file mode 100644 index 0000000..0784580 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/ObstaclesManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 62cc2a5dcbaf748d4a94a5f889b773de +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/TrackObjectStationaryMover.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/TrackObjectStationaryMover.cs new file mode 100644 index 0000000..e06fa4d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/TrackObjectStationaryMover.cs @@ -0,0 +1,20 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TrackObjectStationaryMover : SpawnableMoverBase +{ + protected override void Update() + { + if (!worldSpawnManager) + { + worldSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + if (worldSpawnManager) + { + moveSpeed = worldSpawnManager.EnvironmentMoveSpeed; + base.Update(); + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/TrackObjectStationaryMover.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/TrackObjectStationaryMover.cs.meta new file mode 100644 index 0000000..b445bf5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Obstacles/TrackObjectStationaryMover.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9d1fb9758aedb4910b288ebd4a9d5065 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path.meta new file mode 100644 index 0000000..6c8690d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d3d200a239ae442d293529007f7065db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIController.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIController.cs new file mode 100644 index 0000000..0cd2290 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIController.cs @@ -0,0 +1,32 @@ +using System.Collections; +using System.Collections.Generic; +using DG.Tweening; +using UnityEngine; + +public class AIController : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + [SerializeField] private float moveSpeed = 10; + [SerializeField] private float laneChangeTime; + + private AIPathManager aiPathManager; + private bool canMove = false; + + public AIPathManager AIPathManager => aiPathManager; + + private TimerSystem timerSystem; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + aiPathManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + public void ChangeLane(Vector3 pos) + { + transform.DOMove(pos, laneChangeTime); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIController.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIController.cs.meta new file mode 100644 index 0000000..d5ab459 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0ad2688d1605640d7a91b008fe7f9dac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIPathManager.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIPathManager.cs new file mode 100644 index 0000000..f4818b7 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIPathManager.cs @@ -0,0 +1,347 @@ +using System.Linq.Expressions; +using System.Collections; +using System.Collections.Generic; +using System.Runtime.InteropServices; +using DG.Tweening; +using UnityEngine; +using UnityEngine.InputSystem.Processors; + +public class AIPathManager : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + [SerializeField] private Transform[] lanes; + [SerializeField] private int totalLanes = 3; + + [SerializeField] private float pathTimerMinLimit = 6f; + [SerializeField] private float pathTimerMaxLimit = 10f; + + // private float safeDistance = 0f; + private float timer = 0; + private float pathTimerLimit = 5f; + // private float extraDelayTime = 2f; + + private bool isInitialSpawn = true; + + private int currentTrackLaneIdx = -1; + private int safeAreaIdx = 0; + private float nonMovableDifficultyVal = 0; + private float movableDifficultyVal = 0; + + private Vector3 globalEndPointPosMax = new Vector3(Mathf.Infinity, Mathf.Infinity, Mathf.Infinity); + private List laneIndexes = new List(); + private Vector3 laneSpawnStartPos; + + private TimerSystem timerSystem; + private PlayerCarController playerCarController; + private AIController aiController; + private WorldSpawnManager worldSpawnManager; + private ObstaclesManager obstaclesManager; + private CollectiblesManager collectiblesManager; + private DifficultyEvaluator difficultyEvaluator; + private GameManager gameManager; + private ObstacleBase lastEncounteredObstacle = null; + + private AnimationCurve nonMoveableObstaclesDiffCurve; + private AnimationCurve moveableTrainDiffCurve; + + private Dictionary lastSpawnedObstaclesInLane = new Dictionary(); // convert to a list if required + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + playerCarController = InterfaceManager.Instance?.GetInterfaceInstance(); + aiController = InterfaceManager.Instance?.GetInterfaceInstance(); + obstaclesManager = InterfaceManager.Instance?.GetInterfaceInstance(); + collectiblesManager = InterfaceManager.Instance?.GetInterfaceInstance(); + worldSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + difficultyEvaluator = InterfaceManager.Instance?.GetInterfaceInstance(); + gameManager = InterfaceManager.Instance?.GetInterfaceInstance(); + + InitDifficultyCurves(); + InitializeTimerSystem(); + } + + private void InitDifficultyCurves() + { + Debug.Log($"### InitDifficultyCurves"); + moveableTrainDiffCurve = difficultyEvaluator.DifficultyCurveSO.GetDifficultyCurve(DifficultyCurveType.MovableTrainSpeed); + nonMoveableObstaclesDiffCurve = difficultyEvaluator.DifficultyCurveSO.GetDifficultyCurve(DifficultyCurveType.NonMovableObstacleSpeed); + } + + public void SpawnObstacles() + { + int closerEndpointLaneIdx = 0; + + if (isInitialSpawn) + { + isInitialSpawn = false; + + float distZ = 0, extraOffsetDist = 0; + safeAreaIdx = Random.Range(0, totalLanes); + + Debug.Log($"Updated safeAreaIdx on initial instance {safeAreaIdx}"); + + SetObstaclePositionData(); + + closerEndpointLaneIdx = FindCloserEndpointLaneIdx(safeAreaIdx); + } + else + { + laneIndexes.Clear(); + laneIndexes.Add(safeAreaIdx); + if (safeAreaIdx != 0 && safeAreaIdx != totalLanes - 1) + { + Debug.Log($"safeAreaIdx: {safeAreaIdx}"); + if (lastSpawnedObstaclesInLane.ContainsKey(safeAreaIdx - 1) && lastSpawnedObstaclesInLane[safeAreaIdx - 1].HasAIPassed) + laneIndexes.Add(safeAreaIdx - 1); + + if (lastSpawnedObstaclesInLane.ContainsKey(safeAreaIdx + 1) && lastSpawnedObstaclesInLane[safeAreaIdx + 1].HasAIPassed) + laneIndexes.Add(safeAreaIdx + 1); + } + else if (safeAreaIdx == 0) + { + if (lastSpawnedObstaclesInLane.ContainsKey(safeAreaIdx + 1) && lastSpawnedObstaclesInLane[safeAreaIdx + 1].HasAIPassed) + laneIndexes.Add(safeAreaIdx + 1); + } + else + { + if (lastSpawnedObstaclesInLane.ContainsKey(safeAreaIdx - 1) && lastSpawnedObstaclesInLane[safeAreaIdx - 1].HasAIPassed) + laneIndexes.Add(safeAreaIdx - 1); + } + + Debug.Log($":: safeAreaIdx: {safeAreaIdx}"); + // Debug.Log($":: laneIndexes: {laneIndexes[0]}, {laneIndexes[1]}"); + safeAreaIdx = laneIndexes[Random.Range(0, laneIndexes.Count)]; + + Debug.Log($"Updated safeAreaIdx on second instance {safeAreaIdx}"); + + SetObstaclePositionData(); + + Transform emptyLane = GetEmptyLane(safeAreaIdx); + aiController.ChangeLane(emptyLane.position); + + closerEndpointLaneIdx = FindCloserEndpointLaneIdx(safeAreaIdx); + } + + Debug.Log($"closerEndpointLaneIdx: {closerEndpointLaneIdx}"); + lastEncounteredObstacle = lastSpawnedObstaclesInLane[closerEndpointLaneIdx]; + currentTrackLaneIdx = closerEndpointLaneIdx; + } + + private ObstaclesPathData obstaclesPathData = null; + + public void StartCreatingObstacleElements() + { + timer = 0; + InitObstaclesPathData(); + + Debug.Log($"### obstaclesManager: {obstaclesManager.CurrentTrackObstacleType}"); + Debug.Log($"### movableDifficultyCurve: {moveableTrainDiffCurve.Evaluate(playerCarController.CurrentCoveredDistance01)}"); + Debug.Log($"### nonMovableObstaclesDifficultyCurve: {nonMoveableObstaclesDiffCurve.Evaluate(playerCarController.CurrentCoveredDistance01)}"); + + var difficultyVal = obstaclesManager.CurrentTrackObstacleType == TrackObstacleType.MovableTrain + ? moveableTrainDiffCurve.Evaluate(playerCarController.CurrentCoveredDistance01) + : nonMoveableObstaclesDiffCurve.Evaluate(playerCarController.CurrentCoveredDistance01); + + var startBoundPathTimerMax = obstaclesManager.ObstaclesPathSO.GetStartBoundObstaclesPathData(obstaclesManager.CurrentTrackObstacleType).pathTimerMaxLimit; + var endBoundPathTimerMax = obstaclesManager.ObstaclesPathSO.GetEndBoundObstaclesPathData(obstaclesManager.CurrentTrackObstacleType).pathTimerMaxLimit; + + obstaclesPathData.pathTimerMaxLimit = worldSpawnManager.GetResultBasedOnDifficultyProgressiveFormula(startVal: startBoundPathTimerMax, endVal: endBoundPathTimerMax, fraction: difficultyVal); + + var startBoundSafeDistance = obstaclesManager.ObstaclesPathSO.GetStartBoundObstaclesPathData(obstaclesManager.CurrentTrackObstacleType).safeDistance; + var endBoundSafeDistance = obstaclesManager.ObstaclesPathSO.GetEndBoundObstaclesPathData(obstaclesManager.CurrentTrackObstacleType).safeDistance; + + obstaclesPathData.safeDistance = worldSpawnManager.GetResultBasedOnDifficultyProgressiveFormula(startVal: startBoundSafeDistance, endVal: endBoundSafeDistance, fraction: difficultyVal); + + Debug.Log($"## obstaclesPathData.safeDistance: {obstaclesPathData.safeDistance}"); + Debug.Log($"## obstaclesPathData.pathTimerMaxLimit: {obstaclesPathData.pathTimerMaxLimit}"); + + pathTimerLimit = Random.Range(obstaclesPathData.pathTimerMinLimit, obstaclesPathData.pathTimerMaxLimit); + + if (obstaclesPathData.extraDelay > 0) + { + InitializePathTimerWithExtraDelay(); + } + else + { + InitializePathTimer(); + } + + Debug.Log($"StartCreatingPathElements"); + } + + private void InitObstaclesPathData() + { + obstaclesManager.SetObstaclesType(isInitialSpawn); + var newData = obstaclesManager.ObstaclesPathSO.GetStartBoundObstaclesPathData(obstaclesManager.CurrentTrackObstacleType); + + if (obstaclesPathData == null) + { + obstaclesPathData = new ObstaclesPathData(); + } + + obstaclesPathData.trackObstacleType = newData.trackObstacleType; + obstaclesPathData.extraDelay = newData.extraDelay; + obstaclesPathData.pathTimerMinLimit = newData.pathTimerMinLimit; + obstaclesPathData.pathTimerMaxLimit = newData.pathTimerMaxLimit; + obstaclesPathData.safeDistance = newData.safeDistance; + obstaclesPathData.extraOffsetMinDist = newData.extraOffsetMinDist; + obstaclesPathData.extraOffsetMaxDist = newData.extraOffsetMaxDist; + } + + public void CreateCollectibleElements() + { + // TODO :: create two different positions + + int index1 = Random.Range(0, lanes.Length); + int index2 = Random.Range(0, lanes.Length); + Vector3 lanePos1 = new Vector3(lanes[index1].position.x, 0.5f, aiController.transform.position.z); + collectiblesManager.SpawnCollectible(lanePos1); + if (index1 != index2) + { + Vector3 lanePos2 = new Vector3(lanes[index2].position.x, 0.5f, aiController.transform.position.z); + collectiblesManager.SpawnCollectible(lanePos2); + } + } + + public void InitializeTimerSystem() + { + isInitialSpawn = true; + timerSystem = new TimerSystem(); + } + + private void InitializePathTimer() + { + timerSystem.Init(pathTimerLimit, + onComplete: () => + { + StartCreatingObstacleElements(); + }, + inProgress: () => + { + CheckIfAICrossedLaneTrainEndPoint(); + }); + } + + private void InitializePathTimerWithExtraDelay() + { + timerSystem.Init(obstaclesPathData.extraDelay, + onComplete: () => + { + timerSystem.Init(pathTimerLimit, + onComplete: () => + { + StartCreatingObstacleElements(); + }, + inProgress: () => + { + CheckIfAICrossedLaneTrainEndPoint(); + }); + }); + } + + private void Update() + { + if (!gameManager || !gameManager.IsGameInProgress) return; + + timerSystem?.UpdateTimer(Time.deltaTime); + } + + private void CheckIfAICrossedLaneTrainEndPoint() + { + if (lastEncounteredObstacle) + Debug.Log($":: CheckIfAICrossedLaneTrainEndPoint :: {aiController.transform.position.z} > {lastEncounteredObstacle.EndPoint.position.z}"); + + if (isInitialSpawn || (lastEncounteredObstacle != null && aiController.transform.position.z > lastEncounteredObstacle.EndPoint.position.z)) + { + lastEncounteredObstacle = null; + + if (lastSpawnedObstaclesInLane.ContainsKey(currentTrackLaneIdx)) + lastSpawnedObstaclesInLane[currentTrackLaneIdx].SetAIPassedState(true); + + Debug.Log($"Spawn Obstacles"); + SpawnObstacles(); + } + } + + private void SetObstaclePositionData() + { + float extraOffsetDist = 0, distZ = 0; + + for (int i = 0; i < totalLanes; i++) + { + if (i == safeAreaIdx) + { + continue; + } + + extraOffsetDist = Random.Range(obstaclesManager.ObstaclesPathSO.GetStartBoundObstaclesPathData(obstaclesManager.CurrentTrackObstacleType).extraOffsetMinDist, + obstaclesManager.ObstaclesPathSO.GetStartBoundObstaclesPathData(obstaclesManager.CurrentTrackObstacleType).extraOffsetMaxDist); // TODO :: tune values + + distZ = obstaclesPathData.safeDistance + extraOffsetDist; + + laneSpawnStartPos = new Vector3(lanes[i].position.x, lanes[i].position.y, aiController.transform.position.z + distZ); + Debug.Log($"LaneSpawnStartPos: {laneSpawnStartPos}"); + obstaclesManager.SpawnObstacle(laneSpawnStartPos, out ObstacleBase obstacleBase); + + if (lastSpawnedObstaclesInLane.ContainsKey(i)) + lastSpawnedObstaclesInLane[i] = obstacleBase; + else + lastSpawnedObstaclesInLane.Add(i, obstacleBase); + } + } + + private Transform GetEmptyLane(int safeAreaIdx) + { + var emptyLane = lanes[safeAreaIdx]; + emptyLane.position = new Vector3(emptyLane.position.x, emptyLane.position.y, aiController.transform.position.z); + return emptyLane; + } + + private int FindCloserEndpointLaneIdx(int safeAreaIdx) + { + int closerEndpointIdx; + var n1 = -1; + var n2 = -1; + + if (safeAreaIdx != lanes.Length && safeAreaIdx != 0) + { + n1 = safeAreaIdx - 1; + n2 = safeAreaIdx + 1; + } + else if (safeAreaIdx == 0) + { + n1 = safeAreaIdx + 1; + } + else + { + n1 = safeAreaIdx - 1; + } + + Vector3 pos1 = Vector3.zero, pos2 = Vector3.zero; + + if (n1 != -1 && lastSpawnedObstaclesInLane.ContainsKey(n1)) + { + pos1 = lastSpawnedObstaclesInLane[n1].EndPoint.position; + } + + if (n2 != -1 && lastSpawnedObstaclesInLane.ContainsKey(n2)) + { + pos2 = lastSpawnedObstaclesInLane[n2].EndPoint.position; + } + + if (pos1 != Vector3.zero && pos2 != Vector3.zero) + { + closerEndpointIdx = pos1.z < pos2.z ? n1 : n2; + } + else// if (pos1 != Vector3.zero) + { + closerEndpointIdx = pos1 != Vector3.zero ? n1 : n2; + } + + return closerEndpointIdx; + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIPathManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIPathManager.cs.meta new file mode 100644 index 0000000..d02d1e9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Path/AIPathManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c0519c082cb544c0cac7b8436cb188e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player.meta new file mode 100644 index 0000000..f5ca37e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7220316732c73477895fd7b5dec3e547 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/FollowCamera.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/FollowCamera.cs new file mode 100644 index 0000000..5697942 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/FollowCamera.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class FollowCamera : MonoBehaviour +{ + [SerializeField] private Vector3 camOffset; + [SerializeField] private PlayerCarController playerCarController; + + private void Start() + { + playerCarController.InitFollowCamera(this); + } + + // Update is called once per frame + private void LateUpdate() + { + transform.position = playerCarController.transform.position + camOffset; + } + + public void SetCamState(bool state) + { + enabled = state; + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/FollowCamera.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/FollowCamera.cs.meta new file mode 100644 index 0000000..2114f21 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/FollowCamera.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 78251ebbf3d1642d89854dd3dd74ccec +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCarController.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCarController.cs new file mode 100644 index 0000000..88fdfb4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCarController.cs @@ -0,0 +1,241 @@ +using System; +using DG.Tweening; +using Unity.VisualScripting; +using UnityEngine; + +public class PlayerCarController : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + [SerializeField] private Transform startPoint; + [Header("Distance attributes")] + [SerializeField] private float totalDistanceToCover = 10000; + + [Header("Move speed attributes")] + [SerializeField] private float baseSpeed = 15; + [SerializeField] private float maxSpeed = 30; + + [SerializeField] private float laneWidth; + [SerializeField] private float laneChangeTime; + [SerializeField] private float laneChangeSpeed; + + [SerializeField] private Transform leftBound; + [SerializeField] private Transform rightBound; + [SerializeField] private Transform middleLane; + [SerializeField] private Transform rightLane; + + [SerializeField] private Vector3 dir; + + private bool isChangingLane = false; + private float distanceToRailEndpoint; + private float timeToRailEndpoint; + private float distTimer = 0; + private float distanceCovered = 0; + private float lastCoveredDistance = 0; + + private Vector3 targetPosition = Vector3.zero; + private AnimationCurve worldMoveSpeed; + + public GameManager GameManager { get; private set; } + private InputController inputController; + private WorldSpawnManager worldSpawnManager; + private DifficultyEvaluator difficultyEvaluator; + private PlayerCollisionHandler playerCollisionHandler; + + public PlayerCollisionHandler PlayerCollisionHandler => playerCollisionHandler; + public FollowCamera FollowCamera + { + get; + private set; + } + + public float CurrentEvaluatedSpeed01 + { + get; + private set; + } + + public float CurrentCoveredDistance01 => distanceCovered / totalDistanceToCover; + public float CurrentCoveredDistance => distanceCovered; + + public WorldSpawnManager WorldSpawnManager => worldSpawnManager; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + inputController = InterfaceManager.Instance?.GetInterfaceInstance(); + difficultyEvaluator = InterfaceManager.Instance?.GetInterfaceInstance(); + SetGameManager(); + SetWorldSpawnManager(); + + worldMoveSpeed = difficultyEvaluator.DifficultyCurveSO.GetDifficultyCurve(DifficultyCurveType.WorldMoveSpeed); + + Debug.Log($"initialized input controller: {inputController}"); + + OnDataReset(); + + Debug.Log($":: DISTANCE TO COVER :: {distanceToRailEndpoint}"); + } + + public void OnDataReset() + { + distTimer = 0; + distanceToRailEndpoint = worldSpawnManager.GetFirstEnvironmentBlock().Endpoint.z - transform.position.z; + timeToRailEndpoint = distanceToRailEndpoint / worldSpawnManager.EnvironmentMoveSpeed; + } + + public void SetBaseMovementSpeed() + { + SetWorldSpawnManager(); + worldSpawnManager.SetEnvironmentMoveSpeed(baseSpeed); + } + + public void ResetEnvironmentBaseSpeed() + { + SetWorldSpawnManager(); + worldSpawnManager.SetEnvironmentMoveSpeed(0); + } + + private void SetGameManager() + { + GameManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + private void SetWorldSpawnManager() + { + worldSpawnManager = worldSpawnManager == null ? InterfaceManager.Instance?.GetInterfaceInstance() : worldSpawnManager; + } + + public void ResetData() + { + distanceCovered = lastCoveredDistance = 0f; + + ResetEnvironmentBaseSpeed(); + transform.position = startPoint.position; + } + + public void InitFollowCamera(FollowCamera cam) + { + FollowCamera = cam; + } + + public void UpdateMovement(Vector2 swipeDelta) + { + Debug.Log($":: SwipeDelta: {swipeDelta.magnitude}"); + if (isChangingLane) + { + Debug.Log($":: isChangingLane early return"); + return; + } + + GameManager.SoundManager.PlayPrimaryGameSoundClip(SoundType.CarGearChange); + if (swipeDelta.x > 1f && transform.position.x < rightBound.position.x) + { + MoveRight(); + } + else if (swipeDelta.x < -1f && transform.position.x > leftBound.position.x) + { + MoveLeft(); + } + } + + public void MoveLeft() + { + #if UNITY_EDITOR + if (isChangingLane) return; + #endif + + isChangingLane = true; + targetPosition = transform.position + (Vector3.left * laneWidth);// + (Vector3.forward * 3f); + + #if UNITY_EDITOR + GameManager.SoundManager.PlayPrimaryGameSoundClip(SoundType.CarGearChange); + #endif + + transform.DOMove(targetPosition, laneChangeTime).OnComplete(() => + { + isChangingLane = false; + }); + } + + public void MoveRight() + { + #if UNITY_EDITOR + if (isChangingLane) return; + #endif + + isChangingLane = true; + targetPosition = transform.position + (Vector3.right * laneWidth);// + (Vector3.forward * 3f); + + #if UNITY_EDITOR + GameManager.SoundManager.PlayPrimaryGameSoundClip(SoundType.CarGearChange); + #endif + + transform.DOMove(targetPosition, laneChangeTime).OnComplete(() => + { + isChangingLane = false; + }); + + Debug.Log($"Target position: {targetPosition}"); + } + + private void Awake() + { + playerCollisionHandler = GetComponent(); + } + + private void Start() + { + dir = Vector3.forward; + + laneWidth = (middleLane.position - rightLane.position).magnitude; + } + + private void Update() + { + if (!GameManager || !GameManager.IsGameInProgress) return; + + Debug.Log($"#### PlayerCarController Update"); + + if (distanceCovered > 0) + { + Debug.Log($"#### Has distance covered: {distanceCovered}"); + GameManager.InGameUIManager.UpdateHUDDistance($"{Mathf.FloorToInt(distanceCovered)}"); + + CurrentEvaluatedSpeed01 = worldMoveSpeed.Evaluate(distanceCovered / totalDistanceToCover); + worldSpawnManager.SetEnvironmentMoveSpeed( + worldSpawnManager.GetResultBasedOnDifficultyProgressiveFormula( + startVal: baseSpeed, + endVal: maxSpeed, + fraction: CurrentEvaluatedSpeed01)); + } + + if (distTimer < timeToRailEndpoint) + { + distTimer += Time.deltaTime; + distanceCovered = lastCoveredDistance + (worldSpawnManager.EnvironmentMoveSpeed * distTimer); + + Debug.Log($"DistanceCovered: {distanceCovered}"); + Debug.Log($"DistanceCovered, lastCoveredDistance: {lastCoveredDistance}"); + Debug.Log($"DistanceCovered, EnvironmentMoveSpeed: {worldSpawnManager.EnvironmentMoveSpeed}"); + } + else + { + distTimer = 0; + timeToRailEndpoint = 0; + lastCoveredDistance = distanceCovered; + + if (worldSpawnManager.GetNewlyEncounteredEnvironmentBlock() != null) + { + distanceToRailEndpoint = worldSpawnManager.GetNewlyEncounteredEnvironmentBlock().Endpoint.z - transform.position.z; + timeToRailEndpoint = distanceToRailEndpoint / worldSpawnManager.EnvironmentMoveSpeed; + + worldSpawnManager.ResetNewlyEncounteredEnvironmentBlock(); + } + } + + Debug.Log($"#### PlayerCarController Update: {distanceCovered}"); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCarController.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCarController.cs.meta new file mode 100644 index 0000000..be5f6ce --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCarController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1c8d1549518de42eab5ecf06b405e81d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCollisionHandler.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCollisionHandler.cs new file mode 100644 index 0000000..5154a01 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCollisionHandler.cs @@ -0,0 +1,85 @@ +using UnityEngine; + +public class PlayerCollisionHandler : MonoBehaviour +{ + [SerializeField] private Transform[] crashPoints; + + [SerializeField] private GameObject carModel; + + [SerializeField] private GameObject crashModelRef; + [SerializeField] private float forceToApply = 750f; + + private Rigidbody[] meshParts; + private Vector3[] savedMeshPositions; + private PlayerCarController playerCarController; + private GameManager gameManager; + + private void Awake() + { + InitializeCrashModelPositions(); + } + + public void InitializeCrashModelPositions() + { + int indexer = 0; + savedMeshPositions = new Vector3[crashModelRef.transform.childCount]; + meshParts = new Rigidbody[crashModelRef.transform.childCount]; + + foreach (Transform child in crashModelRef.transform) + { + savedMeshPositions[indexer] = child.position; + meshParts[indexer] = child.GetComponent(); + indexer++; + } + } + + public void SetupNewCrashModel() + { + crashModelRef.gameObject.SetActive(false); + for (int i=0; i< savedMeshPositions.Length; i++) + { + meshParts[i].velocity = Vector3.zero; + meshParts[i].angularVelocity = Vector3.zero; + meshParts[i].Sleep(); + meshParts[i].transform.position = savedMeshPositions[i]; + } + } + + private void OnTriggerEnter(Collider other) + { + CheckTriggerEvent(other); + } + + private void CheckTriggerEvent(Collider other) + { + gameManager = gameManager == null ? InterfaceManager.Instance?.GetInterfaceInstance() : gameManager; + playerCarController = playerCarController == null ? InterfaceManager.Instance?.GetInterfaceInstance() : playerCarController; + + switch (other.tag) + { + case ArcticEscape_Constants.Straight_Track_Tag: + playerCarController.WorldSpawnManager.SetEnvironmentBlocks(other.transform); + break; + case ArcticEscape_Constants.Obstacle_Tag: + + gameManager.OnGameStateChange(GameState.GameOver); + + ActivateCarModel(false); + + foreach (var meshPart in meshParts) + { + int index = Random.Range(0, crashPoints.Length); + Vector3 dir = (crashPoints[index].position - transform.position).normalized; + + meshPart.AddForce(forceToApply * dir, ForceMode.Force); + } + break; + } + } + + public void ActivateCarModel(bool state) + { + carModel.SetActive(state); + crashModelRef.SetActive(!state); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCollisionHandler.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCollisionHandler.cs.meta new file mode 100644 index 0000000..f13131a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/Player/PlayerCollisionHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0c4ec9a6717a947d688ef5adc228ce32 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/PowerupsManager.cs b/Unity/Arctic Escape/Assets/Scripts/Gameplay/PowerupsManager.cs new file mode 100644 index 0000000..7e86576 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/PowerupsManager.cs @@ -0,0 +1,38 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public enum TrackPowerupType +{ + Magnet_Powerup = 0, + Shield_Powerup = 1, + Boost_Powerup = 2, + Freeze_Powerup = 3, + Revive_Powerup = 4, + MAX = 5 +} + +public class PowerupsManager : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + private List trackPowerupTypes= new List(); + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + + } + + public void CanSpawnPowerup() + { + // isPowerup available + + // Can powerup be spawned/unlocked + // cache it in an array + // Randomly retrieve the powerup + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Gameplay/PowerupsManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Gameplay/PowerupsManager.cs.meta new file mode 100644 index 0000000..e221a2f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Gameplay/PowerupsManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8503fad46d32d48daae51ec882f897d2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/General.meta b/Unity/Arctic Escape/Assets/Scripts/General.meta new file mode 100644 index 0000000..69d33eb --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/General.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cc80fb5632e09475fb5858a62a0ed7dd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/General/GameManager.cs b/Unity/Arctic Escape/Assets/Scripts/General/GameManager.cs new file mode 100644 index 0000000..2f78959 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/General/GameManager.cs @@ -0,0 +1,246 @@ +using System; +using UnityEngine; + +public enum GameState +{ + GameMenu, + GameStart, + GameInProgress, + GamePaused, + GameRestart, + GameOver, +} + +public class GameManager : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + private PlayerCarController playerCarController; + private WorldSpawnManager worldSpawnManager; + private AIController aiController; + private ObstaclesManager obstaclesManager; + private CollectiblesManager collectiblesManager; + private CurrencyManager currencyManager; + private UserDataBehaviour userDataBehaviour; + + private InGameData inGameData; + + public SoundManager SoundManager + { + get; + private set; + } + public InGameUIManager InGameUIManager + { + get; + private set; + } + + private GameState currentGameState; + + public bool IsGameInProgress => currentGameState == GameState.GameInProgress; + + public Action OnGameBackInProgress; + + public void Initialize() + { + InterfaceManager.Instance.RegisterInterface(this); + } + + public void InitializeData() + { + worldSpawnManager = InterfaceManager.Instance?.GetInterfaceInstance(); + playerCarController = InterfaceManager.Instance?.GetInterfaceInstance(); + aiController = InterfaceManager.Instance?.GetInterfaceInstance(); + InGameUIManager = InterfaceManager.Instance?.GetInterfaceInstance(); + SoundManager = InterfaceManager.Instance?.GetInterfaceInstance(); + currencyManager = InterfaceManager.Instance?.GetInterfaceInstance(); + userDataBehaviour = InterfaceManager.Instance?.GetInterfaceInstance(); + + obstaclesManager = InterfaceManager.Instance?.GetInterfaceInstance(); + SetCollectiblesManager(); + + Debug.Log($"Initializing playerCarController: {playerCarController}"); + + inGameData = userDataBehaviour.GetInGameData(); + + OnGameStateChange(GameState.GameMenu); + } + + private void SetCollectiblesManager() + { + collectiblesManager = InterfaceManager.Instance?.GetInterfaceInstance(); + } + + public void OnGameStateChange(GameState state) + { + currentGameState = state; + switch (currentGameState) + { + case GameState.GameMenu: + OnGameMenuOpened(); + break; + case GameState.GameStart: + OnGameStart(); + break; + case GameState.GameInProgress: + OnGameProgress(); + break; + case GameState.GameRestart: + OnGameRestart(); + break; + case GameState.GamePaused: + OnGamePaused(); + break; + case GameState.GameOver: + OnGameOver(); + break; + } + } + + private void OnGamePaused() + { + SoundManager.PlayBGAudio(false); + SoundManager.PlayCarAudio(false); + SoundManager.SetMultiSourcesState(false); + + playerCarController.ResetEnvironmentBaseSpeed(); + InGameUIManager.PopupManager.ShowPopup(PopupType.Pause); + } + + private void OnGameMenuOpened() + { + if (collectiblesManager.CollectibleCoins > 0) + currencyManager.AddCurrency(collectiblesManager.CollectibleCoins); + + SoundManager.PlayBGAudio(false); + SoundManager.PlayCarAudio(false); + SoundManager.SetMultiSourcesState(false); + + ResetGameplayData(); + // ResetTrackElements(); + ResetUIPanels(); + OnNewSessionOrPlaySessionComplete(); + InGameUIManager.ScreenManager.ShowScreen(ScreenType.MainMenu); + } + + private void ResetUIPanels() + { + InGameUIManager.ScreenManager.HideAllScreens(); + InGameUIManager.PopupManager.HideAllPopups(); + } + + private void Update() + { +#if UNITY_EDITOR + if (Input.GetKeyDown(KeyCode.Escape)) + OnGameStateChange(GameState.GamePaused); +#endif + } + + private void OnGameStart() + { + Debug.Log($"Initializing playerCarController :: gamestart : {playerCarController}"); + Debug.Log($"userDataBehaviour.HasSeenInstruction() : {userDataBehaviour.HasSeenInstruction()}"); + + if (!userDataBehaviour.HasSeenInstruction()) + { + userDataBehaviour.ToggleHasSeenInstructionState(true); + InGameUIManager.ShowInstructionPopup(); + return; + } + + playerCarController.PlayerCollisionHandler.SetupNewCrashModel(); + playerCarController.PlayerCollisionHandler.ActivateCarModel(true); + playerCarController.FollowCamera.SetCamState(true); + playerCarController.SetBaseMovementSpeed(); + ActivatePlayer(true); + + aiController.gameObject.SetActive(true); + aiController.AIPathManager.InitializeTimerSystem(); + aiController.AIPathManager.StartCreatingObstacleElements(); + + OnGameStateChange(GameState.GameInProgress); + } + + private void OnGameProgress() + { + SoundManager.PlayBGAudio(true); + SoundManager.PlayCarAudio(true); + SoundManager.SetMultiSourcesState(true); + + Debug.Log($"OnGameProgress :: ShowScreen ScreenType.InGameHUDScreen"); + InGameUIManager.ScreenManager.ShowScreen(ScreenType.InGameHUDScreen); + OnGameBackInProgress?.Invoke(); + Invoke(nameof(DeallocateProgressEvent), 0.25f); + } + + private void DeallocateProgressEvent() + { + OnGameBackInProgress = null; + } + + private void OnGameOver() + { + Debug.Log($":: OnGameOver"); + + SoundManager.PlayPrimaryGameSoundClip(SoundType.CarCrash); + SoundManager.PlayBGAudio(false); + SoundManager.PlayCarAudio(false); + SoundManager.SetMultiSourcesState(false); + + worldSpawnManager.SetEnvironmentMoveSpeed(0f); + ResetGameplayData(); + + if (playerCarController.CurrentCoveredDistance > userDataBehaviour.GetInGameData().highestDistanceCovered) + { + inGameData.highestDistanceCovered = Mathf.FloorToInt(playerCarController.CurrentCoveredDistance); + userDataBehaviour.SaveInGameData(inGameData); + InGameUIManager.PopupManager.GetPopup(PopupType.HighScore).InitInfo(inGameData.highestDistanceCovered, collectiblesManager.CollectibleCoins); + InGameUIManager.PopupManager.ShowPopup(PopupType.HighScore); + } + else + { + InGameUIManager.PopupManager.ShowPopup(PopupType.GameOver); + } + } + + private void ResetGameplayData() + { + playerCarController.FollowCamera.SetCamState(false); + ActivatePlayer(false); + + aiController.gameObject.SetActive(false); + } + + public void ActivatePlayer(bool state) + { + playerCarController.enabled = state; + } + + private void OnGameRestart() + { + Debug.Log($"#### OnGameRestart Distance Covered: {playerCarController.CurrentCoveredDistance}"); + Debug.Log($"#### OnGameRestart after resetting Distance Covered: {playerCarController.CurrentCoveredDistance}"); + + currencyManager.AddCurrency(collectiblesManager.CollectibleCoins); + OnNewSessionOrPlaySessionComplete(); + OnGameStateChange(GameState.GameStart); + } + + private void OnNewSessionOrPlaySessionComplete() + { + ResetTrackElements(); + InGameUIManager.ResetUIData(); + playerCarController.OnDataReset(); + + SetCollectiblesManager(); + collectiblesManager.ResetCollectiblesData(); + } + + private void ResetTrackElements() + { + obstaclesManager.SendAllObjectsToPool(); + collectiblesManager.SendAllObjectToPool(); + + playerCarController.ResetData(); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/General/GameManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/General/GameManager.cs.meta new file mode 100644 index 0000000..81a4f77 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/General/GameManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8097d59e14d824877a928ba4c64abfc3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/General/SpawnableMoverBase.cs b/Unity/Arctic Escape/Assets/Scripts/General/SpawnableMoverBase.cs new file mode 100644 index 0000000..527b964 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/General/SpawnableMoverBase.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class SpawnableMoverBase : MonoBehaviour +{ + protected float moveSpeed; + protected WorldSpawnManager worldSpawnManager; + + protected virtual void Update() + { + transform.position += transform.forward * Time.deltaTime * moveSpeed; + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/General/SpawnableMoverBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/General/SpawnableMoverBase.cs.meta new file mode 100644 index 0000000..4fd8d5c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/General/SpawnableMoverBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ccf969c476a0b4a4a8a4edc2d250dff3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/General/TimerSystem.cs b/Unity/Arctic Escape/Assets/Scripts/General/TimerSystem.cs new file mode 100644 index 0000000..fc219fb --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/General/TimerSystem.cs @@ -0,0 +1,43 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TimerSystem +{ + private float timeRem; + private float maxTimeAvail; + + private Action onTimerComplete = null; + private Action onTimerInProgress = null; + public bool IsTimerComplete + { + get; + private set; + } + + public void Init(float maxTimeAvail, Action onComplete = null, Action inProgress = null, Action onStart = null) + { + timeRem = 0; + IsTimerComplete = false; + + this.maxTimeAvail = maxTimeAvail; + this.onTimerComplete = onComplete; + this.onTimerInProgress = inProgress; + } + + public void UpdateTimer(float deltaTime) + { + if (timeRem < maxTimeAvail) + { + timeRem += deltaTime; + onTimerInProgress?.Invoke(); + } + else + { + timeRem = 0; + onTimerComplete?.Invoke(); + IsTimerComplete = true; + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/General/TimerSystem.cs.meta b/Unity/Arctic Escape/Assets/Scripts/General/TimerSystem.cs.meta new file mode 100644 index 0000000..8d0c058 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/General/TimerSystem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2da2df997879444baac5af613b6fb7d5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Input.meta b/Unity/Arctic Escape/Assets/Scripts/Input.meta new file mode 100644 index 0000000..0798e84 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Input.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 561a165c6f95243ee9902e0689e8f9df +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Input/InputController.cs b/Unity/Arctic Escape/Assets/Scripts/Input/InputController.cs new file mode 100644 index 0000000..9aa339f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Input/InputController.cs @@ -0,0 +1,86 @@ +using UnityEngine; +using UnityEngine.EventSystems; +// using UnityEngine.InputSystem.EnhancedTouch; + +public class InputController : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + // Finger finger; + [SerializeField] private bool enableKeyboardControl; + + private float laneWidth; + + private Vector3 startTouchPosition = Vector3.zero; + private Vector3 currentTouchPosition = Vector3.zero; + private Vector3 targetPosition = Vector3.zero; + private bool isSwiping = false; + private bool canChangeLane = false; + + private PlayerCarController carController; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + carController = InterfaceManager.Instance?.GetInterfaceInstance(); + Debug.Log($"initialized bogey controller: {carController}"); + } + + private void Update() + { + if (!carController || !carController?.GameManager || !carController.GameManager.IsGameInProgress) return; + +#if UNITY_EDITOR + if (enableKeyboardControl) + { + if (Input.GetKeyDown(KeyCode.A)) + carController.MoveLeft(); + else if (Input.GetKeyDown(KeyCode.D)) + carController.MoveRight(); + } +#endif + + DetectSwipe(); + } + + private bool hasMoved = false; + + private void DetectSwipe() + { + if (Input.touchCount > 0) + { + Touch touch = Input.GetTouch(0); + + if (touch.phase == TouchPhase.Began && EventSystem.current.IsPointerOverGameObject(touch.fingerId)) + return; + + switch (touch.phase) + { + case TouchPhase.Began: + startTouchPosition = touch.position; + Debug.Log($"##:: after set :: startTouchPosition: {startTouchPosition}"); + isSwiping = true; + break; + case TouchPhase.Moved: + currentTouchPosition = touch.position; + hasMoved = true; + Debug.Log($"##:: after set :: currentTouchPosition: {currentTouchPosition}"); + break; + case TouchPhase.Ended: + if (isSwiping && hasMoved) + { + isSwiping = false; + Vector2 swipeDelta = currentTouchPosition - startTouchPosition; + Debug.Log($"##:: swipeDelta: {swipeDelta}"); + Debug.Log($"##:: startTouchPosition: {startTouchPosition}"); + Debug.Log($"##:: currentTouchPosition: {currentTouchPosition}"); + carController.UpdateMovement(swipeDelta); + hasMoved = false; + } + break; + } + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Input/InputController.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Input/InputController.cs.meta new file mode 100644 index 0000000..9fa3b9e --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Input/InputController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2389f83887e7b44f98e3f6ad1533b15f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader.meta b/Unity/Arctic Escape/Assets/Scripts/Loader.meta new file mode 100644 index 0000000..21d8b0a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 824d236d8c7f44b8b913bd138d402d4e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/BootLoader.cs b/Unity/Arctic Escape/Assets/Scripts/Loader/BootLoader.cs new file mode 100644 index 0000000..6e1c74c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/BootLoader.cs @@ -0,0 +1,33 @@ +using System.Collections.Generic; +using UnityEngine; + +public abstract class BootLoader : MonoBehaviour +{ + [Tooltip("For keeping track of all ui related objects: screens and popups")] + [SerializeField] private GameObject[] uiBases; + + protected virtual void Start() + { + InterfaceManager.InitInstance(); + + InitBootLoaders(); + InitializeUIBases(); + InitializeData(); + } + + private void InitializeUIBases() + { + if (uiBases != null && uiBases.Length > 0) + foreach (GameObject uiBase in uiBases) + uiBase.GetComponent().Initialize(); + } + + protected abstract void InitBootLoaders(); + protected abstract void InitializeData(); + + protected bool GetLoader(Transform loader, out T outLoader) + { + outLoader = loader.GetComponent(); + return outLoader != null; + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/BootLoader.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Loader/BootLoader.cs.meta new file mode 100644 index 0000000..b32aa3f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/BootLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ea08392cc8bf5554cbc14e888e26ec76 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/GameplayBootLoader.cs b/Unity/Arctic Escape/Assets/Scripts/Loader/GameplayBootLoader.cs new file mode 100644 index 0000000..cb5afca --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/GameplayBootLoader.cs @@ -0,0 +1,54 @@ +using UnityEngine; + +public class GameplayBootLoader : BootLoader +{ + [SerializeField] private GameObject[] baseObjects; + [SerializeField] private BaseSO[] scriptables; + + private bool hasInitializedScriptables = false; + + protected override void InitBootLoaders() + { + IBootLoader bootLoader = null; + + foreach (GameObject loader in baseObjects) + { + if (GetLoader(loader.transform, out bootLoader)) + { + bootLoader.Initialize(); + } + } + } + + protected override void InitializeData() + { + InitializeScriptablesData(); + + IDataLoader dataLoader = null; + foreach (GameObject loader in baseObjects) + { + if (GetLoader(loader.transform, out dataLoader)) + { + dataLoader.InitializeData(); + } + } + } + + protected override void Start() + { + base.Start(); + } + + private void InitializeScriptablesData() + { + if (!hasInitializedScriptables) + { + foreach (BaseSO scriptableObject in scriptables) + { + scriptableObject.InitScriptableData(); + } + + hasInitializedScriptables = true; + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/GameplayBootLoader.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Loader/GameplayBootLoader.cs.meta new file mode 100644 index 0000000..2368a3a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/GameplayBootLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c296d1232df484b49930ca2b13fb6fa9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/GlobalBootLoader.cs b/Unity/Arctic Escape/Assets/Scripts/Loader/GlobalBootLoader.cs new file mode 100644 index 0000000..73c59b9 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/GlobalBootLoader.cs @@ -0,0 +1,34 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class GlobalBootLoader : BootLoader +{ + [SerializeField] private GameObject[] baseLoaders; + + protected override void Start() + { + base.Start(); + + + } + + protected override void InitBootLoaders() + { + // Initialize any global boot loaders here + IBootLoader bootLoader = null; + + foreach (GameObject loader in baseLoaders) + { + if (GetLoader(loader.transform, out bootLoader)) + { + bootLoader.Initialize(); + } + } + } + + protected override void InitializeData() + { + // Initialize any data loaders here + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/GlobalBootLoader.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Loader/GlobalBootLoader.cs.meta new file mode 100644 index 0000000..e6baed0 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/GlobalBootLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1592d73681bad4ddeaef932ec5d46363 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/MenuBootLoader.cs b/Unity/Arctic Escape/Assets/Scripts/Loader/MenuBootLoader.cs new file mode 100644 index 0000000..0605799 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/MenuBootLoader.cs @@ -0,0 +1,37 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class MenuBootLoader : BootLoader +{ + private GameObject[] baseObjects; + + protected override void InitBootLoaders() + { + IBootLoader bootLoader = null; + // foreach (Transform loader in MainSingleton.Instance.transform) + // { + // if (GetLoader(loader, out bootLoader)) + // { + // bootLoader.Initialize(); + // } + // } + } + + protected override void Start() + { + base.Start(); + } + + protected override void InitializeData() + { + IDataLoader dataLoader = null; + // foreach (Transform loader in MainSingleton.Instance.transform) + // { + // if (GetLoader(loader, out dataLoader)) + // { + // dataLoader.InitializeData(); + // } + // } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/Loader/MenuBootLoader.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Loader/MenuBootLoader.cs.meta new file mode 100644 index 0000000..0e04c21 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Loader/MenuBootLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 82744640a74644ed3adc35698047e878 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool.meta new file mode 100644 index 0000000..4812531 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fce22663d104b453d9495f086f5eb68a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base.meta new file mode 100644 index 0000000..c53f08c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 87363f0cf9bb2ca4f9d0511be1f499db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects.meta new file mode 100644 index 0000000..247da17 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f586e4c5f79444d5a9875cd5577359d9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/CollectibleBase.cs b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/CollectibleBase.cs new file mode 100644 index 0000000..dbcb803 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/CollectibleBase.cs @@ -0,0 +1,52 @@ +using UnityEngine; + +public class CollectibleBase : ObjectBase +{ + [SerializeField] private TrackCollectibleType collectibleType; + + private ObjectPoolManager objectPoolManager; + private CollectiblesManager collectiblesManager; + + public TrackCollectibleType CollectibleType => collectibleType; + + public SpawnableMoverBase SpawnableMoverBase + { + get; + private set; + } + + private void Awake() + { + SpawnableMoverBase = GetComponent(); + } + + private void OnTriggerEnter(Collider other) + { + objectPoolManager = objectPoolManager == null ? InterfaceManager.Instance?.GetInterfaceInstance() : objectPoolManager; + + switch (other.gameObject.tag) + { + case ArcticEscape_Constants.Player_Tag: + Debug.Log($"#### Collectible collided with player"); + gameObject.SetActive(false); + objectPoolManager.PassObjectToPool($"{TrackCollectibleType.Currency}", PoolType.Currency, this); + collectiblesManager.UpdateCoins(); + collectiblesManager.SoundManager.PlayPrimaryGameSoundClip(SoundType.GiftCollectible); + break; + } + } + + private void Update() + { + if (!collectiblesManager) + { + collectiblesManager = InterfaceManager.Instance.GetInterfaceInstance(); + } + + if (collectiblesManager && transform.position.z < collectiblesManager.CollectibleEndpoint.z) + { + gameObject.SetActive(false); + collectiblesManager.SendObjectToPool(this); + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/CollectibleBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/CollectibleBase.cs.meta new file mode 100644 index 0000000..15e92c4 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/CollectibleBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2d7c7848c20734a8f805314aadd0c048 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/ObstacleBase.cs b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/ObstacleBase.cs new file mode 100644 index 0000000..0b7f630 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/ObstacleBase.cs @@ -0,0 +1,47 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class ObstacleBase : ObjectBase +{ + [SerializeField] private TrackObstacleType objectType; + [SerializeField] private Transform endPoint; + + private SpawnableMoverBase obstacleMoverBase; + private ObstaclesManager obstaclesManager; + + public SpawnableMoverBase ObstacleMover => obstacleMoverBase; + public Transform EndPoint => endPoint; + public TrackObstacleType ObstacleType => objectType; + public bool HasAIPassed + { + get; + private set; + } + + public void SetAIPassedState(bool state) + { + HasAIPassed = state; + } + + private void Awake() + { + obstacleMoverBase = GetComponent(); + } + + private void Update() + { + if (!obstaclesManager) + { + obstaclesManager = InterfaceManager.Instance.GetInterfaceInstance(); + } + + if (obstaclesManager && transform.position.z < obstaclesManager.ObstacleEndpoint.z) + { + HasAIPassed = false; + gameObject.SetActive(false); + obstaclesManager.SendObjectToPool(this); + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/ObstacleBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/ObstacleBase.cs.meta new file mode 100644 index 0000000..4dc82b1 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/BaseObjects/ObstacleBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c0eba201132a74227964b3e44bad616b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectBase.cs b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectBase.cs new file mode 100644 index 0000000..31b8a4d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectBase.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +public class ObjectBase : MonoBehaviour +{ + +} diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectBase.cs.meta new file mode 100644 index 0000000..d19f07d --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 82704821321e74215823b05ca8e75490 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectPoolBase.cs b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectPoolBase.cs new file mode 100644 index 0000000..ff267db --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectPoolBase.cs @@ -0,0 +1,90 @@ +using System.Collections.Generic; +using System.Linq; +using UnityEngine; + +public abstract class ObjectPoolBase : MonoBehaviour +{ + public abstract bool IsEmpty(); + public abstract ObjectBase CreateNewPooledItem(); + public abstract void Enqueue(ObjectBase item); + public abstract ObjectBase Dequeue(); +} + +public class ObjectPoolBase : ObjectPoolBase where T : ObjectBase +{ + [SerializeField] protected T prefabInst; + [SerializeField] protected bool canContainMultipleObjects = false; + + [Tooltip("If canContainMultipleObjects initialize this")] + [SerializeField] protected T[] prefabInstances; + + [SerializeField] protected Transform prefabsParent; + [SerializeField] protected int initialPoolCount; + + protected Queue queue = new Queue(); + + public virtual void InitPoolFirstTime() + { + T itemInst = null; + + if (!canContainMultipleObjects) + { + for (int i = 0; i < initialPoolCount; i++) + { + itemInst = (T)CreateNewPooledItem(); + Enqueue(itemInst); + } + } + else + { + initialPoolCount *= prefabInstances.Count(); + var indexer = 0; + + for (int i = 0; i < initialPoolCount; i++) + { + if (indexer >= prefabInstances.Count()) indexer = 0; + + prefabInst = prefabInstances[indexer++]; + + itemInst = (T)CreateNewPooledItem(); + Enqueue(itemInst); + } + } + } + + public override ObjectBase CreateNewPooledItem() + { + if (canContainMultipleObjects) + { + prefabInst = prefabInstances[Random.Range(0, prefabInstances.Length)]; + } + + T inst = Instantiate(prefabInst); + inst.gameObject.SetActive(false); // enqueue these objects later + inst.transform.parent = prefabsParent; + + return inst; + } + + public override void Enqueue(ObjectBase item) + { + queue.Enqueue((T)item); + } + + public override ObjectBase Dequeue() + { + return queue.Dequeue(); + } + + public override bool IsEmpty() + { + return queue.Count < 1; + } + + public virtual void ClearPool() + { + queue.Clear(); + } + + +} diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectPoolBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectPoolBase.cs.meta new file mode 100644 index 0000000..33819fd --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Base/ObjectPoolBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7a9bb2d2d8c3b724e8ccda7a9b5d6c41 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager.meta new file mode 100644 index 0000000..2a356e8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f39f30dd08c7dd941ab101f6cd6211bb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager/ObjectPoolManager.cs b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager/ObjectPoolManager.cs new file mode 100644 index 0000000..bcd564a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager/ObjectPoolManager.cs @@ -0,0 +1,117 @@ +using System; +using System.Collections.Generic; +using System.Threading; +using Unity.VisualScripting; +using UnityEngine; +using UnityEngine.Pool; + +public enum PoolType +{ + Movable = 0, + NonMovable = 1, + Obstacle = 2, + Currency = 3, + Powerup = 4, + MAX = 5, +} + +public class ObjectPoolManager : MonoBehaviour, IBase, IBootLoader, IDataLoader +{ + [SerializeField] private ObstacleObjectPool[] obstaclePoolBases; + [SerializeField] private CollectibleObjectPool[] collectiblePoolBases; + + private Dictionary obstaclesPoolBasesDict = new Dictionary(); + private Dictionary collectiblesPoolBasesDict = new Dictionary(); + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + foreach (var pool in obstaclePoolBases) + { + obstaclesPoolBasesDict.Add(pool.GetPoolObjectType(), pool); + pool.InitPoolFirstTime(); + } + + foreach (var pool in collectiblePoolBases) + { + collectiblesPoolBasesDict.Add(pool.GetPoolObjectType(), pool); + pool.InitPoolFirstTime(); + } + } + + public T GetObjectFromPool(string poolItemTypeInfo, PoolType poolType) where T : ObjectBase //ItemType poolItemType) where T : ObjectBase + { + T objectBase = null; + ObjectPoolBase poolToUse = GetUsedPool(GetPoolInfoBasedOnType(poolItemTypeInfo, poolType), poolType); + + if (poolToUse != null) + { + if (poolToUse.IsEmpty()) + { + Debug.Log($"Creating new pooled item"); + // Debug.Log($"Object Pool: CreateNewPooledItem"); + objectBase = (T)poolToUse.CreateNewPooledItem(); + } + else + { + // Debug.Log($"Object Pool: Use existing item"); + objectBase = (T)poolToUse.Dequeue(); + } + } + + return objectBase; + } + + public void PassObjectToPool(string poolItemTypeInfo, PoolType poolType, T objectBase) where T : ObjectBase + { + ObjectPoolBase poolToUse = GetUsedPool(GetPoolInfoBasedOnType(poolItemTypeInfo, poolType), poolType); + + // Debug.Log($"Object Pool: PassObjectToPool: PoolToUse {poolToUse != null}"); + if (poolToUse != null) + { + poolToUse.Enqueue(objectBase); + } + } + + private int GetPoolInfoBasedOnType(string poolItemTypeInfo, PoolType poolType) + { + switch (poolType) + { + case PoolType.Movable: + case PoolType.NonMovable: + case PoolType.Obstacle: + return (int)Enum.Parse(typeof(TrackObstacleType), poolItemTypeInfo); + case PoolType.Currency: + return (int)Enum.Parse(typeof(TrackCollectibleType), poolItemTypeInfo); + default: + return -1; + } + } + + public ObjectPoolBase GetUsedPool(int poolIndex, PoolType poolType) + { + switch (poolType) + { + case PoolType.Movable: + case PoolType.NonMovable: + case PoolType.Obstacle: + var trackObstacleType = (TrackObstacleType)poolIndex; + if (obstaclesPoolBasesDict.ContainsKey(trackObstacleType)) + return obstaclesPoolBasesDict[trackObstacleType]; + else + return null; + case PoolType.Currency: + var trackCollectibleType = (TrackCollectibleType)poolIndex; + if (collectiblesPoolBasesDict.ContainsKey(trackCollectibleType)) + return collectiblesPoolBasesDict[trackCollectibleType]; + else + return null; + default: + return null; + } + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager/ObjectPoolManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager/ObjectPoolManager.cs.meta new file mode 100644 index 0000000..211de61 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Manager/ObjectPoolManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6e89a907e321a4b4990d451a0bfd610d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools.meta new file mode 100644 index 0000000..2baeffe --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3cc98f8955db346bca7554542474c255 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools.meta new file mode 100644 index 0000000..637b47b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bbd57e5a946e14e28b303ea7285679a8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/CollectibleObjectPool.cs b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/CollectibleObjectPool.cs new file mode 100644 index 0000000..57f6d4b --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/CollectibleObjectPool.cs @@ -0,0 +1,12 @@ +using UnityEngine; + +public class CollectibleObjectPool : ObjectPoolBase +{ + [SerializeField] protected TrackCollectibleType objectType; + public TrackCollectibleType GetPoolObjectType() => objectType;// goodsType; + + public override void InitPoolFirstTime() + { + base.InitPoolFirstTime(); + } +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/CollectibleObjectPool.cs.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/CollectibleObjectPool.cs.meta new file mode 100644 index 0000000..7cb3323 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/CollectibleObjectPool.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a17f5daaa82d6459099dbe3f6fbaa1cd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/ObstacleObjectPool.cs b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/ObstacleObjectPool.cs new file mode 100644 index 0000000..ead1ce6 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/ObstacleObjectPool.cs @@ -0,0 +1,12 @@ +using UnityEngine; + +public class ObstacleObjectPool : ObjectPoolBase +{ + [SerializeField] protected TrackObstacleType objectType; + public TrackObstacleType GetPoolObjectType() => objectType;// goodsType; + + public override void InitPoolFirstTime() + { + base.InitPoolFirstTime(); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/ObstacleObjectPool.cs.meta b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/ObstacleObjectPool.cs.meta new file mode 100644 index 0000000..eb0d464 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/ObjectPool/Pools/BasePools/ObstacleObjectPool.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bfd88c252718f46269425a5c44e8663e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/SO.meta b/Unity/Arctic Escape/Assets/Scripts/SO.meta new file mode 100644 index 0000000..ace818a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 370fb0ab6d65a443b96237b6bc4a93eb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.asset b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.asset new file mode 100644 index 0000000..f1d87ca --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.asset @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ba18a79de2acf4fcd81e80940a190781, type: 3} + m_Name: DifficultyCurveSO + m_EditorClassIdentifier: + difficultyCurveDatas: + - CurveType: 1 + AnimCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 2 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.39841336 + value: 0.59604 + inSlope: 0.08876064 + outSlope: 0.08876064 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.087950975 + outWeight: 0.22219516 + - serializedVersion: 3 + time: 0.59920317 + value: 0.597351 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.0015936 + value: 0.997351 + inSlope: 2.7704208 + outSlope: 2.7704208 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.047524728 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + - CurveType: 2 + AnimCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 2 + outSlope: 2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.9003906 + value: 1.0013237 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + - CurveType: 3 + AnimCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.9003906 + value: 1.0026474 + inSlope: 0.026838286 + outSlope: 0.026838286 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0.50410444 + - serializedVersion: 3 + time: 0.99926084 + value: 1.0026474 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.asset.meta b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.asset.meta new file mode 100644 index 0000000..d284228 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 746aafba2ad0c4b0390ba0f4ecfa32ff +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.cs b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.cs new file mode 100644 index 0000000..73c3973 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.cs @@ -0,0 +1,45 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public enum DifficultyCurveType +{ + None = 0, + WorldMoveSpeed = 1, + MovableTrainSpeed = 2, + NonMovableObstacleSpeed = 3, +} + +[System.Serializable] +public class DifficultyCurveData +{ + public DifficultyCurveType CurveType; + public AnimationCurve AnimCurve; +} + +[CreateAssetMenu(menuName = "DifficultyCurveSO", fileName = "DifficultyCurveSO")] +public class DifficultyCurveSO : BaseSO +{ + [SerializeField] private DifficultyCurveData[] difficultyCurveDatas; + + private Dictionary curvesDict = new Dictionary(); + + public override void InitScriptableData() + { + base.InitScriptableData(); + + foreach (var difficultyCurveData in difficultyCurveDatas) + { + if (curvesDict.ContainsKey(difficultyCurveData.CurveType)) + curvesDict[difficultyCurveData.CurveType] = difficultyCurveData.AnimCurve; + else + curvesDict.Add(difficultyCurveData.CurveType, difficultyCurveData.AnimCurve); + } + } + + public AnimationCurve GetDifficultyCurve(DifficultyCurveType curveType) + { + Debug.Log($"### GetDifficultyCurve: {curveType} :: {curvesDict.ContainsKey(curveType)}"); + return curvesDict[curveType]; + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.cs.meta b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.cs.meta new file mode 100644 index 0000000..b848004 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/DifficultyCurveSO.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ba18a79de2acf4fcd81e80940a190781 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.asset b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.asset new file mode 100644 index 0000000..4da1ec5 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.asset @@ -0,0 +1,58 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0a3076d2c12e4dd89edcf70b8b5b46e, type: 3} + m_Name: ObstaclesPathSO + m_EditorClassIdentifier: + startBoundObstaclesPathData: + - trackObstacleType: 0 + extraDelay: 0 + pathTimerMinLimit: 2 + pathTimerMaxLimit: 5 + safeDistance: 8 + extraOffsetMinDist: 5 + extraOffsetMaxDist: 8 + - trackObstacleType: 1 + extraDelay: 0 + pathTimerMinLimit: 3 + pathTimerMaxLimit: 6 + safeDistance: 8 + extraOffsetMinDist: 4 + extraOffsetMaxDist: 8 + - trackObstacleType: 2 + extraDelay: 5 + pathTimerMinLimit: 1 + pathTimerMaxLimit: 3 + safeDistance: 50 + extraOffsetMinDist: 5 + extraOffsetMaxDist: 12 + endBoundObstaclesPathData: + - trackObstacleType: 0 + extraDelay: 0 + pathTimerMinLimit: 2 + pathTimerMaxLimit: 8 + safeDistance: 4 + extraOffsetMinDist: 5 + extraOffsetMaxDist: 8 + - trackObstacleType: 1 + extraDelay: 0 + pathTimerMinLimit: 3 + pathTimerMaxLimit: 9 + safeDistance: 4 + extraOffsetMinDist: 4 + extraOffsetMaxDist: 8 + - trackObstacleType: 2 + extraDelay: 5 + pathTimerMinLimit: 1 + pathTimerMaxLimit: 5 + safeDistance: 34 + extraOffsetMinDist: 5 + extraOffsetMaxDist: 12 diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.asset.meta b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.asset.meta new file mode 100644 index 0000000..f5519ba --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 71ed2703c900a48c1b816725924ec2d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.cs b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.cs new file mode 100644 index 0000000..17795af --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.cs @@ -0,0 +1,63 @@ +using System.Collections.Generic; +using UnityEngine; + +[System.Serializable] +public class ObstaclesPathData +{ + public TrackObstacleType trackObstacleType; + public float extraDelay; + public float pathTimerMinLimit; + public float pathTimerMaxLimit; + public float safeDistance; + public float extraOffsetMinDist; + public float extraOffsetMaxDist; +} + +[CreateAssetMenu(fileName = "ObstaclesPathSO", menuName = "ObstaclesPathSO")] +public class ObstaclesPathSO : BaseSO +{ + // obstacles + // extraDelay: 0f + // pathTimerLimit => min -> 2, max -> 5 + // safeDistance -> 5, extraOffsetDist => min -> 3, max -> 5 + + // non-movable trains + // extraDelay: 0f + // pathTimerLimit => min -> 3, max -> 6 + // safeDistance -> 10, extraOffsetDist => min -> 4, max -> 8 + + // note: delay is required if movable trains are to be spawned + + // movable trains + // extraDelay: 2f + // pathTimerLimit => min -> 2, max -> 4 + // safeDistance -> 15, extraOffsetDist => min -> 4, max -> 8 + + [SerializeField] private ObstaclesPathData[] startBoundObstaclesPathData; + [SerializeField] private ObstaclesPathData[] endBoundObstaclesPathData; + + private Dictionary startBoundObstaclesPathDict = new Dictionary(); + private Dictionary endBoundObstaclesPathDict = new Dictionary(); + + public override void InitScriptableData() + { + foreach (var data in startBoundObstaclesPathData) + { + if (startBoundObstaclesPathDict.ContainsKey(data.trackObstacleType)) + startBoundObstaclesPathDict[data.trackObstacleType] = data; + else + startBoundObstaclesPathDict.Add(data.trackObstacleType, data); + } + + foreach (var data in endBoundObstaclesPathData) + { + if (endBoundObstaclesPathDict.ContainsKey(data.trackObstacleType)) + endBoundObstaclesPathDict[data.trackObstacleType] = data; + else + endBoundObstaclesPathDict.Add(data.trackObstacleType, data); + } + } + + public ObstaclesPathData GetStartBoundObstaclesPathData(TrackObstacleType trackObstacleType) => startBoundObstaclesPathDict[trackObstacleType]; + public ObstaclesPathData GetEndBoundObstaclesPathData(TrackObstacleType trackObstacleType) => endBoundObstaclesPathDict[trackObstacleType]; +} diff --git a/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.cs.meta b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.cs.meta new file mode 100644 index 0000000..b9357f8 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/SO/ObstaclesPathSO.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d0a3076d2c12e4dd89edcf70b8b5b46e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Sound.meta b/Unity/Arctic Escape/Assets/Scripts/Sound.meta new file mode 100644 index 0000000..6785d33 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Sound.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 17db69871efbd4a3b8eb80cac81c3a6c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/Sound/SoundManager.cs b/Unity/Arctic Escape/Assets/Scripts/Sound/SoundManager.cs new file mode 100644 index 0000000..c0803be --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Sound/SoundManager.cs @@ -0,0 +1,168 @@ +using System.Collections.Generic; +using UnityEngine; + +public enum SoundType +{ + CarCrash, + CarGearChange, + GiftCollectible, + Button_Click +} + +[System.Serializable] +public class SoundData +{ + public SoundType soundType; + public int priority; + public AudioClip soundClip; +} + +public enum SingleInstAudioSourceType +{ + BG, + CarAccel +} + +public enum MultiAudioSourceType +{ + MovableTrain +} + +[System.Serializable] +public class AudioSourceData +{ + public SingleInstAudioSourceType sourceType; + public AudioSource audioSource; +} + +public class SoundManager : MonoBehaviour, IBootLoader, IBase, IDataLoader +{ + // [SerializeField] private AudioSourceData[] singleInstAudioSourceDatas; + [SerializeField] private AudioSource audioClipSource; + [SerializeField] private AudioSource bgAudioSource; + [SerializeField] private AudioSource carAccelAudioSource; + + [SerializeField] private SoundData[] soundDatas; + + private Queue multiSourcesQueue = new Queue(); // only a single multiSource right now + private Dictionary soundDataDict = new Dictionary(); + // private Dictionary singleInstAudioSourcesDict = new Dictionary(); + + private UserDataBehaviour userDataBehaviour; + private InGameSFXData inGameSFXData; + private PopupManager popupManager; + + public void Initialize() + { + InterfaceManager.Instance?.RegisterInterface(this); + } + + public void InitializeData() + { + userDataBehaviour = InterfaceManager.Instance?.GetInterfaceInstance(); + popupManager = InterfaceManager.Instance?.GetInterfaceInstance(); + + for (int idx = 0; idx < soundDatas.Length; idx++) + { + if (soundDataDict.ContainsKey(soundDatas[idx].soundType)) + soundDataDict[soundDatas[idx].soundType] = soundDatas[idx]; + else + soundDataDict.Add(soundDatas[idx].soundType, soundDatas[idx]); + } + + // foreach (var data in singleInstAudioSourceDatas) + // { + // singleInstAudioSourcesDict.Add(data.sourceType, data.audioSource); + // } + + inGameSFXData = userDataBehaviour.GetSoundData(); + + SetGameMusic(inGameSFXData.gameMusicToggle); + SetGameSound(inGameSFXData.gameSoundToggle); + + Debug.Log($"#### popupManager.GetPopup(PopupType.Options): {popupManager.GetPopup(PopupType.Options)}"); + popupManager.GetPopup(PopupType.Options).InitSFXData(inGameSFXData, this); + } + + public void SetGameMusic(bool state) + { + inGameSFXData.gameMusicToggle = state; + userDataBehaviour.SaveSoundData(inGameSFXData); + } + + public void SetGameSound(bool state) + { + inGameSFXData.gameSoundToggle = state; + userDataBehaviour.SaveSoundData(inGameSFXData); + } + + public void RegisterToMultiSources(AudioSource audioSource) + { + Debug.Log($"Registering to multisources queue"); + multiSourcesQueue.Enqueue(audioSource); + } + + public void UnregisterFromMultiSources() + { + if (multiSourcesQueue.Count < 1) return; + + Debug.Log($"Unregistering from multisources queue"); + multiSourcesQueue.Dequeue(); + } + + public void SetMultiSourcesState(bool state) + { + Debug.Log($"source :: {multiSourcesQueue.Count}"); + if (state && inGameSFXData.gameSoundToggle) + { + foreach (var source in multiSourcesQueue) + source.Play(); + } + else + { + foreach (var source in multiSourcesQueue) + source.Stop(); + } + } + + public void PlayPrimaryGameSoundClip(SoundType soundType) + { + if (!enabled || !inGameSFXData.gameSoundToggle) return; + + SoundData soundData = soundDataDict[soundType]; + + audioClipSource.clip = soundData.soundClip; + audioClipSource.PlayOneShot(soundData.soundClip); + } + + public void PlayButtonSoundClip(SoundType soundType) + { + if (!enabled || !inGameSFXData.gameSoundToggle) return; + + SoundData soundData = soundDataDict[soundType]; + audioClipSource.PlayOneShot(soundData.soundClip); + } + + public void PlayCarAudio(bool state) + { + Debug.Log($"Play car audio"); + if (!enabled || !inGameSFXData.gameSoundToggle || !state) + { + carAccelAudioSource.Stop(); + return; + } + + carAccelAudioSource.Play(); + } + + public void PlayBGAudio(bool state) + { + if (!enabled || !inGameSFXData.gameMusicToggle || !state) + { + bgAudioSource.Stop(); + return; + } + + bgAudioSource.Play(); + } +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/Scripts/Sound/SoundManager.cs.meta b/Unity/Arctic Escape/Assets/Scripts/Sound/SoundManager.cs.meta new file mode 100644 index 0000000..f8a18ff --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/Sound/SoundManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7a53207dc02f8437aa5a2f0964a1aa42 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/UI.meta b/Unity/Arctic Escape/Assets/Scripts/UI.meta new file mode 100644 index 0000000..efa241f --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 49d57ff87563e4f46a289706b5ef832b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/UI/Base.meta b/Unity/Arctic Escape/Assets/Scripts/UI/Base.meta new file mode 100644 index 0000000..4f4ad3c --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI/Base.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d582e5b6c333e4294a2a07c0e4a821e1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/UI/Base/PopupBackHandler.cs b/Unity/Arctic Escape/Assets/Scripts/UI/Base/PopupBackHandler.cs new file mode 100644 index 0000000..26486db --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI/Base/PopupBackHandler.cs @@ -0,0 +1,20 @@ + +public class PopupBackHandler +{ + private PopupManager popupManager; + + public PopupBackHandler(PopupManager popupManager) + { + this.popupManager = popupManager; + } + + public void HandleBackClick(PopupType popupType) + { + popupManager.HidePopup(popupType); + if (popupManager.GetPrevActivePU()) + { + popupManager.ShowPopup(popupManager.GetPrevActivePU().PopupType); + popupManager.ResetPrevActionPU(); + } + } +} \ No newline at end of file diff --git a/Unity/Arctic Escape/Assets/Scripts/UI/Base/PopupBackHandler.cs.meta b/Unity/Arctic Escape/Assets/Scripts/UI/Base/PopupBackHandler.cs.meta new file mode 100644 index 0000000..986b864 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI/Base/PopupBackHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2ba5445b969ec4c36b72402a309928bc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/UI/Base/UIBase.cs b/Unity/Arctic Escape/Assets/Scripts/UI/Base/UIBase.cs new file mode 100644 index 0000000..1485b5a --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI/Base/UIBase.cs @@ -0,0 +1,16 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class UIBase : MonoBehaviour +{ + public virtual void Show() + { + gameObject.SetActive(true); + } + + public virtual void Hide() + { + gameObject.SetActive(false); + } +} diff --git a/Unity/Arctic Escape/Assets/Scripts/UI/Base/UIBase.cs.meta b/Unity/Arctic Escape/Assets/Scripts/UI/Base/UIBase.cs.meta new file mode 100644 index 0000000..429e6f3 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI/Base/UIBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4c845cfc80e91458d8526c7f112a10b7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/UI/Button.meta b/Unity/Arctic Escape/Assets/Scripts/UI/Button.meta new file mode 100644 index 0000000..47a2950 --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI/Button.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e265131402b6244848312ade03fe3f8a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Arctic Escape/Assets/Scripts/UI/Button/ButtonSound.cs b/Unity/Arctic Escape/Assets/Scripts/UI/Button/ButtonSound.cs new file mode 100644 index 0000000..eade6ca --- /dev/null +++ b/Unity/Arctic Escape/Assets/Scripts/UI/Button/ButtonSound.cs @@ -0,0 +1,36 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; + +public class ButtonSound : MonoBehaviour +{ + private Button buttonComp; + private SoundManager soundManager; + + private void Awake() + { + buttonComp = GetComponent