A simple but effective tool for the Unity Engine to inspect hidden objects in loaded scenes
This package requires QGUI V1.0.0+ to be installed first
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
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",
...
},
}
