Udon Explorer is a Unity Editor extension for easily exploring all UdonBehaviours in your VRChat world scene, allowing you to see detailed information about them like their sync mode, execution order, program 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 access the following actions:
- Open Udon Graph (Udon Graph Programs Only)
- Open/Select U# Source C# Script (UdonSharp Only)
- Select Program Source
- Select Serialized Program Asset
Import with VRChat Creator Companion
Import with VRChat Creator Companion
Coming Soon™
Import with Unity Package Manager (git)
Import with Unity Package Manager (git)
- In the Unity toolbar, select
Window
>Package Manager
>[+]
>Add package from git URL...
- Copy and paste the following link into the URL input field:
https://github.com/Varneon/UdonExplorer.git?path=/Packages/com.varneon.udonexplorer
Import from Unitypackage
Import from Unitypackage
- Download latest
UdonExplorer
from here- Import the downloaded .unitypackage into your Unity project
- Open UdonExplorer by navigating to
Varneon
>UdonExplorer
on your Unity editor's toolbar