Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Varneon/UdonExplorer

Unity Editor extension for easily exploring all VRCSDK3 UdonBehaviours in your Unity scene
https://github.com/Varneon/UdonExplorer

udonsharp unity-editor vrchat vrchat-sdk3 vrchat-udon vrchat-worlds

Last synced: 4 months ago
JSON representation

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

Lists

README

        

# UdonExplorer [![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/UdonExplorer?style=flat&label=Stars)](https://github.com/Varneon/UdonExplorer/stargazers) [![GitHub all releases](https://img.shields.io/github/downloads/Varneon/UdonExplorer/total?color=blue&label=Downloads&style=flat)](https://github.com/Varneon/UdonExplorer/releases) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/UdonExplorer?color=blue&label=Release&sort=semver&style=flat)](https://github.com/Varneon/UdonExplorer/releases/latest)

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

---

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

![UdonExplorer](https://user-images.githubusercontent.com/26690821/162178484-05b12fdd-6c5e-4e3c-acbd-7e0b740584da.png)

---

# How to use UdonExplorer

### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):

> 1. Download `com.varneon.udonexplorer.zip` from [here](https://github.com/Varneon/UdonExplorer/releases/latest)
> 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. `UdonExplorer` should now be visible under `Local User Packages` in the project view in VRChat Creator Companion
> 6. Click `Add`

### Import with [Unity Package Manager (git)](https://docs.unity3d.com/2019.4/Documentation/Manual/upm-ui-giturl.html):

> 1. In the Unity toolbar, select `Window` > `Package Manager` > `[+]` > `Add package from git URL...`
> 2. Paste the following link: `https://github.com/Varneon/UdonExplorer.git?path=/Packages/com.varneon.udonexplorer`

### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):

> 1. Download latest `UdonExplorer` from [here](https://github.com/Varneon/UdonExplorer/releases/latest)
> 2. Import the downloaded .unitypackage into your Unity project

### After importing
* Open UdonExplorer by navigating to `Varneon` > `UdonExplorer` on your Unity editor's toolbar

## Developed by Varneon with :hearts:

[![Twitter Follow](https://img.shields.io/static/v1?style=for-the-badge&label=@Varneon&message=4.9K&color=1b9df0&logo=twitter)](https://twitter.com/Varneon)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCKTxeXy7gyaxr-YA9qGWOYg?color=%23FF0000&label=Varneon&logo=YouTube&style=for-the-badge)](https://www.youtube.com/Varneon)
[![GitHub followers](https://img.shields.io/github/followers/Varneon?color=%23303030&label=Varneon&logo=GitHub&style=for-the-badge)](https://github.com/Varneon)