/EndlessRunnerRefactor

Unity's endless runner game sample "Trash Dash" refactored.

Primary LanguageC#Apache License 2.0Apache-2.0

Endless Runner Refactor

Unity's endless runner game sample "Trash Dash" refactored.

Made With Unity License Last Commit Repo Size Downloads Last Release

🛠️ Refactor Improvements

✅ Cleaned code
✅ Reduced draw calls by 40%
✅ Reduced build size by 48%
✅ Removed GetComponent calls
✅ Split classes into separate files
✅ Substituted Singletons for a Service Locator
✅ Made game scalable for multiple resolutions

📚 Bibliography