Unity Test Framework Tutorial (Unity 2022.3) 💡 This tutorial has been updated in September 2024 for Unity 2022.3. Testing is an important part of game development. Manual testing is often the obvious way. But manual testing can be very repetitiv... unity unity test framework Mar 5, 2021
Unity Test Tip: speedup your automated tests with one simple trick Game developers need to rely on a fairly large battery of tests to ensure recent changes didn’t break anything. The drawback of such a large number of tests is the time it takes to complete. But what ... tip unity Feb 15, 2021
Automated game testing is still in its infancy Writing software is highly abstract and it’s difficult to keep the whole picture in one’s head, especially when the parts of said software change continuously. Writing tests is, for some, an obvious s... Feb 12, 2021