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.6 ### System information mac ### Issue description 在3.8.6中,使用spine3.8的版本, 如果spine文件中使用了剪裁功能,会弹贴图丢失的警告。 ### Relevant error log output Error: [Scene] [Spine] attachment’s texture doesn`t exist at console.warn (/Applications/Cocos/Creator/3.8.6/CocosCreator.app/Contents/Resources/app.asar/node_modules/@sentry/src/instrument/console.ts:40:20) at...
### Cocos Creator version 3.8.6 ### System information wasm ### Issue description 目前遇到这个 bug 的是 wasm版本 (web 和 小游戏) 设置 `skeleton.setStartListener(callback)` 后, 执行 ```ts skeleton.clearAnimations(); skeleton.setToSetupPose(); ``` 直接就 触发了 callback()...
HTML5 Ref: https://github.com/mrdoob/three.js/blob/6e897f9a42d615403dfa812b45663149f2d2db3e/src/textures/VideoTexture.js Cocomat implement: https://demo-edu.cocos.com/guide/CCMVideo.html#%E4%BA%8B%E4%BB%B6%E7%9B%91%E5%90%AC , [2.x](https://github.com/cocos/cocomat) Related plugins: - https://store.cocos.com/app/detail/3726 - https://store.cocos.com/app/detail/3519 - https://store.cocos.com/app/detail/3856 - https://store.cocos.com/app/detail/3799 Requirements also come from: 摩多、小爱灵动... Need to ensure that remote video files,...
### Cocos Creator version 3.8.6 ### System information Windows 10 Editor ### Issue description Hello everyone I'm adding an object with a lot of textures to the scene. The preview...
- [x] CCON can not be merged like existing JSON merge mech. - [ ] CCON splits a resource into two parts on some platforms. - [x] CCON requires a...
### Cocos Creator version 3.8.5 ### System information Window 10 ### Issue description ts引擎中,spine用的opacity并不是从祖先节点中传递过来的,这会导致spine的透明度显示异常,这个问题存在很久了,整个spine设计结构和UIOpacity并不匹配 ### Relevant error log output _No response_ ### Steps to reproduce ... ### Minimal reproduction project...
### Cocos Creator version 3.8.5 ### System information all ### Issue description 关闭 ShadingScale  开启 ShadingScale  ### Desired Result - [ ] 开启 ShadingScale 后 2D UI 可以正常显示...
Re: #18123 ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward. *...
Reported at https://forum.cocos.org/t/topic/165212/750 This bug was caused by https://github.com/cocos/cocos-engine/pull/18052 . Maybe we should provide a way to configure whether needs to destroyRenderData while onDisable.
### Cocos Creator version 3.8.6 ### System information window10 ### Issue description 小游戏会报错WebAssembly.instantiate: first argument must be a string ### Relevant error log output _No response_ ### Steps to reproduce...