This repository formats tags nightly from the Ignorance repository here: https://github.com/SoftwareGuy/Ignorance so that they can be added as a submodule to a Unity project. To add it to your project, use this template of commands:
git submodule add https://github.com/TCROC/Ignorance-Submodule.git Assets/[path to submodule]
cd Assets/[path to submodule]
git checkout [tag version]
For example:
git submodule add https://github.com/TCROC/Ignorance-Submodule.git Assets/Submodules/Ignorance
cd Assets/Submodules/Ignorance
git checkout v1.3.9.2
For Mirror, see: https://github.com/TCROC/Mirror-Submodule