going to open source

This commit is contained in:
2016-12-03 03:03:22 +07:00
parent 215b3b652a
commit 711bbfd1a4
195 changed files with 1793 additions and 465 deletions

View File

@@ -19,7 +19,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_3_6;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</DefineConstants>
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_3_6;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;UNITY_TEAM_LICENSE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
@@ -38,83 +38,133 @@
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Editors\SwfAssetEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Editors\SwfClipAssetEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Editors\SwfClipAssetPreview.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Editors\SwfClipControllerEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Editors\SwfClipEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Editors\SwfManagerEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Postprocessors\SwfAssetPostprocessor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Postprocessors\SwfPostprocessor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\SwfEditorUtils.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\SwfMaterialCache.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\SwfPropertyDrawers.cs" />
<Compile Include="Assets\FlashTools\Scripts\Internal\Editor\Tests\SwfUtilsTests.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Editors\SwfAssetEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Editors\SwfClipAssetEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Editors\SwfClipAssetPreview.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Editors\SwfClipControllerEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Editors\SwfClipEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Editors\SwfManagerEditor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Postprocessors\SwfAssetPostprocessor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\Postprocessors\SwfPostprocessor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\SwfAssetData.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\SwfEditorUtils.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\SwfMaterialCache.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTEditor\SwfPropertyDrawers.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfContext.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfContextExecuter.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfDecoder.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfStreamReader.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineBinaryDataTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineBitsLossless2Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineBitsLosslessTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineSceneAndFrameLabelDataTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineShape2Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineShape3Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineShape4Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineShapeTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DefineSpriteTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\DoABCTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\EnableDebugger2Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\EnableDebuggerTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\EnableTelemetryTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\EndTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\ExportAssetsTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\FileAttributesTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\FrameLabelTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\MetadataTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\PlaceObject2Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\PlaceObject3Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\PlaceObjectTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\ProtectTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\RemoveObject2Tag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\RemoveObjectTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\ScriptLimitsTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\SetBackgroundColorTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\ShowFrameTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\SwfTagBase.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\SwfTagVisitor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\SymbolClassTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\UnknownTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTags\UnsupportedTag.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfBlendMode.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfClipActions.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfColor.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfColorTransform.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfControlTags.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfFillStyleType.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfLongHeader.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfMatrix.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfRect.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfShapesWithStyle.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfShortHeader.cs" />
<Compile Include="Assets\FlashTools\Scripts\Editor\FTSwfTools\SwfTypes\SwfSurfaceFilters.cs" />
<None Include="Assets\FlashTools\Resources\Materials\SwfBaseCG.cginc" />
<None Include="Assets\FlashTools\Resources\Materials\SwfDecrMaskShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfSimpleShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfMaskedGrabShader.shader" />
<None Include="Assets\FlashTools\CHANGELOG.txt" />
<None Include="Assets\FlashTools\Example\Animations\LICENCE.txt" />
<None Include="Assets\FlashTools\Docs\CHANGELOG.txt" />
<None Include="Assets\FlashTools\Resources\Materials\SwfSimpleGrabShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfIncrMaskShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfMaskedShader.shader" />
<None Include="Assets\FlashTools\Docs\README.txt" />
<Reference Include="UnityEditor.Advertisements">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.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>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.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>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/EditorTestsRunner/Editor/UnityEditor.EditorTestsRunner.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.UI">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Networking">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.TreeEditor">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip.Unity">
<HintPath>/Users/matov/Programming/Projects/unityflash/Assets/FlashTools/Plugins/Editor/Ionic.Zip.Unity.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Graphs">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.Graphs.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/Frameworks/Managed/UnityEditor.Graphs.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Android.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.WebGL.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.OSXStandalone.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>/Applications/Unity/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/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>
<HintPath>/Applications/Unity_5.3.6f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

View File

