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 d352509 commit fe2edd6Copy full SHA for fe2edd6
TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXControllerTests.cs
@@ -1099,7 +1099,6 @@ public IEnumerator ConvertToSubGraphOperator_And_ModifySubgraph()
1099
Assert.AreNotEqual(oneOutputState, twoOutputState);
1100
Assert.IsTrue(twoOutputState.Contains(otherParamName));
1101
1102
- window.graphView.controller = null;
1103
for (int i = 0; i < 16; ++i)
1104
yield return null;
1105
0 commit comments