Udon Explorer allows you to see all of the UdonBehaviours in your scene at a glance and 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 options:
- 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:
- Download
com.varneon.udonexplorer.zip
from here- Unpack the .zip somewhere
- In VRChat Creator Companion, navigate to
Settings
>User Packages
>Add
- Navigate to the unpacked folder,
com.varneon.udonexplorer
and clickSelect Folder
UdonExplorer
should now be visible underLocal User Packages
in the project view in VRChat Creator Companion- Click
Add
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...
- Paste the following link:
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