Update common string for new Unity versions

Resolves #1961
This commit is contained in:
ds5678 2025-10-10 10:59:22 -07:00
parent ff48885da1
commit 19653bcb80
2 changed files with 3 additions and 1 deletions

View File

@ -114,5 +114,7 @@ public static class CommonString
{1152, "FileSize"},
{1161, "Hash128"},
{1169, "RenderingLayerMask"},
{1188, "fixed_array" },
{1200, "EntityId"},
};
}

View File

@ -186,7 +186,7 @@ public sealed class TypeTree : ISerializedReadable, ISerializedWritable
}
else
{
throw new Exception($"Unsupported asset class type name '{offset}''");
throw new Exception($"Unsupported asset class type name '{offset}'");
}
}
}