Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This addon actually creates and renders 3d objects on top of construct3 html layer. There is no direct relation between C3 objects like 3d shapes, sprites because they are handled by construct3 rendering system. With my plugin you can create 3d scene on whichever layer you like and add objects in runtime by actions ( currently there is no editor). Optionally you can sync construct3 sprites or 3d shapes positions to three.js object positions so you can do some level editing. This is not like mikal 3dobject plugin this is completely different which provides standalone rendering features. You can load custom 3d models, spine animations and also set Texture from construct3 sprite. You can also play with rapier addon which is active in development. You can use it it create games but level editor not there as of now