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

使用creator3.2版本引擎的videoplayer组件,在web上调试中发现不会触发组件的onclick事件,故修改了video-player.ts脚本,修改后测试正常。 切换到3.5.2版本引擎依然存在此问题,请官方合并此fix。

contribution

Currently, the default preview settings of simulator are: So when preview with simulator, it will - open devtools - blocked by devtools - should click run button in devtools to...

P1

### Cocos Creator version 3.6.0 ### System information Windows ### Issue description ![image](https://user-images.githubusercontent.com/32831993/181672090-b46c4960-2267-4003-a723-165d0a53e4cf.png) ![企业微信截图_16590587697680(2)](https://user-images.githubusercontent.com/32831993/181672103-bf3641dd-05d8-4b46-bcce-f2ec4afe1344.png) The display effect of various ttf is the same on Windows ### Relevant error log output...

Bug
Needs Triage

### Cocos Creator version 3.6.1 ### System information All ### Issue description ![image](https://user-images.githubusercontent.com/32831993/181671470-5a8da643-8ed0-4a40-99e9-c5fd583cb791.png) the start function might do some preparation. So the calculation might be not accurate. ### Relevant error...

Bug

### Cocos Creator version 3.5.0 ### System information iphone6 ### Issue description Test with 100 box, FPS the down to 42FPS in wechat mini game. ![image](https://user-images.githubusercontent.com/8321365/168942983-12ce09d9-dff3-4ba9-902a-3318a873763d.png) ### Relevant error log...

Bug

### Use Case Speed up development by hot-reloading the development game after saving a prefab or a timeline animation. ### Problem Description When saving a Scene you trigger a hot-reload,...

Feature Request
P2
Editor

Our Glslang library is out of date, and doesn't support Vulkan 1.3, so cocos game will crash when running with Vulkan 1.3. The solution contains two parts: - [x] Add...

Compatibility
Env: Native
GFX: Vulkan

### Cocos Creator version 3.4.2,3.5.0,2.4.9 ### System information chrome ### Issue description https://forum.cocos.org/t/topic/135015 ![GIF 2022-4-30 12-12-39](https://user-images.githubusercontent.com/40415168/166904695-a320bb3e-cb76-4bc0-83fe-b4bda4260690.gif) ### Relevant error log output _No response_ ### Steps to reproduce 2.x demo: [ScrollView-Bug2.4.8.zip](https://github.com/cocos/cocos-engine/files/8630371/ScrollView-Bug2.4.8.zip)...

Bug
ECO: Feedback
Module: 2D

Originally, its type is unordered_map, the value is useless. So using unordered_set is enough.

P2
Optimization
Env: Native

Now that `Camera.convertToUINode` is deprecated, but we haven't provide any equivalent API in `UITransform`, which makes user very confused. Please add a equivalent API to `UITransform` and change API documentation...

Compatibility
Optimization