@@ -19,7 +19,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_3_6;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</DefineConstants>
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_3_6;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;UNITY_TEAM_LICENSE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
@@ -38,32 +38,39 @@
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\FlashTools\Example\Scripts\PurpleFlowerLogic.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\Internal\SwfAssocList.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\Internal\SwfList.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\Internal\SwfUtils.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\SwfAsset.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\SwfAttributes.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\SwfClip.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\SwfClipAsset.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\SwfClipController.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\SwfManager.cs" />
<Compile Include="Assets\FlashTools\Scripts\FTRuntime\SwfSettings.cs" />
<None Include="Assets\FlashTools\Resources\Materials\SwfBaseCG.cginc" />
<None Include="Assets\FlashTools\Resources\Materials\SwfDecrMaskShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfSimpleShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfMaskedGrabShader.shader" />
<None Include="Assets\FlashTools\Example\Animations\licence.txt" />
<None Include="Assets\FlashTools\CHANGELOG.txt" />
<None Include="Assets\FlashTools\Example\Animations\LICENCE.txt" />
<None Include="Assets\FlashTools\Docs\CHANGELOG.txt" />
<None Include="Assets\FlashTools\Resources\Materials\SwfSimpleGrabShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfIncrMaskShader.shader" />
<None Include="Assets\FlashTools\Resources\Materials\SwfMaskedShader.shader" />
<None Include="Assets\FlashTools\README.txt" />
<None Include="Assets\FlashTools\Docs\README.txt" />
<Reference Include="UnityEngine.UI">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="FTRuntime">
<HintPath>/Users/matov/Programming/Projects/unityflash/Assets/FlashTools/Plugins/FTRuntime.dll</HintPath>
<HintPath>/Applications/Unity_5.3.6f1/Unity_5.3.6f1.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 50d6a4b1e06fc499eae74636470fb2f3
folderAsset: yes
timeCreated: 1480708526
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1437306451, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: 0c9fa30e000f3420796cfbd1e09a86d6, type: 3}
m_Name: npc_bureaucrat.fla._Stage_
m_EditorClassIdentifier:
Name: _Stage_

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: e81da9842667b4062ab6c73626bc5f76
timeCreated: 1476531186
timeCreated: 1480707415
licenseType: Free
NativeFormatImporter:
userData:

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: a25723a1cd8b141a6b489606584a6f65
timeCreated: 1476531168
timeCreated: 1480707413
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1437306451, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: 0c9fa30e000f3420796cfbd1e09a86d6, type: 3}
m_Name: npc_bureaucrat.fla.bureaucrat
m_EditorClassIdentifier:
Name: bureaucrat

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: f04e34de22e1645a9a0cc1c8b6d1046c
timeCreated: 1476531186
timeCreated: 1480707415
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1437306451, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: 0c9fa30e000f3420796cfbd1e09a86d6, type: 3}
m_Name: npc_smuggler.fla._Stage_
m_EditorClassIdentifier:
Name: _Stage_

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 1919a62d4a090490194ae3c524443f69
timeCreated: 1476531189
timeCreated: 1480707433
licenseType: Free
NativeFormatImporter:
userData:

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 91fc9b6bb83c645678686dbc06141d03
timeCreated: 1476531167
timeCreated: 1480707426
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1437306451, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: 0c9fa30e000f3420796cfbd1e09a86d6, type: 3}
m_Name: npc_smuggler.fla.smuggler
m_EditorClassIdentifier:
Name: smuggler

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 417182f0c8b6f4882a7fe54beb58877e
timeCreated: 1476531189
timeCreated: 1480707434
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1437306451, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: 0c9fa30e000f3420796cfbd1e09a86d6, type: 3}
m_Name: purple_apparition.fla._Stage_
m_EditorClassIdentifier:
Name: _Stage_

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: fca90560efe04490095fd749fab19560
timeCreated: 1476531187
timeCreated: 1480707403
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 0f54ba869440c48cd8d6c64e70c09b87
timeCreated: 1476531158
timeCreated: 1480707397
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1437306451, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: 0c9fa30e000f3420796cfbd1e09a86d6, type: 3}
m_Name: purple_apparition.fla.purpleFlower
m_EditorClassIdentifier:
Name: purpleFlower

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: e628ecb35a2014b59b4cc042ef00c55d
timeCreated: 1476531187
timeCreated: 1480707403
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1437306451, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: 0c9fa30e000f3420796cfbd1e09a86d6, type: 3}
m_Name: rainbow_100coinstoday.fla._Stage_
m_EditorClassIdentifier:
Name: _Stage_

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 4ba7369afeda0484ba5c98ff7dcce603
timeCreated: 1476531190
timeCreated: 1480707460
licenseType: Free
NativeFormatImporter:
userData:

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 7cf612ae1f9fb4253bc5cff2800885e9
timeCreated: 1476531162
timeCreated: 1480707455
licenseType: Free
NativeFormatImporter:
userData:

File diff suppressed because one or more lines are too long

View File

