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.5, 3.8.6 ### System information macOS, iOS ### Issue description 原帖地址: [https://forum.cocos.org/t/topic/168118?u=delun.zhu](https://forum.cocos.org/t/topic/168118?u=delun.zhu) 我是iOS Mobile app开发, 最近在基于cocos creator 和 cocos XR 写一个poc demo app, 在对XR功能做技术POC的时候,遇到了一些问题,想请您帮忙看一下哪里出了问题。 需求: 在基于XR的demo工程中,我在cocos...
### Cocos Creator version 3.8.6 ### System information Web ### Issue description After PR #17188, unexpected parameter passing leads to endless errors in tween system. It's easy to reproduce the...
### Cocos Creator version 3.8.6 ### System information window11 ### Issue description 1. 编译失败:报错project.config.json: libVersion 字段需为 string, string 2. 运行失败:报错web-adapter.js:formatted:4614 Read file failed: path: subpackages/main/import/fe/fee82034-ad09-4844-b213-53bf1aebc58a.bin message: readFile:fail Parameter check error:...
### Cocos Creator version 3.8.6 ### System information MAC ### Issue description  the custom TTF displays with a black outline while no outline set. ### Relevant error log output...
### Cocos Creator version 3.8.6 ### System information window1 ### Issue description sprite 组件grayscale设置为true,在游戏运行中鼠标略过按钮,按钮的sprite恢复成普通状态,置灰失效 ### Relevant error log output _No response_ ### Steps to reproduce none ### Minimal reproduction project...
Before button preload, this _sprite is null and it can't be update sprite transition if you change it interactable from other logic. Re: # ### Changelog * fix: update button...
### Cocos Creator version 3.8.7 ### System information * ### Issue description  ### Relevant error log output _No response_ ### Steps to reproduce 见截图,代码直接就可以分析出来 ### Minimal reproduction project _No...
### Cocos Creator version 3.8.5 ### System information Window11 ### Issue description  ### Relevant error log output
### Cocos Creator version 3.8.3 ### System information windows10, macOS15.4.1 ### Issue description 在vue3中使用ui-file做文件选择 ``` const invalid = computed(() => !props.data) const scriptInvalid = computed(() => invalid.value || !terminal.value) const...
### Use Case mask下面的节点怎么使用2d sorting组件让其显示在mask之上 How to use 2D sorting components to make the nodes under the mask appear above the mask ### Problem Description 相当于mask对某个节点不生效,这个节点可以超框 This is equivalent to...