Creative 3D platform made in the Godot Engine.
Download the launcher to automatically play the latest version of the game.
- Clone the ModIO GDExtension and build it using cargo (debug build
cargo buildfor editing project in Godot editor, release buildcargo build --releasefor exported project). -
- Windows: Copy
target/debug/mod_io.dlltoaddons/modio/win/mod_io.debug.x64.dllandtarget/release/mod_io.dlltoaddons/modio/win/mod_io.x64.dll. - Linux: Copy
target/debug/libmod_io.sotoaddons/modio/linux/libmod_io.debug.x64.soandtarget/release/libmod_io.sotoaddons/modio/linux/libmod_io.x64.so.
- Windows: Copy
- Launch Godot and open the project.