Sebavan Posted June 14, 2017 Share Posted June 14, 2017 You can try this one instead, the urls changes a couple of months ago with the CDN move: http://preview.babylonjs.com/inspector/babylon.inspector.bundle.js Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 14, 2017 Share Posted June 14, 2017 I use the link Sebavan gives you. it works. Quote Link to comment Share on other sites More sharing options...
ozRocker Posted June 19, 2017 Share Posted June 19, 2017 On 2017-6-14 at 3:41 PM, Sebavan said: You can try this one instead, the urls changes a couple of months ago with the CDN move: http://preview.babylonjs.com/inspector/babylon.inspector.bundle.js I tried it and now its missing https://www.babylonjs.com/babylon.canvas2d.js Is there anyone here that can get the inspector working or did it only break for me? Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 19, 2017 Share Posted June 19, 2017 Canvas2d has been moved in extensions now. It is replaced by BABYLON.GUI (official GUI) now which is more flexible to use. Canvas2d seems to have been abandoning along the way by owner. To run the inspector you must use this link https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js At home the inspector works <script src="https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js>"></script> This link will no longer work : https://www.babylonjs.com/ This is https://preview.babylonjs.com Quote Link to comment Share on other sites More sharing options...
ozRocker Posted June 19, 2017 Share Posted June 19, 2017 2 hours ago, Dad72 said: Canvas2d has been moved in extensions now. It is replaced by BABYLON.GUI (official GUI) now which is more flexible to use. Canvas2d seems to have been abandoning along the way by owner. To run the inspector you must use this link https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js At home the inspector works <script src="https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js>"></script> This link will no longer work : https://www.babylonjs.com/ This is https://preview.babylonjs.com I tried it and now its missing https://www.babylonjs.com/babylon.canvas2d.js That error is coming from the babylon.inspector.bundle.js file line 408 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 19, 2017 Share Posted June 19, 2017 Canvas2d is in extensions now. You must download the file and add it to your project as an internal and non-external link. Deposit Canvas2D : https://github.com/BabylonJS/Extensions/tree/master/canvas2D/dist Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 19, 2017 Share Posted June 19, 2017 I'll see with @Temechon to get rid of this dependency ozRocker 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.