This is a small Unity project where I will be implementing Design Patterns. For each pattern, I will create separate scenes and script folders. They will be small examples.
- Factory<T> Interesting implementation method using a generic class.
- Singleton<T> Interesting implementation method using a generic class.
- Command
- MVC and MVP
- State Machine
- EventBus
- Visitor