com.unity.testframework.graphics 7.8.21-exp.1

com.unity.testframework.graphics

Notes: processedReleased March 23, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0a23)

🔄 Changes

  • Added `CodeBasedGraphicsTestAttribute` which allows a unit test to be marked as a graphics test, and root paths of reference images and actual images to be specified.
  • Added `UnityEditor.TestTools.Graphics.EditorUtils` class which provides a few utility functions. Please refer to the documentation page.
  • Added `UnityEngine.TestTools.Graphics.TestUtils` class which provides utility functions for generating test result folder path based on give test configurations.
  • Changed `GraphicsTestCase` class now provides new properties returning the test name and the `CodeBasedGraphicsTestAttribute` for unit test based graphics tests.