We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b02344 commit b813b3dCopy full SHA for b813b3d
1 file changed
AddressablesTools/Catalog/ContentCatalogData.cs
@@ -358,11 +358,6 @@ internal void Write(ContentCatalogDataJson data)
358
359
internal void Write(CatalogBinaryWriter writer, SerializedTypeAsmContainer staCont)
360
{
361
- if (Version == 1)
362
- {
363
- throw new NotSupportedException("Only version 2 catalogs are supported for writing so far.");
364
- }
365
-
366
writer.Version = Version;
367
368
ContentCatalogDataBinaryHeader header = new ContentCatalogDataBinaryHeader();
0 commit comments