new flash export wip

This commit is contained in:
2016-09-05 17:20:09 +07:00
parent 7b7ca0a064
commit 77a1308ab9
3 changed files with 442 additions and 1 deletions

View File

@@ -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");
}