How to convert old Version 4 to Version 5

I have a babylon project with version 4.1.0 but I want to update it with latest version 5 . How can I convert? Is there anyone who can describe the steps should I follow? Thanks.

Hi @yigitozdamar and welcome to the community. Backwards compatability is very important to Babylon.js so just replace your 4.1.0 with 5.0.0 - beta3.

For cdn or npm use the preview version

Is it enough to change it in package.json file ??

Not as far as I know.

as long as you run npm install after that should do it

1 Like