Hi Community,
since the Last Update babylon.js (Gui) seems to be broken. My Question is: is it possible to load an older Version of Babylon straight in my HTML?
Edit: (Preview) Version works stable again.thx for the Bugfix ^^ I had it mistakenly implemented in my HTML, instead of the cdn.babylon-Files. Had this fixed now.
I tried:
<script src="https://raw.githubusercontent.com/BabylonJS/Babylon.js/v4.0.0/dist/babylon.js"></script>
<script src="https://raw.githubusercontent.com/BabylonJS/Babylon.js/v4.0.0/dist/loaders/babylonjs.loaders.min.js"></script>
<script src="https://raw.githubusercontent.com/BabylonJS/Babylon.js/v4.0.0/dist/gui/babylon.gui.min.js"></script>
But unfortunatly this wont let my instantiate my engine. Console claims “Babylon is not defined” at “var engine = new BABYLON.Engine(canvas, true);”