new 'cacheRenderers' option for IsoObject

This commit is contained in:
2016-04-17 17:12:29 +06:00
parent fccf22b3cd
commit c1d521e96a
29 changed files with 1175 additions and 475 deletions

View File

@@ -1,49 +1,48 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion> <ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BD090B74-59E6-B8B4-61B5-2814183903F0}</ProjectGuid> <RootNamespace></RootNamespace>
<OutputType>Library</OutputType> <ProjectGuid>{BD090B74-59E6-B8B4-61B5-2814183903F0}</ProjectGuid>
<AppDesignerFolder>Properties</AppDesignerFolder> <OutputType>Library</OutputType>
<RootNamespace></RootNamespace> <AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp-Editor</AssemblyName> <AssemblyName>Assembly-CSharp-Editor</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory> <BaseDirectory>Assets</BaseDirectory>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath> <OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_1_4;UNITY_5_1;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_2D_PHYSICS;ENABLE_4_6_FEATURES;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PHYSICS_PHYSX3;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_LICENSE;ENABLE_AUDIOMIXER_SUSPEND;ENABLE_EDITOR_METRICS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_LOCALIZATION;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX</DefineConstants> <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_3_4;UNITY_5_3;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_LOG_MIXED_STACKTRACE;ENABLE_UNITYWEBREQUEST;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;PLAYMAKER;PLAYMAKER_1_8</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn> <NoWarn>0169</NoWarn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath> <OutputPath>Temp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport>
<ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel>
<WarningLevel>4</WarningLevel> <NoWarn>0169</NoWarn>
<NoWarn>0169</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.XML" /> <Reference Include="System.XML" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine"> <Reference Include="UnityEngine">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor"> <Reference Include="UnityEditor">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Assets\IsoTools\Scripts\Internal\Editor\IsoObjectEditor.cs" /> <Compile Include="Assets\IsoTools\Scripts\Internal\Editor\IsoObjectEditor.cs" />
@@ -52,53 +51,50 @@
<Compile Include="Assets\IsoTools\Tiled\Internal\Editor\TiledMapLayerEditor.cs" /> <Compile Include="Assets\IsoTools\Tiled\Internal\Editor\TiledMapLayerEditor.cs" />
<Compile Include="Assets\IsoTools\Tiled\Internal\Editor\TiledMapPostprocessor.cs" /> <Compile Include="Assets\IsoTools\Tiled\Internal\Editor\TiledMapPostprocessor.cs" />
<Compile Include="Assets\IsoTools\Tiled\Internal\Editor\TiledMapTilesetEditor.cs" /> <Compile Include="Assets\IsoTools\Tiled\Internal\Editor\TiledMapTilesetEditor.cs" />
<Reference Include="UnityEditor.Advertisements">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/EditorTestsRunner/Editor/nunit.framework.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.EditorTestsRunner">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/EditorTestsRunner/Editor/UnityEditor.EditorTestsRunner.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI"> <Reference Include="UnityEngine.UI">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.UI"> <Reference Include="UnityEditor.UI">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEngine.Networking"> <Reference Include="UnityEngine.Networking">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.Networking"> <Reference Include="UnityEditor.Networking">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEngine.Analytics"> <Reference Include="UnityEditor.TreeEditor">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.Graphs"> <Reference Include="UnityEditor.Graphs">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/Frameworks/Managed/UnityEditor.Graphs.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.Graphs.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Android.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.iOS.Extensions"> <Reference Include="UnityEditor.iOS.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath> <HintPath>/Applications/Unity/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.BB10.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/BlackBerryPlayer/UnityEditor.BB10.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Tizen.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/TizenPlayer/UnityEditor.Tizen.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.SamsungTV.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/STVPlayer/UnityEditor.SamsungTV.Extensions.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.WebGL.Extensions"> <Reference Include="UnityEditor.WebGL.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll</HintPath> <HintPath>/Applications/Unity/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.LinuxStandalone.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.WindowsStandalone.Extensions"> <Reference Include="UnityEditor.WindowsStandalone.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath> <HintPath>/Applications/Unity/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.OSXStandalone.Extensions"> <Reference Include="UnityEditor.OSXStandalone.Extensions">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll</HintPath> <HintPath>/Applications/Unity/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode"> <Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath> <HintPath>/Applications/Unity/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Common">
<HintPath>/Applications/Unity/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@@ -107,7 +103,7 @@
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">

View File

@@ -1,49 +1,48 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion> <ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{95166F85-0462-AC59-009C-63E7F7F767D5}</ProjectGuid> <RootNamespace></RootNamespace>
<OutputType>Library</OutputType> <ProjectGuid>{95166F85-0462-AC59-009C-63E7F7F767D5}</ProjectGuid>
<AppDesignerFolder>Properties</AppDesignerFolder> <OutputType>Library</OutputType>
<RootNamespace></RootNamespace> <AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp</AssemblyName> <AssemblyName>Assembly-CSharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory> <BaseDirectory>Assets</BaseDirectory>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath> <OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_1_4;UNITY_5_1;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_2D_PHYSICS;ENABLE_4_6_FEATURES;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PHYSICS_PHYSX3;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_LICENSE;ENABLE_AUDIOMIXER_SUSPEND;ENABLE_EDITOR_METRICS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_LOCALIZATION;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX</DefineConstants> <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_3_4;UNITY_5_3;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_LOG_MIXED_STACKTRACE;ENABLE_UNITYWEBREQUEST;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;PLAYMAKER;PLAYMAKER_1_8</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn> <NoWarn>0169</NoWarn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath> <OutputPath>Temp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport>
<ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel>
<WarningLevel>4</WarningLevel> <NoWarn>0169</NoWarn>
<NoWarn>0169</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.XML" /> <Reference Include="System.XML" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine"> <Reference Include="UnityEngine">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEditor"> <Reference Include="UnityEditor">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Assets\IsoTools\Examples\Scripts\AlienBallController.cs" /> <Compile Include="Assets\IsoTools\Examples\Scripts\AlienBallController.cs" />
@@ -74,21 +73,15 @@
<Compile Include="Assets\IsoTools\Tiled\TiledMapProperties.cs" /> <Compile Include="Assets\IsoTools\Tiled\TiledMapProperties.cs" />
<Compile Include="Assets\IsoTools\Tiled\TiledMapTileset.cs" /> <Compile Include="Assets\IsoTools\Tiled\TiledMapTileset.cs" />
<Reference Include="UnityEngine.UI"> <Reference Include="UnityEngine.UI">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference> </Reference>
<Reference Include="UnityEngine.Networking"> <Reference Include="UnityEngine.Networking">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath> <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Analytics">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>/Applications/Unity_5.1.4/Unity.app/Contents/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">

View File

