En929 Posted June 16, 2017 Share Posted June 16, 2017 I was wondering is the site for some of the Babylon js. links down? I'm referring to these links: <script src="http://www.babylonjs.com/hand.minified-1.2.js"></script> <script src="http://www.babylonjs.com/cannon.js"></script> <script src="http://www.babylonjs.com/oimo.js"></script> <script src="http://www.babylonjs.com/babylon.js"></script> I have been working on my Babylon js. projects on my desktop and things were working perfectly. But, the next day, my project wouldn't work at all. Is anybody else having this problem? The above html links come from the Playground page in the "Instanced Bones" zip file that I downloaded and have been using. Quote Link to comment Share on other sites More sharing options...
max123 Posted June 16, 2017 Share Posted June 16, 2017 Do you get console errors? Quote Link to comment Share on other sites More sharing options...
aWeirdo Posted June 16, 2017 Share Posted June 16, 2017 -> http://www.babylonjs.com/oimo.js is not working, you only need one physics plugin anyway, -> http://www.babylonjs.com/babylon.js also isn't working, please download from github; (Right-click here & Save link As) Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 16, 2017 Share Posted June 16, 2017 You are not using the right links: http://www.babylonjs.com/babylon.js this works :https://preview.babylonjs.com//babylon.js <script src="https://preview.babylonjs.com/hand.minified-1.2.js"></script> <script src="https://preview.babylonjs.com/cannon.js"></script> <script src="https://preview.babylonjs.com/babylon.js"></script> Borislav 1 Quote Link to comment Share on other sites More sharing options...
En929 Posted June 16, 2017 Author Share Posted June 16, 2017 2 hours ago, max123 said: Do you get console errors? Max123, yes I was getting errors in my console at first. Quote Link to comment Share on other sites More sharing options...
En929 Posted June 16, 2017 Author Share Posted June 16, 2017 Thanks you all. It worked. I went back and downloaded all of those tool sets on the links that you all provided and it worked. So now, I have the content of those links stored on my computer (and USB flash drive) for when I want to continue making games while on the move and have no internet. Thanks again! Quote Link to comment Share on other sites More sharing options...
Borislav Posted June 16, 2017 Share Posted June 16, 2017 11 hours ago, Dad72 said: You are not using the right links: http://www.babylonjs.com/babylon.js this works :https://preview.babylonjs.com//babylon.js <script src="https://preview.babylonjs.com/hand.minified-1.2.js"></script> <script src="https://preview.babylonjs.com/cannon.js"></script> <script src="https://preview.babylonjs.com/babylon.js"></script> Thank you! 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.