会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三页菌
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
49
下一页
2019年9月27日
英文取名神器
摘要: 介绍一个代码命名搜索神器https://unbug.github.io/codelf/https://github.com/unbug/codelf rider添加教程:https://www.jianshu.com/p/f578791b0f2d
阅读全文
posted @ 2019-09-27 13:42 三页菌
阅读(456)
评论(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 三页菌
阅读(2165)
评论(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 三页菌
阅读(470)
评论(0)
推荐(0)
2019年9月9日
unity监听粒子播放结束
摘要: 需要在粒子上挂脚本 脚本添加代码 这是个生命周期 粒子的 StopAction 设置成Callback 最好再加上
阅读全文
posted @ 2019-09-09 16:02 三页菌
阅读(4669)
评论(0)
推荐(0)
2019年9月1日
2d平台怪物逻辑
摘要: 2d来回巡逻 遇到坑会自动转向 可配置单次方向行走的时间,转向等待时间等
阅读全文
posted @ 2019-09-01 15:27 三页菌
阅读(286)
评论(0)
推荐(0)
2019年8月31日
unity让碰撞只发生一次
摘要: 碰撞发生在帧的开始,所以你可以检测到冲突,并在LateUpdate复位:
阅读全文
posted @ 2019-08-31 14:48 三页菌
阅读(1246)
评论(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 三页菌
阅读(325)
评论(0)
推荐(0)
2019年8月18日
c#字符串代码,动态创建编译器
摘要: https://www.cnblogs.com/mrma/p/3998679.html 试了,确实可行,在unity也能用 值得注意的是UnityScript.Scripting.Evaluator 也有这个类,应该可以实现类似的功能,具体用法未研究
阅读全文
posted @ 2019-08-18 16:46 三页菌
阅读(256)
评论(0)
推荐(0)
2019年8月8日
github项目分享
摘要: unity 项目合集:https://michidk.github.io/Unity-Script-Collection/ ugui特效:https://github.com/mob-sakai/UIEffect?tdsourcetag=s_pctim_aiomsg ecs破碎特效:https://
阅读全文
posted @ 2019-08-08 16:16 三页菌
阅读(339)
评论(0)
推荐(0)
2019年8月6日
unity 2d 版的lookAt
摘要: 以X轴指向的方向
阅读全文
posted @ 2019-08-06 13:30 三页菌
阅读(915)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
49
下一页
公告