Can't find the file "create-multi-platform-projects.py"

428 views Asked by At

I downloaded the sdk (3.0a1). According to cocos2d-x guide, I have to run the create-multi-platform-projects.py command in order to create a project, but the script doesn't exist in the package I have downloaded.

The guide says

Note: These instructions are only valid for cocos2d-x v3.0-alpha0 or newer

So I suppose that I have downloaded the right package (windows 8.0 64bit).

1

There are 1 answers

0
nomann On

The script has been moved to tools/project-creator/ and renamed to create_project.py. You can use the script the same way like

./create_project.py -p MyGame123 -k com.MyCompany.AwesomeGame -l cpp