搜索结果

OpenNI结合Unity3D Kinect进行体感游戏开发(转)

1. 下载安装Unity3D(目前版本为3.4) 2. 下载OpenNI的Unity3D wrapper(目前版本为0.9.2):      a. 地址: http://www.openni.org/Downloads/OpenNIModules.aspx     b. 按如下选择:     c. 下载完解压后有2个.unitypac ...

教程 - xman - 02/29/2012 - 16:38 - 7 条评论 - 0 个附件

使用C#写u3d的脚本需要注意的问题

... In the case of eg. a singleton pattern using the constructor this can have severe consequences and ... So if you want to implement eg. a singleton pattern do not use the the constructor, instead use Awake. Actually ...

论坛帖子 - medbsb - 09/09/2011 - 20:04 - 0 条评论 - 0 个附件

Scripts

... AManagerClass - How to add easy access to a singleton class in a scene. BasicDataStructures - Discussion of the use ... Vector2Lerp and SuperLerp. Startup Manager - A singleton class that handles starting up scripts in a sorted order based on a ...

WIKI - u8 - 12/25/2010 - 16:34 - 0 条评论 - 0 个附件

Programming

... the use of the data-structures available in Unity. Singleton - Code design pattern for when you want one and only once instance. ...

WIKI - u8 - 12/25/2010 - 15:32 - 0 条评论 - 0 个附件

Simple AudioManager code for your Unity3d project

... to have one manager object in your scene acting as a singleton, I’ve written a component that can be attached to such manager. The ... this but rather the best way I have found to create such a Singleton object with those components, and how to integrate that with your ...

论坛帖子 - selinahu86 - 10/25/2010 - 23:54 - 0 条评论 - 0 个附件

untiy3d脚本系列知识2-Unity3d Singleton scripts : To be or not to be…

Yesterday I found myself to contemplate my Singleton GameObject which is becoming a Nightmare. I had to make a new scene ... out that i would probably be better off dropping a single Singleton onto a GameObject rather than multiple ones and Re-Edit them all. ...

论坛帖子 - u8 - 05/20/2010 - 22:38 - 0 条评论 - 0 个附件

unity3d扩展工具大集合-Infinite Unity 3D Tools to Enhance your Unity Game Workflow

... have one manager object in your scene acting as a  singleton , I’ve written a component that can be attached to such ...

论坛帖子 - u8 - 05/14/2010 - 10:03 - 0 条评论 - 0 个附件

游戏语言本地化,Localizing a Unity3D Game

... image used by that material. The LocalizationManager singleton instance is responsible for keeping track of the current ...

论坛帖子 - uke - 06/15/2010 - 14:25 - 0 条评论 - 0 个附件

Simple AudioManager code for your Unity3d project,声音管理器(转)

... to have one manager object in your scene acting as a singleton , I’ve written a component that can be attached to such ... but rather the best way I have found to create such a Singleton object with those components, and how to integrate that with your ...

论坛帖子 - u8 - 04/28/2010 - 10:31 - 0 条评论 - 0 个附件

untiy3d 脚本系列知识4-Unity3d spawn point tutorial

... is hypothetical code where your MyCharacterController is a singleton class available everywhere in your scripts. Hope this as been ...

论坛帖子 - u8 - 05/22/2010 - 18:49 - 0 条评论 - 1 个附件