Fix scripting AssemblyLoadContext not getting unloaded

# Conflicts:
#	Source/Engine/Engine/NativeInterop.Managed.cs
This commit is contained in:
2024-04-22 00:11:24 +03:00
parent c16ec763c2
commit 25036be05f
8 changed files with 156 additions and 55 deletions

View File

@@ -58,9 +58,13 @@ void MCore::UnloadEngine()
MRootDomain = nullptr;
}
void MCore::CreateScriptingAssemblyLoadContext()
{
}
#if USE_EDITOR
void MCore::ReloadScriptingAssemblyLoadContext()
void MCore::UnloadScriptingAssemblyLoadContext()
{
}