我想为我的项目尝试Zigfu OpenNI
方法,所以我安装了以下驱动程序。
openni-win32-1.5.2.23-dev
SensorKinect091-Bin-Win32-v5.1.0.25
nite-win32-1.5.2.21-dev
示例NISimpleViewer
和NIUserTracker
运行良好,但当我尝试从Blockman3rdPerson
测试示例场景Zigfu
时,我收到此错误。
// ERROR
One or more of the following nodes could not be enumerated:
User: PrimeSense/XnVSkeletonGenerator/1.5.2.21: No license to use this module!
User: PrimeSense/XnVSkeletonGenerator/1.4.2.5: No license to use this module!
User: PrimeSense/XnVSkeletonGenerator/1.4.1.2: No license to use this module!
User: PrimeSense/XnVSkeletonGenerator/1.3.1.8: No license to use this module!
User: PrimeSense/XnVSkeletonGenerator/1.3.0.17: No license to use this module!
UnityEngine.Debug:LogError(Object)
ZigInput:Awake()
UnityEngine.GameObject:AddComponent()
ZigInput:get_Instance()
Zig:Awake() (at Assets/ZigFu/Scripts/Zig.cs:25)
我尝试卸载并安装我的驱动程序,但仍然没有运行示例场景的运气。任何人都知道我在哪里可以解决这个问题?