trev3d / QuestDisplayAccessDemo

Inefficient sample code for getting screen contents in Unity on Meta Quest to workaround lack of 'camera access'
MIT License
181 stars 34 forks source link

Pr/unity 2022 compatibility #13

Open TheXRGuy-mw opened 1 month ago

TheXRGuy-mw commented 1 month ago

Unity 2022.3 LTS & Android 12L Compatibility Updates

Changes

Unity Downgrade (2022.3 LTS)

Android 12L Support

Meta XR Improvements

Purpose

Testing

trev3d commented 4 weeks ago

Wow, super comprehensive. You're a better organized developer than I, lol. I will merge this ASAP. Thank you so much for the time spent on this <3

TheXRGuy-mw commented 4 weeks ago

It's my pleasure! Your work is just amazing. This repository has opened doors for a lot of prototyping work that would have otherwise been laying dormant until Meta eventually brings this feature as a building block.

I hope this will not be my last contribution to your projects. Keep up the great work!

snaik27 commented 3 weeks ago

Just wanted to leave a confirmation here that it (only tested display capture) works on Unity 2022.3.38f1, just had to set the Target API level to 34 👍 Thanks!