Add fullSize

This commit is contained in:
Perfare
2017-11-10 00:04:27 +08:00
parent 7ddbf3ce3e
commit d0486d855a
5 changed files with 12 additions and 6 deletions

View File

@ -362,6 +362,7 @@ namespace Unity_Studio
asset.uniqueID = i.ToString(assetIDfmt);
asset.fullSize = asset.Size;
asset.sourceFile = this;
preloadTable.Add(asset.m_PathID, asset);