decentraland / asset-bundle-converter

Unity project for converting GLTFs to AssetBundles
Apache License 2.0
3 stars 9 forks source link

Ensure local files are being deleted after finishing process #74

Open aleortega opened 7 months ago

aleortega commented 7 months ago

Currently, the converters intermittently encounter the following error: Stopping program due to lack of disk space.

It is suspected that the files generated on the local system are not being cleared properly, resulting in this error as they eventually consume the entire disk space.