Tasharen Entertainment Forum
Support => Misc Archive => Topic started by: yohann on February 06, 2014, 05:39:40 PM
-
Does anyone do test-driven development with Unity? I can find very little about it online which suggests not many are doing it. I'd love to hear if anyone has any experience with this.
-
Unity release a nice framework for unit testing: http://blogs.unity3d.com/2013/12/18/unity-test-tools-released/
-
we use uunit for that ;) It's a very simple testing tool.