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

### Use Case 对象的属性名使用 关键字/保留字 是一种很不好的设计 ( 一些lint 规则里甚至直接禁止了类似操作) 但是因为历史原因, `label.string` 一直沿用至今. 我觉得应该逐步用 label.text 代替 label.string, 暂时可以两个属性共存, 但是 将 string 设置为 @deprecated , 不推荐使用, 并适当给予警告. 在 3.9 或者 3.10 时,...

Feature Request
Needs Triage

I have previously discussed this topic with Hyde Zhou on the Cocos forum, but I’d like to document it more formally here for future reference and potential feature consideration. First,...

### Cocos Creator version 3.8.5 ### System information all ### Issue description 错误如下: 我猜应该是 这个 spine资源已经被其他地方释放过了, 此处重复释放引起的. 是否考虑增加防御性代码, 类似这样 : ```ts private mergedUUID (): string { return this._uuid + murmurhash2_32_gc(this._atlasText...

Bug
Needs Triage

### Cocos Creator version 3.8.2 ### System information Windows ### Issue description ` declare global { interface ArrayConstructor { translateElements any>(array: ArrayLike, size: number, predicate: F, thisArg?: any): ReturnType[]; }...

Bug
Needs Triage

### Cocos Creator version 3.8.6 ### System information windows10 ### Issue description 只要注释引入和调用cc的部分,插件就可以正常运行,调用cc则报错 import { readFileSync } from 'fs-extra'; import { createApp, App, defineComponent } from 'vue'; import axios from...

Bug
Needs Triage

### Cocos Creator version 3.8.6 ### System information win11 ### Issue description ``` javascript function base64ToUint8Array(base64String) { let padding = '='.repeat((4 - base64String.length % 4) % 4) let base64 =...

Bug
Needs Triage

### Cocos Creator version 3.8.6 ### System information ios ### Issue description this bug happens after show admob ad which has ad voice. it only happens on ios, not android....

Bug
P2

### Cocos Creator version 3.8.6 ### System information MacOS ### Issue description 在较低 CPU 性能的设备上测试时,得到以下性能差异。 在未构建发布项目时,游戏添加 100 个物理刚体时帧率为 60,在构建发布后,游戏添加 100 个纹理刚体帧率为 20+。 When tested on a device with lower CPU...

Bug
Needs Triage

### Use Case native use http to stream data. ### Problem Description Currently native uses absolute path to load resource. ### Proposed Solution _No response_ ### How it works _No...

Feature Request
Needs Triage

### Cocos Creator version 3.8.6 ### System information macOS ### Issue description 文件没有改动过. 就是启动 cocos 后, 有时候会被自动修改. 而且这两个值来回变. ### Relevant error log output _No response_ ### Steps to reproduce ....

Bug
Needs Triage