Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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",
...
},
}
```