Skip to content

VIU_WAVEVR is not defined with Wave XR SDK 4.x/5.x #255

@mhama

Description

@mhama

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:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions