随笔分类 -  Unity3D

1 2 3 4 5 ··· 7 下一页
摘要:1 public static void OpenDirectory(string path, bool isFile = false) 2 { 3 if (string.IsNullOrEmpty(path)) return; 4 path = path.Replace("/", "\\"); 5 if (isFile) 6 { 7 if (!File.Exists(path)) 8 { 9 D 阅读全文
posted @ 2019-10-14 13:59 AaronBlogs 阅读(3911) 评论(0) 推荐(0) 编辑
摘要:1、第一个直接改变鼠标样式 2、隐藏鼠标,在鼠标位置放一新图片 需要注意几点的是:用第一种方法中的鼠标图片要修改图片导入的属性,即在inspector中的Texture Type要改为Cursor,否则鼠标会显示不正常。 第二种方法中,在unity编辑器中运行的时候,当改变鼠标样式后,默认的鼠标箭头 阅读全文
posted @ 2018-05-03 15:02 AaronBlogs 阅读(2057) 评论(0) 推荐(0) 编辑
摘要:GUI splitter control How can I make a GUI splitter control, similar to the splitter the console has? 1 using UnityEngine; 2 using UnityEditor; 3 4 pub 阅读全文
posted @ 2018-05-03 14:57 AaronBlogs 阅读(4217) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/chenyg32/p/3293247.html https://www.cnblogs.com/YiXiaoZhou/p/5943775.html 阅读全文
posted @ 2018-03-15 16:31 AaronBlogs 阅读(199) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/wuzhang/p/wuzhang20150401.html https://www.cnblogs.com/yangwujun/p/5789969.html https://www.aliyun.com/jiaocheng/26567.html ht 阅读全文
posted @ 2018-02-26 19:29 AaronBlogs 阅读(297) 评论(0) 推荐(0) 编辑
摘要:http://www.xuanyusong.com/archives/3304 http://www.xuanyusong.com/archives/3315 http://www.xuanyusong.com/archives/3499 http://www.xuanyusong.com/arch 阅读全文
posted @ 2018-02-03 19:12 AaronBlogs 阅读(425) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/hont/p/5100472.html 阅读全文
posted @ 2018-02-03 19:09 AaronBlogs 阅读(282) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/people/han-yu-25-35/posts?page=1 阅读全文
posted @ 2018-02-03 19:07 AaronBlogs 阅读(215) 评论(0) 推荐(0) 编辑
摘要:http://www.opengpu.org/forum.php?mod=viewthread&tid=17071http://www.opengpu.org/bbs/forum.php?mod=viewthread&tid=17072http://blog.csdn.net/liumazi/art 阅读全文
posted @ 2018-02-03 19:03 AaronBlogs 阅读(388) 评论(0) 推荐(0) 编辑
摘要:http://www.iteye.com/problems/71100 http://blog.csdn.net/pz789as/article/details/56832641 阅读全文
posted @ 2018-01-18 18:58 AaronBlogs 阅读(196) 评论(0) 推荐(0) 编辑
摘要:优化百科: https://blog.uwa4d.com/archives/Index.html https://blog.uwa4d.com/archives/Introduction_UWAGOT.html http://www.manew.com/thread-111682-1-1.html 阅读全文
posted @ 2018-01-10 19:27 AaronBlogs 阅读(514) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://www.ceeger.com/forum/read.php?tid=3162&fid=2 Unity没有原生的实时镜面反射Shader,分享几个自己写的,希望能抛砖引玉。 包里4个文件Mirror.cs :与shader互动的脚本,使用这组材质同时要把这个脚本拖给使用的物体才 阅读全文
posted @ 2018-01-10 19:24 AaronBlogs 阅读(1658) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/19192ad8081c13e53f57077a.html http://www.cnblogs.com/wantnon/p/4569096.html 阅读全文
posted @ 2018-01-10 19:23 AaronBlogs 阅读(2650) 评论(0) 推荐(0) 编辑
摘要:https://www.assetstore.unity3d.com/en/#!/content/61863 https://forum.unity.com/threads/hdg-remote-debug-live-update-inspector-for-your-phone.399096/ h 阅读全文
posted @ 2018-01-10 19:19 AaronBlogs 阅读(538) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/qinghuaideren/p/3623368.html http://blog.csdn.net/u012741077/article/details/50879188 http://blog.csdn.net/chenggong2dm/article 阅读全文
posted @ 2018-01-10 19:17 AaronBlogs 阅读(744) 评论(0) 推荐(0) 编辑
摘要:Unity中是用int32来表示32个Layer层。int32表示二进制一共有32位(0—31)。在Unity中可编辑的Layer如下图所示: 在Unity中每个GameObject都有Layer属性,默认的Layer都是Default。在Unity中可编辑的Layer共有24个(8—31层),官方 阅读全文
posted @ 2018-01-10 19:12 AaronBlogs 阅读(3590) 评论(1) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/21913747 https://www.jianshu.com/p/3edce67cb473 http://www.ceeger.com/forum/read.php?tid=593805 http://blog.csdn.net/u013 阅读全文
posted @ 2018-01-10 19:01 AaronBlogs 阅读(269) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://blog.csdn.net/puppet_master 阅读全文
posted @ 2017-12-29 18:53 AaronBlogs 阅读(636) 评论(0) 推荐(0) 编辑
摘要:1 --[[ 2 @desc: 计算字符串字符个数 3 author:{author} 4 time:2017-12-29 16:08:11 5 --@inputstr: 源字符串 6 return 字符个数 7 ]] 8 function getStringCharCount(str) 9 local lenInByte = #... 阅读全文
posted @ 2017-12-29 18:51 AaronBlogs 阅读(3905) 评论(0) 推荐(0) 编辑
摘要:参考链接: https://blog.uwa4d.com/archives/Sparkle_UGUI.html http://tech.seasungame.com/blog/index.php/2017/08/30/uguibiaoqingxitongjiejuefangan/ https://g 阅读全文
posted @ 2017-12-28 19:46 AaronBlogs 阅读(310) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 7 下一页