-
https://ccc.xinshouit.com/#/prepare-ts
Cocos Creator tutorial
-
How difficult is it?
Can we fund it?
-
### Cocos Creator version
3.8.4
### System information
android xiaomi tablet
### Issue description
封装判空的 createMesh 方法传入两个可选参数导致 android 端崩溃
### Relevant error log output
_No response_
### Ste…
-
### Cocos Creator version
3.8.2
### System information
macOS Sonoma 14.2.1
### Issue description
If add a shadow to the label, the text is distorted and does not look as expected.
### Rele…
-
### Cocos Creator version
3.8.3
### System information
all
### Issue description
线上微信小游戏 (抖音小游戏没有此错误) 报错.
看了下 Cocos 源码.
```
if (device.extensions.useVAO) {
c…
-
### Cocos Creator version
3.8.4
### System information
macOS
### Issue description
如题.
修改下图中, 配置的名称
在下图 属性检查器 的 平台设置 的下拉框里 不会同步. 要 重启编辑器 才行.
有些设置的修改 要重启编辑器我能接受, 但是这种小修改也要重启 , 我觉得不太合适…
-
### Cocos Creator version
3.8.4
### System information
android
### Issue description
该线上版本 已经停用了vulkan , 使用的是老管线. 后台捕捉到的错误信息如下:
```
#00 0x000000000090c1e0 libcocos.so Java_com_coc…
-
### Cocos Creator version
3.8.3
### System information
Android 5.1
### Issue description
None of built-in PostProcess effects work on my DIGMA Linx A400 3G LT4001PG (Android 5.1) device…
-
# Cocos Creator使用Shader
由于creator从1.5版本开始支持部分ES2015和TypeScript语法,所以我们的组件以ES2015的语法编写。
**【目前Creator还没有为Shader提供内置的特效组件,或者针对Creator Shader专门提供一些API,所以首先应该想到的是通过Cocos2d-JS来实现。理论上,任何creator现阶段没有提供的实…
-
### Describe the bug
import { TonConnect} from '@tonconnect/sdk'
const was =await TonConnect.getWallets();
this output only is {}
### Expected behavior
default wallet list
### Current…