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

com.unity.testframework.graphics

Notes: processedReleased November 23, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0a23)

🔄 Changes

  • Added `ImageAssert.CheckGCAllocWithCallstack()` to render an image from the given camera and check if it allocated memory while doing so, outputting the callstack of the GC.Alloc if found.
  • Moved the `SetupProject` class behind the `UnityEditor.TestTools.Graphics` namespace to be able to call it from external code. Also added a non-namespaced wrapper that calls it to make the change non-breaking.