Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

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