https://github.com/varneon/v-inspector
Unity Editor toolkit for creating custom inspectors with UIElements
https://github.com/varneon/v-inspector
unity-editor unity-inspector unity-uielements vrchat-vpm
Last synced: 12 months ago
JSON representation
Unity Editor toolkit for creating custom inspectors with UIElements
- Host: GitHub
- URL: https://github.com/varneon/v-inspector
- Owner: Varneon
- License: mit
- Created: 2022-08-22T09:37:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T10:24:09.000Z (about 3 years ago)
- Last Synced: 2025-04-14T18:52:06.372Z (about 1 year ago)
- Topics: unity-editor, unity-inspector, unity-uielements, vrchat-vpm
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> ## :construction: This repository is a dependency for other repositories and is still in development :construction:
> ### Documentation and usage instructions will be provided `Soon™`
# V-Inspector [](https://github.com/Varneon/V-Inspector/blob/main/LICENSE) [](https://github.com/Varneon/V-Inspector/stargazers) [](https://github.com/Varneon/V-Inspector/releases) [](https://github.com/Varneon/V-Inspector/releases/latest)
Unity Editor toolkit for creating custom inspectors powered by UIElements
# Installation
### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):
> 1. Download `com.varneon.v-inspector.zip` from [here](https://github.com/Varneon/V-Inspector/archive/refs/heads/main.zip)
> 2. Unpack the .zip somewhere
> 3. In VRChat Creator Companion, navigate to `Settings` > `User Packages` > `Add`
> 4. Navigate to the unpacked folder, `com.varneon.v-inspector` and click `Select Folder`
> 5. `V-Inspector` 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/V-Inspector.git?path=/Packages/com.varneon.v-inspector`
### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):
> 1. Download latest `com.varneon.v-inspector.unitypackage` from [here](https://github.com/Varneon/V-Inspector/releases/latest)
> 2. Import the downloaded .unitypackage into your Unity project
## Developed by Varneon with :hearts:


