- Home /
Question by
hallzm · Nov 22, 2018 at 03:28 PM ·
unity 5unityeditortestingplaymode
Play mode testing stalled
I'm trying to write unit tests in play mode but when I try to test anything, unity creates a test scene and then it just stalls and the test never ends. My test only has an Assert.IsTrue(true); but it is never executed and nothing shows up in the console. My project does not have any errors either.
Comment
Your answer
Follow this Question
Related Questions
Unity 5 editor greyes out in Play Mode 1 Answer