Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added installation instructions for UPM via git
  • Loading branch information
Varneon authored Apr 28, 2022
1 parent 9ce99e0 commit 295ef7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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 Udon Graph *(Udon Graph Programs Only)*
* Open/Select U# Source C# Script *(UdonSharp Only)*
* Select Program Source
* Select Serialized Program Asset
Expand All @@ -31,7 +31,11 @@ By right clicking an UdonBehaviour you can really quickly access any of the foll
Make sure that the VRCSDK3 is already imported in your project:
* [VRCSDK3](https://vrchat.com/download/sdk3-worlds)

## Installation:
## 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 Unitypackage:
1. Download latest UdonExplorer from [here](https://github.com/Varneon/UdonExplorer/releases/latest)
2. Import the downloaded .unitypackage into your Unity project
3. Open UdonExplorer by navigating to `Varneon` > `UdonExplorer` on your Unity editor's toolbar

0 comments on commit 295ef7d

Please sign in to comment.