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 49c6c52 commit 207ea52Copy full SHA for 207ea52
com.unity.visualeffectgraph/Editor/Data/VFXData.cs
@@ -375,7 +375,7 @@ private void ComputeLayer()
375
{
376
if (!m_DependenciesIn.Any() && !m_DependenciesOut.Any())
377
378
- m_Layer = uint.MaxValue; //Completely independent system
+ m_Layer = 0; //Independent system, choose layer 0 anyway.
379
}
380
else
381
0 commit comments