@@ -55,7 +55,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 166188} m_GameObject: {fileID: 166188}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .307000011, z: 0} m_LocalPosition: {x: 0, y: 0.307, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 448796} m_Father: {fileID: 448796}
@@ -71,9 +71,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 0.5, y: 0.5, z: 0.5}
_size: {x: .5, y: .5, z: .5}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 0 _isAlignment: 0
_isShowBounds: 0 _isShowBounds: 0
--- !u!114 &11439950 --- !u!114 &11439950
@@ -114,8 +115,8 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_material: {fileID: 0} _material: {fileID: 0}
_isTrigger: 0 _isTrigger: 0
_size: {x: .519999981, y: .519999981, z: .519999981} _size: {x: 0.52, y: 0.52, z: 0.52}
_offset: {x: .25, y: .25, z: .25} _offset: {x: 0.25, y: 0.25, z: 0.25}
--- !u!212 &21288996 --- !u!212 &21288996
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -134,14 +135,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: d355cfa60ec5444bd9f32c9a106015d6, type: 3} m_Sprite: {fileID: 21300000, guid: d355cfa60ec5444bd9f32c9a106015d6, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -89,7 +89,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 157932} m_GameObject: {fileID: 157932}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1.72500002, z: -.300000012} m_LocalPosition: {x: 0, y: 1.725, z: -0.3}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 442828} m_Father: {fileID: 442828}
@@ -101,7 +101,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 151156} m_GameObject: {fileID: 151156}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1.17499995, z: -.100000001} m_LocalPosition: {x: 0, y: 1.175, z: -0.1}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 442828} m_Father: {fileID: 442828}
@@ -129,7 +129,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 129420} m_GameObject: {fileID: 129420}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .629999995, z: 0} m_LocalPosition: {x: 0, y: 0.63, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 442828} m_Father: {fileID: 442828}
@@ -141,7 +141,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 103894} m_GameObject: {fileID: 103894}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1.45000005, z: -.200000003} m_LocalPosition: {x: 0, y: 1.45, z: -0.2}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 442828} m_Father: {fileID: 442828}
@@ -171,9 +171,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0
_size: {x: 1, y: 1, z: 2} _size: {x: 1, y: 1, z: 2}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!114 &11453236 --- !u!114 &11453236
@@ -190,7 +191,7 @@ MonoBehaviour:
_material: {fileID: 0} _material: {fileID: 0}
_isTrigger: 0 _isTrigger: 0
_size: {x: 1, y: 1, z: 2} _size: {x: 1, y: 1, z: 2}
_offset: {x: .5, y: .5, z: 1} _offset: {x: 0.5, y: 0.5, z: 1}
--- !u!212 &21218512 --- !u!212 &21218512
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -209,14 +210,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: a62b93dd83f424890b3cf54c8be1b43f, type: 3} m_Sprite: {fileID: 21300000, guid: a62b93dd83f424890b3cf54c8be1b43f, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!212 &21270808 --- !u!212 &21270808
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -235,14 +240,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: fe603ddb11b5b45d89143870ae7c13ac, type: 3} m_Sprite: {fileID: 21300000, guid: fe603ddb11b5b45d89143870ae7c13ac, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!212 &21272858 --- !u!212 &21272858
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -261,14 +270,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: a62b93dd83f424890b3cf54c8be1b43f, type: 3} m_Sprite: {fileID: 21300000, guid: a62b93dd83f424890b3cf54c8be1b43f, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!212 &21273484 --- !u!212 &21273484
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -287,14 +300,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: a62b93dd83f424890b3cf54c8be1b43f, type: 3} m_Sprite: {fileID: 21300000, guid: a62b93dd83f424890b3cf54c8be1b43f, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -73,7 +73,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 136298} m_GameObject: {fileID: 136298}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1.51499999, z: -.200000003} m_LocalPosition: {x: 0, y: 1.515, z: -0.2}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 448996} m_Father: {fileID: 448996}
@@ -100,7 +100,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 198744} m_GameObject: {fileID: 198744}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .629999995, z: 0} m_LocalPosition: {x: 0, y: 0.63, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 448996} m_Father: {fileID: 448996}
@@ -112,7 +112,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 145590} m_GameObject: {fileID: 145590}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1.17999995, z: -.100000001} m_LocalPosition: {x: 0, y: 1.18, z: -0.1}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 448996} m_Father: {fileID: 448996}
@@ -131,7 +131,7 @@ MonoBehaviour:
_material: {fileID: 0} _material: {fileID: 0}
_isTrigger: 0 _isTrigger: 0
_size: {x: 1, y: 1, z: 2} _size: {x: 1, y: 1, z: 2}
_offset: {x: .5, y: .5, z: 1} _offset: {x: 0.5, y: 0.5, z: 1}
--- !u!114 &11425092 --- !u!114 &11425092
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -157,9 +157,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0
_size: {x: 1, y: 1, z: 2} _size: {x: 1, y: 1, z: 2}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21269568 --- !u!212 &21269568
@@ -180,14 +181,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: eaf13bfdc62ff494a93bd93a36397af0, type: 3} m_Sprite: {fileID: 21300000, guid: eaf13bfdc62ff494a93bd93a36397af0, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!212 &21272192 --- !u!212 &21272192
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -206,14 +211,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 88ba909b102ec4de3913d06e01ba07a9, type: 3} m_Sprite: {fileID: 21300000, guid: 88ba909b102ec4de3913d06e01ba07a9, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!212 &21281626 --- !u!212 &21281626
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -232,14 +241,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: ebd50329949934fadb0f949a0368f62f, type: 3} m_Sprite: {fileID: 21300000, guid: ebd50329949934fadb0f949a0368f62f, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 190772} m_GameObject: {fileID: 190772}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: .305000007, y: .310000002, z: 0} m_LocalPosition: {x: 0.305, y: 0.31, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 436798} m_Father: {fileID: 436798}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 0.07, z: 0.43}
_size: {x: 1, y: .0700000003, z: .430000007}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 0 _isAlignment: 0
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21295688 --- !u!212 &21295688
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: f53d43199e158489d94f25cc8b8e3cd8, type: 3} m_Sprite: {fileID: 21300000, guid: f53d43199e158489d94f25cc8b8e3cd8, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 170452} m_GameObject: {fileID: 170452}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -.305000007, y: .310000002, z: 0} m_LocalPosition: {x: -0.305, y: 0.31, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 452232} m_Father: {fileID: 452232}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 0.07, y: 1, z: 0.43}
_size: {x: .0700000003, y: 1, z: .430000007}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 0 _isAlignment: 0
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21245702 --- !u!212 &21245702
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 2ac8956153c254c3e9f4af1ce020660c, type: 3} m_Sprite: {fileID: 21300000, guid: 2ac8956153c254c3e9f4af1ce020660c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -43,7 +43,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 121016} m_GameObject: {fileID: 121016}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.59553325, y: 1.54941547, z: 30.3571491} m_LocalPosition: {x: -1.5955333, y: 1.5494155, z: 30.35715}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 442418} - {fileID: 442418}
@@ -56,8 +56,8 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 194838} m_GameObject: {fileID: 194838}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .296999991, z: 0} m_LocalPosition: {x: 0, y: 0.297, z: 0}
m_LocalScale: {x: .5, y: .5, z: .5} m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
m_Children: [] m_Children: []
m_Father: {fileID: 434702} m_Father: {fileID: 434702}
m_RootOrder: 0 m_RootOrder: 0
@@ -72,9 +72,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 0.3, y: 0.3, z: 0.6}
_size: {x: .300000012, y: .300000012, z: .600000024}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 0 _isAlignment: 0
_isShowBounds: 0 _isShowBounds: 0
--- !u!114 &11445356 --- !u!114 &11445356
@@ -127,8 +128,8 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_material: {fileID: 0} _material: {fileID: 0}
_isTrigger: 0 _isTrigger: 0
_size: {x: .319999993, y: .319999993, z: .620000005} _size: {x: 0.32, y: 0.32, z: 0.62}
_offset: {x: .150000006, y: .150000006, z: .300000012} _offset: {x: 0.15, y: 0.15, z: 0.3}
--- !u!212 &21204754 --- !u!212 &21204754
SpriteRenderer: SpriteRenderer:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
@@ -147,14 +148,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: f84ff09bc11d143e09c13325d4121e3c, type: 3} m_Sprite: {fileID: 21300000, guid: f84ff09bc11d143e09c13325d4121e3c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 114888} m_GameObject: {fileID: 114888}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 1.29999971, y: .649999976, z: 22.2222233} m_LocalPosition: {x: 1.2999997, y: 0.65, z: 22.222223}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 483872} - {fileID: 483872}
@@ -52,7 +52,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 122918} m_GameObject: {fileID: 122918}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 414844} m_Father: {fileID: 414844}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21221408 --- !u!212 &21221408
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 159761a461a91462c82d3b1b08d245a3, type: 3} m_Sprite: {fileID: 21300000, guid: 159761a461a91462c82d3b1b08d245a3, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 155780} m_GameObject: {fileID: 155780}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -2.59999967, y: -1.1920929e-07, z: 0} m_LocalPosition: {x: -2.5999997, y: -0.00000011920929, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 457334} - {fileID: 457334}
@@ -52,7 +52,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 103084} m_GameObject: {fileID: 103084}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 417898} m_Father: {fileID: 417898}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21228980 --- !u!212 &21228980
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 976f0ec1a1d0348819d5b6644e009d34, type: 3} m_Sprite: {fileID: 21300000, guid: 976f0ec1a1d0348819d5b6644e009d34, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 188102} m_GameObject: {fileID: 188102}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 423784} m_Father: {fileID: 423784}
@@ -51,7 +51,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 112436} m_GameObject: {fileID: 112436}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 1.29999995, y: -.649999857, z: 0} m_LocalPosition: {x: 1.3, y: -0.64999986, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 400788} - {fileID: 400788}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21298190 --- !u!212 &21298190
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 86fde62b69d3644da8ec84d3e289e08d, type: 3} m_Sprite: {fileID: 21300000, guid: 86fde62b69d3644da8ec84d3e289e08d, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 138428} m_GameObject: {fileID: 138428}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 491914} m_Father: {fileID: 491914}
@@ -51,7 +51,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 189540} m_GameObject: {fileID: 189540}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 1.29999948, y: 1.94999981, z: 51.1110992} m_LocalPosition: {x: 1.2999995, y: 1.9499998, z: 51.1111}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 482346} - {fileID: 482346}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21274934 --- !u!212 &21274934
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: c8ec478c1bb8a4f74b0acb7dabb24f21, type: 3} m_Sprite: {fileID: 21300000, guid: c8ec478c1bb8a4f74b0acb7dabb24f21, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 121890} m_GameObject: {fileID: 121890}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .270999998, z: 0} m_LocalPosition: {x: 0, y: 0.271, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 482272} m_Father: {fileID: 482272}
@@ -51,7 +51,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 128698} m_GameObject: {fileID: 128698}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 2.12775207, y: 2.63891196, z: 43.75} m_LocalPosition: {x: 2.127752, y: 2.638912, z: 43.75}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 461496} - {fileID: 461496}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 0.3, y: 0.3, z: 0.5}
_size: {x: .300000012, y: .300000012, z: .5}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 0 _isAlignment: 0
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21283090 --- !u!212 &21283090
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 24f84d752f20f44ffa7c3af60cb5958e, type: 3} m_Sprite: {fileID: 21300000, guid: 24f84d752f20f44ffa7c3af60cb5958e, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 152288} m_GameObject: {fileID: 152288}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 484502} m_Father: {fileID: 484502}
@@ -51,7 +51,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 149682} m_GameObject: {fileID: 149682}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -5.96046448e-07, y: 3.24999952, z: 97.7777481} m_LocalPosition: {x: -0.00000059604645, y: 3.2499995, z: 97.77775}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 469780} - {fileID: 469780}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21257916 --- !u!212 &21257916
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 6bcf25bb0ed104d108cdf99524597e8b, type: 3} m_Sprite: {fileID: 21300000, guid: 6bcf25bb0ed104d108cdf99524597e8b, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 136960} m_GameObject: {fileID: 136960}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -.650000453, y: 2.92499971, z: 95.5555267} m_LocalPosition: {x: -0.65000045, y: 2.9249997, z: 95.55553}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 438130} - {fileID: 438130}
@@ -52,7 +52,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 182328} m_GameObject: {fileID: 182328}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 432598} m_Father: {fileID: 432598}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21267074 --- !u!212 &21267074
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: c74657b1c3f6f45eaa9fb6cf3e66c999, type: 3} m_Sprite: {fileID: 21300000, guid: c74657b1c3f6f45eaa9fb6cf3e66c999, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -39,7 +39,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 125990} m_GameObject: {fileID: 125990}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 436534} m_Father: {fileID: 436534}
@@ -51,7 +51,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 107490} m_GameObject: {fileID: 107490}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.30000031, y: 2.59999967, z: 93.3333054} m_LocalPosition: {x: -1.3000003, y: 2.5999997, z: 93.333305}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 433840} - {fileID: 433840}
@@ -68,9 +68,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21210472 --- !u!212 &21210472
@@ -91,14 +92,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 0de73dd66faba4274a8735ac5f493025, type: 3} m_Sprite: {fileID: 21300000, guid: 0de73dd66faba4274a8735ac5f493025, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -56,7 +56,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 194730} m_GameObject: {fileID: 194730}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -.649999738, y: -.974999905, z: 3.125} m_LocalPosition: {x: -0.64999974, y: -0.9749999, z: 3.125}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 458188} - {fileID: 458188}
@@ -70,7 +70,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 102338} m_GameObject: {fileID: 102338}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 410592} m_Father: {fileID: 410592}
@@ -82,7 +82,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 122872} m_GameObject: {fileID: 122872}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -.00200000009, y: .731000006, z: -.100000001} m_LocalPosition: {x: -0.002, y: 0.731, z: -0.1}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 410592} m_Father: {fileID: 410592}
@@ -98,9 +98,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0 _size: {x: 1, y: 1, z: 0.53}
_size: {x: 1, y: 1, z: .529999971}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!198 &19803878 --- !u!198 &19803878
@@ -109,15 +110,52 @@ ParticleSystem:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 122872} m_GameObject: {fileID: 122872}
serializedVersion: 2
lengthInSec: 5 lengthInSec: 5
startDelay: 0 startDelay:
scalar: 0
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
speed: 1 speed: 1
randomSeed: 0 randomSeed: 0
looping: 1 looping: 1
prewarm: 0 prewarm: 0
playOnAwake: 1 playOnAwake: 1
moveWithTransform: 1 moveWithTransform: 1
scalingMode: 2
InitialModule: InitialModule:
serializedVersion: 2
enabled: 1 enabled: 1
startLifetime: startLifetime:
scalar: 1.5 scalar: 1.5
@@ -131,16 +169,18 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
- time: 0 - time: 0
value: .666666687 value: 0.6666667
inSlope: 0 inSlope: 0
outSlope: 0 outSlope: 0
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 3 minMaxState: 3
startSpeed: startSpeed:
scalar: 0 scalar: 0
@@ -159,6 +199,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -174,6 +215,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
startColor: startColor:
maxGradient: maxGradient:
@@ -270,7 +312,7 @@ ParticleSystem:
rgba: 4278190003 rgba: 4278190003
minMaxState: 2 minMaxState: 2
startSize: startSize:
scalar: .0299999993 scalar: 0.03
maxCurve: maxCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -281,17 +323,89 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
- time: 0 - time: 0
value: .666666687 value: 0.6666667
inSlope: 0 inSlope: 0
outSlope: 0 outSlope: 0
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 3 minMaxState: 3
startRotationX:
scalar: 1
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
startRotationY:
scalar: 1
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
startRotation: startRotation:
scalar: 0 scalar: 0
maxCurve: maxCurve:
@@ -309,6 +423,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -324,29 +439,38 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
randomizeRotationDirection: 0
gravityModifier: 0 gravityModifier: 0
inheritVelocity: 0
maxNumParticles: 1000 maxNumParticles: 1000
rotation3D: 0
ShapeModule: ShapeModule:
serializedVersion: 2 serializedVersion: 2
enabled: 1 enabled: 1
type: 5 type: 5
radius: .200000003 radius: 0.2
angle: 74.6999969 angle: 74.7
length: 5 length: 5
boxX: .250972718 boxX: 0.25097272
boxY: .100000001 boxY: 0.1
boxZ: 0 boxZ: 0
arc: 360 arc: 360
placementMode: 0 placementMode: 0
m_Mesh: {fileID: 0} m_Mesh: {fileID: 0}
m_MeshRenderer: {fileID: 0}
m_SkinnedMeshRenderer: {fileID: 0}
m_MeshMaterialIndex: 0
m_MeshNormalOffset: 0
m_UseMeshMaterialIndex: 0
m_UseMeshColors: 1
randomDirection: 0 randomDirection: 0
EmissionModule: EmissionModule:
enabled: 1 enabled: 1
serializedVersion: 2
m_Type: 0 m_Type: 0
rate: rate:
scalar: 10.8000002 scalar: 10.8
maxCurve: maxCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -362,6 +486,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -377,11 +502,16 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
cnt0: 30 cnt0: 30
cnt1: 30 cnt1: 30
cnt2: 30 cnt2: 30
cnt3: 30 cnt3: 30
cntmax0: 30
cntmax1: 30
cntmax2: 30
cntmax3: 30
time0: 0 time0: 0
time1: 0 time1: 0
time2: 0 time2: 0
@@ -406,6 +536,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -421,11 +552,12 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 1 minMaxState: 1
RotationModule: RotationModule:
enabled: 0 enabled: 0
curve: x:
scalar: .785398185 scalar: 1
maxCurve: maxCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -441,6 +573,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -456,7 +589,79 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
y:
scalar: 1
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
curve:
scalar: 0.7853982
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
separateAxes: 0
ColorModule: ColorModule:
enabled: 0 enabled: 0
gradient: gradient:
@@ -572,6 +777,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -587,6 +793,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 1 minMaxState: 1
tilesX: 1 tilesX: 1
tilesY: 1 tilesY: 1
@@ -597,7 +804,7 @@ ParticleSystem:
VelocityModule: VelocityModule:
enabled: 1 enabled: 1
x: x:
scalar: .100000001 scalar: 0.1
maxCurve: maxCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -608,6 +815,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -618,19 +826,21 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 3 minMaxState: 3
y: y:
scalar: .699999988 scalar: 0.7
maxCurve: maxCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
- time: 0 - time: 0
value: .857142925 value: 0.8571429
inSlope: 0 inSlope: 0
outSlope: 0 outSlope: 0
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -641,6 +851,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 3 minMaxState: 3
z: z:
scalar: 1 scalar: 1
@@ -654,6 +865,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -664,8 +876,47 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 3 minMaxState: 3
inWorldSpace: 0 inWorldSpace: 0
InheritVelocityModule:
enabled: 0
m_Mode: 0
m_Curve:
scalar: 1
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
ForceModule: ForceModule:
enabled: 1 enabled: 1
x: x:
@@ -685,6 +936,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -700,9 +952,10 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
y: y:
scalar: -.800000012 scalar: -0.8
maxCurve: maxCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -718,6 +971,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -733,6 +987,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
z: z:
scalar: 0 scalar: 0
@@ -751,6 +1006,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -766,6 +1022,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
inWorldSpace: 0 inWorldSpace: 0
randomizePerFrame: 0 randomizePerFrame: 0
@@ -791,6 +1048,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -806,6 +1064,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
y: y:
scalar: 1 scalar: 1
@@ -824,6 +1083,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -839,6 +1099,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
z: z:
scalar: 1 scalar: 1
@@ -857,6 +1118,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -872,6 +1134,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
magnitude: magnitude:
scalar: 1 scalar: 1
@@ -890,6 +1153,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -905,6 +1169,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
separateAxis: 0 separateAxis: 0
inWorldSpace: 0 inWorldSpace: 0
@@ -928,6 +1193,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -943,12 +1209,13 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 1 minMaxState: 1
range: {x: 0, y: 1} range: {x: 0, y: 1}
RotationBySpeedModule: RotationBySpeedModule:
enabled: 0 enabled: 0
curve: x:
scalar: .785398185 scalar: 1
maxCurve: maxCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -964,6 +1231,7 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minCurve: minCurve:
serializedVersion: 2 serializedVersion: 2
m_Curve: m_Curve:
@@ -979,7 +1247,79 @@ ParticleSystem:
tangentMode: 0 tangentMode: 0
m_PreInfinity: 2 m_PreInfinity: 2
m_PostInfinity: 2 m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0 minMaxState: 0
y:
scalar: 1
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
curve:
scalar: 0.7853982
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
separateAxes: 0
range: {x: 0, y: 1} range: {x: 0, y: 1}
ColorBySpeedModule: ColorBySpeedModule:
enabled: 0 enabled: 0
@@ -1080,24 +1420,131 @@ ParticleSystem:
range: {x: 0, y: 1} range: {x: 0, y: 1}
CollisionModule: CollisionModule:
enabled: 0 enabled: 0
serializedVersion: 2
type: 0 type: 0
collisionMode: 0
plane0: {fileID: 0} plane0: {fileID: 0}
plane1: {fileID: 0} plane1: {fileID: 0}
plane2: {fileID: 0} plane2: {fileID: 0}
plane3: {fileID: 0} plane3: {fileID: 0}
plane4: {fileID: 0} plane4: {fileID: 0}
plane5: {fileID: 0} plane5: {fileID: 0}
dampen: 0 m_Dampen:
bounce: 1 scalar: 0
energyLossOnCollision: 0 maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
m_Bounce:
scalar: 1
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
m_EnergyLossOnCollision:
scalar: 0
maxCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minCurve:
serializedVersion: 2
m_Curve:
- time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
- time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
minMaxState: 0
minKillSpeed: 0 minKillSpeed: 0
particleRadius: .00999999978 radiusScale: 1
collidesWith: collidesWith:
serializedVersion: 2 serializedVersion: 2
m_Bits: 4294967295 m_Bits: 4294967295
maxCollisionShapes: 256
quality: 0 quality: 0
voxelSize: .5 voxelSize: 0.5
collisionMessages: 0 collisionMessages: 0
collidesWithDynamic: 1
interiorCollisions: 1
SubModule: SubModule:
enabled: 0 enabled: 0
subEmitterBirth: {fileID: 0} subEmitterBirth: {fileID: 0}
@@ -1124,20 +1571,25 @@ ParticleSystemRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_RenderMode: 0 m_RenderMode: 0
m_MaxParticleSize: .5 m_SortMode: 0
m_MinParticleSize: 0
m_MaxParticleSize: 0.5
m_CameraVelocityScale: 0 m_CameraVelocityScale: 0
m_VelocityScale: 0 m_VelocityScale: 0
m_LengthScale: 2 m_LengthScale: 2
m_SortingFudge: 0 m_SortingFudge: 0
m_NormalDirection: 1 m_NormalDirection: 1
m_SortMode: 0 m_RenderAlignment: 0
m_Pivot: {x: 0, y: 0, z: 0}
m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0}
m_Mesh1: {fileID: 0} m_Mesh1: {fileID: 0}
m_Mesh2: {fileID: 0} m_Mesh2: {fileID: 0}
@@ -1160,14 +1612,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 1f82ad9f5e0ab45b9882603ede00108e, type: 3} m_Sprite: {fileID: 21300000, guid: 1f82ad9f5e0ab45b9882603ede00108e, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -40,9 +40,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0
_size: {x: 1, y: 1, z: 1} _size: {x: 1, y: 1, z: 1}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21217528 --- !u!212 &21217528
@@ -63,14 +64,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: dda1716486a64604ba1c99ad9655eeb2, type: 3} m_Sprite: {fileID: 21300000, guid: dda1716486a64604ba1c99ad9655eeb2, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -40,9 +40,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0
_size: {x: 1, y: 1, z: 3} _size: {x: 1, y: 1, z: 3}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21263702 --- !u!212 &21263702
@@ -63,14 +64,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 529e3cb7140cf0340a859f744523212e, type: 3} m_Sprite: {fileID: 21300000, guid: 529e3cb7140cf0340a859f744523212e, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -40,9 +40,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0
_size: {x: 1, y: 3, z: 1} _size: {x: 1, y: 3, z: 1}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21253620 --- !u!212 &21253620
@@ -63,14 +64,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 134a5af3424cf9f45b3c527e6d44d71b, type: 3} m_Sprite: {fileID: 21300000, guid: 134a5af3424cf9f45b3c527e6d44d71b, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -40,9 +40,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0
_size: {x: 3, y: 1, z: 1} _size: {x: 3, y: 1, z: 1}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21262204 --- !u!212 &21262204
@@ -63,14 +64,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 3459d1c3ed403234288c562aeede56d0, type: 3} m_Sprite: {fileID: 21300000, guid: 3459d1c3ed403234288c562aeede56d0, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -40,9 +40,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 0
_size: {x: 3, y: 3, z: 0} _size: {x: 3, y: 3, z: 0}
_position: {x: 0, y: 0, z: 0} _position: {x: 0, y: 0, z: 0}
_mode: 0
_cacheRenderers: 0
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!212 &21253404 --- !u!212 &21253404
@@ -63,14 +64,18 @@ SpriteRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 03252686d19205e4d8a6ef5127d6f46d, type: 3} m_Sprite: {fileID: 21300000, guid: 03252686d19205e4d8a6ef5127d6f46d, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1

View File

@@ -826,9 +826,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 128056} m_GameObject: {fileID: 128056}
m_LocalRotation: {x: -6.0244929e-08, y: 2.36141222e-08, z: -7.45057971e-09, w: 1} m_LocalRotation: {x: -0.00000006024493, y: 0.000000023614122, z: -0.0000000074505797,
m_LocalPosition: {x: -.0703639612, y: -.00293498975, z: -.000196346038} w: 1}
m_LocalScale: {x: .99999994, y: .99999994, z: 1.00000012} m_LocalPosition: {x: -0.07036396, y: -0.0029349898, z: -0.00019634604}
m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 1.0000001}
m_Children: m_Children:
- {fileID: 468766} - {fileID: 468766}
m_Father: {fileID: 439486} m_Father: {fileID: 439486}
@@ -839,9 +840,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 150494} m_GameObject: {fileID: 150494}
m_LocalRotation: {x: -2.34290134e-08, y: 9.86695738e-08, z: 6.33285566e-08, w: 1} m_LocalRotation: {x: -0.000000023429013, y: 0.000000098669574, z: 0.00000006332856,
m_LocalPosition: {x: .00307174679, y: .00146915438, z: 3.57627861e-09} w: 1}
m_LocalScale: {x: .911784649, y: .911784887, z: .91178441} m_LocalPosition: {x: 0.0030717468, y: 0.0014691544, z: 0.0000000035762786}
m_LocalScale: {x: 0.91178465, y: 0.9117849, z: 0.9117844}
m_Children: [] m_Children: []
m_Father: {fileID: 482292} m_Father: {fileID: 482292}
m_RootOrder: 2 m_RootOrder: 2
@@ -851,8 +853,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 197370} m_GameObject: {fileID: 197370}
m_LocalRotation: {x: 0, y: -.909961343, z: 0, w: .414693207} m_LocalRotation: {x: 0, y: -0.90996134, z: 0, w: 0.4146932}
m_LocalPosition: {x: -.200000003, y: 7, z: 0} m_LocalPosition: {x: -0.2, y: 7, z: 0}
m_LocalScale: {x: 20, y: 20, z: 20} m_LocalScale: {x: 20, y: 20, z: 20}
m_Children: m_Children:
- {fileID: 457200} - {fileID: 457200}
@@ -872,7 +874,7 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 133598} m_GameObject: {fileID: 133598}
m_LocalRotation: {x: .5, y: -.5, z: -.50000006, w: .50000006} m_LocalRotation: {x: 0.5, y: -0.5, z: -0.50000006, w: 0.50000006}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
@@ -884,8 +886,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 190048} m_GameObject: {fileID: 190048}
m_LocalRotation: {x: 1.15531361e-29, y: 1.62595936e-15, z: -7.10542736e-15, w: 1} m_LocalRotation: {x: 1.1553136e-29, y: 1.6259594e-15, z: -7.1054274e-15, w: 1}
m_LocalPosition: {x: -.022499999, y: 0, z: -9.53674295e-09} m_LocalPosition: {x: -0.022499999, y: 0, z: -0.000000009536743}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 404156} m_Father: {fileID: 404156}
@@ -896,8 +898,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 167842} m_GameObject: {fileID: 167842}
m_LocalRotation: {x: -2.35018376e-07, y: 2.63742604e-05, z: -.0135640735, w: .99990803} m_LocalRotation: {x: -0.00000023501838, y: 0.00002637426, z: -0.0135640735, w: 0.99990803}
m_LocalPosition: {x: -.050501626, y: 0, z: 0} m_LocalPosition: {x: -0.050501626, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 404078} - {fileID: 404078}
@@ -909,7 +911,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 106536} m_GameObject: {fileID: 106536}
m_LocalRotation: {x: 4.42378258e-08, y: -4.28408349e-08, z: 4.37139569e-08, w: 1} m_LocalRotation: {x: 0.000000044237826, y: -0.000000042840835, z: 0.000000043713957,
w: 1}
m_LocalPosition: {x: -0, y: 0, z: 0} m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
@@ -921,9 +924,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 191698} m_GameObject: {fileID: 191698}
m_LocalRotation: {x: -.0887408108, y: .0279956255, z: -.723833561, w: .683671176} m_LocalRotation: {x: -0.08874081, y: 0.027995626, z: -0.72383356, w: 0.6836712}
m_LocalPosition: {x: -.122413076, y: -2.86102289e-08, z: 4.12940972e-06} m_LocalPosition: {x: -0.12241308, y: -0.000000028610229, z: 0.0000041294097}
m_LocalScale: {x: .99999994, y: 1.00000703, z: .999993742} m_LocalScale: {x: 0.99999994, y: 1.000007, z: 0.99999374}
m_Children: m_Children:
- {fileID: 404156} - {fileID: 404156}
m_Father: {fileID: 496706} m_Father: {fileID: 496706}
@@ -934,9 +937,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 106182} m_GameObject: {fileID: 106182}
m_LocalRotation: {x: .0612050369, y: -.467478335, z: -.021653261, w: .881617308} m_LocalRotation: {x: 0.061205037, y: -0.46747833, z: -0.021653261, w: 0.8816173}
m_LocalPosition: {x: -.0479596332, y: .00790927839, z: -.0658755451} m_LocalPosition: {x: -0.047959633, y: 0.007909278, z: -0.065875545}
m_LocalScale: {x: 1.00000012, y: .99999994, z: .99999994} m_LocalScale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
m_Children: m_Children:
- {fileID: 411672} - {fileID: 411672}
m_Father: {fileID: 482292} m_Father: {fileID: 482292}
@@ -947,8 +950,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 150026} m_GameObject: {fileID: 150026}
m_LocalRotation: {x: 2.18556941e-08, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0.000000021855694, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -3.0526921e-09, y: .455377728, z: -.0218207445} m_LocalPosition: {x: -0.000000003052692, y: 0.45537773, z: -0.021820744}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 402000} m_Father: {fileID: 402000}
@@ -959,9 +962,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 158158} m_GameObject: {fileID: 158158}
m_LocalRotation: {x: -.0939670354, y: -.0186542924, z: .0516969338, w: .994057178} m_LocalRotation: {x: -0.093967035, y: -0.018654292, z: 0.051696934, w: 0.9940572}
m_LocalPosition: {x: -.0864879787, y: -1.19209287e-09, z: 0} m_LocalPosition: {x: -0.08648798, y: -0.0000000011920929, z: 0}
m_LocalScale: {x: 1.00000024, y: 1.00000024, z: 1} m_LocalScale: {x: 1.0000002, y: 1.0000002, z: 1}
m_Children: m_Children:
- {fileID: 428938} - {fileID: 428938}
m_Father: {fileID: 496856} m_Father: {fileID: 496856}
@@ -972,9 +975,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 134180} m_GameObject: {fileID: 134180}
m_LocalRotation: {x: 6.80833159e-25, y: -1.78175273e-16, z: 3.82114296e-09, w: 1} m_LocalRotation: {x: 6.8083316e-25, y: -1.7817527e-16, z: 0.000000003821143, w: 1}
m_LocalPosition: {x: -0, y: .00727956416, z: -.000636272365} m_LocalPosition: {x: -0, y: 0.007279564, z: -0.00063627237}
m_LocalScale: {x: 1.04837501, y: 1.04837477, z: 1.04837489} m_LocalScale: {x: 1.048375, y: 1.0483748, z: 1.0483749}
m_Children: m_Children:
- {fileID: 498674} - {fileID: 498674}
- {fileID: 459662} - {fileID: 459662}
@@ -986,9 +989,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 182286} m_GameObject: {fileID: 182286}
m_LocalRotation: {x: -.0156598184, y: .1293917, z: -.00704367924, w: .991444886} m_LocalRotation: {x: -0.015659818, y: 0.1293917, z: -0.0070436792, w: 0.9914449}
m_LocalPosition: {x: -.0370345488, y: -3.81469718e-08, z: 3.81469718e-08} m_LocalPosition: {x: -0.03703455, y: -0.000000038146972, z: 0.000000038146972}
m_LocalScale: {x: 1.00000012, y: 1, z: 1} m_LocalScale: {x: 1.0000001, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 408000} m_Father: {fileID: 408000}
m_RootOrder: 0 m_RootOrder: 0
@@ -998,9 +1001,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 138124} m_GameObject: {fileID: 138124}
m_LocalRotation: {x: .0886991918, y: -.027983319, z: -.723971486, w: .683531106} m_LocalRotation: {x: 0.08869919, y: -0.027983319, z: -0.7239715, w: 0.6835311}
m_LocalPosition: {x: -.122412793, y: 0, z: 0} m_LocalPosition: {x: -0.12241279, y: 0, z: 0}
m_LocalScale: {x: .999999881, y: .999999762, z: .99999994} m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 0.99999994}
m_Children: m_Children:
- {fileID: 429184} - {fileID: 429184}
m_Father: {fileID: 409180} m_Father: {fileID: 409180}
@@ -1011,9 +1014,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 109444} m_GameObject: {fileID: 109444}
m_LocalRotation: {x: 8.04599324e-07, y: -6.69737565e-05, z: -.0136478674, w: .999906898} m_LocalRotation: {x: 0.0000008045993, y: -0.00006697376, z: -0.013647867, w: 0.9999069}
m_LocalPosition: {x: -.0505016409, y: 0, z: 0} m_LocalPosition: {x: -0.05050164, y: 0, z: 0}
m_LocalScale: {x: 1.00000012, y: 1.00000012, z: 1} m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1}
m_Children: m_Children:
- {fileID: 465166} - {fileID: 465166}
m_Father: {fileID: 428938} m_Father: {fileID: 428938}
@@ -1024,8 +1027,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 111624} m_GameObject: {fileID: 111624}
m_LocalRotation: {x: -7.10542185e-15, y: 2.55717417e-14, z: 7.10542736e-15, w: 1} m_LocalRotation: {x: -7.105422e-15, y: 2.5571742e-14, z: 7.1054274e-15, w: 1}
m_LocalPosition: {x: -.0366283022, y: 7.56858753e-09, z: 7.30476873e-16} m_LocalPosition: {x: -0.036628302, y: 0.0000000075685875, z: 7.3047687e-16}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 472916} - {fileID: 472916}
@@ -1037,8 +1040,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 192316} m_GameObject: {fileID: 192316}
m_LocalRotation: {x: 0, y: -3.26932356e-14, z: -0, w: 1} m_LocalRotation: {x: 0, y: -3.2693236e-14, z: -0, w: 1}
m_LocalPosition: {x: -.118525542, y: -4.54747341e-15, z: -1.68815699e-15} m_LocalPosition: {x: -0.11852554, y: -4.5474734e-15, z: -1.688157e-15}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 464470} - {fileID: 464470}
@@ -1053,9 +1056,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 185302} m_GameObject: {fileID: 185302}
m_LocalRotation: {x: .99978137, y: -.0208429545, z: .00150238024, w: -.0007805489} m_LocalRotation: {x: 0.99978137, y: -0.020842955, z: 0.0015023802, w: -0.0007805489}
m_LocalPosition: {x: .551991999, y: .57375294, z: -.0157855935} m_LocalPosition: {x: 0.551992, y: 0.57375294, z: -0.015785594}
m_LocalScale: {x: .99999994, y: 1, z: 1.00000012} m_LocalScale: {x: 0.99999994, y: 1, z: 1.0000001}
m_Children: [] m_Children: []
m_Father: {fileID: 402000} m_Father: {fileID: 402000}
m_RootOrder: 3 m_RootOrder: 3
@@ -1065,9 +1068,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 109708} m_GameObject: {fileID: 109708}
m_LocalRotation: {x: -.70719707, y: -.00333907153, z: -.0182597302, w: .706772745} m_LocalRotation: {x: -0.70719707, y: -0.0033390715, z: -0.01825973, w: 0.70677274}
m_LocalPosition: {x: -.159972325, y: -1.19209287e-09, z: 0} m_LocalPosition: {x: -0.15997232, y: -0.0000000011920929, z: 0}
m_LocalScale: {x: .99999994, y: 1, z: 1.00000012} m_LocalScale: {x: 0.99999994, y: 1, z: 1.0000001}
m_Children: m_Children:
- {fileID: 400078} - {fileID: 400078}
- {fileID: 453240} - {fileID: 453240}
@@ -1080,9 +1083,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 105148} m_GameObject: {fileID: 105148}
m_LocalRotation: {x: -.711484075, y: -.00171985454, z: -.000392076996, w: .702700019} m_LocalRotation: {x: -0.7114841, y: -0.0017198545, z: -0.000392077, w: 0.7027}
m_LocalPosition: {x: -.0453208908, y: .0394572429, z: -.00922015496} m_LocalPosition: {x: -0.04532089, y: 0.039457243, z: -0.009220155}
m_LocalScale: {x: .99999994, y: 1, z: .999999821} m_LocalScale: {x: 0.99999994, y: 1, z: 0.9999998}
m_Children: m_Children:
- {fileID: 406600} - {fileID: 406600}
m_Father: {fileID: 439486} m_Father: {fileID: 439486}
@@ -1093,8 +1096,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 155974} m_GameObject: {fileID: 155974}
m_LocalRotation: {x: .5, y: -.5, z: -.50000006, w: .50000006} m_LocalRotation: {x: 0.5, y: -0.5, z: -0.50000006, w: 0.50000006}
m_LocalPosition: {x: .14133586, y: -8.61406503e-15, z: -3.17350306e-08} m_LocalPosition: {x: 0.14133586, y: -8.614065e-15, z: -0.00000003173503}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 402000} m_Father: {fileID: 402000}
@@ -1105,9 +1108,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 102012} m_GameObject: {fileID: 102012}
m_LocalRotation: {x: 6.03613444e-08, y: -2.36104842e-08, z: -9.31322486e-09, w: 1} m_LocalRotation: {x: 0.000000060361344, y: -0.000000023610484, z: -0.000000009313225,
m_LocalPosition: {x: -.0703639612, y: -.0029349518, z: .000196346038} w: 1}
m_LocalScale: {x: .99999994, y: .99999994, z: 1.00000012} m_LocalPosition: {x: -0.07036396, y: -0.0029349518, z: 0.00019634604}
m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 1.0000001}
m_Children: m_Children:
- {fileID: 469500} - {fileID: 469500}
m_Father: {fileID: 482292} m_Father: {fileID: 482292}
@@ -1118,8 +1122,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 182592} m_GameObject: {fileID: 182592}
m_LocalRotation: {x: -.0521694571, y: -.705179691, z: .0521694571, w: .705179632} m_LocalRotation: {x: -0.052169457, y: -0.7051797, z: 0.052169457, w: 0.70517963}
m_LocalPosition: {x: -0, y: 0, z: -.0521761738} m_LocalPosition: {x: -0, y: 0, z: -0.052176174}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 450248} - {fileID: 450248}
@@ -1131,8 +1135,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 163616} m_GameObject: {fileID: 163616}
m_LocalRotation: {x: .0521694571, y: .705179691, z: .0521694571, w: .705179632} m_LocalRotation: {x: 0.052169457, y: 0.7051797, z: 0.052169457, w: 0.70517963}
m_LocalPosition: {x: -0, y: 0, z: .0521761738} m_LocalPosition: {x: -0, y: 0, z: 0.052176174}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 452610} - {fileID: 452610}
@@ -1144,8 +1148,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 131086} m_GameObject: {fileID: 131086}
m_LocalRotation: {x: .00110577897, y: .00390246999, z: -.0745879561, w: .997206211} m_LocalRotation: {x: 0.001105779, y: 0.00390247, z: -0.074587956, w: 0.9972062}
m_LocalPosition: {x: -.0883242488, y: 0, z: 0} m_LocalPosition: {x: -0.08832425, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 495680} - {fileID: 495680}
@@ -1158,8 +1162,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 160980} m_GameObject: {fileID: 160980}
m_LocalRotation: {x: -.00110578537, y: -.00390255754, z: -.0745879561, w: .997206211} m_LocalRotation: {x: -0.0011057854, y: -0.0039025575, z: -0.074587956, w: 0.9972062}
m_LocalPosition: {x: -.0883242488, y: -1.7881393e-09, z: 0} m_LocalPosition: {x: -0.08832425, y: -0.0000000017881393, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 474422} - {fileID: 474422}
@@ -1172,9 +1176,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 185992} m_GameObject: {fileID: 185992}
m_LocalRotation: {x: -.0612050742, y: .467479229, z: -.0216532666, w: .881616831} m_LocalRotation: {x: -0.061205074, y: 0.46747923, z: -0.021653267, w: 0.88161683}
m_LocalPosition: {x: -.0479596332, y: .00790927839, z: .0658755451} m_LocalPosition: {x: -0.047959633, y: 0.007909278, z: 0.065875545}
m_LocalScale: {x: 1.00000012, y: .99999994, z: .999999881} m_LocalScale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
m_Children: m_Children:
- {fileID: 493646} - {fileID: 493646}
m_Father: {fileID: 439486} m_Father: {fileID: 439486}
@@ -1185,8 +1189,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 144220} m_GameObject: {fileID: 144220}
m_LocalRotation: {x: 7.10542736e-15, y: -7.12149134e-15, z: -7.10542736e-15, w: 1} m_LocalRotation: {x: 7.1054274e-15, y: -7.121491e-15, z: -7.1054274e-15, w: 1}
m_LocalPosition: {x: -.144996226, y: 0, z: -2.06517962e-15} m_LocalPosition: {x: -0.14499623, y: 0, z: -2.0651796e-15}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 434332} - {fileID: 434332}
@@ -1198,9 +1202,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 185598} m_GameObject: {fileID: 185598}
m_LocalRotation: {x: .0015025601, y: -.000780549599, z: .99978137, w: -.0208429005} m_LocalRotation: {x: 0.0015025601, y: -0.0007805496, z: 0.99978137, w: -0.0208429}
m_LocalPosition: {x: -.551993072, y: .573753059, z: -.0157854892} m_LocalPosition: {x: -0.5519931, y: 0.57375306, z: -0.01578549}
m_LocalScale: {x: .99999994, y: 1, z: 1} m_LocalScale: {x: 0.99999994, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 402000} m_Father: {fileID: 402000}
m_RootOrder: 2 m_RootOrder: 2
@@ -1210,8 +1214,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 181238} m_GameObject: {fileID: 181238}
m_LocalRotation: {x: -7.10542185e-15, y: 2.55717417e-14, z: 7.10542736e-15, w: 1} m_LocalRotation: {x: -7.105422e-15, y: 2.5571742e-14, z: 7.1054274e-15, w: 1}
m_LocalPosition: {x: -.0373855755, y: 7.72506148e-09, z: 7.45579788e-16} m_LocalPosition: {x: -0.037385575, y: 0.0000000077250615, z: 7.455798e-16}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 454342} - {fileID: 454342}
@@ -1223,8 +1227,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 150568} m_GameObject: {fileID: 150568}
m_LocalRotation: {x: .5, y: -.5, z: -.50000006, w: .50000006} m_LocalRotation: {x: 0.5, y: -0.5, z: -0.50000006, w: 0.50000006}
m_LocalPosition: {x: 1.4253037e-14, y: .276475966, z: -5.748322e-08} m_LocalPosition: {x: 1.4253037e-14, y: 0.27647597, z: -0.00000005748322}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 474778} - {fileID: 474778}
@@ -1239,8 +1243,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 186446} m_GameObject: {fileID: 186446}
m_LocalRotation: {x: .5, y: -.5, z: -.50000006, w: .50000006} m_LocalRotation: {x: 0.5, y: -0.5, z: -0.50000006, w: 0.50000006}
m_LocalPosition: {x: -.14133586, y: 9.86884016e-15, z: -7.02307679e-09} m_LocalPosition: {x: -0.14133586, y: 9.86884e-15, z: -0.000000007023077}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 402000} m_Father: {fileID: 402000}
@@ -1251,7 +1255,7 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 181028} m_GameObject: {fileID: 181028}
m_LocalRotation: {x: 1.42108547e-14, y: 3.38813179e-21, z: -7.10542736e-15, w: 1} m_LocalRotation: {x: 1.4210855e-14, y: 3.3881318e-21, z: -7.1054274e-15, w: 1}
m_LocalPosition: {x: -0, y: 0, z: 0} m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
@@ -1263,9 +1267,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 127300} m_GameObject: {fileID: 127300}
m_LocalRotation: {x: -8.98136796e-21, y: -5.148539e-15, z: 6.06754682e-08, w: 1} m_LocalRotation: {x: -8.981368e-21, y: -5.148539e-15, z: 0.00000006067547, w: 1}
m_LocalPosition: {x: .0683899671, y: -.257941365, z: -.000636232318} m_LocalPosition: {x: 0.06838997, y: -0.25794137, z: -0.0006362323}
m_LocalScale: {x: 1.04837513, y: 1.04837465, z: 1.04837489} m_LocalScale: {x: 1.0483751, y: 1.0483747, z: 1.0483749}
m_Children: [] m_Children: []
m_Father: {fileID: 434332} m_Father: {fileID: 434332}
m_RootOrder: 0 m_RootOrder: 0
@@ -1275,8 +1279,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 152284} m_GameObject: {fileID: 152284}
m_LocalRotation: {x: 1.15531361e-29, y: 1.62595936e-15, z: -7.10542736e-15, w: 1} m_LocalRotation: {x: 1.1553136e-29, y: 1.6259594e-15, z: -7.1054274e-15, w: 1}
m_LocalPosition: {x: -.022499999, y: 0, z: -9.53674295e-09} m_LocalPosition: {x: -0.022499999, y: 0, z: -0.000000009536743}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 429184} m_Father: {fileID: 429184}
@@ -1287,9 +1291,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 102840} m_GameObject: {fileID: 102840}
m_LocalRotation: {x: 8.85784814e-08, y: 1.1188857e-08, z: -8.87583838e-08, w: 1} m_LocalRotation: {x: 0.00000008857848, y: 0.000000011188857, z: -0.000000088758384,
m_LocalPosition: {x: -.0130035775, y: .000439469819, z: -.000376968383} w: 1}
m_LocalScale: {x: .811556458, y: .811556637, z: .811556578} m_LocalPosition: {x: -0.0130035775, y: 0.00043946982, z: -0.00037696838}
m_LocalScale: {x: 0.81155646, y: 0.81155664, z: 0.8115566}
m_Children: [] m_Children: []
m_Father: {fileID: 450248} m_Father: {fileID: 450248}
m_RootOrder: 1 m_RootOrder: 1
@@ -1299,9 +1304,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 161950} m_GameObject: {fileID: 161950}
m_LocalRotation: {x: -6.0244929e-08, y: 2.36141222e-08, z: -7.45057971e-09, w: 1} m_LocalRotation: {x: -0.00000006024493, y: 0.000000023614122, z: -0.0000000074505797,
m_LocalPosition: {x: -.061029546, y: 0, z: 1.19209287e-09} w: 1}
m_LocalScale: {x: .99999994, y: .99999994, z: 1.00000012} m_LocalPosition: {x: -0.061029546, y: 0, z: 0.0000000011920929}
m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 1.0000001}
m_Children: [] m_Children: []
m_Father: {fileID: 400078} m_Father: {fileID: 400078}
m_RootOrder: 0 m_RootOrder: 0
@@ -1311,9 +1317,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 178872} m_GameObject: {fileID: 178872}
m_LocalRotation: {x: 6.03613444e-08, y: -2.36104842e-08, z: -9.31322486e-09, w: 1} m_LocalRotation: {x: 0.000000060361344, y: -0.000000023610484, z: -0.000000009313225,
m_LocalPosition: {x: -.061029546, y: 0, z: -2.38418574e-09} w: 1}
m_LocalScale: {x: .99999994, y: .99999994, z: 1.00000012} m_LocalPosition: {x: -0.061029546, y: 0, z: -0.0000000023841857}
m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 1.0000001}
m_Children: [] m_Children: []
m_Father: {fileID: 445136} m_Father: {fileID: 445136}
m_RootOrder: 0 m_RootOrder: 0
@@ -1323,8 +1330,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 128446} m_GameObject: {fileID: 128446}
m_LocalRotation: {x: 7.10542736e-15, y: -3.26932356e-14, z: -7.10542736e-15, w: 1} m_LocalRotation: {x: 7.1054274e-15, y: -3.2693236e-14, z: -7.1054274e-15, w: 1}
m_LocalPosition: {x: -.193934709, y: 0, z: -2.76220875e-15} m_LocalPosition: {x: -0.19393471, y: 0, z: -2.7622087e-15}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 410220} - {fileID: 410220}
@@ -1336,9 +1343,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 112838} m_GameObject: {fileID: 112838}
m_LocalRotation: {x: .00152356166, y: .0095285587, z: .00985406339, w: .999904931} m_LocalRotation: {x: 0.0015235617, y: 0.009528559, z: 0.009854063, w: 0.99990493}
m_LocalPosition: {x: -.182559997, y: 1.19209287e-09, z: -3.81469718e-08} m_LocalPosition: {x: -0.18256, y: 0.0000000011920929, z: -0.000000038146972}
m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1}
m_Children: m_Children:
- {fileID: 482292} - {fileID: 482292}
- {fileID: 479078} - {fileID: 479078}
@@ -1350,9 +1357,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 190072} m_GameObject: {fileID: 190072}
m_LocalRotation: {x: -.0180657282, y: .993631244, z: .0451100692, w: .101664782} m_LocalRotation: {x: -0.018065728, y: 0.99363124, z: 0.04511007, w: 0.10166478}
m_LocalPosition: {x: .0538156703, y: -1.75334218e-08, z: .105012447} m_LocalPosition: {x: 0.05381567, y: -0.000000017533422, z: 0.10501245}
m_LocalScale: {x: 1, y: 1, z: 1.00000012} m_LocalScale: {x: 1, y: 1, z: 1.0000001}
m_Children: m_Children:
- {fileID: 496706} - {fileID: 496706}
m_Father: {fileID: 456330} m_Father: {fileID: 456330}
@@ -1364,7 +1371,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 170032} m_GameObject: {fileID: 170032}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -63.9999924, y: -16, z: 14.1726656} m_LocalPosition: {x: -63.999992, y: -16, z: 14.172666}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 402000} - {fileID: 402000}
@@ -1376,9 +1383,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 135666} m_GameObject: {fileID: 135666}
m_LocalRotation: {x: -3.26049339e-08, y: -3.98123561e-08, z: 9.29066601e-08, w: 1} m_LocalRotation: {x: -0.000000032604934, y: -0.000000039812356, z: 0.00000009290666,
m_LocalPosition: {x: -.0121282954, y: .000917624799, z: .000771217339} w: 1}
m_LocalScale: {x: .678391635, y: .678391337, z: .678391457} m_LocalPosition: {x: -0.012128295, y: 0.0009176248, z: 0.00077121734}
m_LocalScale: {x: 0.67839164, y: 0.67839134, z: 0.67839146}
m_Children: [] m_Children: []
m_Father: {fileID: 474422} m_Father: {fileID: 474422}
m_RootOrder: 1 m_RootOrder: 1
@@ -1388,9 +1396,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 194210} m_GameObject: {fileID: 194210}
m_LocalRotation: {x: -.744406998, y: 0, z: 0, w: .667726159} m_LocalRotation: {x: -0.744407, y: 0, z: 0, w: 0.66772616}
m_LocalPosition: {x: 0, y: .5, z: 0} m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: .99999994, z: 1} m_LocalScale: {x: 1, y: 0.99999994, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 402000} m_Father: {fileID: 402000}
m_RootOrder: 6 m_RootOrder: 6
@@ -1400,9 +1408,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 115530} m_GameObject: {fileID: 115530}
m_LocalRotation: {x: .70719707, y: .00333907269, z: -.0182597302, w: .706772745} m_LocalRotation: {x: 0.70719707, y: 0.0033390727, z: -0.01825973, w: 0.70677274}
m_LocalPosition: {x: -.159972295, y: -5.96046434e-10, z: 0} m_LocalPosition: {x: -0.1599723, y: -5.9604643e-10, z: 0}
m_LocalScale: {x: .99999994, y: 1, z: 1.00000012} m_LocalScale: {x: 0.99999994, y: 1, z: 1.0000001}
m_Children: m_Children:
- {fileID: 445136} - {fileID: 445136}
- {fileID: 408000} - {fileID: 408000}
@@ -1415,7 +1423,7 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 197604} m_GameObject: {fileID: 197604}
m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
@@ -1427,9 +1435,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 192570} m_GameObject: {fileID: 192570}
m_LocalRotation: {x: .0156598184, y: -.12939176, z: -.0070436527, w: .991444886} m_LocalRotation: {x: 0.015659818, y: -0.12939176, z: -0.0070436527, w: 0.9914449}
m_LocalPosition: {x: -.0370345302, y: -7.62939436e-08, z: 3.81469718e-08} m_LocalPosition: {x: -0.03703453, y: -0.000000076293944, z: 0.000000038146972}
m_LocalScale: {x: 1, y: .99999994, z: 1} m_LocalScale: {x: 1, y: 0.99999994, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 453240} m_Father: {fileID: 453240}
m_RootOrder: 0 m_RootOrder: 0
@@ -1439,9 +1447,10 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 143696} m_GameObject: {fileID: 143696}
m_LocalRotation: {x: 2.11074109e-08, y: -1.44148151e-08, z: -2.12649347e-08, w: 1} m_LocalRotation: {x: 0.000000021107411, y: -0.000000014414815, z: -0.000000021264935,
m_LocalPosition: {x: -.0128930854, y: .000931410759, z: -.000762710581} w: 1}
m_LocalScale: {x: .678391516, y: .678391278, z: .678391457} m_LocalPosition: {x: -0.012893085, y: 0.00093141076, z: -0.0007627106}
m_LocalScale: {x: 0.6783915, y: 0.6783913, z: 0.67839146}
m_Children: [] m_Children: []
m_Father: {fileID: 495680} m_Father: {fileID: 495680}
m_RootOrder: 1 m_RootOrder: 1
@@ -1451,9 +1460,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 124378} m_GameObject: {fileID: 124378}
m_LocalRotation: {x: -.00152356166, y: -.00952855777, z: .00985406339, w: .999904931} m_LocalRotation: {x: -0.0015235617, y: -0.009528558, z: 0.009854063, w: 0.99990493}
m_LocalPosition: {x: -.182559967, y: 0, z: 0} m_LocalPosition: {x: -0.18255997, y: 0, z: 0}
m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1}
m_Children: m_Children:
- {fileID: 439486} - {fileID: 439486}
- {fileID: 494702} - {fileID: 494702}
@@ -1465,9 +1474,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 120544} m_GameObject: {fileID: 120544}
m_LocalRotation: {x: 1.30546741e-05, y: 1.06700524e-08, z: .00163045956, w: .999998689} m_LocalRotation: {x: 0.000013054674, y: 0.000000010670052, z: 0.0016304596, w: 0.9999987}
m_LocalPosition: {x: -.0130049512, y: .000397068245, z: -.000376930228} m_LocalPosition: {x: -0.013004951, y: 0.00039706824, z: -0.00037693023}
m_LocalScale: {x: .81155622, y: .811556637, z: .811556578} m_LocalScale: {x: 0.8115562, y: 0.81155664, z: 0.8115566}
m_Children: [] m_Children: []
m_Father: {fileID: 452610} m_Father: {fileID: 452610}
m_RootOrder: 1 m_RootOrder: 1
@@ -1477,9 +1486,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 185190} m_GameObject: {fileID: 185190}
m_LocalRotation: {x: .0943785831, y: .0186232924, z: .0514283888, w: .994032681} m_LocalRotation: {x: 0.09437858, y: 0.018623292, z: 0.05142839, w: 0.9940327}
m_LocalPosition: {x: -.0864880234, y: -1.19209287e-09, z: 0} m_LocalPosition: {x: -0.08648802, y: -0.0000000011920929, z: 0}
m_LocalScale: {x: 1.00000143, y: 1.00000024, z: .999998927} m_LocalScale: {x: 1.0000014, y: 1.0000002, z: 0.9999989}
m_Children: m_Children:
- {fileID: 406972} - {fileID: 406972}
m_Father: {fileID: 474778} m_Father: {fileID: 474778}
@@ -1490,8 +1499,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 114232} m_GameObject: {fileID: 114232}
m_LocalRotation: {x: -.0180134214, y: .993648708, z: -.0447279811, w: -.101671875} m_LocalRotation: {x: -0.018013421, y: 0.9936487, z: -0.04472798, w: -0.101671875}
m_LocalPosition: {x: .0538156703, y: -2.987478e-08, z: -.105012402} m_LocalPosition: {x: 0.05381567, y: -0.00000002987478, z: -0.1050124}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 409180} - {fileID: 409180}
@@ -1503,7 +1512,8 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 160702} m_GameObject: {fileID: 160702}
m_LocalRotation: {x: 4.37113918e-08, y: -4.37113954e-08, z: -4.37113883e-08, w: 1} m_LocalRotation: {x: 0.000000043711392, y: -0.000000043711395, z: -0.00000004371139,
w: 1}
m_LocalPosition: {x: -0, y: 0, z: 0} m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
@@ -1515,9 +1525,9 @@ Transform:
m_PrefabParentObject: {fileID: 0} m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000} m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 112530} m_GameObject: {fileID: 112530}
m_LocalRotation: {x: -.101623945, y: .958863378, z: .082490325, w: -.251890779} m_LocalRotation: {x: -0.101623945, y: 0.9588634, z: 0.082490325, w: -0.25189078}
m_LocalPosition: {x: -.0702964589, y: .0703318268, z: -.151225477} m_LocalPosition: {x: -0.07029646, y: 0.07033183, z: -0.15122548}
m_LocalScale: {x: .999999881, y: 1, z: 1.00000036} m_LocalScale: {x: 0.9999999, y: 1, z: 1.0000004}
m_Children: [] m_Children: []
m_Father: {fileID: 456330} m_Father: {fileID: 456330}
m_RootOrder: 3 m_RootOrder: 3
@@ -1539,8 +1549,10 @@ MeshRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
@@ -1563,8 +1575,10 @@ MeshRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
@@ -1587,8 +1601,10 @@ MeshRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
@@ -1642,9 +1658,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3} m_Script: {fileID: 11500000, guid: 9a9c584f9a39449438abc7ba59a68778, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_mode: 1
_size: {x: 1, y: 1, z: 1} _size: {x: 1, y: 1, z: 1}
_position: {x: -3, y: 1, z: 0} _position: {x: -3, y: 1, z: 0}
_mode: 1
_cacheRenderers: 1
_isAlignment: 1 _isAlignment: 1
_isShowBounds: 0 _isShowBounds: 0
--- !u!137 &13705018 --- !u!137 &13705018
@@ -1665,8 +1682,10 @@ SkinnedMeshRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
@@ -1709,8 +1728,8 @@ SkinnedMeshRenderer:
m_BlendShapeWeights: [] m_BlendShapeWeights: []
m_RootBone: {fileID: 456330} m_RootBone: {fileID: 456330}
m_AABB: m_AABB:
m_Center: {x: -.205264866, y: .00493822992, z: 0} m_Center: {x: -0.20526487, y: 0.00493823, z: 0}
m_Extent: {x: .501385033, y: .166869521, z: .657096624} m_Extent: {x: 0.50138503, y: 0.16686952, z: 0.6570966}
m_DirtyAABB: 0 m_DirtyAABB: 0
--- !u!137 &13784090 --- !u!137 &13784090
SkinnedMeshRenderer: SkinnedMeshRenderer:
@@ -1730,8 +1749,10 @@ SkinnedMeshRenderer:
m_ProbeAnchor: {fileID: 0} m_ProbeAnchor: {fileID: 0}
m_ScaleInLightmap: 1 m_ScaleInLightmap: 1
m_PreserveUVs: 0 m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0 m_ImportantGI: 0
m_AutoUVMaxDistance: .5 m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89 m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
@@ -1752,8 +1773,8 @@ SkinnedMeshRenderer:
m_BlendShapeWeights: [] m_BlendShapeWeights: []
m_RootBone: {fileID: 456330} m_RootBone: {fileID: 456330}
m_AABB: m_AABB:
m_Center: {x: -.243434832, y: -.134014308, z: .00430944562} m_Center: {x: -0.24343483, y: -0.13401431, z: 0.0043094456}
m_Extent: {x: .220807418, y: .25988999, z: .169618219} m_Extent: {x: 0.22080742, y: 0.25989, z: 0.16961822}
m_DirtyAABB: 0 m_DirtyAABB: 0
--- !u!1001 &100100000 --- !u!1001 &100100000
Prefab: Prefab:

View File

@@ -7,31 +7,10 @@ using UnityEditor;
#endif #endif
namespace IsoTools { namespace IsoTools {
[SelectionBase]
[ExecuteInEditMode, DisallowMultipleComponent] [ExecuteInEditMode, DisallowMultipleComponent]
public class IsoObject : MonoBehaviour { public class IsoObject : MonoBehaviour {
// ---------------------------------------------------------------------
//
// Mode
//
// ---------------------------------------------------------------------
public enum Mode {
Mode2d,
Mode3d
}
[SerializeField]
Mode _mode = Mode.Mode2d;
public Mode mode {
get { return _mode; }
set {
_mode = value;
FixTransform();
}
}
// --------------------------------------------------------------------- // ---------------------------------------------------------------------
// //
// Size // Size
@@ -158,6 +137,52 @@ namespace IsoTools {
get { return new Vector2(tilePositionX, tilePositionZ); } get { return new Vector2(tilePositionX, tilePositionZ); }
} }
// ---------------------------------------------------------------------
//
// Mode
//
// ---------------------------------------------------------------------
public enum Mode {
Mode2d,
Mode3d
}
[Space(10)]
[SerializeField]
Mode _mode = Mode.Mode2d;
public Mode mode {
get { return _mode; }
set {
_mode = value;
FixTransform();
}
}
// ---------------------------------------------------------------------
//
// Cache renderers
//
// ---------------------------------------------------------------------
[SerializeField]
bool _cacheRenderers = false;
public bool cacheRenderers {
get { return _cacheRenderers; }
set {
_cacheRenderers = value;
if ( value ) {
UpdateCachedRenderers();
} else {
ClearCachedRenderers();
}
FixTransform();
}
}
// --------------------------------------------------------------------- // ---------------------------------------------------------------------
// //
// Internal // Internal
@@ -165,15 +190,16 @@ namespace IsoTools {
// --------------------------------------------------------------------- // ---------------------------------------------------------------------
public class InternalState { public class InternalState {
public bool Dirty = false; public bool Dirty = false;
public bool Placed = false; public bool Placed = false;
public Rect ScreenRect = new Rect(); public Rect ScreenRect = new Rect();
public IsoUtils.MinMax MinMax3d = IsoUtils.MinMax.zero; public IsoUtils.MinMax MinMax3d = IsoUtils.MinMax.zero;
public float Offset3d = 0.0f; public float Offset3d = 0.0f;
public Vector2 MinSector = Vector2.zero; public Vector2 MinSector = Vector2.zero;
public Vector2 MaxSector = Vector2.zero; public Vector2 MaxSector = Vector2.zero;
public IsoAssocList<IsoObject> SelfDepends = new IsoAssocList<IsoObject>(47); public List<Renderer> Renderers = new List<Renderer>();
public IsoAssocList<IsoObject> TheirDepends = new IsoAssocList<IsoObject>(47); public IsoAssocList<IsoObject> SelfDepends = new IsoAssocList<IsoObject>(47);
public IsoAssocList<IsoObject> TheirDepends = new IsoAssocList<IsoObject>(47);
} }
public InternalState Internal = new InternalState(); public InternalState Internal = new InternalState();
@@ -185,10 +211,13 @@ namespace IsoTools {
// --------------------------------------------------------------------- // ---------------------------------------------------------------------
#if UNITY_EDITOR #if UNITY_EDITOR
Vector3 _lastSize = Vector3.zero; Vector3 _lastSize = Vector3.zero;
Vector3 _lastPosition = Vector3.zero; Vector3 _lastPosition = Vector3.zero;
Vector2 _lastTransPos = Vector2.zero; Vector2 _lastTransPos = Vector2.zero;
Mode _lastMode = Mode.Mode2d;
bool _lastCacheRenderers = false;
[Space(10)]
[SerializeField] bool _isAlignment = true; [SerializeField] bool _isAlignment = true;
[SerializeField] bool _isShowBounds = false; [SerializeField] bool _isShowBounds = false;
@@ -243,6 +272,14 @@ namespace IsoTools {
} }
} }
public void UpdateCachedRenderers() {
GetComponentsInChildren<Renderer>(Internal.Renderers);
}
public void ClearCachedRenderers() {
Internal.Renderers.Clear();
}
void FixScreenRect() { void FixScreenRect() {
if ( isoWorld ) { if ( isoWorld ) {
var l = isoWorld.IsoToScreen(position + IsoUtils.Vec3FromY(size.y)).x; var l = isoWorld.IsoToScreen(position + IsoUtils.Vec3FromY(size.y)).x;
@@ -255,9 +292,11 @@ namespace IsoTools {
void FixLastProperties() { void FixLastProperties() {
#if UNITY_EDITOR #if UNITY_EDITOR
_lastSize = size; _lastSize = size;
_lastPosition = position; _lastPosition = position;
_lastTransPos = transform.position; _lastTransPos = transform.position;
_lastMode = mode;
_lastCacheRenderers = cacheRenderers;
#endif #endif
} }
@@ -296,13 +335,17 @@ namespace IsoTools {
#if UNITY_EDITOR #if UNITY_EDITOR
void Reset() { void Reset() {
size = Vector3.one; size = Vector3.one;
position = Vector3.zero; position = Vector3.zero;
mode = Mode.Mode2d;
cacheRenderers = false;
} }
void OnValidate() { void OnValidate() {
size = _size; size = _size;
position = _position; position = _position;
mode = _mode;
cacheRenderers = _cacheRenderers;
} }
void OnDrawGizmos() { void OnDrawGizmos() {
@@ -321,6 +364,12 @@ namespace IsoTools {
if ( !IsoUtils.Vec2Approximately(_lastTransPos, transform.position) ) { if ( !IsoUtils.Vec2Approximately(_lastTransPos, transform.position) ) {
FixIsoPosition(); FixIsoPosition();
} }
if ( _lastCacheRenderers != _cacheRenderers ) {
cacheRenderers = _cacheRenderers;
}
if ( _lastMode != _mode ) {
mode = _mode;
}
} }
#endif #endif
} }

View File

@@ -294,9 +294,15 @@ namespace IsoTools {
public void AddIsoObject(IsoObject iso_object) { public void AddIsoObject(IsoObject iso_object) {
_objects.Add(iso_object); _objects.Add(iso_object);
if ( iso_object.cacheRenderers ) {
iso_object.UpdateCachedRenderers();
}
} }
public void RemoveIsoObject(IsoObject iso_object) { public void RemoveIsoObject(IsoObject iso_object) {
if ( iso_object.cacheRenderers ) {
iso_object.ClearCachedRenderers();
}
ClearIsoObjectDepends(iso_object); ClearIsoObjectDepends(iso_object);
_objects.Remove(iso_object); _objects.Remove(iso_object);
_visibles.Remove(iso_object); _visibles.Remove(iso_object);
@@ -350,12 +356,21 @@ namespace IsoTools {
return false; return false;
} }
List<Renderer> GetIsoObjectRenderers(IsoObject iso_object) {
if ( iso_object.cacheRenderers ) {
return iso_object.Internal.Renderers;
} else {
iso_object.GetComponentsInChildren<Renderer>(_tmpRenderers);
return _tmpRenderers;
}
}
IsoUtils.MinMax IsoObjectMinMax3D(IsoObject iso_object) { IsoUtils.MinMax IsoObjectMinMax3D(IsoObject iso_object) {
iso_object.GetComponentsInChildren<Renderer>(_tmpRenderers); bool inited = false;
bool inited = false; var result = IsoUtils.MinMax.zero;
var result = IsoUtils.MinMax.zero; var renderers = GetIsoObjectRenderers(iso_object);
for ( int i = 0, e = _tmpRenderers.Count; i < e; ++i ) { for ( int i = 0, e = renderers.Count; i < e; ++i ) {
var bounds = _tmpRenderers[i].bounds; var bounds = renderers[i].bounds;
var extents = bounds.extents; var extents = bounds.extents;
if ( extents.x > 0.0f || extents.y > 0.0f || extents.z > 0.0f ) { if ( extents.x > 0.0f || extents.y > 0.0f || extents.z > 0.0f ) {
var center = bounds.center.z; var center = bounds.center.z;
@@ -378,9 +393,9 @@ namespace IsoTools {
} }
bool IsIsoObjectVisible(IsoObject iso_object) { bool IsIsoObjectVisible(IsoObject iso_object) {
iso_object.GetComponentsInChildren<Renderer>(_tmpRenderers); var renderers = GetIsoObjectRenderers(iso_object);
for ( int i = 0, e = _tmpRenderers.Count; i < e; ++i ) { for ( int i = 0, e = renderers.Count; i < e; ++i ) {
if ( _tmpRenderers[i].isVisible ) { if ( renderers[i].isVisible ) {
return true; return true;
} }
} }
@@ -544,6 +559,11 @@ namespace IsoTools {
Profiler.EndSample(); Profiler.EndSample();
_dirty = false; _dirty = false;
} }
PostStepSortActions();
}
void PostStepSortActions() {
_tmpRenderers.Clear();
} }
void UpdateVisibles() { void UpdateVisibles() {

View File

@@ -3,17 +3,18 @@
--- !u!129 &1 --- !u!129 &1
PlayerSettings: PlayerSettings:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 7 serializedVersion: 8
AndroidProfiler: 0 AndroidProfiler: 0
defaultScreenOrientation: 4 defaultScreenOrientation: 4
targetDevice: 2 targetDevice: 2
targetResolution: 0 useOnDemandResources: 0
accelerometerFrequency: 60 accelerometerFrequency: 60
companyName: BlackMat companyName: BlackMat
productName: UnityIso productName: UnityIso
defaultCursor: {fileID: 0} defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0} cursorHotspot: {x: 0, y: 0}
m_ShowUnitySplashScreen: 1 m_ShowUnitySplashScreen: 1
m_VirtualRealitySplashScreen: {fileID: 0}
defaultScreenWidth: 1024 defaultScreenWidth: 1024
defaultScreenHeight: 768 defaultScreenHeight: 768
defaultScreenWidthWeb: 960 defaultScreenWidthWeb: 960
@@ -28,6 +29,7 @@ PlayerSettings:
androidShowActivityIndicatorOnLoading: -1 androidShowActivityIndicatorOnLoading: -1
iosAppInBackgroundBehavior: 0 iosAppInBackgroundBehavior: 0
displayResolutionDialog: 1 displayResolutionDialog: 1
iosAllowHTTPDownload: 1
allowedAutorotateToPortrait: 1 allowedAutorotateToPortrait: 1
allowedAutorotateToPortraitUpsideDown: 1 allowedAutorotateToPortraitUpsideDown: 1
allowedAutorotateToLandscapeRight: 1 allowedAutorotateToLandscapeRight: 1
@@ -54,17 +56,33 @@ PlayerSettings:
xboxEnableKinectAutoTracking: 0 xboxEnableKinectAutoTracking: 0
xboxEnableFitness: 0 xboxEnableFitness: 0
visibleInBackground: 0 visibleInBackground: 0
allowFullscreenSwitch: 1
macFullscreenMode: 2 macFullscreenMode: 2
d3d9FullscreenMode: 1 d3d9FullscreenMode: 1
d3d11FullscreenMode: 1 d3d11FullscreenMode: 1
xboxSpeechDB: 0 xboxSpeechDB: 0
xboxEnableHeadOrientation: 0 xboxEnableHeadOrientation: 0
xboxEnableGuest: 0 xboxEnableGuest: 0
xboxEnablePIXSampling: 0
n3dsDisableStereoscopicView: 0
n3dsEnableSharedListOpt: 1
n3dsEnableVSync: 0
uiUse16BitDepthBuffer: 0
ignoreAlphaClear: 0
xboxOneResolution: 0 xboxOneResolution: 0
ps3SplashScreen: {fileID: 0} ps3SplashScreen: {fileID: 0}
videoMemoryForVertexBuffers: 0 videoMemoryForVertexBuffers: 0
psp2PowerMode: 0 psp2PowerMode: 0
psp2AcquireBGM: 1 psp2AcquireBGM: 1
wiiUTVResolution: 0
wiiUGamePadMSAA: 1
wiiUSupportsNunchuk: 0
wiiUSupportsClassicController: 0
wiiUSupportsBalanceBoard: 0
wiiUSupportsMotionPlus: 0
wiiUSupportsProController: 0
wiiUAllowScreenCapture: 1
wiiUControllerCount: 0
m_SupportedAspectRatios: m_SupportedAspectRatios:
4:3: 1 4:3: 1
5:4: 1 5:4: 1
@@ -84,8 +102,10 @@ PlayerSettings:
AndroidPreferredInstallLocation: 1 AndroidPreferredInstallLocation: 1
aotOptions: aotOptions:
apiCompatibilityLevel: 2 apiCompatibilityLevel: 2
stripEngineCode: 1
iPhoneStrippingLevel: 0 iPhoneStrippingLevel: 0
iPhoneScriptCallOptimization: 0 iPhoneScriptCallOptimization: 0
iPhoneBuildNumber: 0
ForceInternetPermission: 0 ForceInternetPermission: 0
ForceSDCardPermission: 0 ForceSDCardPermission: 0
CreateWallpaper: 0 CreateWallpaper: 0
@@ -99,6 +119,7 @@ PlayerSettings:
iPhoneTargetOSVersion: 22 iPhoneTargetOSVersion: 22
uIPrerenderedIcon: 0 uIPrerenderedIcon: 0
uIRequiresPersistentWiFi: 0 uIRequiresPersistentWiFi: 0
uIRequiresFullScreen: 1
uIStatusBarHidden: 1 uIStatusBarHidden: 1
uIExitOnSuspend: 0 uIExitOnSuspend: 0
uIStatusBarStyle: 0 uIStatusBarStyle: 0
@@ -112,6 +133,10 @@ PlayerSettings:
iPadHighResPortraitSplashScreen: {fileID: 0} iPadHighResPortraitSplashScreen: {fileID: 0}
iPadLandscapeSplashScreen: {fileID: 0} iPadLandscapeSplashScreen: {fileID: 0}
iPadHighResLandscapeSplashScreen: {fileID: 0} iPadHighResLandscapeSplashScreen: {fileID: 0}
appleTVSplashScreen: {fileID: 0}
tvOSSmallIconLayers: []
tvOSLargeIconLayers: []
tvOSTopShelfImageLayers: []
iOSLaunchScreenType: 0 iOSLaunchScreenType: 0
iOSLaunchScreenPortrait: {fileID: 0} iOSLaunchScreenPortrait: {fileID: 0}
iOSLaunchScreenLandscape: {fileID: 0} iOSLaunchScreenLandscape: {fileID: 0}
@@ -129,6 +154,7 @@ PlayerSettings:
iOSLaunchScreeniPadFillPct: 100 iOSLaunchScreeniPadFillPct: 100
iOSLaunchScreeniPadSize: 100 iOSLaunchScreeniPadSize: 100
iOSLaunchScreeniPadCustomXibPath: iOSLaunchScreeniPadCustomXibPath:
iOSDeviceRequirements: []
AndroidTargetDevice: 0 AndroidTargetDevice: 0
AndroidSplashScreenScale: 0 AndroidSplashScreenScale: 0
androidSplashScreen: {fileID: 0} androidSplashScreen: {fileID: 0}
@@ -146,12 +172,31 @@ PlayerSettings:
m_BuildTargetIcons: m_BuildTargetIcons:
- m_BuildTarget: - m_BuildTarget:
m_Icons: m_Icons:
- m_Icon: {fileID: 0} - serializedVersion: 2
m_Size: 0 m_Icon: {fileID: 0}
m_Width: 0
m_Height: 0
m_BuildTargetBatching: [] m_BuildTargetBatching: []
m_BuildTargetGraphicsAPIs: [] m_BuildTargetGraphicsAPIs: []
webPlayerTemplate: APPLICATION:Default webPlayerTemplate: APPLICATION:Default
m_TemplateCustomTags: {} m_TemplateCustomTags: {}
wiiUTitleID: 0005000011000000
wiiUGroupID: 00010000
wiiUCommonSaveSize: 4096
wiiUAccountSaveSize: 2048
wiiUOlvAccessKey: 0
wiiUTinCode: 0
wiiUJoinGameId: 0
wiiUJoinGameModeMask: 0000000000000000
wiiUCommonBossSize: 0
wiiUAccountBossSize: 0
wiiUAddOnUniqueIDs: []
wiiUMainThreadStackSize: 3072
wiiULoaderThreadStackSize: 1024
wiiUSystemHeapSize: 128
wiiUTVStartupScreen: {fileID: 0}
wiiUGamePadStartupScreen: {fileID: 0}
wiiUProfilerLibPath:
actionOnDotNetUnhandledException: 1 actionOnDotNetUnhandledException: 1
enableInternalProfiler: 0 enableInternalProfiler: 0
logObjCUncaughtExceptions: 1 logObjCUncaughtExceptions: 1
@@ -202,17 +247,20 @@ PlayerSettings:
ps4BackgroundImagePath: ps4BackgroundImagePath:
ps4StartupImagePath: ps4StartupImagePath:
ps4SaveDataImagePath: ps4SaveDataImagePath:
ps4SdkOverride:
ps4BGMPath: ps4BGMPath:
ps4ShareFilePath: ps4ShareFilePath:
ps4ShareOverlayImagePath: ps4ShareOverlayImagePath:
ps4PrivacyGuardImagePath: ps4PrivacyGuardImagePath:
ps4NPtitleDatPath: ps4NPtitleDatPath:
ps4RemotePlayKeyAssignment: -1 ps4RemotePlayKeyAssignment: -1
ps4RemotePlayKeyMappingDir:
ps4EnterButtonAssignment: 1 ps4EnterButtonAssignment: 1
ps4ApplicationParam1: 0 ps4ApplicationParam1: 0
ps4ApplicationParam2: 0 ps4ApplicationParam2: 0
ps4ApplicationParam3: 0 ps4ApplicationParam3: 0
ps4ApplicationParam4: 0 ps4ApplicationParam4: 0
ps4DownloadDataSize: 0
ps4GarlicHeapSize: 2048 ps4GarlicHeapSize: 2048
ps4Passcode: KgSnOxla5PMvVHtMgwLFr7qLEJsRxHBI ps4Passcode: KgSnOxla5PMvVHtMgwLFr7qLEJsRxHBI
ps4pnSessions: 1 ps4pnSessions: 1
@@ -220,6 +268,19 @@ PlayerSettings:
ps4pnFriends: 1 ps4pnFriends: 1
ps4pnGameCustomData: 1 ps4pnGameCustomData: 1
playerPrefsSupport: 0 playerPrefsSupport: 0
ps4ReprojectionSupport: 0
ps4UseAudio3dBackend: 0
ps4SocialScreenEnabled: 0
ps4Audio3dVirtualSpeakerCount: 14
ps4attribCpuUsage: 0
ps4PatchPkgPath:
ps4PatchLatestPkgPath:
ps4PatchChangeinfoPath:
ps4attribUserManagement: 0
ps4attribMoveSupport: 0
ps4attrib3DSupport: 0
ps4attribShareSupport: 0
ps4IncludedModules: []
monoEnv: monoEnv:
psp2Splashimage: {fileID: 0} psp2Splashimage: {fileID: 0}
psp2NPTrophyPackPath: psp2NPTrophyPackPath:
@@ -270,12 +331,27 @@ PlayerSettings:
psmSplashimage: {fileID: 0} psmSplashimage: {fileID: 0}
spritePackerPolicy: spritePackerPolicy:
scriptingDefineSymbols: scriptingDefineSymbols:
1: 1: PLAYMAKER;PLAYMAKER_1_8
2: PLAYMAKER;PLAYMAKER_1_8
4: PLAYMAKER;PLAYMAKER_1_8
5: PLAYMAKER;PLAYMAKER_1_8
6: PLAYMAKER;PLAYMAKER_1_8
7: PLAYMAKER;PLAYMAKER_1_8
9: PLAYMAKER;PLAYMAKER_1_8
13: PLAYMAKER;PLAYMAKER_1_8
14: PLAYMAKER;PLAYMAKER_1_8
15: PLAYMAKER;PLAYMAKER_1_8
16: PLAYMAKER;PLAYMAKER_1_8
17: PLAYMAKER;PLAYMAKER_1_8
18: PLAYMAKER;PLAYMAKER_1_8
19: PLAYMAKER;PLAYMAKER_1_8
20: PLAYMAKER;PLAYMAKER_1_8
21: PLAYMAKER;PLAYMAKER_1_8
22: PLAYMAKER;PLAYMAKER_1_8
23: PLAYMAKER;PLAYMAKER_1_8
24: PLAYMAKER;PLAYMAKER_1_8
25: PLAYMAKER;PLAYMAKER_1_8
metroPackageName: UnityIso metroPackageName: UnityIso
metroPackageLogo:
metroPackageLogo140:
metroPackageLogo180:
metroPackageLogo240:
metroPackageVersion: metroPackageVersion:
metroCertificatePath: metroCertificatePath:
metroCertificatePassword: metroCertificatePassword:
@@ -283,44 +359,7 @@ PlayerSettings:
metroCertificateIssuer: metroCertificateIssuer:
metroCertificateNotAfter: 0000000000000000 metroCertificateNotAfter: 0000000000000000
metroApplicationDescription: UnityIso metroApplicationDescription: UnityIso
metroStoreTileLogo80: wsaImages: {}
metroStoreTileLogo:
metroStoreTileLogo140:
metroStoreTileLogo180:
metroStoreTileWideLogo80:
metroStoreTileWideLogo:
metroStoreTileWideLogo140:
metroStoreTileWideLogo180:
metroStoreTileSmallLogo80:
metroStoreTileSmallLogo:
metroStoreTileSmallLogo140:
metroStoreTileSmallLogo180:
metroStoreSmallTile80:
metroStoreSmallTile:
metroStoreSmallTile140:
metroStoreSmallTile180:
metroStoreLargeTile80:
metroStoreLargeTile:
metroStoreLargeTile140:
metroStoreLargeTile180:
metroStoreSplashScreenImage:
metroStoreSplashScreenImage140:
metroStoreSplashScreenImage180:
metroPhoneAppIcon:
metroPhoneAppIcon140:
metroPhoneAppIcon240:
metroPhoneSmallTile:
metroPhoneSmallTile140:
metroPhoneSmallTile240:
metroPhoneMediumTile:
metroPhoneMediumTile140:
metroPhoneMediumTile240:
metroPhoneWideTile:
metroPhoneWideTile140:
metroPhoneWideTile240:
metroPhoneSplashScreenImage:
metroPhoneSplashScreenImage140:
metroPhoneSplashScreenImage240:
metroTileShortName: metroTileShortName:
metroCommandLineArgsFile: metroCommandLineArgsFile:
metroTileShowName: 0 metroTileShowName: 0
@@ -360,6 +399,17 @@ PlayerSettings:
tizenSigningProfileName: tizenSigningProfileName:
tizenGPSPermissions: 0 tizenGPSPermissions: 0
tizenMicrophonePermissions: 0 tizenMicrophonePermissions: 0
n3dsUseExtSaveData: 0
n3dsCompressStaticMem: 1
n3dsExtSaveDataNumber: 0x12345
n3dsStackSize: 131072
n3dsTargetPlatform: 2
n3dsRegion: 7
n3dsMediaSize: 0
n3dsLogoStyle: 3
n3dsTitle: GameName
n3dsProductCode:
n3dsApplicationId: 0xFF3FF
stvDeviceAddress: stvDeviceAddress:
stvProductDescription: stvProductDescription:
stvProductAuthor: stvProductAuthor:
@@ -423,9 +473,7 @@ PlayerSettings:
WebGL::emscriptenArgs: WebGL::emscriptenArgs:
WebGL::template: APPLICATION:Default WebGL::template: APPLICATION:Default
additionalIl2CppArgs::additionalIl2CppArgs: additionalIl2CppArgs::additionalIl2CppArgs:
firstStreamedSceneWithResources: 0
cloudProjectId: cloudProjectId:
projectId:
projectName: projectName:
organizationId: organizationId:
cloudEnabled: 0 cloudEnabled: 0

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 5.1.4f1 m_EditorVersion: 5.3.4f1
m_StandardAssetsVersion: 0 m_StandardAssetsVersion: 0

View File

@@ -23,5 +23,7 @@ Global
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal EndGlobal

View File

@@ -1,8 +1,8 @@
<Properties StartupItem="Assembly-CSharp.csproj"> <Properties StartupItem="Assembly-CSharp.csproj">
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" PreferredExecutionTarget="Unity.Instance.Unity Editor" /> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" PreferredExecutionTarget="Unity.Instance.Unity Editor" />
<MonoDevelop.Ide.Workbench ActiveDocument="Assets/IsoTools/Scripts/IsoWorld.cs"> <MonoDevelop.Ide.Workbench>
<Files> <Files>
<File FileName="Assets/IsoTools/Scripts/IsoWorld.cs" Line="462" Column="64" /> <File FileName="Assets/IsoTools/Scripts/IsoWorld.cs" Line="1" Column="1" />
</Files> </Files>
</MonoDevelop.Ide.Workbench> </MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints> <MonoDevelop.Ide.DebuggingService.Breakpoints>