UdonExplorer
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
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
How to use UdonExplorer
Prerequisites:
Make sure that the VRCSDK3 is already imported in your project:
Installation via Unity Package Manager (git):
- 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
- Open UdonExplorer by navigating to
Varneon
>UdonExplorer
on your Unity editor's toolbar
Installation via VRChat Creator Companion:
- Download the the repository's .zip 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
-
Udon Explorer
should now be visible underLocal User Packages
in the project view in VRChat Creator Companion
Installation via 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