Skip to content

Commit b813b3d

Browse files
committed
remove version 1 check
1 parent 9b02344 commit b813b3d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

AddressablesTools/Catalog/ContentCatalogData.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,6 @@ internal void Write(ContentCatalogDataJson data)
358358

359359
internal void Write(CatalogBinaryWriter writer, SerializedTypeAsmContainer staCont)
360360
{
361-
if (Version == 1)
362-
{
363-
throw new NotSupportedException("Only version 2 catalogs are supported for writing so far.");
364-
}
365-
366361
writer.Version = Version;
367362

368363
ContentCatalogDataBinaryHeader header = new ContentCatalogDataBinaryHeader();

0 commit comments

Comments
 (0)