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 3.8.2 ### System information MacOS ### Issue description 空工程打包小米快游戏报错,应该是怎样的一个打包流程呢? 我按照官方的文档:https://docs.cocos.com/creator/3.8/manual/zh/editor/publish/publish-xiaomi-quick-game.html 打包一直失败,尝试用空工程也是。   默认构建设置, 点击"构建->生成"报错了 9-8-2024 21:42:22 build -> make task failed! Child process exit width...
### Cocos Creator version 3.8.2 ### System information All ### Issue description  节点事件,MOUSE_ENTER事件默认bubbles=false,MOUSE_DOWN事件默认bubbles=true。不一致,文档里也没有体现,导致程序出现预期外的行为。 鼠标进入事件不会冒泡,但是鼠标按下事件可以冒泡。预期是所有鼠标事件都会冒泡,但是这里有区别,而且文档里没有找到说明,导致找问题找了好一会 ### Relevant error log output _No response_ ### Steps to reproduce this.node.parent.on(Node.EventType.MOUSE_ENTER, (event)...
### Cocos Creator version 3.8.2 ### System information MacOS ### Issue description 1.IOS 17.3.1 2.Create a new project, create a Label, set Bold, and set a custom font, which can...
Re: # https://github.com/cocos/cocos-test-projects/pull/887 ### 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: #17624 ### Changelog The old type was misleading * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot...
问题:event.propagationImmediateStopped=true 没有阻止事件冒泡传递。按API 描述,这边不是应该加上&& !event.propagationImmediateStopped吗 =========== 一直以为是event.propagationStopped的强化版。 如果设计没问题能否补充 API 说明和官方文档的使用说明 Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. >...
### Cocos Creator version 3.8.3 ### System information Windows ### Issue description If I create a project in a folder with a symbolic link (junction) in windows, I cannot attach...
### Cocos Creator version 3.8.3 ### System information all ### Issue description 完整错误如下: 使用的都是标准的api, 跟踪不到根本原因是什么. ### Relevant error log output _No response_ ### Steps to reproduce 如上 ### Minimal reproduction...
### Cocos Creator version 3.8.3 ### System information Web ### Issue description Expected: An non-breaking space in a string should never be broken when displaying the text. Actual: If a...