上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 51 下一页
摘要: 效果 素材 阅读全文
posted @ 2019-07-30 18:04 三页菌 阅读(1152) 评论(0) 推荐(0)
摘要: https://gpp.tkchu.me/ 阅读全文
posted @ 2019-07-29 23:55 三页菌 阅读(329) 评论(0) 推荐(0)
摘要: 一种是alpha检测 一种是设置collider 参考: https://zhuanlan.zhihu.com/p/34204396 下面给出第二种方案代码 阅读全文
posted @ 2019-07-23 14:07 三页菌 阅读(1240) 评论(0) 推荐(0)
摘要: https://www.youxibd.com/gamejam 阅读全文
posted @ 2019-07-09 13:45 三页菌 阅读(147) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/e295166319/article/details/52370575 需要两个类:树节点类和界面实现类 1:树节点类(TreeNode) 2:界面实现类(CreateTreeList) 效果图: (点击后,被点击的节点红色显示,并在控制台输出被点击的节点 阅读全文
posted @ 2019-07-02 11:14 三页菌 阅读(1394) 评论(0) 推荐(0)
摘要: 【DOTween】 SetEase 过渡类型 SetAutoKill 播放完不自动消除 DoMove 第三个参数 snapping 设置为 true ,Ease。Linear的设置才有效 Tweener t = GetComponent<RectTransform>().DOLocalMove(ne 阅读全文
posted @ 2019-06-19 13:44 三页菌 阅读(309) 评论(0) 推荐(0)
摘要: 教程1:https://blog.csdn.net/u010019717/article/details/80300136 教程2:https://blog.csdn.net/liqiangeastsun/article/details/79262656 阅读全文
posted @ 2019-06-16 23:18 三页菌 阅读(201) 评论(0) 推荐(0)
摘要: https://thebookofshaders.com/?lan=ch 阅读全文
posted @ 2019-06-04 17:42 三页菌 阅读(826) 评论(0) 推荐(0)
摘要: using UnityEngine; public enum AnchorPresets { TopLeft, TopCenter, TopRight, MiddleLeft, MiddleCenter, MiddleRight, BottomLeft, BottonCenter, ... 阅读全文
posted @ 2019-05-31 17:25 三页菌 阅读(1793) 评论(0) 推荐(0)
摘要: unity asset store 关联下载 ,添加这个书签 javascript:var url = window.location.href;var id = url.substr(url.lastIndexOf("-") + 1);var submitto = "http://www.cgso 阅读全文
posted @ 2019-05-16 15:27 三页菌 阅读(2637) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 51 下一页