Skip to content

Community Resources

Merlin edited this page Apr 9, 2020 · 11 revisions

Tutorials and info

はつぇ の ブログ

やぎり の ブログ

Vowgan's Tutorial Videos

These videos start with the graph in the first half and cover U# in the second half

Tools

cannorin's extern search

This is a web tool that lets you search what functions are available to Udon https://7colou.red/UdonExternSearch/

Phasedragon's Input table

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()

https://docs.google.com/spreadsheets/d/1_iF0NjJniTnQn-knCjb5nLh6rlLfW_QKM19wtSW_S9w/edit#gid=1150012376

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

Shatoo's Udon editor debug

Provides a UI to call built-in events with arguments

https://shatoo.booth.pm/items/1958756

Clone this wiki locally