monkeyman192 / NMSDK

Custom Model importer for NMS
https://monkeyman192.github.io/NMSDK/
29 stars 9 forks source link

[BUG] Fix texture and filenames with space #95

Open monkeyman192 opened 1 year ago

monkeyman192 commented 1 year ago

Describe the bug If a texture/material name contains a space it will not be supported by NMS.

To Reproduce Have a space in the name

We need to add some code to replace any spaces with an underscore so that even if a user has spaces in the file names or anything it will be valid.