Hii! I think I found a bug
I think I can't convert if the folder path has spaces in them, so it only catches "My".
Also, I have a suggestion: Since there are hundreds of new models, is it possible to have batch conversion in the future?
Thank you so much!!
Meanwhile, since I had not much idea about how to use this properly (I'm very nob ), someone very kind sent me this: @echo off
for /r change\ %%i in (*.*) do (
echo %%i
rag2gltf.exe %%i
)
pause
It can be made in a text file, saved as "change.bat", and placed in the program's folder. So you only have to click on it for each conversion.
a single rsm2 file should be in "change", and texture folders in "data"