Jump to content

VIVE_chengnay

Employee
  • Posts

    752
  • Joined

  • Last visited

Posts posted by VIVE_chengnay

  1. Hi @deSchot,

    There are two SDKs for VIVE Focus 3, You can check the VR features of them below:

    WaveVR(https://hub.vive.com/storage/docs/en-us/UnrealPlugin/UnrealPlugin.html) and ViveOpenXR(https://developer.vive.com/resources/openxr/unreal/unreal-overview/). ViveOpenXR depends on the OpenXR plugin.

    I recommend you to use ViveOpenXR SDK, the WaveVR SDK might be deprecated in a year except the features ViveOpenXR SDK offered is not fit your requirement. That means the features in WaveVR are more than ViveOpenXR SDK.

    If you need to use the Ultimate tracker, WaveVR is supported. ViveOpenXR will support it in next release.

  2. Hi @unko,

    Could you fix this error?

    04-25 21:04:21.279  4592  4623 E Unity   : NotSupportedException: Encoding 932 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
    04-25 21:04:21.279  4592  4623 E Unity   :   at System.Text.Encoding.GetEncoding (System.Int32 codepage) [0x00000] in <00000000000000000000000000000000>:0 
    04-25 21:04:21.279  4592  4623 E Unity   :   at Wave.Essence.Eye.WaveMain.Start () [0x00000] in <00000000000000000000000000000000>:0

    There should be some problem with the method you use for StreamWriter.

    I searched online, and I found out that you might need FileStream before using StreamWriter?

    Both logs, internal and external, show "Storage permission granted!".

    After you resolved above issue, please check below error,

    04-25 21:04:21.283  4592  4623 E Unity   : NullReferenceException: Object reference not set to an instance of an object.
    04-25 21:04:21.283  4592  4623 E Unity   :   at Wave.Essence.Eye.WaveMain.SaveData (System.String a, System.String b, System.String c, System.String d, System.String e, System.String f, System.String g, System.String h, System.String i, System.String j, System.String k, System.String l, System.String m, System.String n, System.String o, System.String p) [0x00000] in <00000000000000000000000000000000>:0 
    04-25 21:04:21.283  4592  4623 E Unity   :   at Wave.Essence.Eye.WaveMain.FixedUpdate () [0x00000] in <00000000000000000000000000000000>:0

×
×
  • Create New...