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 835 cocos-engine issues
Sort by recently updated
recently updated
newest added

Re: # ### Changelog * Fix some definition errors ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run...

### Creator version?(版本号) 3.3 and 3.4 ### Affected platform?(受影响的平台) platforms with mouse The issue is in mouse-input.ts around line 37, this code ``` private _getLocation (mouseEvent: MouseEvent): Vec2 { const...

Bug
ECO: Feedback
Module: PAL
Module: Input

Because spine module on native platform is implemented by C++ and JSB, we don't need the wasm/asmjs version. Expect:No spine.wasm/ spine.mem.bin generated for native platforms. ![企业微信截图_085f4d76-4364-487a-b44b-5a482755ee64](https://github.com/cocos/cocos-engine/assets/493372/a4ad4b63-a369-4e0f-87bc-cf94df38f128)

Bug
P2
Env: Native

### Cocos Creator version 3.73 ### System information mac os and build web mobile ### Issue description label select cache mode bitmap is support emoji and select char is unsupport...

Bug
Module: 2D

### Cocos Creator version 3.8.1 ### System information macOS 14.1 ### Issue description 在运行 [cocos-benchmark](https://github.com/cocos/cocos-benchmark) 中的 model-animation 测试例时,Web 平台文字的效果与 Cocos Creator 预览界面的效果不一样。具体表现参考下方截图: 图片左边为 Web 平台的效果,右边为 Cocos Creator 预览界面的效果,在 Web 平台上...

Bug
Needs Triage

### Cocos Creator version 3.8.1 ### System information Windows 10 ### Issue description 当使用 AnimationController 播放多个不同模型动画时,开启模型材质的 use instancing ,会导致所有模型动画变成一样 未开启材质的 USE INSTACING 时动画表现正确 When USE INSTANCING for materials is not...

Bug
Needs Triage

### Cocos Creator version 3.8.2 ### System information MacOS ### Issue description ```json "_diffuseMapHDR": { "__uuid__": "15fb9deb-951c-488c-846f-27917b13d761@b47c0", "__expectedType__": "cc.TextureCube" }, ``` ![image](https://github.com/cocos/cocos-engine/assets/28684663/097cdc3e-589a-4a1a-91c6-123b9241bfd3) If you change the Env Lighting Type, the...

Bug
Needs Triage

### Cocos Creator version 3.8.x ### System information Windows 10 ### Issue description ![b9d8cff3f3dac7d8b5f645816185384](https://github.com/cocos/cocos-engine/assets/850854/b88a42b8-8b35-4f42-a917-1835966e9f00) from the project template generated by the building, i found that the math lib from BlackBerry...

Bug
Needs Triage

### Cocos Creator version 3.6 ### System information edge ### Issue description 使用box2d作为物理系统时,在碰撞检测回调对相撞物体调用setPosition无效 ### Relevant error log output _No response_ ### Steps to reproduce 我需要在某个物体检测到碰撞时,让碰撞到它的物体瞬移,就是以下代码中的`b` ``` ts onBeginContact(selfCollider: Collider2D, otherCollider:...

Bug

There are still many npm packages using `browser` field in package.json to declare the browser edition entries of the package. Developers are eagerly looking forward to such support. See also:...

Feature Request
P2
Needs Triage