willneedit / AltspaceUnityUploader

Fully rewritten Unity Uploader for AltspaceVR.
MIT License
9 stars 5 forks source link

File name sanitizing #6

Closed willneedit closed 3 years ago

willneedit commented 3 years ago

Spaces within the asset bundle names reportedly caused uploads to fail.

May need to replace it with underscores when assembling the build.

willneedit commented 3 years ago

Filename sanitizing will result in the asset bundles in the zip files to be all lowercase and with '_' instead of whitespaces and interpunction.