I’m making an asset conversion pipeline and I’ve found that I have to use a unity script (C#)
The proces will involve getting a filename from redis, importing the file, and exporting it again in proprietary format using a unitypackage provided to me.
I don’y know how to do any of these steps, but right now I’m working on the importing. I know I can just drag .blend files into unity and it works fine, but how do I do it from a script?