Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QFSW/QuantumHierarchy
A simple but effective tool for the Unity Engine to inspect hidden objects in loaded scenes.
https://github.com/QFSW/QuantumHierarchy
Last synced: 3 months ago
JSON representation
A simple but effective tool for the Unity Engine to inspect hidden objects in loaded scenes.
- Host: GitHub
- URL: https://github.com/QFSW/QuantumHierarchy
- Owner: QFSW
- License: mit
- Created: 2020-04-28T19:48:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T19:10:18.000Z (over 4 years ago)
- Last Synced: 2024-05-02T05:17:27.825Z (6 months ago)
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Quantum Hierarchy ![](https://img.shields.io/github/issues-closed-raw/QFSW/QuantumHierarchy.svg?color=51c414) ![](https://img.shields.io/github/issues-raw/QFSW/QuantumHierarchy.svg?color=c41414&style=popout)
A simple but effective tool for the Unity Engine to inspect hidden objects in loaded scenes![img](Images~/Comparison.png)
### Installation via Package Manager
#### Dependencies
This package requires [**QGUI** V1.0.0+](https://github.com/QFSW/QGUI) to be installed first
#### 2019.3+
Starting with Unity 2019.3, the package manager UI has support for git packages
Click the `+` to add a new git package and add `https://github.com/QFSW/QuantumHierarchy.git` as the source
#### 2018.3 - 2019.2
To install via package manager, add the file `Packages/manifest.json` and add the following line to the `"dependencies"`
```
"com.qfsw.qh": "https://github.com/QFSW/QuantumHierarchy.git"
```
Your file should end up like this
```
{
"dependencies": {
"com.qfsw.qh": "https://github.com/QFSW/QuantumHierarchy.git",
...
},
}
```