[cocos2d-x] How to upgrade cocos2d-x version every time new release arrives.
Cocos2d-x v3-
aqeeliqbalLikes 0Problem Description
I set up my cocos2d-x v3.4 for android and iOS on my mac just following your tutorials. Now v3.8 is available and i want to upgrade to that. So how i do it properly so that whenever i create new project from terminal “cocos new ...” command it gives me project according to v3.8.
-
Sonar Systems adminLikes 0
Generally speaking its best if you stick with a specific version and do an upgrade when you need to and do it manually by creating a new project and copying in the files making sure everything works and flows together.
-
aqeeliqbalLikes 0
yes, i normally do it as you said but new version comes with fixes and addition so i think keep things up to date is good
-
Sonar Systems adminLikes 0
Manual update is the only way really.
Login to reply