This tool allows to preview a 3D model directly rendered with GameMaker Studio 2 and to export it to an optimized buffer container ready to be quickly loaded into your game, even for heavy models.
Example to load a model, once exported with this tool:
// Create event
model = ue_model_load("cat.unique");
// Draw event
model.draw()Once finished, the tool will be available on the releases page as Windows executable, for now please download the repo and open the project with GMS.
The GameMaker Studio 2 library to load the models is available here.
- User Interface - Developed with Headless UI.
- Models Importer - GM Assimp (a porting of the Open Assimp Import Library, made by Jak).
