mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-13 11:39:54 +07:00
Add log message about successfully converting
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* Add 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
|
||||
|
||||
@@ -42,6 +42,10 @@ namespace FTEditor.Postprocessors {
|
||||
if ( asset.Atlas ) {
|
||||
ConfigureAtlas(asset);
|
||||
ConfigureClips(asset, asset_data);
|
||||
Debug.LogFormat(
|
||||
asset,
|
||||
"<b>[FlashTools]</b> SwfAsset has been successfully converted:\nPath: {0}",
|
||||
AssetDatabase.GetAssetPath(asset));
|
||||
} else {
|
||||
_progressBar.UpdateTitle(asset.name);
|
||||
var new_data = ConfigureBitmaps(asset, asset_data);
|
||||
|
||||
Reference in New Issue
Block a user