emanzione / PATCH

The PATCH repository for issues tracking, wiki and shared material.
https://assetstore.unity.com/packages/tools/utilities/p-a-t-c-h-ultimate-patching-system-41417
MIT License
47 stars 7 forks source link

Remove unused properties from JSON #64

Closed DmitriyYukhanov closed 1 year ago

DmitriyYukhanov commented 1 year ago

It might be a good idea to save some bandwidth and storage space by removing unneeded properties from JSON.

For example, for deleted files in patch JSON, the LastWriting and Attributes properties have default values and could be safely omitted.

emanzione commented 1 year ago

Done! It will be deployed with the next release!