Clear references holding on to types in game assemblies

This commit is contained in:
2024-04-22 23:55:39 +03:00
committed by Ari Vuollet
parent 691b9458ec
commit 9f8faf4f17
5 changed files with 20 additions and 0 deletions

View File

@@ -469,6 +469,7 @@ namespace FlaxEditor.SceneGraph
{
ChildNodes[i].OnDispose();
}
ChildNodes.Clear();
SceneGraphFactory.Nodes.Remove(ID);
}