Add support for project texture files (Kenney 3D Models)
Add support for project texture files (for example in some of Kenney 3D Models).
Thanks to https://twitter.com/DavitMasia for the question about this.
https://kenney.nl/assets/mini-dungeon
For example, for Kenney's mini-dungeon, I set the following works (make sure that you use the same directory structure as defined in the original assets directory.

Files
3DObject-2-53-2.c3addon 111 kB
Oct 13, 2023
Get Construct 3 3DObject Plugin - SDK V1 only
Download NowName your own price
Construct 3 3DObject Plugin - SDK V1 only
Construct 3 3DObject, loaded from 3D model files (gltf embedded format)
| Status | Released |
| Category | Assets |
| Author | kindeyegames |
| Tags | 3D, construct, construct-3 |
More posts
- Update to ssao, small changes, better quality?3 days ago
- Add disable load and gltfPath ACE expression30 days ago
- 3D effect lighting bug fix53 days ago
- Congrats to dev Bilge on new game release!83 days ago
- Add ACES: disable/enable all nodes96 days ago
- fix opacity and color for non 3dobject renders97 days ago
- Fix opacity and color tint for static geometry and gpu skinning97 days ago
- Complete uniform caching for worker mode alsoJul 12, 2025
- Add back uniform location caching (speed up render)Jul 12, 2025
- Fix - gpu-skinning, worker mode w/ non-skinned nodesJul 11, 2025
Comments
Log in with itch.io to leave a comment.
Thanks for the update! This is great!
You are welcome, if you make something with it please share it in comments.
This plugin is getting better and better!
:)
Thanks for the update! I have one issue that seems to be still exists with the plugin. I cannot load another 3d model to same 3d object once any first 3d model is loaded to that object. i.e no runtime dynamic multiple load of 3d models. Can you have a look to it?
The way to do that, is to use instance model property. Also in layout leave gltf path empty, so when you create a new instance it will also be empty. Look for the dev log on instance models.