Hey,
I just downloaded the experimental build with new 2D features.
I was wondering what does the new “Testing” menu mean, and whether the items under it are functional in this build ?
Hey,
I just downloaded the experimental build with new 2D features.
I was wondering what does the new “Testing” menu mean, and whether the items under it are functional in this build ?
The “Editor Test C# Script” should be functional - this is the Editor Tests feature that shipped with Unity 5.3. The menu item there is just to help you get started by providing the boilerplate code for new tests.
The other three options are part of a new testing framework that is still in-development and should probably not have shipped in that build.
Hey @liortal ,
As Richard said, it shouldn’t have been included (or at least be internal). The new test framework will sort of be like the integration tests framework from UTT but will also allow editor tests. One framework to rule them all sort of thing.