VRChat is working on an improvement to Udon, VRChat's scripting system.
Currently, World creators can write code in two different ways:
  • Udon Graph
  • UdonSharp
VRChat is introducing a third way:
  • Soba
Creators can write Soba scripts in C#, similar to UdonSharp. Soba scripts are compiled to Microsoft's Common Intermediate Language (CIL). This allows Soba to use a variety of features that are not available in the Udon Graph or UdonSharp.