How can I include cocos2d-x templates in Xcode?

前端 未结 5 1963
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-02 16:24

I\'m trying to follow this guide which is often quoted as being an excellent tutorial for Cocos2d-x.

The problem is that my downloads for Cocos2d-x (2.2 and 3.0 alpha0)

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-02 16:32

    It doesn't exist anymore. You need to use create_project.py inside tools/project-creator in terminal.

    -> python create_project.py [params]
    

    example:

    -> python create_project.py -project MyGame -package com.MyCompany.AwesomeGame -language cpp
    

    I know, it really sucks. But it's better for creating multi-platform projects.

提交回复
热议问题