https://github.com/improck/choose-your-own-inspector
Choose Your Own Inspector - An Editor Popout Tool for Unity, by Imp Rock
https://github.com/improck/choose-your-own-inspector
Last synced: over 1 year ago
JSON representation
Choose Your Own Inspector - An Editor Popout Tool for Unity, by Imp Rock
- Host: GitHub
- URL: https://github.com/improck/choose-your-own-inspector
- Owner: improck
- Created: 2024-01-27T19:46:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T03:47:02.000Z (over 2 years ago)
- Last Synced: 2025-02-13T21:49:23.230Z (over 1 year ago)
- Language: C#
- Size: 9.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Choose Your Own Inspector - An Editor List for Unity, by Imp Rock ##
Pop out Editors from the Inspector into a completely separate window.
### Installation ###
For the latest version, add https://github.com/improck/choose-your-own-inspector.git#upm to Unity's Package Manager. Or, edit the manifest.json file for your project, and add a dependency like so
```"com.improck.choose-your-own-inspector": "https://github.com/improck/choose-your-own-inspector.git#upm"```
If you need to use a particular version, reference the tag instead of #upm, e.g. https://github.com/improck/choose-your-own-inspector.git#1.1.0
### Usage ###
* Refer to the mildly outdated PDF inside the package.
* Click the gear icon in any editor in the Inspector
* Select Add to CYOI (should be at the top of the menu)
* The CYOI window will open if it is not already
* A new instance of the Editor will appear therein
* Use it like you would normally
### History ###
Choose Your Own Inspector was published by me for purchase on the Asset Store in 2016 and was compatible with Unity 5.3.1p1. As of the publication of this repository, CYOI is henceforth being made available to the public for personal, educational, and commercial use at no cost. See the file COPYING for licensing details.
### Notice ###
The Choose Your Own Inspector (CYOI) product and its source code are not to be repackaged or reformed into a _competing product_, sold, or otherwise redistributed for compensation of any kind. My intention is for CYOI to remain a free tool for everyone to use without fees. That said, the source code herein is being made available, and others may find parts of the code to be useful in their own products. The intention and explicit wording of the license leaves room for such usage of CYOI's source code. If you are in doubt about usage, please just send me an email and ask.