Fix scripting AssemblyLoadContext not getting unloaded
This commit is contained in:
@@ -715,9 +715,13 @@ void MCore::UnloadEngine()
|
||||
#endif
|
||||
}
|
||||
|
||||
void MCore::CreateScriptingAssemblyLoadContext()
|
||||
{
|
||||
}
|
||||
|
||||
#if USE_EDITOR
|
||||
|
||||
void MCore::ReloadScriptingAssemblyLoadContext()
|
||||
void MCore::UnloadScriptingAssemblyLoadContext()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user