From 1872f28369223e113a969196a5cd3bb8d7631753 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sat, 15 Oct 2016 23:20:35 +0700 Subject: [PATCH] + readme --- Assembly-CSharp.csproj | 3 ++- Assets/FlashTools/README.txt | 36 +++++++++++++++++++++++++++++++ Assets/FlashTools/README.txt.meta | 8 +++++++ 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 Assets/FlashTools/README.txt create mode 100644 Assets/FlashTools/README.txt.meta diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj index af0313e..3aeb517 100644 --- a/Assembly-CSharp.csproj +++ b/Assembly-CSharp.csproj @@ -19,7 +19,7 @@ full false Temp\bin\Debug\ - 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 + 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_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;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_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;RENDER_SOFTWARE_CURSOR;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;ENABLE_TEXTUREID_MAP;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_LOG_MIXED_STACKTRACE;ENABLE_IL2CPP;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX prompt 4 0169 @@ -55,6 +55,7 @@ + /Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll diff --git a/Assets/FlashTools/README.txt b/Assets/FlashTools/README.txt new file mode 100644 index 0000000..d1597c8 --- /dev/null +++ b/Assets/FlashTools/README.txt @@ -0,0 +1,36 @@ +----------------------------- +-- Flash Animation Toolset -- +----------------------------- + +Convert your flash animation for Unity easy! + +- Usage video "http://www.youtube.com/watch?v=XXXXXXXXXXXXXXXXXXXXXXX" !!! + +- Blog "http://matov.me" +- Site "http://matov.me/flash-animation-toolset" +- Forum "http://forum.unity3d.com/threads/XXXXXXXXXXXXXXXXXXXXXXXXXXX" !!! +- WebDemo "http://matov.me/public/blog_share/flash_tools/web_demo" + +- Demo version "https://www.assetstore.unity3d.com/en/#!/content/XXXX" !!! +- Full version "https://www.assetstore.unity3d.com/en/#!/content/XXXX" !!! +- Pro version "https://www.assetstore.unity3d.com/en/#!/content/XXXX" !!! + +Features +- Support all transformations like 'rotation', 'skew' and 'scale' (except 3D) +- Support all tweens(classic, motion and etc), keyframes and layers +- Support mask layers +- Support bitmap and vector graphics +- Support all clip color effects like 'brightness', 'tint', 'alpha' and etc +- Support most blending modes (all except Alpha and Erase) +- Simple runtime API for controlling your animations in Unity +- Automatic packing texture atlases of animations with different settings +- Great performance with zero allocations in update loop +- Frame labels to separate sequences in one timeline +- Export marked "for export" clips and main timeline +- Live preview of animations in the Unity editor + +Supports Unity 5.3 and newer, both Personal and Pro. + +Leave your rating for this Asset. It is very important for me and the development of the project :) Thank you! + +Samples use "Creative Commons CC0 1.0 Universal License" animations from Glitch game "http://www.glitchthegame.com/public-domain-game-art" diff --git a/Assets/FlashTools/README.txt.meta b/Assets/FlashTools/README.txt.meta new file mode 100644 index 0000000..8a4b606 --- /dev/null +++ b/Assets/FlashTools/README.txt.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ffe731bf74d034b948a5ec392ba8e284 +timeCreated: 1476541234 +licenseType: Free +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: