随笔分类 -  技术

摘要:https://www.cnblogs.com/zhanlang96/p/4793511.html 人工智能遵循着:感知->思考->行动决策方法:有限状态机(Finite-State Machines),分层状态机(Hierarchical Finite-State Machines),行为树(Be 阅读全文
posted @ 2019-11-27 15:56 三页菌 阅读(7764) 评论(0) 推荐(1) 编辑
摘要:https://www.cnblogs.com/yaomaomao/p/11634030.html 阅读全文
posted @ 2019-10-08 11:32 三页菌 阅读(118) 评论(0) 推荐(0) 编辑
摘要:推荐: https://www.cnblogs.com/nanwei/p/7277417.html 上面链接作者的整个系列都写的不错 https://www.cnblogs.com/nanwei/category/1025420.html 【Unity Shader】 数据类型和关键字 一、基本数据 阅读全文
posted @ 2019-10-08 10:45 三页菌 阅读(536) 评论(0) 推荐(0) 编辑
摘要:介绍一个代码命名搜索神器https://unbug.github.io/codelf/https://github.com/unbug/codelf rider添加教程:https://www.jianshu.com/p/f578791b0f2d 阅读全文
posted @ 2019-09-27 13:42 三页菌 阅读(425) 评论(0) 推荐(0) 编辑
摘要:1.水波涟漪:https://zhuanlan.zhihu.com/p/47204844 2.shaderToy转unity: https://zhuanlan.zhihu.com/p/52287086 3.知乎unity shader教程:https://zhuanlan.zhihu.com/p/ 阅读全文
posted @ 2019-07-31 16:21 三页菌 阅读(194) 评论(0) 推荐(0) 编辑
摘要:https://gpp.tkchu.me/ 阅读全文
posted @ 2019-07-29 23:55 三页菌 阅读(297) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/e295166319/article/details/52370575 需要两个类:树节点类和界面实现类 1:树节点类(TreeNode) 2:界面实现类(CreateTreeList) 效果图: (点击后,被点击的节点红色显示,并在控制台输出被点击的节点 阅读全文
posted @ 2019-07-02 11:14 三页菌 阅读(1370) 评论(0) 推荐(0) 编辑
摘要:【DOTween】 SetEase 过渡类型 SetAutoKill 播放完不自动消除 DoMove 第三个参数 snapping 设置为 true ,Ease。Linear的设置才有效 Tweener t = GetComponent<RectTransform>().DOLocalMove(ne 阅读全文
posted @ 2019-06-19 13:44 三页菌 阅读(289) 评论(0) 推荐(0) 编辑
摘要:https://thebookofshaders.com/?lan=ch 阅读全文
posted @ 2019-06-04 17:42 三页菌 阅读(803) 评论(0) 推荐(0) 编辑
摘要:效果: 点击按钮后: 这些碎片具有物理碰撞效果,下面会有隐形的支柱垫着碎片,n秒后支柱消失,碎片落下 当然你也可以控制生成的碎片,让他们从下而上一块一块地落下 插件源码: https://github.com/mjholtzem/Unity-2D-Destruction 基本使用说明 导入Unity 阅读全文
posted @ 2019-04-17 10:34 三页菌 阅读(2675) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/av37119580 http://edu.manew.com/my/course/96 http://edu.manew.com/my/course/198 阅读全文
posted @ 2019-04-07 22:49 三页菌 阅读(147) 评论(0) 推荐(0) 编辑
摘要:详细教程 https://www.yiibai.com/git/git_push.html 常用命令 git pull origin git add xxx.txt git commit -m "说明xx" git push origin master git查看某个文件的修改历史 1. git l 阅读全文
posted @ 2019-03-16 20:11 三页菌 阅读(254) 评论(0) 推荐(0) 编辑
摘要:百度是没有的,google了下 这句话的意思是编码1252没找到,确保程序及是国际化格式 发生在我使用unity读取xlsx文件,在编辑器运行正常,但是发布出来不正常,报错 解决方案: 链接:https://answers.unity.com/questions/42955/codepage-125 阅读全文
posted @ 2019-02-22 12:31 三页菌 阅读(2384) 评论(1) 推荐(1) 编辑
摘要:RPC框架,就是远程调用一个方法就像是本地调用一样。 用于网络消息的话,那么你的收发消息通过异步方法可以写在一起,很方便 核心代码 结果 阅读全文
posted @ 2018-12-19 15:10 三页菌 阅读(1742) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示