-
Notifications
You must be signed in to change notification settings - Fork 103
Community Resources
Merlin edited this page Apr 9, 2020
·
11 revisions
These videos start with the graph in the first half and cover U# in the second half
- VRChat Udon Tutorial | Basic Buttons
- VRChat Udon Tutorial | Contextual Buttons
- VRChat Udon Tutorial | Jumping and PlayerMods
This is a web tool that lets you search what functions are available to Udon https://7colou.red/UdonExternSearch/
This lists all of the inputs that VRChat currently binds and how they work with each VR controller. Inputs that return true or false can be read using Input.GetButton() with the listed name for the input. Inputs that return somewhere in the range -1 to 1 or 0 to 1 can be read using Input.GetAxis() or Input.GetAxisRaw()
If you would like to test a controller not on the list, you can go to my input test world
https://vrchat.com/home/world/wrld_f8d5f7e4-185c-4b82-8ecb-8ae0c7953085
Provides a UI to call built-in events with arguments