com.unity.test-framework 1.3.2

com.unity.test-framework

Source docs
Notes: processedReleased December 12, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0a10)

Package Dependencies

🔄 Changes

  • Fixed context not being restored after a domain reload outside tests (DSTR-678)
  • Fixed TestMode being set only in on the aseembly level (DSTP-674)
  • Fixed an issue where RunFinished callbacks sometimes would not be executed before the editor quits in batchmode (DSTR-692).
  • Fixed problem of samples not loading for import in Package Manager window. (DSTR-702)
  • Fixed issue GuiHelper depending on FilePath being abosolute. Updated to handle both cases.
  • Fixed an issue where ITestRunCallback are invoked double when run in EditMode.