mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-16 22:19:31 +07:00
Add log message about successfully converting
This commit is contained in:
@@ -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