Clear references holding on to types in game assemblies

This commit is contained in:
2024-04-22 23:55:39 +03:00
parent 48fa41fc58
commit e573703c4a
5 changed files with 20 additions and 0 deletions

View File

@@ -799,6 +799,14 @@ namespace FlaxEditor.CustomEditors.Editors
OnGroupsEnd();
}
protected override void Deinitialize()
{
_visibleIfCaches = null;
_visibleIfPropertiesListsCache = null;
base.Deinitialize();
}
/// <inheritdoc />
public override void Refresh()
{