mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
support Unity 5.6.0f3
This commit is contained in:
@ -126,7 +126,7 @@ namespace Unity_Studio
|
||||
}
|
||||
|
||||
m_IsReadable = a_Stream.ReadBoolean(); //2.6.0 and up
|
||||
m_ReadAllowed = a_Stream.ReadBoolean(); //3.0.0 and up
|
||||
m_ReadAllowed = a_Stream.ReadBoolean(); //3.0.0 - 5.4
|
||||
a_Stream.AlignStream(4);
|
||||
|
||||
m_ImageCount = a_Stream.ReadInt32();
|
||||
|
Reference in New Issue
Block a user