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