mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-01-06 08:26:52 +07:00
new flash export wip
This commit is contained in:
@@ -113,7 +113,7 @@ namespace FlashTools.Internal.SwfTools.SwfTypes {
|
||||
fill_style.BitmapId = reader.ReadUInt16();
|
||||
fill_style.BitmapMatrix = SwfMatrix.Read(reader, true);
|
||||
} else {
|
||||
throw new UnityException(
|
||||
Debug.LogError(
|
||||
"imported .swf file contains vector graphics. " +
|
||||
"You should use Tools/FlashExport.jsfl script for prepare .fla file");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user