https://github.com/troublecatstudios/noir
Noir is our helper library for unity-based games.
https://github.com/troublecatstudios/noir
csharp game-development gamedev unity3d unity3d-package
Last synced: 5 months ago
JSON representation
Noir is our helper library for unity-based games.
- Host: GitHub
- URL: https://github.com/troublecatstudios/noir
- Owner: troublecatstudios
- Created: 2022-04-26T11:30:01.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-11-30T12:33:05.000Z (7 months ago)
- Last Synced: 2025-12-02T17:46:30.303Z (7 months ago)
- Topics: csharp, game-development, gamedev, unity3d, unity3d-package
- Language: C#
- Homepage: https://troublecatstudios.github.io/noir-unity
- Size: 14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Noir Library
Noir is our helper library for unity-based games.
[![release][release-badge]][release]
[![license][license-badge]][license]
![unity][unity-badge]
![GitHub Actions Workflow Status][build-badge]
[Docs](./docs/README.md) | [Changelog](./package/CHANGELOG.md) | [License](./package/LICENSE.md)
> [!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](./package/README.md).
**Supported Unity Versions**: v2021.3+
## Installation
Noir can [be installed as a unity package](https://docs.unity3d.com/Manual/upm-ui-giturl.html), follow our [getting started guide][installing] for instructions on how to add Noir to your project.
## Contributing
The project is broken out into two main directories:
- `package` contains all the source files, dependencies, and documentation for the noir package.
- `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](./CONTRIBUTING.md).
[installing]: ./docs/getting_started/installing.md
[release]: https://github.com/troublecatstudios/noir/releases
[release-badge]: https://img.shields.io/github/v/release/troublecatstudios/noir?style=for-the-badge&logo=github
[unity-badge]: https://img.shields.io/badge/Unity-v2023.3%2B-blue?style=for-the-badge
[license]: ./package/LICENSE.md
[license-badge]: https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge
[build-badge]: https://img.shields.io/github/actions/workflow/status/troublecatstudios/noir/build.yaml?style=for-the-badge