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

https://github.com/shirokovnv/unity_design

A set of reusable design patterns for Unity Projects.
https://github.com/shirokovnv/unity_design

csharp design-patterns unity

Last synced: 2 months ago
JSON representation

A set of reusable design patterns for Unity Projects.

Awesome Lists containing this project

README

          

# Unity Design Patterns

## Description

A set of reusable architectural patterns for Unity Projects.

For now contains:

- Bloc (Business Logic Component) : port of original **dart/flutter** [bloc](https://bloclibrary.dev/)
- State Machine
- Service Locator
- Injector
- Reactive Property
- Heap data structure

## License

MIT. Please see the [license file](LICENSE) for more information.

## Links

- [Code Monkey](https://unitycodemonkey.com/)
- [Sebastian Lague](https://github.com/SebLague)
- [adammyhre](https://github.com/adammyhre)