(Unity): adjusted texture entries deserialization.

This commit is contained in:
morkt
2018-04-20 21:20:50 +04:00
parent 7bbaa26051
commit 1392dc61d3
4 changed files with 40 additions and 34 deletions

View File

@@ -120,7 +120,7 @@ namespace GameRes.Formats.Unity
else
*/
{
Trace.WriteLine ("Unknown type id", obj.ClassId.ToString());
Trace.WriteLine (string.Format ("Unknown type id {0}", obj.ClassId.ToString()), "[Unity.Asset]");
m_types[obj.TypeId] = null;
}
}