Skip to main content

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

Baby 3D Plugin for Construct 2

Make 3D games in Construct 2 powered by Babylon.js · By Pixel Rebirth

How to use

A topic by 52crabs created Apr 13, 2025 Views: 136 Replies: 1
Viewing posts 1 to 2

From what I've seen from the example files, the least you'd need to get it running is to get a camera, a 3d object and to enable rendering via events.
However, even having tried copying the exact same events and objects, it doesn't seem to work in the new project file I have made, only displaying it on the regular 2D mode. Am I missing something?

Developer(+1)

The plugin uses a different canvas which is behind the Construct 2 canvas. So Construct 2 layers need to be invisible or elements may show up on top (which you might want for hud) or even entirely cover everything up in case of non-transparent layers.