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

### Cocos Creator version v3.8.6 ### System information Android App ### Issue description AutoAtlas can cause app launch crashes. I saw that the code related to this was removed in...

Bug
Needs Triage

### Cocos Creator version 3.8.6 ### System information ios ### Issue description astc cannot be used. ### Relevant error log output _No response_ ### Steps to reproduce https://forum.cocos.org/t/topic/167619/2 ### Minimal...

Bug
Needs Triage

### Cocos Creator version 3.8.7 ### System information android ### Issue description 在联想的设备上出现下图的现象 (拯救者 y700 平板, 和 联想yoga平板 ) 应该是 文本的处理有问题吧 ? ### Relevant error log output _No response_ ###...

Bug
Needs Triage

### Use Case 目前 cc.primitives.quad() 默认只能创建 宽高为 1 的 矩形. plane 和 sphere 都支持传入 尺寸, 希望 quad 也能. ### Problem Description . ### Proposed Solution _No response_ ### How it...

Feature Request
Needs Triage

### Cocos Creator version 3.8.6 ### System information all ### Issue description 本帖只讨论 spine 3.8 的问题. 4.2 还没有测试. 我在项目中 遇到了奇怪的问题, 先看下面两段代码: 片段 A : ```ts this.spine.clearTrack(trackIndex); const trackEntry = this.spine.setAnimation(trackIndex,...

Bug
Needs Triage

### Cocos Creator version 3.8.5 ### System information w ### Issue description 粒子系统不能合批,很多效果都实现不了 ### Relevant error log output 粒子系统不能合批,很多效果都实现不了 ### Steps to reproduce 粒子系统不能合批,很多效果都实现不了 ### Minimal reproduction project 粒子系统不能合批,很多效果都实现不了

Bug
Needs Triage

Re: # https://github.com/cocos/cocos-engine/issues/18596 https://github.com/cocos/cocos-engine/issues/18580 ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases`...

### Cocos Creator version 3.8.6 ### System information Windows 10 ### Issue description ``` protected _updateSocketBindings (): void { if (!this._skeleton) return; this._socketNodes.clear(); for (let i = 0, l =...

Bug
Needs Triage

### Cocos Creator version 3.8.x ### System information Windows10 ### Issue description 自己写的插件,在onBeforeBuild中,使用 *Editor.Message.request('scene', 'execute-scene-script', scene_method('bind'))* 调用场景脚本去处理一些资源,在正常模式下是ok的,但在使用命令行构建项目调用时失效。 ```typescript export const onBeforeBuild: BuildHook.onBeforeBuild = async function(options: ITaskOptions, result: IBuildResult) { console.warn('-------------onBeforeBuild----before')...

Bug
Needs Triage

### Use Case 1 ### Problem Description 1 ### Proposed Solution _No response_ ### How it works _No response_ ### Alternatives Considered 1 ### Additional Information _No response_

Feature Request
Needs Triage