* Fix an issue in mono builds causing a crash
* Fix for games which only contain one scene
* A few small cleanups
This commit is contained in:
sinaioutlander
2020-10-28 20:49:18 +11:00
parent 7c85969085
commit 626e680510
6 changed files with 19 additions and 13 deletions

View File

@ -25,7 +25,7 @@
<RootNamespace>Explorer</RootNamespace>
<AssemblyName>Explorer</AssemblyName>
<!-- Set this to the MelonLoader Il2Cpp Game folder, without the ending '\' character. -->
<MLCppGameFolder>D:\Steam\steamapps\common\Hellpoint</MLCppGameFolder>
<MLCppGameFolder>D:\Steam\steamapps\common\VRChat</MLCppGameFolder>
<!-- Set this to the MelonLoader Mono Game folder, without the ending '\' character. -->
<MLMonoGameFolder>D:\Steam\steamapps\common\Outward</MLMonoGameFolder>
<!-- Set this to the BepInEx Il2Cpp Game folder, without the ending '\' character. -->