Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thundernerd/unity3d-deepinspector
https://github.com/thundernerd/unity3d-deepinspector
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thundernerd/unity3d-deepinspector
- Owner: Thundernerd
- License: mit
- Created: 2022-11-22T19:54:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T11:00:17.000Z (about 2 years ago)
- Last Synced: 2023-02-27T19:12:04.964Z (almost 2 years ago)
- Language: C#
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deep Inspector
Custom drawers that can be used with regular objects/types instead of SerializedObjects.
## Installation
1. The package is available on the [openupm registry](https://openupm.com). You can install it via [openupm-cli](https://github.com/openupm/openupm-cli).
```
openupm add net.tnrd.deepinspector
```2. Installing through a [Unity Package](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.deepinspector?registry=https://package.openupm.com) created by the [Package Installer Creator](https://package-installer.glitch.me) from [Needle](https://needle.tools)
[](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.deepinspector?registry=https://package.openupm.com)
3. Installing through Package Manager - Git URL
- Open the package manager
- Click the plus button
- Click `Add package from GIT url...`
- Paste this link `https://github.com/Thundernerd/Unity3D-DeepInspector`
- Click `Add`## Usage
TODO
## Support
**Deep Inspector** is a small and open-source utility that I hope helps other people. It is by no means necessary but if you feel generous you can support me by donating.[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/J3J11GEYY)
## Contributions
Pull requests are welcomed. Please feel free to fix any issues you find, or add new features.