Udon

From VRChat Wiki
VRLogo.png
V · EThis is an official VRChat information page!
It is reviewed and approved by the VRCWiki Team. Learn how to contribute to this page by reading the Contribution Guide.
Vrrat posed-right.png
V · EThis page is a stub.
You can help the VRChat Wiki by improving it.
[Reason: Needs more information! Please expand, and proofread according to Manual of Style.]

Udon is a C# derived high level object-oriented programming editor for the VRChat World SDK, created by the VRChat Development Team and released in 2020 for SDK2, then eventually SDK3.

Overview

An example of the Udon Node Graph interface, and a demonstration of its code. (Animated GIF)

Udon allows users to code traditionally using UdonSharp (U#), which allows the use of limited C# syntax; or utilize the Udon Node Graph UI for visual scripting using 'noodles' to connect nodes together. Udon also compiles to its own bytecode known as Udon Assembly, which can be interpreted by the VRChat platform.

Udon is primarily used as a replacement for MonoBehaviors in Unity. Udon is designed to securely interface with the VRChat platform in a sandboxed environment, with a select set of approved operations to perform various actions, which can optionally be synced across the network. Udon covers a wide range of native C# and Unity operations, as well as VRChat specific operations that can be used to build advanced worlds and experiences in VRChat.

History

Udon Toolkit was originally announced on a blog post[1] on June 20, 2018 and introduced as the "VRChat Node Graph", and was additionally discussed during a Developer Update video[2] on June 26, 2018 to replace the "Playmaker" toolkit, on early versions of the world SDK.

Udon officially launched on April 1, 2020 in an 'Open Alpha' state[3] with VRChat version 2020.1.1[4]. Users could upload worlds to VRChat using Udon scripts. In addition, VRChat also created a spotlight row in the World Menu, showcasing worlds utilizing Udon[5][6]

Udon 2 (Soba)

On December 15, 2022, VRChat announced that their development team began working on a successor to Udon, which was given the working title of "Udon 2"[7]. The next update regarding Udon 2 would come on February 29, 2024 with a mention of the performance benefits and additional features it would bring[8], and another update on March 14, 2024 that showcased an example from the internal beta[9].

On November 25, 2024, previous plans for Udon 2 were dropped, and a new project would take its place, termed Soba[10].

Official resources

Community resources

A list of community guides can be found in its main article: Community:Udon Guides.

References