Jump to content

dario

Verified Members
  • Posts

    450
  • Joined

  • Last visited

Everything posted by dario

  1. Please try: 1) in player settings select "both" under input system 2) use the 0.9... version of XRI
  2. No it doesn't techically replace it - it wraps it into a common interface - I'll be naswering question live in an hour at the VRTO conference
  3. And it's also working fine - I think what's tripping people up is a Unity bug: Also it's "verified" in 2020.3.11 and not .10 and it forces you to come off of the verified version of Input System with no way to go back - so I wouldn't call it "verified"
  4. It's there and moreover 1.2.2 is working - mke sure you don't move location of the tar ball....
  5. Hi @Laurent I am seeing it in 2020.3.11 What is tripping folks up is that you have to add it to the Project Settings -> Input System Package (possibly a Unity bug)
  6. @stelliomagus see this will get it's own thread soon
  7. Hi Morton, I'm attaching a demo of OpenXR support for eye tracking (and yes using 4.26) Details forthcoming later this week To clarify this is for Vive Pro Eye using SteamVR OpenXR (but support is installed with Vive OpenXR via an API layer) OpenXR426_EyeTrackingDartBoard.7z
  8. To clarify, the Wave runtime will support the OpenXR and Wave programming interfaces. Currently the Wave SDK supports Wave devices including the Focus 3 and Focus Plus.
  9. Just a reminder that we also have a OpenXR forum for anything related to OpenXR (including OpenXR Vive Cosmos support)
  10. Keep in mind only 1.1.1 is verified - we'll be updating as necessary for 1.2.0
  11. Sorry for the delay - we will be reviewing this asap - is this the same exact issue from the Unity forum? Same versions of all the packages? As I tried clarifying in the Unity forum, Vive's OpenXR support is for the Vive Cosmos (not Elite which uses SteamVR's). OpenXR apps using the SteamVR OpenXR runtime (including Vive, Vive Pro) should also seek support on their OpenXR support forum as well. Pleae note that both implementations have passed conformance tests and are official adopters.
  12. Yes please show what's selected in XR Management - select "Default" for OpenXR runtime - then check ViveConsole to see if it set to default - or check registry to make sure.
  13. Please provide logs/screenshots and steps to reproduce. And versions as this post has not been updated to latest Unity and plugins yet.
  14. @Poodyand anyone else using Cosmos or Cosmos Elite to clarify: Vive OpenXR runtime is for the Cosmos (inside out tracking) SteamVR OpenXR runtime is for the Cosmos Elite (outside in tracking - SteamVR Tracking with basestations) If you upgraded your Cosmos to the Elite (using removable faceplate) the same applies. If this is your case, then try going back to Cosmos by swapping back the original faceplate and try again.
  15. You don't see it in scripts? Actually you could edit it in both places if that helps.
  16. Were you able to build the SteamVR InteractionSystem example and target OpoenXR in XR Management?
  17. We worked with Valve to get pogo pin working for any number of trackers (not just as hand L/R) - I have a Unity project I can share to demonstrate this. If you're asking about in OpenXR - we're working on a vendor extension currently and hope we can complete it soon.
  18. We are commited to support OpenXR in additional devices (not just the Vive Cosmos) and have a roadmap. You should be able to use existingi tools such as UE or Unity with their corresonding OpenXR plugins to begin development.
  19. Let's step through an existing complete working Unity application and port it to OpenXR using the OpenXR Unity XR plugin (now out of preview v1.0.3). This has been tested on two runtimes, the SteamVR OpenXR runtime as well as the Vive OpenXR rumtime (for Cosmos). For this port let's try to find a canonical beginner complete working project. Like this one from Unity: VR Beginner: The Escape Room The main scene is found in Assets/VR Beginner/Scenes/Final/EscapeRoom This sample uses Unity's XR Interaction Toolkit - but instead of targeting devices in the XR Management Settings we'll be selecting OpenXR (install from Unity Registry in Package Manager) After you install it you may see a yelloe warning as shown above - open it and select to fix all issues. Likely you need to select Features to use controllers in OpenXR. Under Project Settings -> XR Plug-in Management Settings -,> OpenXR->Features Now you should always support as many feature as possible - this include the Vive Cosmos support which you need to install as a package in package manager from a tar zip file - found in a pinned post in this forum - or below: Now to make sure you're in sync with my package versions (working build) see below: Note XR Interaction version (this project hasn't been updated to later versions) At this point, give it a try - it should work in editor and as a build. Stay tuned for more on input and how to port over other apps using other toolkits (other than XR Interaction). For the most part any tolkit using the Unit XR plugin framework (XR Management) should be able to work or will soon support it explicitly (e.g. VIU toolkit). thus depending on the app, in this case nothing additional was needed to be modified. As long as you move to Unity XR plugin (default now) you should be able to use the OpenXR plugin with the latest LTS (long term support) version of Unity: 2020.3.x "Porting" made easy. If you run into any issues feel free to respond here.
  20. Have you looked into using VIU plugin in Unity? I've used the pogo pins even with more than 2 trackers - I didn't see any orientation issue.
  21. For those who have moved to 2020.x (2020.3 is the new LTS so I recommend that one): For Wave SDK 3.2 as a temporary workaround you'll need to edit the following to see Wave listed in XR Management. Make the edit in Project->Packages and not in Library/PackageCache (where Console points to) and clear the package cache and previously installed samples and then restart Unity. Editor/WaveXRPlayerSettingsConfigDialog.cs
  22. Is this happeneing on other headsets other than Vive Pro? Have you checked the SteamVR OpenXR forums? The Vive Pro would use SteamVR's OpenXR runtime, on this site, the OpenXR forum focuses on the Vive OpenXR runtime (for Cosmos).
  23. Of course, again this runtime is for the Vive Cosmos and available for free when you select the beta program in the console. You can also use SteamVR's OpenXR runtime - the OpenXR plugin for Unity (or Unreal) should support all the runtimes out there (except Android runtimes on Unity currently)
×
×
  • Create New...