
Unity 3D
zhbpd
这个作者很懒,什么都没留下…
展开
-
错误:Unhandled Exception: System.TypeLoadException:Could not load type 'Newtonsoft.Json.Linq.JContaine
使用 Newtonsoft.Json的时候 vs 编译出现错误:Severity Code Description Project File LineError Unhandled Exception: System.TypeLoadException: Could not load type 'Newtonsoft.Json.Linq.JCon原创 2016-01-07 16:27:43 · 8040 阅读 · 0 评论 -
google cardboard unity 开发
1. 开发包下载地址:https://github.com/googlesamples/cardboard-unity2. 开发参考文档:https://developers.google.com/cardboard/3. cardboard 工程采用 ngui将 ngui 组件拖到 cardboardmain 下面的 Main Camera 下即可。原创 2016-03-14 15:15:50 · 620 阅读 · 0 评论 -
使用 gitosis 创建git仓库
1. git clone xxx@ip.ip.ip.ip:gitosis.git然后编辑 vim gitosis.conf添加内容: [group repo_name]members = writable = 然后保存退出,提交推送到服务器。 就是 keydir 目录下的pub文件名就是用户名。2. 使用git 在本地创建仓库,把代码提交上去然原创 2016-04-07 19:12:19 · 1468 阅读 · 0 评论 -
整合Vuforia 与Cardboard
https://developer.vuforia.com/library/articles/Solution/Integrating-Cardboard-to-the-ARVR-Sample转载 2016-03-29 11:04:18 · 910 阅读 · 0 评论 -
unity 坐标系
1. 世界坐标游戏场景中的绝对坐标;地面是 x 轴和 y 轴,垂直是 z 轴。所有物体(包括子物体)的transform.position 都是世界坐标系坐标;2. 相对坐标游戏场景中子物体相对父物体的位置子物体的transform.localPosition 是相对坐标;3. 屏幕坐标左下角(0,0),右上角(w,w), z 的位置是摄像机世界坐标;原创 2016-04-23 11:37:18 · 1110 阅读 · 1 评论 -
c# sftp 库 ssh.net, sharpssh
ssh.net: http://sshnet.codeplex.com/sharpssh: https://bitbucket.org/mattgwagner/sharpssh原创 2016-04-23 16:21:18 · 2278 阅读 · 0 评论