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 2.4.12 ### System information Android 12 ### Issue description The transparent pixels of the image have turned black:  The issue was resolved by modifying the...
### Use Case https://developers.weixin.qq.com/minigame/dev/guide/performance/perf-high-performance.html https://developers.weixin.qq.com/minigame/dev/guide/performance/perf-high-performance-plus.html first: enable high performance plus mode second: enable development debugging ### Problem Description FinalizationRegistry not exists ### Proposed Solution _No response_ ### How it works...
### Cocos Creator version 3.8.1 ### System information Windows 10 ### Issue description The test result is as shown in the figure, and the project settings for macros are not...
Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward. *...
Re: # https://forum.cocos.org/t/topic/155680 ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward....
https://github.com/Tencent/MMKV https://forum.cocos.org/t/topic/155623/6 Also need to check its size.
### Cocos Creator version 3.8.2 beta ### System information MacOS ### Issue description package.json: ```json "shortcuts": [ { "message": "restart_editor", "win": "ctrl+shift+r", "mac": "cmd+shift+r" } ] ``` engine logging: `raw...
see the relative feedback: https://forum.cocos.org/t/topic/149932/527?u=_pp our implementation should follow the standard nodejs consditional exports specification https://nodejs.org/api/packages.html#conditional-exports
### Cocos Creator version 3.8.1, 3.8.2 ### System information Linux, X11, Chrome 114 ### Issue description When running a simple project with a spot light, the meshes are flickering. We've...
### Use Case Custom macros only support Boolean types. They should all support it. Custom macros can only be of const type and cannot be modified by code like built-in...