How do you design levels?

Hi! How do you create levels? Place meshes, lights and other assets. I tried babylon editor but faced with some errors when importing scene in my project. “babylonjs-editor”, “babylonjs-editor-es6” packages broken and looks like nobody use them.

Hi ToastedHippie,

Welcome to Babylon! I think @julien-moreau is the top expert on the Babylon editor and might know more about that. Another option to consider is finding the correct placement for your assets using the Inspector, which is not as full-featured as a dedicated editor but is more tightly integrated with certain development workflows. There’s a lot you can do with the Inspector; the Babylon.js YouTube channel has a series of introductory videos about it, if you’re interested.

Best of luck!

Hey @ToastedHippie!
You are right, the BabylonJS Editor you tried is a little bit outdated, but you can try the version 4 which is going to be released in few weeks

It has been made to be more powerful/stable and is available as a native application.

You can download the beta here: BabylonJS Editor v4.0.0 beta · BabylonJS/Editor Wiki · GitHub
And the documentation still WIP: Editor/doc.md at release/4.0.0 · BabylonJS/Editor · GitHub

1 Like

Thank you!