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.8.0 ### System information Windows 11 ### Issue description Add one RealCurve property in the component then all next properties will be hidden. ``` @property public...

Bug

Currently, users are not able to load a scene and expand prefabs in it, in an "official" way. Current ways to do it are: ```ts const sceneAsset = assetManager.load(/**/); //...

Optimization

Reported at https://forum.cocos.org/t/topic/154102 Using ThreadPool to load assets as which we do for image loading may be an option.

Bug
P2
Env: Native

### Cocos Creator version 3.8.3 ### System information OpenHarmony ### Issue description In oh no call back for editing return in edit box ![image](https://github.com/cocos/cocos-engine/assets/26038745/4fd3713e-c8f8-419e-906a-9a5d5ffc4076) ### Relevant error log output _No...

Bug
Needs Triage

### Use Case 实际需求: 希望spine运行库 使用 ts版本 (因为在运行时 为了性能 , 要做hack 和 重写某些方法), 但是其他模块还是希望能尽量使用wasm来提升性能. ### Problem Description 但是目前 cocos 3.8.3 只支持整体 关闭wasm. ### Proposed Solution 希望提供按模块单独开关wasm的能力. ### How it works...

Feature Request
Needs Triage

### Cocos Creator version 3.8.2 ### System information Window 10 web ### Issue description 层级关系 -button -touchNode -ui 在touchNode的touch-start中打开ui,ui也带touch事件,然后关闭ui后,点击界面任意非touchNode区域,touch事件会被touchNode触发,因为touchNode中的claimedTouchIdList没有清空 ### Relevant error log output _No response_ ### Steps to reproduce...

Bug
Needs Triage

### Cocos Creator version 3.8.2 ### System information MacOS ### Issue description It may be related to this: https://nodejs.org/dist/latest-v17.x/docs/api/intl.html#internationalization-support ![image](https://github.com/cocos/cocos-engine/assets/28684663/6cfc6d28-6397-424d-9b87-6540bcc6df8b) ### Relevant error log output _No response_ ### Steps to...

Bug
Env: Native

### Cocos Creator version 2.4.12, 2.4.13, 3.7.4,3.8.2 ### System information pad ### Issue description taobao minigame when pad rotate the game, the window will adjust in a wrong way. to...

Bug
QA: Open

### Cocos Creator version 3.8.0 ### System information Web ### Issue description new sp.spine.SkeletonBounds() will trigger error ### Relevant error log output ![image](https://github.com/cocos/cocos-engine/assets/3078423/4b02bcd0-5bfc-4404-b6a7-594c517bbece) ### Steps to reproduce new sp.spine.SkeletonBounds() will...

Bug

### Cocos Creator version 3.8.3 ### System information win10 ### Issue description 编辑器预览点击两边的滑动条点击事件会传递到预览场景中 ![image](https://github.com/cocos/cocos-engine/assets/53005137/c9121c32-a6ba-4390-a49f-73256f39bad2) ### Relevant error log output null ### Steps to reproduce 预览选择编辑器内预览,把预览窗口边缘滑动条和场景内能响应点击事件的按钮或者editbox等组件对齐,点击滑动条就能复现 ### Minimal reproduction project null

Bug