-
Notifications
You must be signed in to change notification settings - Fork 108
Frequently Asked Questions
Bryan Bortz edited this page Jun 10, 2020
·
17 revisions
If Udon supports it, then so does UdonSharp.
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
Yes.
I'm starting from scratch and need to use C# tutorials. What common aspects of C# don't work in UdonSharp?
If you are learning UdonSharp and not familiar with C# already, you may run across some things that don't work in Udon and UdonSharp yet. These include, but are not limited to, the following:
- Enums
- Inheritance
- Properties