做切图加载时地图块间有缝隙
在地图块加载完成后,给纹理做一下设置。
tex.setWrapMode(Texture2D.WrapMode.REPEAT,Texture2D.WrapMode.CLAMP_TO_EDGE); 在地图块加载完成后,给纹理做一下设置。
tex.setWrapMode(Texture2D.WrapMode.REPEAT,Texture2D.WrapMode.CLAMP_TO_EDGE); 这个拼图网站,一个月访问量是400万。
https://www.jigsawexplorer.com/
suk居然把cocos收购了
https://www.sud.tech/cn/
在 Cocos Creator 中随机打乱子节点的顺序
cc.tween真机这里广告开始会卡住,因为那一帧被广告占用,就会被卡住了。
行为树编辑器
这是一个直观、可视化、通用的行为树编辑器,行为树的保存格式为 json,可以让策划自行去实现 AI,技能,buff 等复杂的游戏逻辑
https://github.com/zhandouxiaojiji/behavior3editor
乐信圣文,包含数字填色、填格子、数独、模拟经营、华容道等多个细分种类
https://developer.android.com/games/pgs/android/achievements?hl=zh-cn
适用于 Android 游戏的 Play 游戏服务
cocos各种shader特效
https://github.com/ifengzp/cocos-awesome
Cocos Creator 2.x 和 3.x 在 2D 性能方面存在显著差异,主要源于它们底层架构和设计理念的不同。简而言之:
可以用 “⬛” 代表 1,“⬜” 代表 0,这样展示:
1 压缩 JSON(gzip/brotli)
如果必须打包,可以:
用 gzip 或 brotli 压缩 JSON
cocos触摸End的时候,位置或获取错误的改正方法
cocos动画,Tweener 类库中的各种缓动曲线对应的真实世界物体的运动有哪些?
linear 是匀速直线运动;easeOutExpo 是类似自然减速运动
cocos 3.8.x 安卓16k问题
https://github.com/cocos/cocos-engine/pull/18805/files
cocos creator 3.8.7的安卓16k问题,已经合并进Pull requests了,具体看
https://github.com/cocos/cocos-engine/pull/18805/commits/8c7290e7eea5b1226fee2ccc755fa8befed441d2
cocos creator2.4的播放声音,xxx.mp3 cause by limited max instance of AudioEngine
export function callStaticMethod (className: string, methodName: string, methodSignature: string, ...parameters:any): any;
改成
export function callStaticMethod (className: string, methodName: string, methodSignature?: string, ...parameters:any): any;