[Bug]: ConfigManager failed to initialize · Issue #142 · sinai-dev/UnityExplorer

Are you on the latest version of UnityExplorer?

  • Yes, I'm on the latest version of UnityExplorer.

Which release are you using?

Standalone Mono

Which game did this occur on?

Hollow Knight

Describe the issue.

#if STANDALONE
Loader.Standalone.ExplorerEditorBehaviour.Instance.LoadConfigs();
#endif

This code causes UnityExplorer to fail to initialize normally using UnityExplorer.ExplorerStandalone.CreateInstance();. Is this a coding error or is UnityExplorer just for editor?

Relevant log output

No response