diff --git a/Assets/FlashTools/Docs/CHANGELOG.md b/Assets/FlashTools/Docs/CHANGELOG.md index 12c5468..0b28fa3 100644 --- a/Assets/FlashTools/Docs/CHANGELOG.md +++ b/Assets/FlashTools/Docs/CHANGELOG.md @@ -1,42 +1,57 @@ +### Version 1.4.0 + +* It's free and Open Source now! +* New minimal Unity version is 2019.4 + ### Version 1.3.18 + * Fix frameCount working before Start * Fix preview in Unity 2021 ### Version 1.3.17 + * Fix 2019 warnings * Force swf asset binary serialization ### Version 1.3.16 + * Minor promo fixes ### Version 1.3.15 + * Add optional bitmap trimming * Fix preview leaks in the Editor mode * Add warning notes about outdated assets * Add log message about successfully converting ### Version 1.3.14 + * Fix 2018.3.2f1 compilation ### Version 1.3.13 + * Fix preview shutdown warning ### Version 1.3.12 + * Upgrade to minimal LTS version * Fix anchor frame label detector * More readable conversion warnings ### Version 1.3.11 + * Fix trial version in Unity 2017 * Fix warnings in Unity 2017 * Fix possible mesh leak after scene switch ### Version 1.3.10 + * Fix (conversion error: 'Error: scaleSelection: Argument number 1 is invalid.') * Fix (Parsing swf error: Failed to read past end of stream) * Fix rasterization error with vector graphics in buttons ### Version 1.3.9 + * Not save generated meshes in scene * Fix (At line 908 of file "FTMain.jsfl": ReferenceError: ft is not defined) * Fix warning on add missing components @@ -45,6 +60,7 @@ * Replace mask shader "if + discard" instruction to "clip" ### Version 1.3.8 + * Fix shape groups in tweens problems * Fix drawing object shape problems * Fix locked elements problem @@ -59,73 +75,90 @@ * Remove excess animation reimports ### Version 1.3.7 + * Fix multiple import * Fix single frame optimization ### Version 1.3.6 + * Fix for scale very small vector items * Big vector item optimization * More yield instructions and extensions ### Version 1.3.5 + * Fix sprite import problem ### Version 1.3.4 + * Fix CS6 export problem * Fix unity postprocessor problems ### Version 1.3.3 + * Fix undefined unusedItems in CS6 ### Version 1.3.2 + * Fix bug custom scale export with small items optimization ### Version 1.3.1 + * Fix some Unity 5.5 deprecated functions ### Version 1.3.0 + * ETC separated alpha support * Export animations with custom scale (for retina) * New small vector scaled items optimization ### Version 1.2.0 + * Add Yield instructions for wait in coroutines(SwfWaitPlayStopped, SwfWaitRewindPlaying, SwfWaitStopPlaying) * Add unscaled delta time support(for separate animations, groups of animations or for all) * Fix guide type flash layers * Some fixes for reconvert asset problem ### Version 1.1.1 + * Add conversion error by shape tween in CS6 * Fix life after death (problem about destroying with big lag by frame event) ### Version 1.1.0 + * Sequence separator is anchor frame label (not common frame label) * SwfClip access to frame labels (currentLabelCount, GetCurrentFrameLabel) * SwfClip events (OnChangeClipEvent, OnChangeSequenceEvent, OnChangeCurrentFrameEvent) ### Version 1.0.0 + * Initial asset store version * Sources to dll * Palette bitmaps support ### Version 0.5.0 + * Flash optimizer twicks * Blending modes (except Alpha and Erase) ### Version 0.4.0 + * Clip groups * Fix move assets bug * Tint color for clips * Animation API improvements ### Version 0.3.0 + * Preview for animation assets and clips * Animation API improvements * Memory optimizations ### Version 0.2.0 + * Export optimizations * Export clips with export names ### Version 0.1.0 + * Initial alpha version diff --git a/LICENSE.md b/LICENSE.md index 75c5613..28fbe55 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2016-2022, by Matvey Cherevko (blackmatov@gmail.com) +Copyright (C) 2016-2023, by Matvey Cherevko (blackmatov@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8ba4fb3..4825135 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ > Convert your flash animation for Unity easy! -[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) | +[Asset Store](https://assetstore.unity.com/packages/slug/73323) | +[GitHub Repo](https://github.com/BlackMATov/unity-flash-tools) | [Forum](https://forum.unity.com/threads/1-3-15-flash-animation-toolset.440085) | [Web Demo](https://blackmatov.github.io/unity-assets/flash-animation-toolset/demo) | -[User Guide](Assets/FlashTools/Docs/USERGUIDE.md) | +[User Guide](https://github.com/BlackMATov/unity-flash-tools/blob/main/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) +[API Reference](https://github.com/BlackMATov/unity-flash-tools/blob/main/Assets/FlashTools/Docs/API.md) | +[Changelog](https://github.com/BlackMATov/unity-flash-tools/blob/main/Assets/FlashTools/Docs/CHANGELOG.md) ## Features @@ -28,9 +28,9 @@ - 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. +Supports Unity 2019.4 and newer. 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! +⭐⭐⭐ Leave your rating for this Asset. It is very important for me and the development of the project :) Also, give your stars on GitHub if you want to support me. Thank you! ⭐⭐⭐ ## Screenshots