Revert "Initialize ScriptingService earlier"

This reverts commit 0566e17b23273feffed0c41ed61f7e56d6e8f1a8.
This commit is contained in:
2024-04-18 19:26:38 +03:00
parent a986ede53f
commit c16ec763c2
8 changed files with 28 additions and 24 deletions

View File

@@ -45,8 +45,10 @@ public:
/// </summary>
static void UnloadEngine();
// Called by Scripting during initialization or in a middle of hot-reload (after unloading modules but before loading them again).
static void LoadScriptingAssemblyLoadContext();
#if USE_EDITOR
// Called by Scripting in a middle of hot-reload (after unloading modules but before loading them again).
static void ReloadScriptingAssemblyLoadContext();
#endif
public:
/// <summary>