shapeshiftingrabbits / mvp-top-down-shooter

Top-down shooter MVP
0 stars 0 forks source link

Write unit tests for existing code #44

Open LaurieTrichet opened 7 years ago

LaurieTrichet commented 7 years ago
LaurieTrichet commented 7 years ago
LaurieTrichet commented 7 years ago
LaurieTrichet commented 7 years ago
LaurieTrichet commented 7 years ago

https://unity3d.com/unity/qa/test-tools

LaurieTrichet commented 7 years ago
LaurieTrichet commented 7 years ago
rafaelgonzalez commented 7 years ago

Interesting. The Unity Test Tools in the asset store have their code hosted on this bitbucket repository (the link is on the asset store page).

It says:

DEPRECATED This package will not be supported anymore. We introduced an integrated test runner in Unity 5.6 and will focus on developing it.

I think they refer to this: https://docs.unity3d.com/Manual/testing-editortestsrunner.html

There's some stuff in there about for testing monobehaviours directly. Could be interesting.

rafaelgonzalez commented 7 years ago