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 fcc8a78 commit c7f09caCopy full SHA for c7f09ca
Scripts/Editor/Core/CollectionSettings.cs
@@ -47,7 +47,7 @@ public CollectionSettings(ScriptableObjectCollection targetCollection)
47
48
bool canBePartial = CodeGenerationUtility.CheckIfCanBePartial(targetCollection, ParentFolderPath);
49
50
- if (!canBePartial)
+ if (canBePartial)
51
StaticFilename = $"{targetCollection.GetType().Name}Static".FirstToUpper();
52
else
53
StaticFilename = $"{targetCollection.GetType().Name}".FirstToUpper();
0 commit comments