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...
### Use Case cube reflection probe baking ### Problem Description transparency objects can't be drawn with reflection probe ### Proposed Solution 1. use floating-point format RT 2. add transparency objects...
### Cocos Creator version 3.8.0 ### System information Win10 ### Issue description https://forum.cocos.org/t/topic/126145 ### Relevant error log output _No response_ ### Steps to reproduce Using a separate camera, render to...
### Cocos Creator version 3.8.1 ### System information ios 16.4 ### Issue description xcode version: 14.3.1 ios version: 16.4 I am making the first game according to the example of...
### Cocos Creator version 2.4.12 & 3.8.1 ### System information MacOS & iOS ### Issue description If the 3D particle's animation texture uses a PVRTC 4bits RGB Separate A compressed...
### Cocos Creator version 3.8.0 ### System information Windows 11 ### Issue description Planar shadows don't work when the ortho camrera is far. The shadows are above the 3D model....
### Cocos Creator version 3.7.3 ### System information android 9 ### Issue description https://forum.cocos.org/t/topic/149047 Most of the users who feedback this problem are oppo A8, and there are also some...
### Use Case When compiling shaders, use the binary compilation results from the previous launch. ### Problem Description The creation and compilation process of Shader and PSO may have significant...
### Cocos Creator version 3.6.3 ### System information Windows 10 ### Issue description model use instancing ,the planar shadow show only one. ### Relevant error log output _No response_ ###...
### Cocos Creator version 3.8.1 ### System information Windows 11, WebGL ### Issue description I could not correctly get the original LDR result as a render texture when I have...
### Use Case material.getPropertyOrDefault will return current value or value from effect. ### Problem Description material.getProperty will return `null` if not set. This might be a bit inconvenient. ### Proposed...