diff --git a/Assets/FlashTools/Docs/README.md b/Assets/FlashTools/Docs/README.md deleted file mode 100644 index b9e3d45..0000000 --- a/Assets/FlashTools/Docs/README.md +++ /dev/null @@ -1,32 +0,0 @@ -##### Flash Animation Toolset - -Convert your flash animation for Unity easy! - -* [Usage video](http://www.youtube.com/watch?v=uE_XRWZ5KHA) - -* [Site](https://blackmatov.github.io/unity-assets/flash-animation-toolset) -* [Web demo](https://blackmatov.github.io/unity-assets/flash-animation-toolset/demo) -* [User guide](https://blackmatov.github.io/unity-assets/flash-animation-toolset/user-guide.html) - -* [Trial version](https://assetstore.unity.com/packages/tools/animation/flash-animation-toolset-trial-73896) -* [Full version](https://assetstore.unity.com/packages/tools/animation/flash-animation-toolset-73323) - -###### 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 2017.4 (LTS) and newer, both Personal and Pro. Full C# source code included. - -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/Docs/GUIDE.md b/Assets/FlashTools/Docs/USERGUIDE.md similarity index 100% rename from Assets/FlashTools/Docs/GUIDE.md rename to Assets/FlashTools/Docs/USERGUIDE.md diff --git a/README.md b/README.md index 3a62cab..19e10f7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ [Full Version](https://assetstore.unity.com/packages/tools/animation/flash-animation-toolset-73323) | [Forum](https://forum.unity.com/threads/1-3-15-flash-animation-toolset.440085) | [Web Demo](.github/demo) | -[User Guide](Assets/FlashTools/Docs/GUIDE.md) | +[User Guide](Assets/FlashTools/Docs/USERGUIDE.md) | +[Usage Video](http://www.youtube.com/watch?v=uE_XRWZ5KHA) | [API Reference](Assets/FlashTools/Docs/API.md) | [Changelog](Assets/FlashTools/Docs/CHANGELOG.md) @@ -31,10 +32,6 @@ Supports Unity 2017.4 (LTS) and newer, both Personal and Pro. Full C# source cod Leave your rating for this Asset. It is very important for me and the development of the project :) Thank you! -## Usage video - - - ## Screenshots ![](.github/images/screenshot-1.png)