Devlogs
MakeIt3D v1.0.3.0 Released β New Features & Fixes
Posted September 25, 2025 by Jammanna
#c3 #construct3 #construct3 3d #threejs
JSON Model Loading from Three.js Editor
MakeIt3D now supports loading models exported as JSON from the Three.js Editor.
The Construct Arcade Problem: The Construct 3 Arcade has strict file format limitations - .glb and .fbx files aren't allowed, making it impossible to publish 3D games created with MakeIt3D.
The JSON Solution:
- Export your 3D scene or model as JSON from the Three.js Editor
- Load it directly in MakeIt3D using the existing model loading actions
- Maintains full model fidelity including materials, textures, and animations
Workflow:
- Create or import your model in the Three.js Editor
- Export as JSON format
- Load in MakeIt3D like any other model