-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Hi, I'm a bit confused when I import Wave XR SDK 4.x/5.x, because it looks like VIU_WAVEVR is not defined automatically.
My understanding is that to use WaveVR module, VIU_WAVEVR should be defined.
The condition to define VIU_WAVEVR is this:
ViveInputUtility-Unity/Assets/HTC.UnityPlugin/VRModule/Modules/Editor/WaveVRModuleEditor.cs
Lines 21 to 26 in 87340ea
| Add(new SymbolRequirement() | |
| { | |
| symbol = "VIU_WAVEVR", | |
| reqTypeNames = new string[] { "WaveVR" }, | |
| reqFileNames = new string[] { "WaveVR.cs" }, | |
| }); |
But, I can't find WaveVR type, nor WaveVR.cs in Wave XR SDK 4.x/5.x. And it seems like VIU_WAVEVR is not defined actually.
Though, it looks like I can still enable WaveVR module in VIUSetting.
Is it expected behaviour?
Metadata
Metadata
Assignees
Labels
No labels