Implement .NET 7 runtime support and bindings generation
This commit is contained in:
@@ -41,8 +41,10 @@ namespace FlaxEditor.Progress.Handlers
|
||||
|
||||
private void OnScriptsReload()
|
||||
{
|
||||
#if !USE_NETCORE
|
||||
// Clear types cache
|
||||
Newtonsoft.Json.JsonSerializer.ClearCache();
|
||||
#endif
|
||||
}
|
||||
|
||||
private void OnScriptsReloadEnd()
|
||||
|
||||
Reference in New Issue
Block a user