unity设置多个勾选框按钮之间的联动(MRTK3 Toggle Button)
Unity中如何设置多个勾选框(Checkbox)之间的联动呢?具体形容这个功能就是当我勾选一个勾选框时,执行这个勾选框的命令,其他勾选框取消勾选。这里以MRTK里面的Toggle Button为例,讲解unity按钮联动的方法。 首先在Hierarchy部分右键,UI-MRTK-新建多个Actio……
隐者艾伦的技术博客
就是如图所示这个东西,左上角显示CPU:帧率,右上角显示GPU,下方可以显示使用内存、总计内存什么的,是进行HoloLens2和MRTK +UNITY开发的好帮手
从github上面下载MixedRealityToolkit-Unity-main案例库,然后试着通过unity打开,报错:
Assets\Data Binding Example\Scripts\DataSourceReflectionListTest.cs(63,17): error CS0246: The type or namespace name 'DataSourceReflection' could not be found (are you missing a using directive or an assembly reference?)
unity打开报错,包括不限于:Library\PackageCache\com.microsoft.mixedreality.toolkit.foundation@f2323a9b7aec\SDK\Experimental\NonNativeKeyboard\Scripts\CapsLockHighlight.cs(24,17): error CS0246: The type or namespace name 'NonNativeKeyboard' could not be found (are you missing a using directive or an assembly reference?)