cocos-engine icon indicating copy to clipboard operation
cocos-engine copied to clipboard

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games...

Results 539 cocos-engine issues
Sort by recently updated
recently updated
newest added

### Cocos Creator version 3.6 ### System information Native platform ### Issue description ``` void MeshBuffer::afterCleanupHandle() { clear(); se::ScriptEngine::getInstance()->addAfterInitHook([this] { init(); }); } void MeshBuffer::init() { auto *rIB = new...

Bug
Needs Triage

### Cocos Creator version 3.4.2 3.5.2 ### System information web ### Issue description Question feedback from: https://discuss.cocos2d-x.org/t/gfx-buffer-memory-leak-when-destroy-spine-node/56514 spine resource frequent release , causes GFX Buffer Mem growth. ### Relevant error...

Bug
ECO: Feedback
Module: 2D

### Cocos Creator version 3.4.2 ### System information Native platform or direct simulator operation 原生平台,或者直接模拟器运行 ### Issue description The camera is attached to the player Players add the capsulecollider component...

Bug
Module: Physics

Issue comes from forum: https://forum.cocos.org/t/topic/137747/423 Should avoid crash, just print a warning log is enough.

P1
Env: Native

### Cocos Creator version 2.4.7 ### System information MacOS 11.6.1, VS Code 1.69.2, Node 12.22.1, Gulp Version (CLI: 2.3.0, Local: 4.0.2), Chip: Apple M1, Memory: 16GB ### Issue description 大大们好,...

Bug
Needs Triage
2.x

need to implement playback rate interface on - [ ] native platforms - [ ] web platforms (thanks @mikecoker https://github.com/cocos/cocos-engine/pull/9751) - [ ] ~~minigame platforms~~ (cannot supported)

Feature Request

### Cocos Creator version 3.4.2 ### System information iOS 15.4 Safari, iPhone 6S, iPhone 8, iPhone SE2 ### Issue description Using AudioSource component to play sounds in many times. 5...

Bug
Env: Web

### Use Case 。 ### Problem Description 。 ### Proposed Solution _No response_ ### How it works _No response_ ### Alternatives Considered 。 ### Additional Information _No response_

Feature Request
ECO: Feedback
Env: MiNiGame
Module: PAL
2.x

### Creator version?(版本号) v3.4.0 ### Affected platform?(受影响的平台) Web ### How to reproduce?(如何重现) My game have one looping BGM and some looping sound effects. BGM will be discarded after playing some...

Currently we deserialize certain sorts of asset into CCON binary format then store them as `.cconb` files. Some users claim that their target platform/CDN doesn't allow such extension of file...

Compatibility
Env: MiNiGame
Module: AssetSystem
Env: Web