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 B3D Model Plugin Sticky

A topic by Pixel Rebirth created 72 days ago Views: 144 Replies: 5
Viewing posts 1 to 2
Developer (2 edits)

This is a little guide on how to use the B3D Model plugin preview.  

Contained within the "B3D Model Plugin Preview.zip" archive are two c2addon files. One is an updated version of the main plugin (0.912), the other the preview of the Model plugin. Drag both of these files into an open Construct 2 window in order to install.

Then grab a model and give it a go.

First of all make sure you have your model imported into your Construct 2 project so it appears in the "Files" folder in the "Projects" tab.


While a few common formats may actually work I do recommend to use the gltf/glb model format since it worked the best for me so far.

Now in the B3D Model object's properties the correct file name has to be entered.


As you can see you may also set the initial Z elevation, the scale and default animation if your model has any.

Finally models will only be actually loaded when you use the "Load models"-action of the main plugin.


Models may take a moment to actually appear. There is already the expression "modelProgress" which can be used to avoid showing the scene too early.

Have fun trying out your models in Baby 3D!

(2 edits)

hi, i installed ur plugin and behavior, but i got error "Missing common.js , edittime.js & runtime.js" can u help me?

Developer

Did you install by dragging the c2addon files into the Construct 2 window and that's where the error occured?

You mentioned plugin and behavior but the two addons in the preview are both plugins. So if you by chance placed one in the behavior folder that will cause an issue for sure.

No, i not install it with dragging to construct, i create folder ini exporter/html5/behavior, and i put file with [plugin] name in plugin folder. btw i download Baby 3D Plugins and Behaviors (0.91).zip file, and and the contents of the zip folder are this

Developer

Your issue doesn't appear to be related to the Model plugin preview after all.

To properly install Baby 3D with all its parts you should unzip the archive you downloaded. Then open Construct 2 and drag each file with a c2addon extension into the C2 window. This will prompt you to install the addons.

Also remove any plugin or behavior folders you may have created manually first.

If the issue persists please create a new topic or contact me directly.

thanks very much, its work,