Initialize 3D scene not working (babylon.js not loaded)
-
Hello, most of the time when i open my project and run it the 3D scene is not initialized and the preview remains blank. I checked the browser console to see the network calls and i see that the babylon.js script is not loading:
Request URL
https://scratch-gui-project.b-cdn.net/scratch-gui-projects/library/lib/BBL8/babylon.js
Request Method
GET
Status Code
404 Not Found
Referrer Policy
strict-origin-when-cross-originSometime it works but most of the time itβs not working.
Is there something i can do to solve the issue. Iβm using Chrome on macOS Sequoia 15.7.2. I tried with Safari but i have the same issue.
Thanks for the support.
-
If i run the project outside the editor it works:
https://play.creaticode.com/projects/69697a68a0de0146da116ebb
In this case babylon.js is loaded from a different url and it works: https://ccdn.creaticode.com/scratch-gui-projects/library/lib/BBL8/babylon.js
So the problem is only when i open the project editor.
How can i solve the issue?
Thanks
-
Yes, we were updating the babylon js 3D library to the latest version. It took some time to complete. Pleae try again. It should work fine now. Thank you for letting us know.
-
@info-creaticode it works now. Thanks!
