Update readme -noci

This commit is contained in:
Sinai 2021-08-04 01:16:52 +10:00
parent 1fa1283a68
commit 3cfdd6fa43

View File

@ -61,7 +61,7 @@ The standalone release can be used with any injector or loader of your choice, b
**[MelonLoader] Game classes do not load / all non-Unity components show up as "UnityEngine.Component"**
* Unsure of the cause of this issue, try with BepInEx and see if issue persists. Seems to be an issue with MelonLoader not being able to do `Assembly.Load` on the unhollowed `Assembly-CSharp` for some reason, despite the fact that referencing the assembly from a mod and loading it that way works fine.
* Unsure of the cause of this issue. Try with BepInEx, or create a mod which uses a class from `Assembly-CSharp` and load it alongside UnityExplorer. Seems to be an issue with MelonLoader not being able to do `Assembly.Load` on the unhollowed `Assembly-CSharp` for some reason, despite the fact that referencing the assembly from a mod and loading it that way works fine.
# Features