Skip to content

Frequently Asked Questions

PhaxeNor edited this page Apr 30, 2020 · 17 revisions

Questions


Does UdonSharp support X feature?

If Udon support it, then so does UdonSharp.

Can I access the player camera?

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

See VRCPlayerApi.GetTrackingData

Vector3 headPos = Networking.LocalPlayer.GetTrackingData(VRC.SDKBase.VRCPlayerApi.TrackingData.Head).position

Clone this wiki locally