@info-creaticode it works now. Thanks! 
Posts made by lucapan-aeafecba
-
RE: Initialize 3D scene not working (babylon.js not loaded)posted in Help
-
RE: Initialize 3D scene not working (babylon.js not loaded)posted in Help
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
-
Initialize 3D scene not working (babylon.js not loaded)posted in Help
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.