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...
Typo
https://github.com/cocos/cocos-engine/blob/66f7cf933f5a8f0bf60fb95e1da342cf66c610ff/scripts/native-pack-tool/source/platforms/android.ts#L468C34-L468C42
### Use Case 记录手指触摸到屏幕上时的时间. 可以和 lastModified 一样, 用 frameStartTime 来记录. 在实现类似 双击 tap hold 等操作时, 时间很重要. ### Problem Description (如上) ### Proposed Solution _No response_ ### How it works _No...
### Cocos Creator version 3.8.2 ### System information macOS 13.6.5, GPU: Intel Iris Plus Graphics 650 1536 MB, Chrome 123.0.6312.59, GLES3 ### Issue description 对于glTF格式的模型文件,如果属性名为COLOR_0,则属性的normalized=true在cocos中会生效,如下图,图片左边是glTF文件中的属性参数,右边是spectorjs中实际属性的参数。 如果属性名是以下划线开头的自定义属性(如:_COLOR),则属性的normalized=true在cocos中不生效,如下图。 ### Relevant error log...
In some cases, users focus too much on the DrawCall metric and ignore the performance degradation associated with excessive batching. We should slightly weaken the presentation of the DrawCall and...
### Cocos Creator version 3.8.2 ### System information MacOS ### Issue description 1.Create a new project, create Prefab, create a Label, save Prefab. 2.set Label to Bold, the prefab is...
### Cocos Creator version 3.8.2 ### System information all ### Issue description 用 object 在很多时候会报错. ### Relevant error log output _No response_ ### Steps to reproduce 无 ### Minimal reproduction...
一个更合理的 tsconfig配置. 建议与 https://github.com/cocos/cocos-engine/pull/16118/ 配合使用 Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot...
Re: # ### Changelog * fix the logic bug imported by https://github.com/cocos/cocos-engine/pull/16840 ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger...
### Cocos Creator version 3.8.2 ### System information iOS 16.3 XCode 15.2 ### Issue description Run a blank ios project, and the main thread check report will appear on the...
Fix js incorrect integer number division. Should use `Math.floor` ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger...