Jump to content

VIVE_chengnay

Employee
  • Posts

    844
  • Joined

  • Last visited

Everything posted by VIVE_chengnay

  1. @PJninja I don't quite get what do you mean by "don't come with a signature just passing a generic trigger event". By the way, what role did you set for your trackers in SteamVR's "Manage VIVE Trackers"?
  2. @Sylus Steam plugin are you referring to SteamVR Unity Plugin? Or OpenVR Desktop Plugin from Unity Package Manager? Are you able to play the examples(Assets\HTC.UnityPlugin\ViveInputUtility\Examples\) in VIU? Does it work?
  3. Hi all, In order to use VIU (v1.11.0) to work with SteamVR Unity Plugin (v2.6.0b2/v2.6.0b3) and OpenVR XR Plugin preview4/preview5, below quick fix is required. Replace 2 files from the attached file viu_v1.11.0_patch.zip Assets/HTC.UnityPlugin/VRModule/Modules/SteamVRModule.cs Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Editor/VRPlatformSettings/OpenVRSettings.cs NOTE: OpenVR XR Plugin preview4 and preview5 CANNOT run without SteamVR Unity Plugin (v2.6.0b2/v2.6.0b3)
  4. Good to hear that! It is supposed to work like what you did which is described in VIU's Wiki. But, that didn't work for me when I use 1.12.5. I will try again to see if it actually works. UPDATE: Just double check, it also works for me when using SteamVR 1.12.5. I tried with 2 controllers + 2 Vive trackers.
  5. @InfiniteVR I will take a look at your project. BTW, I am looking for this setting window, Would you mind share the same screenshot to me for all the trackers? Thanks! UPDATE: After checking the latest SteamVR, it does not support tracker to get input if there are 2 controllers connected! I will need time to do more investigation on this, get back to you when I have final result. @InfiniteVR By using SteamVR beta 1.13.8, I am able to use multiple trackers with input. Could you try with this version and provide your result? Thanks!
  6. @clk1999 Are you using Vive Input Utility(VIU) for your development? For the popup part, you can check whether the trackers are connected or not. For example, var deviceState = VRModule.GetCurrentDeviceState(ViveRole.GetDeviceIndexEx(TrackerRole.Tracker1)); Debug.Log("Is Tracker1 connected? " + deviceState.isConnected); Next, you could use "BindDeviceToRole" api for assigning them to certain game objects. 1. Making your game objects to certain role 2. When you detected trackers are connected 3. Assign them to the role that you have assigned for those game objects All above code could be found in VIU.
  7. @InfiniteVR Could you provide the screenshot of your "Manage Vive Trackers" (See attached image) in SteamVR Settings? If you could provide your Unity project for further investigation, it will be helpful too. By the way, did you revert the changes you made to your tracker's json file? >> VIU plugin : could reproduce the problem on v1.0.6, v1.0.7 and v1.0.11 (downloaded directly on Github page) Do you mean VIU version 1.10.6, 1.10.7 and 1.11.0?
  8. @purtell222 Are you referring to the task posted by Corvus?
  9. @Snikabarz Are you using the same version mentioned in this thread? Base HTC Vive? So it is a PC based HMD?
  10. @Snikabarz Which version of the WaveVR SDK you are using and which demo scene(scene provided by samples unitypackage?) you are referring to? Could you also provide debug log from your device? Are you using Vive Focus or Focus Plus?
  11. @Bethany28 If a short video is too troublesome, you could also share screeshots on where to find those settings, thanks!
  12. @Bethany28 Could you share a short video on how to do the fix? Thanks!
  13. I was told that this issue was fixed internally, but it wasn't released to public yet. Sorry for the inconvenience! UPDATE: Default was set to read the first graphic card which is the Intel graphic card
  14. Could you try to disable Intel graphic card from the Bios and try again?
  15. @Ryan Chapman Please try to reboot your PC and try again.
  16. @muella91, May I please know which engine you are using to develop your application? Unity? Unreal? Which SteamVR Plugin version?
  17. @VictoryVR, Could you please try method below? Print out the buildtime, but the version might not be the same as the public release version. For example, I tested on WaveSDK v3.1.6, but it prints out as v3.1.5.
  18. OK, I will take a look at the issue you found, thanks! Yup, direct preview only works for Windows platform.
  19. What's your Focus's rom version? I think you might need to update the rom to the latest version.
  20. Have you tried DirectPreview before? https://forum.vive.com/topic/6563-feature-intro-of-direct-preview-from-311-beta/
  21. @mgstauffalt For the latest stable build, we will always update to VIU GitHub. For Unity Asset store, it will not be updated very frequently unless we do have critical issue or update to release.
  22. @mgstauffalt We are adding Oculus XR Plugin support within VIU. It will work just like Oculus Desktop or Oculus Android packages. At the same time, we are also trying to integrate Input System too. For supporting SteamVR and WMR, we will take a look after complete integration with Oculus devices. Everything is not 100% confirm at this point, we are still figuring out the best integration method.
  23. @mgstauffalt Currently, we are integrating Oculus XR Plugin for VIU. We plan to integrate for all VR devices, but some of the XR plugins are still in preview, we do not have a specific date for release yet.
  24. @AlBAO Yes, you got my point. I just tested on my side, and it works like what I said. Previously, I encounter with an issue that I do have that many dongles, but I couldn't pair with one last tracker. It is because 2 trackers were paired with one dongle, so one of the trackers will not be able to pair at the same time.
  25. NOTE: It is possible that a dongle is paired with 2 trackers(not at the same time). For example, after power off A tracker, and pair B tracker. If this issue happens, please try to unpair all trackers and re-pair again.
×
×
  • Create New...