more unsupported tags

This commit is contained in:
2017-06-22 02:11:20 +07:00
parent f342c83a39
commit 6fe301153f
3 changed files with 36 additions and 24 deletions

View File

@@ -71,38 +71,38 @@
// Fonts and Text // Fonts and Text
// ----------------------------- // -----------------------------
DefineFont = 10, DefineFont = 10, // Unsupported
DefineFontInfo = 13, DefineFontInfo = 13, // Unsupported
DefineFontInfo2 = 62, DefineFontInfo2 = 62, // Unsupported
DefineFont2 = 48, DefineFont2 = 48, // Unsupported
DefineFont3 = 75, DefineFont3 = 75, // Unsupported
DefineFontAlignZones = 73, DefineFontAlignZones = 73, // Unsupported
DefineFontName = 88, DefineFontName = 88, // Unsupported
DefineText = 11, DefineText = 11, // Unsupported
DefineText2 = 33, DefineText2 = 33, // Unsupported
DefineEditText = 37, DefineEditText = 37, // Unsupported
CSMTextSettings = 74, CSMTextSettings = 74, // Unsupported
DefineFont4 = 91, DefineFont4 = 91, // Unsupported
// ----------------------------- // -----------------------------
// Sounds // Sounds
// ----------------------------- // -----------------------------
//DefineSound = 14, DefineSound = 14, // Unsupported
//StartSound = 15, StartSound = 15, // Unsupported
//StartSound2 = 89, StartSound2 = 89, // Unsupported
//SoundStreamHead = 18, SoundStreamHead = 18, // Unsupported
//SoundStreamHead2 = 45, SoundStreamHead2 = 45, // Unsupported
//SoundStreamBlock = 19, SoundStreamBlock = 19, // Unsupported
// ----------------------------- // -----------------------------
// Buttons // Buttons
// ----------------------------- // -----------------------------
//DefineButton = 7, DefineButton = 7, // Unsupported
//DefineButton2 = 34, DefineButton2 = 34, // Unsupported
//DefineButtonCxform = 23, DefineButtonCxform = 23, // Unsupported
//DefineButtonSound = 17, DefineButtonSound = 17, // Unsupported
// ----------------------------- // -----------------------------
// Sprites and Movie Clips // Sprites and Movie Clips
@@ -212,6 +212,18 @@
case (int)SwfTagType.DefineEditText: return UnsupportedTag.Create(SwfTagType.DefineEditText); case (int)SwfTagType.DefineEditText: return UnsupportedTag.Create(SwfTagType.DefineEditText);
case (int)SwfTagType.CSMTextSettings: return UnsupportedTag.Create(SwfTagType.CSMTextSettings); case (int)SwfTagType.CSMTextSettings: return UnsupportedTag.Create(SwfTagType.CSMTextSettings);
case (int)SwfTagType.DefineFont4: return UnsupportedTag.Create(SwfTagType.DefineFont4); case (int)SwfTagType.DefineFont4: return UnsupportedTag.Create(SwfTagType.DefineFont4);
// Sounds
case (int)SwfTagType.DefineSound: return UnsupportedTag.Create(SwfTagType.DefineSound);
case (int)SwfTagType.StartSound: return UnsupportedTag.Create(SwfTagType.StartSound);
case (int)SwfTagType.StartSound2: return UnsupportedTag.Create(SwfTagType.StartSound2);
case (int)SwfTagType.SoundStreamHead: return UnsupportedTag.Create(SwfTagType.SoundStreamHead);
case (int)SwfTagType.SoundStreamHead2: return UnsupportedTag.Create(SwfTagType.SoundStreamHead2);
case (int)SwfTagType.SoundStreamBlock: return UnsupportedTag.Create(SwfTagType.SoundStreamBlock);
// Buttons
case (int)SwfTagType.DefineButton: return UnsupportedTag.Create(SwfTagType.DefineButton);
case (int)SwfTagType.DefineButton2: return UnsupportedTag.Create(SwfTagType.DefineButton2);
case (int)SwfTagType.DefineButtonCxform: return UnsupportedTag.Create(SwfTagType.DefineButtonCxform);
case (int)SwfTagType.DefineButtonSound: return UnsupportedTag.Create(SwfTagType.DefineButtonSound);
// Sprites and Movie Clips // Sprites and Movie Clips
case (int)SwfTagType.DefineSprite: return DefineSpriteTag.Create(reader); case (int)SwfTagType.DefineSprite: return DefineSpriteTag.Create(reader);
// Video // Video

View File

@@ -22,7 +22,7 @@ GraphicsSettings:
- {fileID: 10782, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 10782, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: [] m_PreloadedShaders: []
m_ShaderSettings: m_ShaderSettings:
useScreenSpaceShadows: 0 useScreenSpaceShadows: 1
m_BuildTargetShaderSettings: [] m_BuildTargetShaderSettings: []
m_LightmapStripping: 0 m_LightmapStripping: 0
m_FogStripping: 0 m_FogStripping: 0

View File

@@ -66,7 +66,7 @@ https://gist.github.com/talecrafter/111ea3345911bd238f4998b4d5a04bf3
**** TODO Возможно проблемы с DX9 **** TODO Возможно проблемы с DX9
UNITY_UV_STARTS_AT_TOP UNITY_UV_STARTS_AT_TOP
UNITY_HALF_TEXEL_OFFSET UNITY_HALF_TEXEL_OFFSET
** TODO Версия 1.3.8 ** DONE Версия 1.3.8
*** Улучшения *** Улучшения
**** DONE Ворнинг на shape-tween **** DONE Ворнинг на shape-tween
**** DONE Скрипты для выгрузки в разных масштабах **** DONE Скрипты для выгрузки в разных масштабах