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.
- Host: GitHub
- URL: https://github.com/shirokovnv/unity_design
- Owner: shirokovnv
- License: mit
- Created: 2025-02-19T09:10:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-08T11:08:34.000Z (over 1 year ago)
- Last Synced: 2025-06-08T19:04:58.748Z (about 1 year ago)
- Topics: csharp, design-patterns, unity
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)