@@ -6,7 +6,7 @@ using FTRuntime;
namespace FlashTools.Examples {
[RequireComponent(typeof(SwfClipController))]
public class PurpleFlowerLogic : MonoBehaviour {
static string[] _idleSequences = new string[]{"talk", "idle0", "idle1", "idle2"};
static string[] _idleSequences = {"talk", "idle0", "idle1", "idle2"};
static string _fadeInSequence = "fadeIn";
static string _fadeOutSequence = "fadeOut";

View File

@@ -1,24 +0,0 @@
fileFormatVersion: 2
guid: 74f15542af7c040e9bf3f30c0f0e9743
timeCreated: 1476525760
licenseType: Free
PluginImporter:
serializedVersion: 1
iconMap: {}
executionOrder: {}
isPreloaded: 0
platformData:
Any:
enabled: 0
settings: {}
Editor:
enabled: 1
settings:
DefaultValueInitialized: true
WindowsStoreApps:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,24 +0,0 @@
fileFormatVersion: 2
guid: 1c9119afee3e843ecb0f70eb68e34533
timeCreated: 1476525758
licenseType: Free
PluginImporter:
serializedVersion: 1
iconMap: {}
executionOrder: {}
isPreloaded: 0
platformData:
Any:
enabled: 0
settings: {}
Editor:
enabled: 1
settings:
DefaultValueInitialized: true
WindowsStoreApps:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,24 +0,0 @@
fileFormatVersion: 2
guid: 5accf2f76c39043afaf11033c5682c24
timeCreated: 1476525759
licenseType: Free
PluginImporter:
serializedVersion: 1
iconMap: {}
executionOrder: {}
isPreloaded: 0
platformData:
Any:
enabled: 1
settings: {}
Editor:
enabled: 0
settings:
DefaultValueInitialized: true
WindowsStoreApps:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -8,7 +8,7 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1806722981, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
m_Script: {fileID: 11500000, guid: cf7a304f962ab44789f4fb85ff562e2a, type: 3}
m_Name: SwfSettings
m_EditorClassIdentifier:
Settings:

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 461a2bf7de1954200a3b4193c81f2172
folderAsset: yes
timeCreated: 1480698333
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 375e159432167410dac4df7b3aaa8fe7
folderAsset: yes
timeCreated: 1480698333
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 292a672830f014d76b53010b24758fbc
folderAsset: yes
timeCreated: 1480698333
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: ba8836e9d384f4971947dcafb1aea47f
folderAsset: yes
timeCreated: 1480698333
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: d55bf9e0b44904ca59050d854a38c7ee
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 26665058b9a1e41898442585e385c3f3
timeCreated: 1480698333
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 4fa4b268ac7aa477c9124c699ed8c587
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 0f581647bb7c7410ba28f97fd2814e7f
timeCreated: 1480698333
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 7e0ef7f54bc3b41dfabc308afe051fd2
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 07f1613b2510442e7bd34a0536c758cd
timeCreated: 1480698333
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 7ae552573a6744241b163082c98af911
folderAsset: yes
timeCreated: 1480698333
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 8344a58599edb42cc92b9e64ea6e5082
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: ed0eb44dfd3664ec285a25c6d03aae05
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 0f0cc1765946b4a178442797df0acaf7
timeCreated: 1480698333
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: eb433da59d3a7419dad8ad592185cb69
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: ae9572b206be64e4db019852a5022e42
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: b5b45193bd087497eb8e208376c129ea
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 58ce6b8fae3184a029f6bc3535e3cdb1
folderAsset: yes
timeCreated: 1480698333
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: af4763cc4d7f44668be4fc2d77620d16
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 040f74af26980417a98238cea1e511c1
timeCreated: 1480698333
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 1f2dd573cc07b49589bdefd5eea5026b
timeCreated: 1480698333
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: f74479d84178d4e99b36548fea8c9018
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 016bcd9f9a8854239a74a42b6cc97d6e
folderAsset: yes
timeCreated: 1480698333
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: f575b02b14ea14619a6494cdc7f3c45c
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 74973cd8013ce40de91d3075a8975933
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 429c6687a02d14d3085500f077ff530d
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: efa7367c5fcb442d59b7404a65305362
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 624f880cc6a9e4ff3b9535188f765ce6
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 3f9097ce9a09c4654af48a4dc68b2cfa
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 484dd3b5e4c0e4b3e9b3573b801655a0
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: df23a741e649246b7889385d79ec793a
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 4da706943c48d454eaf95512ea8825e4
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: c874808021d1a4194a23b69769b55d5c
timeCreated: 1480698334
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More