cocos-engine
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...
### Cocos Creator version 3.8.2 ### System information All ### Issue description  When a new material resource is created using the builtin-sprite shader and this material is set as...
### Cocos Creator version 3.8.2 ### System information mac ### Issue description When modifying the MeshRenderer component's mesh in a prefab, if the mesh used is from a model resource...
### Cocos Creator version 3.8.2 ### System information all ### Issue description ### Relevant error log output - ### Steps to reproduce - ### Minimal reproduction project [demo.zip](https://github.com/cocos/cocos-engine/files/14830928/demo.zip)
### Cocos Creator version 3.8.2 ### System information MacOS ### Issue description    Shadows compress the display space of the original text and cause text distortion, which is...
### Cocos Creator version 3.8.2 ### System information MacOS ### Issue description settings:  engine code:  settings.json: ```json { "macros":{} } ``` You should think carefully about the priorities...
[3.8.2] On the iOS platform, the performance of the box2d module is lower than that of version 2.4.x
### Cocos Creator version 3.8.2 ### System information iOS ### Issue description Test result in 2.4.11  Test result in 3.8.2 no open box2d-wasm  Test result in 3.8.2 open...
### Cocos Creator version 3.6.3 ### System information IOS 17.1 ### Issue description Take a look into video you will see that : UI don't display correctly when change orientation...
### Use Case Use game cache in wechat game. The game project has a lot asset files to cache ### Problem Description When cached files count has a lot (>2000...
### Cocos Creator version 3.8.2 ### System information ios 17.4 ### Issue description 在videoplayer之上自定义控件,我需要修改video的层级:我发现ui渲染似乎是指定到root层渲染,而非 _viewController.view,不知道有没有渲染层的图层的设置方法 ### Relevant error log output _No response_ ### Steps to reproduce 以下是我的修改代码: // root层 UIViewController*...