- [Core] Exportable Material.

- [Core] Added name to `PPtr` and `Object` when available.
This commit is contained in:
Razmoth
2023-09-26 11:53:47 +04:00
parent f1ea41a2c7
commit a0abbe8037
15 changed files with 49 additions and 88 deletions

View File

@@ -1002,6 +1002,8 @@ namespace AssetStudio
public uint[][] decompressedLengths;
public byte[] compressedBlob;
public override string Name => m_ParsedForm?.m_Name ?? m_Name;
public Shader(ObjectReader reader) : base(reader)
{
if (version[0] == 5 && version[1] >= 5 || version[0] > 5) //5.5 and up