Noir is our helper library for unity-based games.
Note
This library includes DLLs for several open source libraries. Their license information as well as instructions for removing them if you encounter conflicts when installing can be found in the Package README.
Supported Unity Versions: v2021.3+
Noir can be installed as a unity package using this url:
https://github.com/troublecatstudios/noir-unity.git?path=/package#v1.0.0
The project is broken out into two main directories package
contains all the source files, dependencies, and documentation for the noir package. While unity-project
is a Unity project that is setup to build out samples for inclusion in the final published version of the package.
For more info, see our contribution guidelines.