会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三页菌
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
50
下一页
2019年10月8日
Unity Shader 基础
摘要: 推荐: https://www.cnblogs.com/nanwei/p/7277417.html 上面链接作者的整个系列都写的不错 https://www.cnblogs.com/nanwei/category/1025420.html 【Unity Shader】 数据类型和关键字 一、基本数据
阅读全文
posted @ 2019-10-08 10:45 三页菌
阅读(555)
评论(0)
推荐(0)
2019年10月5日
ugui拖拽
摘要: 整理了下以前写的
阅读全文
posted @ 2019-10-05 12:44 三页菌
阅读(225)
评论(0)
推荐(0)
2019年9月27日
unity shader 热扭曲 (屏幕后处理)
摘要: 效果: c# shader 使用image effect模板 噪点图 注意:需要将噪点图的warp mode设置为repeat ,否则就是一闪而过的波动
阅读全文
posted @ 2019-09-27 23:46 三页菌
阅读(2758)
评论(1)
推荐(1)
英文取名神器
摘要: 介绍一个代码命名搜索神器https://unbug.github.io/codelf/https://github.com/unbug/codelf rider添加教程:https://www.jianshu.com/p/f578791b0f2d
阅读全文
posted @ 2019-09-27 13:42 三页菌
阅读(457)
评论(0)
推荐(0)
2019年9月26日
lua正则表达式替换字符串
摘要: local _t = {} _t.name = "Li" _t.age = 49 local str = string.gsub("hahah [name] [age]--xrz-", "[%[](.-)[%]]", function(s) return tostring(_t[s]) end) print(str)
阅读全文
posted @ 2019-09-26 11:49 三页菌
阅读(2166)
评论(0)
推荐(0)
2019年9月10日
C#新特性span 和 Tuple
摘要: span 可用于高性能字符串分割等 https://www.cnblogs.com/lonelyxmas/p/10171869.html https://www.codemag.com/article/1807051/Introducing-.NET-Core-2.1-Flagship-Types-
阅读全文
posted @ 2019-09-10 20:44 三页菌
阅读(472)
评论(0)
推荐(0)
2019年9月9日
unity监听粒子播放结束
摘要: 需要在粒子上挂脚本 脚本添加代码 这是个生命周期 粒子的 StopAction 设置成Callback 最好再加上
阅读全文
posted @ 2019-09-09 16:02 三页菌
阅读(4683)
评论(0)
推荐(0)
2019年9月1日
2d平台怪物逻辑
摘要: 2d来回巡逻 遇到坑会自动转向 可配置单次方向行走的时间,转向等待时间等
阅读全文
posted @ 2019-09-01 15:27 三页菌
阅读(288)
评论(0)
推荐(0)
2019年8月31日
unity让碰撞只发生一次
摘要: 碰撞发生在帧的开始,所以你可以检测到冲突,并在LateUpdate复位:
阅读全文
posted @ 2019-08-31 14:48 三页菌
阅读(1249)
评论(0)
推荐(0)
2019年8月19日
ugui点击穿透判断
摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class ClickTest : MonoBehaviour { // Use this for initialization void S...
阅读全文
posted @ 2019-08-19 13:19 三页菌
阅读(329)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
50
下一页
公告