cocos2d-console
cocos2d-console copied to clipboard
cocos2d command line tool
A command line tool that lets you create, run, publish, debug, etc… your game. It is the swiss-army knife for cocos2d. This command line tool is in its early stages....
do not compile lua scripts on linux
[100%] Linking CXX executable bin/MyGame [100%] Built target MyGame Traceback (most recent call last): File "/home/joilnen/cocos2d-x_devel/cocos2d-x-3.9/tools/cocos2d-console/bin/cocos.py", line 1081, in run_plugin(command, argv, plugins) File "/home/joilnen/cocos2d-x_devel/cocos2d-x-3.9/tools/cocos2d-console/bin/cocos.py", line 970, in run_plugin plugin.run(argv, dependencies_objects)...
Java SE 8 public updates will no longer be available for a specific use without a commercial license. Here is link: https://java.com/en/download/release_notice.jsp To build for web, we will need to...
Application are compiled in the directory linux-build/bin/, not a directory linux-build/bin//. Without this hotfix, You receive error OSError: [Errno 2] No such file or directory: '/path/to/project/linux-build/bin/Release/'
Quickly create projects and reduce their size. Please refer to my blog link below. https://westwoodforever.blogspot.com/2019/02/cocos2d-x-1.html
* fix MSBuild path * remove get_min_vs_version, use instead first item from get_required_vs_versions * remove code duplication of get_engine_version_num * min VS version is 2015 for cocos 3.17 and later
Updated the `PROJECT_NO_AVAILABLE_PLATFORMS` string as `There are no available platforms` which conveys the meaning properly than `There are not available platforms.`.
Check https://github.com/cocos2d/cocos2d-x/issues/18916.