UdonExplorer icon indicating copy to clipboard operation
UdonExplorer copied to clipboard

Unity Editor extension for easily exploring all VRCSDK3 UdonBehaviours in your Unity scene

UdonExplorer

Unity Editor extension for easily exploring all UdonBehaviours in your Unity scene

GitHub code size in bytes GitHub GitHub Repo stars GitHub all releases GitHub tag (latest SemVer)


Udon Explorer is an editor window that allows you to see all of the Udon behaviours in your scene at a glance and detailed information about them like their sync mode, execution order, propgram source, program source file size, etc. and the listing can be sorted based on any one of these columns.

By right clicking an UdonBehaviour you can really quickly access any of the following methods:

  • Open Udon Graph (Udon Graph Programs Only)
  • Open/Select U# Source C# Script (UdonSharp Only)
  • Select Program Source
  • Select Serialized Program Asset

UdonExplorer


How to use UdonExplorer

Prerequisites:

Make sure that the VRCSDK3 is already imported in your project:

Installation via Unity Package Manager (git):

  1. Navigate to your toolbar: Window > Package Manager > [+] > Add package from git URL... and type in: https://github.com/Varneon/UdonExplorer.git?path=/Packages/com.varneon.udonexplorer
  2. Open UdonExplorer by navigating to Varneon > UdonExplorer on your Unity editor's toolbar

Installation via VRChat Creator Companion:

  1. Download the the repository's .zip here
  2. Unpack the .zip somewhere
  3. In VRChat Creator Companion, navigate to Settings > User Packages > Add
  4. Navigate to the unpacked folder, com.varneon.udonexplorer and click Select Folder
  5. Udon Explorer should now be visible under Local User Packages in the project view in VRChat Creator Companion

Installation via Unitypackage:

  1. Download latest UdonExplorer from here
  2. Import the downloaded .unitypackage into your Unity project
  3. Open UdonExplorer by navigating to Varneon > UdonExplorer on your Unity editor's toolbar