Skip to content

Frequently Asked Questions

Bryan Bortz edited this page May 12, 2020 · 17 revisions

Questions


Does UdonSharp support X feature?

If Udon supports it, then so does UdonSharp.

Can I access the player camera?

No, you can not access the player's camera. You can, however, get the head position and rotation.

See VRCPlayerApi.GetTrackingData

Vector3 headPos = localPlayer.GetTrackingData(TrackingData.Head).position

Clone this wiki locally