https://github.com/mysticquest/unity-sandbox-topdown-systems
Experiments wth OOP patterns (Strategy, DI, generic pooling, SO) etc in a Unity top-down environment (uses the new input system)
https://github.com/mysticquest/unity-sandbox-topdown-systems
c-sharp unity
Last synced: about 2 months ago
JSON representation
Experiments wth OOP patterns (Strategy, DI, generic pooling, SO) etc in a Unity top-down environment (uses the new input system)
- Host: GitHub
- URL: https://github.com/mysticquest/unity-sandbox-topdown-systems
- Owner: MysticQuest
- Created: 2023-03-09T21:15:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T09:57:42.000Z (about 3 years ago)
- Last Synced: 2025-10-08T04:56:27.138Z (9 months ago)
- Topics: c-sharp, unity
- Language: C#
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OOP patterns (Strategy, DI, generic pooling, SO) etc, in a Unity top-down environment (uses the new input system).
To do: Replace MonoBehaviors with custom classes.