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...
Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward. *...
Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward. *...
Re: # https://github.com/cocos/3d-tasks/issues/18549 ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward....
### Cocos Creator version 3.8.4 ### System information Window11 ### Issue description 预览栏 > 浏览器预览 > Chrome 控制台查看该警告: ``` is deprecated. Please include ``` 我查询了一下资料: - Safari 支持 `apple-mobile-web-app-capable` 但...
The error log: ``` TypeError: Cannot read properties of undefined (reading 'x') at JsbEditBoxImpl._getRect (jsb-adapter/engine-adapter.js:1104:36) at JsbEditBoxImpl.beginEditing (jsb-adapter/engine-adapter.js:1006:25) at JsbEditBoxImpl.setFocus (src/cocos-js/cc.js:112177:18) at EditBox.setFocus (src/cocos-js/cc.js:112478:24) at BackButton.searchButtonClick (assets/main/index.js:1933:77) at EventHandler.emit (src/cocos-js/cc.js:22316:19)...
Re: #17715 ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward. *...
Device: Lenovo Tab M10 FHD Plus Chip: MediaTek Helio P22T (MT8768T) Platform: Web-mobile Unable to display ASTC textures correctly.  After the fix.  Test demo: [astc-test.zip](https://github.com/user-attachments/files/17502402/astc-test.zip) Reproduction steps: 1....
### Use Case 我发现目前的 3.8.4编译鸿蒙出来的工程为3.1.1的,而现在最新的DEVECO是5.0的,请问如何编译出5.0的工程? ### Problem Description 我发现目前的 3.8.4编译鸿蒙出来的工程为3.1.1的,而现在最新的DEVECO是5.0的,请问如何编译出5.0的工程? ### Proposed Solution _No response_ ### How it works _No response_ ### Alternatives Considered 我发现目前的 3.8.4编译鸿蒙出来的工程为3.1.1的,而现在最新的DEVECO是5.0的,请问如何编译出5.0的工程? ### Additional Information _No...
### Cocos Creator version 3.7.2, 3.8.3 ### System information Android(支持自适应刷新率的设备) Android (devices that support adaptive refresh rate) ### Issue description On a mobile device with an adaptive refresh rate, when...
### Use Case 目前cocos 支持打印 "资源管理器"中的资源 路径, 希望能实现一个 打印"层级管理器"中的节点路径. 当通过 "过滤" 功能 在 "层级管理器" 中 显示部分节点时, 这些节点是拉平在一个层级的. 此时开发者难以第一时间了解节点的层级和位置. 如下图  这些 dummy 开头的节点有很多, 我只想处理 某些层级下的节点时 难以辩识. 希望选中 层级管理器中的某个节点时, 能在 控制台打印该节点的...