mricher-git
mricher-git
I have no idea what makes this tick, but I moved to a new PC and: error CS0060: Inconsistent accessibility: base class `RuntimeUnityEditor.Core.REPL.REPL' is less accessible than class `' is...
Isn't it already? ``` namespace RuntimeUnityEditor.Core.REPL { /// /// C# REPL environment. Everything in here can be called directly in the REPL console. /// public class REPL : InteractiveBase ```
In 5.3 UMM flavor there is both a RuntimeUnityEditor.UMM.dll and a RuntimeUnityEditor.Core.dll. From dnSpy, the UMM dll: ``` namespace RuntimeUnityEditor.Core.REPL { // Token: 0x0200002A RID: 42 internal class REPL :...
Hi @newman55, was just testing this in Railroader. If using Doorstop proxy, it does search the mod directory, but if using the Assembly method, it does not. Edit: This appears...
@newman55 was trying to look into this to help out but I'm not sure what the issue is. When using same UMM version and mod version, Derail Valley happily opens...
It's Runtime Unity Editor, can't find RuntimeUnityEditor.Core.dll and the associated MonoMod/Mono.Cecil, etc Need to copy all .dll's except RuntimeUnityEditor.UMM.dll into game's Managed folder to make it run. For me, this...