com.unity.test-framework 1.4.3

com.unity.test-framework

Source docs
Notes: processedReleased January 17, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0a10)

Package Dependencies

🔄 Changes

  • Fixed a performance issue in relation to the new ui, where running a large selection of tests did not perform well. (DSTR-983)
  • The test tree no longer is fully expanded when the window is first opened, fixing test tree explosion. (DSTR-985)
  • Fixed an issue in Solution 13 of Samples where the path was pointing to a wrong location. (DSTR-1005)
  • Updated documentation of Solution 13 of Samples to reflect more accurate solution for the example. (DSTR-1005)
  • Added ability to build all or selected tests from test runner UI. (UTF-553)