
unity3d
cc___999
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
unity3d kinect 插件问题
http://www.rozengain.com/blog/2012/05/10/microsoft-kinect-sdk-wrapper-for-unity-crash-bug-fix/There’s a great free Kinect SDK wrapper available for Unity. It’s free & open source but there are转载 2013-11-15 11:44:51 · 4953 阅读 · 0 评论 -
Cannot use web cam, since the user has not authorized this
Cannot use web cam, since the user has not authorized this!UnityEngine.WebCamTexture:Play()Application.RequestUserAuthorization(UserAuthorization.WebCam);if(Application.HasUserAuthorization(UserAu翻译 2013-11-17 16:01:11 · 3346 阅读 · 0 评论 -
unity3d调用第三方dll
生成dll,支持unicode,mfc,多线程。只需要把dll放到工程目录Assets\Plugins下。using System.Runtime.InteropServices;[DllImport ("testUnityMsb")] // dll名private static extern int mbx(); // 函数声明,对应dll中函数转载 2013-11-22 15:57:09 · 4480 阅读 · 1 评论 -
控制摄像机移动和视角
1.玩Camera上添加CharacterMotor,FPSInputController和MouseLook脚本原创 2013-11-12 17:09:01 · 1049 阅读 · 0 评论 -
运行其他脚本,加载关卡
1.加载执行其他脚本,如果脚本afterStartAnim.jsvar anim : afterStartAnim;anim = GetComponent("afterStartAnim");anim.start = true;2.加载其他SceneApplication.LoadLevel("menu");原创 2013-11-15 10:22:19 · 644 阅读 · 0 评论