Support file size greater than 2GB

Support preview .otf type font
This commit is contained in:
Perfare
2017-01-28 19:17:31 +08:00
parent 2e8ef2a403
commit 86e30c5dc0
3 changed files with 47 additions and 48 deletions

View File

@ -9,7 +9,7 @@ namespace Unity_Studio
public class AssetPreloadData : ListViewItem
{
public long m_PathID;
public int Offset;
public uint Offset;
public int Size;
public int Type1;
public ushort Type2;