Implement "Variable Name to Label Conversion" in all UdonBehaviour Components using Udon Graph.
BluWizard
Udon Graph appears to create custom properties to serialize in it's Inspector and doesn't use the label conversion Unity provides.
Normally in C# and UdonSharp, the Unity Inspector filters the names.
_
and acronyms are also checked for and adjusted for readability.Please implement these rules for all Udon Behaviour Inspectors as defined by Unity in the Documentation links below, so that Udon Graphs can follow this as well.
Log In
Sayamame
I think it would be much better if labels could be set manually, and the list of public variables could be reordered manually.