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

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)

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.