mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Support file size greater than 2GB
Support preview .otf type font
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user