com.unity.test-framework 1.4.3
Source docsNotes: processedReleased January 17, 2024
Unity Compatibility
Minimum Unity: 2019.4 (0a10)
Package Dependencies
- com.unity.ext.nunit (2.0.3)
- com.unity.modules.imgui (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
🔄 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)
