Unity tutorial on how the integrate Hand Tracking using the Oculus Integration, and also which is the most important, how to integrate the UI Interactions with Hand Tracking
Github: https://github.com/DirtyFreddie/Oculus-Hand-Tracking-UI
AndroidManifest:
IMPORTANT YOUTUBE DOESNT LET ME ADD ANGLED BRACKETS SO I HAVE CHANGED THEM TO "|"
|uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1"/|
|uses-feature android:name="oculus.software.handtracking" android:required="false"/|
|uses-permission android:name="com.oculus.permission.HAND_TRACKING"/|
#vr #madewithunity #vrdev #Oculus #Quest2 #unity