Problem on importing scene

Hello everyone, hope you guys help me. I recently created a simple scene on the Babylon editor and i linked the scene.babylon on my js script using the SceneLoader method. The problem is that my scene doesn’t opens and my console displays the following message:

babylon.js:16 BJS - [11:19:50]: Unable to load from BETA/scenes/scene/scene.babylon: loadAssets of scene.babylon from Babylon.JS Editor version: v4.0.0-rc.2, exporter version: v4.2.0
	Lights:
		Name: sun, type: Directional
	Materials:
		Name: default material
		Name: cube
		Name: ground

@julien-moreau The editor master. :slight_smile:

1 Like

Hey @hudsontteixeira !
Thanks for reporting!

That’s weird! I have multiple questions:

  • Do you have any sky in your scene? If yes, and if your sky has a sky material, please be sure you have imported babylonjs-materials or @babylonjs/materials in your project. Else, the parsing the sky material will fail and that can be the issue
  • Which version of Babylon.JS are you using in your project? By default, projects made with the Editor are using Babylon.JS 4.2.0.

Thanks for your answers :slight_smile: