com.unity.testframework.graphics 7.8.21-exp.1
com.unity.testframework.graphics
Notes: processedReleased March 23, 2022
Unity Compatibility
Minimum Unity: 2019.4 (0a23)
Package Dependencies
- com.unity.addressables (1.17.15)
- com.unity.external.test-protocol (1.0.0-preview)
- com.unity.modules.imageconversion (1.0.0)
- com.unity.modules.vr (1.0.0)
- com.unity.modules.xr (1.0.0)
- com.unity.nuget.newtonsoft-json (2.0.0)
- com.unity.subsystemregistration (1.0.6)
- com.unity.xr.legacyinputhelpers (2.1.8)
- com.unity.xr.management (4.0.5)
🔄 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.
