We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9f25a commit 3df4ee2Copy full SHA for 3df4ee2
com.unity.toon-graphics-test/Runtime/UTSGraphicsTests.cs
@@ -28,8 +28,8 @@ public IEnumerator Run(GraphicsTestCase testCase) {
28
29
#if UTS_TEST_USE_HDRP && UNITY_STANDALONE_OSX
30
31
- //[TODO-sin: 2025-12-1] ToonTesselation did not work on Metal in HDRP
32
- if (sceneFileName.Contains("Tessellation")) {
+ //[TODO-sin: 2025-12-29] ToonTesselation did not work on Metal in XR/HDRP combination
+ if (sceneFileName.Contains("_Tess")) {
33
Assert.Ignore();
34
}
35
#endif //UTS_TEST_USE_HDRP && UNITY_STANDALONE_OSX
0 commit comments