cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x &...

Results 202 cocos2d-x issues
Sort by recently updated
recently updated
newest added
trafficstars

- cocos2d-x version: 3.15.1 and 3.17.2 - devices test on: SamSung Galaxy S 20 Ultra Android 11 - developing environments - NDK version: 14 - Xcode version: - VS version:...

I am using version 2.2.6 of cocos2d-x and I am getting errors I'm not sure how to fix. I am currently trying to compile this for windows and MSVC 2019...

- cocos2d-x version:3.9 (audio had upgrade to 3.15) - devices test on:iPhone 7 - developing environments - NDK version: - Xcode version:8.2 - VS version: - browser type and version:...

platform:ios
module:audio

Creating a large number of different spine animations at the same time results in the allocation of vertex vector(large than 1.4 billion) Then run out of memory and crash.

- cocos2d-x version:4.0 - devices test on: Windows 10 (version 21H1) - developing environments - VS version: 2017 Steps to Reproduce: 1. create project 2. make the scene empty(also set...

The crash occurs if the sprite has no texture assigned. Need to add a null check for a bit of Metal specific code.

- cocos2d-x version: 4 - devices test on: macOS 1. $ git clone https://github.com/cocos2d/cocos2d-x.git 2. $ cd cocos2d-x cocos2d-x $ python download-deps.py then ======================================================= ==> Prepare to download external libraries!...

Metal Backend下面,如果写入CommandBuffer 后,GPU还没有来得及执行DC。 这个时候更新纹理,是不是会污染已经写入CommandBuffer的DC的数据? 这块好像没有做特殊处理?

- cocos2d-x version: 4.0 - devices test on: MacBook Pro macOS Big Sur - Xcode version: Xcode 12.5 Steps to Reproduce: 1. Compile and run normally in debug mode, whether...

- cocos2d-x version:4.0 - devices test on: - developing environments - NDK version: - Xcode version: - VS version:2017 - browser type and version: Steps to Reproduce: 1. 下载完代码,download-deps.py下载依赖项,再然后setup.py,最后用cmake构建CMakeLists 2....