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 1547f7f commit 1cf590eCopy full SHA for 1cf590e
Scripts/Editor/Generators/CollectionGenerators.cs
@@ -202,6 +202,9 @@ private static void RunGeneratorInternal(
202
203
if (generateStaticAccess)
204
CodeGenerationUtility.GenerateStaticCollectionScript(collection);
205
+
206
+ EditorUtility.SetDirty(collection);
207
+ ActiveEditorTracker.sharedTracker.ForceRebuild();
208
}
209
210
private static bool TryGetItemTemplateType(ItemTemplate itemTemplate, out Type resultType)
0 commit comments