09 2016 档案
摘要:http://blog.csdn.net/zzxiang1985/article/details/51291861 在Unity中,我们有两种方法创建Animation Clip。 一种(后面简称方法一)是选中挂载了Animation组件的GameObject,在Animation窗口中点击Crea
阅读全文
摘要:http://www.jianshu.com/p/7b9498e58659 Unity ShaderLab学习总结 Why Bothers? 为什么已经有ShaderForge这种可视化Shader编辑器、为什么Asset Store已经有那么多炫酷的Shader组件可下载,还是有必要学些Shade
阅读全文
摘要:SceneFadeInAndOut.cs using UnityEngine;using System.Collections; public class SceneFadeInAndOut : MonoBehaviour { public Material ma; //初始化 void Start
阅读全文
摘要:http://secondreality.co.uk/blog/how-to-create-mixed-reality-videos-for-the-vive-with-two-controllers/ 16 MAY 2016 Introduction Mixed reality videos ar
阅读全文
摘要:http://m.toutiao.com/i6298923859378700802/?tt_from=weixin&utm_campaign=client_share&from=groupmessage&app=news_article&utm_source=weixin&isappinstalle
阅读全文
摘要:Unity Asset Server下载 https://unity3d.com/cn/unity/team-license http://tieba.baidu.com/p/2419391804 Windows--Asset Server (Ctrl+0)打开。第一个按钮Connection是连接
阅读全文
摘要:方法一: 1、在DOS窗口下输入net stop mysql5 或 net stop mysql 2、开一个DOS窗口,这个需要切换到mysql的bin目录。一般在bin目录里面创建一个批处理1.bat,内容是cmd.exe运行一下即可就切换到当前目录,然后输入mysqld-nt --skip-gr
阅读全文
摘要:原创文章如需转载请注明:转载自http://blog.csdn.net/qq617119142 第一步,创建一个Panel 和 三个 cube,搭建成如下图形状 第二步,创建2个点光源,一个为绿灯,一个为红灯,各占一半位置,如下图: 为了能看清效果,可以把灯光的Intensity调大最大 第三步,创
阅读全文