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 145a398 commit 8149a8bCopy full SHA for 8149a8b
com.unity.visualeffectgraph/Editor/Utils/VFXResources.cs
@@ -44,7 +44,7 @@ static void LoadUserResourcesIfNeeded()
44
void OnEnable()
45
{
46
if (AssetDatabase.FindAssets("t:VFXResources").Length > 1)
47
- Debug.LogError("Having more than on VFXResources in you project is unsupported");
+ Debug.LogError("Having more than one VFXResources in your project is unsupported");
48
s_Instance = this;
49
m_Searched = false;
50
}
0 commit comments