Update cocos2d-x projects versions

Hello,

I want to update my cocos2d-x projects from version “3.16” to version “3.17.1”.

Is there a automatic way to do that without creating a new project and transferring c++ and resources files?

Thanks in advance,

Here is what I do…

  1. run download-deps.py on the 3.17.1 folder to make sure everything is up to date.

  2. back up my current project

  3. replace the cocos2d folder with the new version

  4. Review AppDelegate, RootViewController for any changes that may be different between versions.

  5. Compile to flush out any errors that may occur.,

Thanks for your answer, i ll try it.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.