Setup - PhaxeNor/UdonSharp GitHub Wiki

Requirements

Installation

  • Read the Getting Started With Udon official thread, this has basic installation instructions for Udon.
  • Install the latest version of the VRCSDK3 and UdonSDK linked on the getting started thread. Make sure to install VRCSDK3 first.
  • Get the latest release of UdonSharp from here and install it to your project.

Getting started

  1. Make a new object in your scene
  2. Add an Udon Behaviour component to your object
  3. Below the "New Program" button click the dropdown and select "Udon C# Program Asset"
  4. Now click the New Program button, this will create a new UdonSharp program asset for you
  5. Click the Create Script button and choose a save destination and name for the script.
  6. This will create a template script that's ready for you to start working on, open the script in your editor of choice and start programming