decentraland / asset-bundle-converter

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

fix: fixed directory removal #135

Closed davidejensen closed 2 months ago

davidejensen commented 2 months ago

Apparently the default directory removal used in unity was working for windows but not for mac, this approach ensures that the deletion also removes all the files in the folder to work regardless of the platform