Skip to content

unique-engine/model-converter

Repository files navigation

Unique - 3D Model Converter Tool for Game Maker Studio 2

Tool Preview

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()

Download

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.


Credits

About

Unique Model Converter for GameMaker Studio 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors