Null-References / Uncertainty

Uncertainty is an action-adventure space-shooter game.
MIT License
40 stars 12 forks source link

Write Unit Test for the whole game #55

Open benymaxparsa opened 3 years ago

benymaxparsa commented 3 years ago

Without tests how can we assure that changed codes didn't cause any malfunction to the system?
The bigger the game gets, the harder it's testing/debugging becomes.

mohmehdi commented 3 years ago

https://letsmakeagame.net/unity-unit-testing-advanced-tutorial/