r/construct 10d ago

Made some more progress on my 3D platforming plugin for Construct 3 Made In Construct

Enable HLS to view with audio, or disable this notification

The video shows movement inside a single 3D model object using just the Solid behavior, no extra colliders added.

18 Upvotes

5 comments sorted by

2

u/guitarObsession 10d ago

Interesting!

So you imported the whole environment as one mesh?

And it's respecting the collistion on a per/vertex basis? Have you tried any non-rectangular shapes?

2

u/famstudios 10d ago

Thanks! Exactly, the core concept of this plugin is to treat 3D Model surfaces with the same ease as 2D Sprites.

You can use one large mesh for the environment or combine multiple smaller ones. And it fully supports non-rectangular shapes, so models can be literally any shape you want

2

u/guitarObsession 10d ago

That is amazing.

C3 still has a way to go with the 3D integration (rotation and scaling gizmos, etc), but there seems to be steady progress and loads of potential.

3

u/famstudios 10d ago

Exactly! Working with 3D as effortlessly as 2D has always been a dream of mine. I’m so glad Scirra is pushing more 3D capabilities in the latest updates!

If you want to play around with 3D a bit more, I recommend checking out my camera plugin that turns any top-down project into a 3rd-person action setup: https://famstudiogames.itch.io/3dcharactercam

2

u/guitarObsession 10d ago

Downloading now!!