Skip to main content
1 vote

How to properly set up an AR/XR Unity project for Meta Quest 3 to get past the 3 dots loading screen?

I just had and fixed the same 3-dots issue after upgrading from Unity 2021 -> 6000, however I wasn't receiving the same errors as you so my solution might not help. My solution requires Meta SDK (...
glenneroo's user avatar
  • 245
1 vote
Accepted

Unity VR using OpenXR, how to spawn object when you grab a static object

I don't know OpenXR, but I do know unity. You can just duplicate the card using Instantiate, like this: ...
Pow's user avatar
  • 449

Only top scored, non community-wiki answers of a minimum length are eligible