-
Notifications
You must be signed in to change notification settings - Fork 107
Frequently Asked Questions
PhaxeNor edited this page Apr 30, 2020
·
17 revisions
If Udon support it, then so does UdonSharp.
No, you can not access the players camera. You can however get the head position and rotation.
See VRCPlayerApi.GetTrackingData
Vector3 headPos = localPlayer.GetTrackingData(TrackingData.Head).position