会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三页菌
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
49
下一页
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 三页菌
阅读(340)
评论(0)
推荐(0)
2019年8月6日
unity 2d 版的lookAt
摘要: 以X轴指向的方向
阅读全文
posted @ 2019-08-06 13:30 三页菌
阅读(915)
评论(0)
推荐(0)
unity全屏截图
摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Jietu : MonoBehaviour { //ui //ui挂在一个unlitTexture材质球上 public Image img;...
阅读全文
posted @ 2019-08-06 11:36 三页菌
阅读(273)
评论(0)
推荐(0)
2019年7月31日
shader例子
摘要: 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 三页菌
阅读(207)
评论(0)
推荐(0)
2019年7月30日
unity编辑器Hierarchy添加图标
摘要: 效果 素材
阅读全文
posted @ 2019-07-30 18:04 三页菌
阅读(1137)
评论(0)
推荐(0)
2019年7月29日
游戏编程模式中文版
摘要: https://gpp.tkchu.me/
阅读全文
posted @ 2019-07-29 23:55 三页菌
阅读(318)
评论(0)
推荐(0)
2019年7月23日
unity不规则按钮解决方案
摘要: 一种是alpha检测 一种是设置collider 参考: https://zhuanlan.zhihu.com/p/34204396 下面给出第二种方案代码
阅读全文
posted @ 2019-07-23 14:07 三页菌
阅读(1224)
评论(0)
推荐(0)
2019年7月9日
2019-7月 gamejam
摘要: https://www.youxibd.com/gamejam
阅读全文
posted @ 2019-07-09 13:45 三页菌
阅读(142)
评论(0)
推荐(0)
2019年7月2日
unity editor 折叠树
摘要: https://blog.csdn.net/e295166319/article/details/52370575 需要两个类:树节点类和界面实现类 1:树节点类(TreeNode) 2:界面实现类(CreateTreeList) 效果图: (点击后,被点击的节点红色显示,并在控制台输出被点击的节点
阅读全文
posted @ 2019-07-02 11:14 三页菌
阅读(1383)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
49
下一页
公告