RuntimeUnityEditor icon indicating copy to clipboard operation
RuntimeUnityEditor copied to clipboard

In-game inspector and debugging tools for applications made with Unity3D game engine

Results 30 RuntimeUnityEditor issues
Sort by recently updated
recently updated
newest added

Running RUE 5.5.1 in UMM 0.31.0.0, and I am not seeing the "Failed to initialize REPL environment" error in the logs, but I *am* getting the "CS0060: Inconsistent accessibility" errors...

Used to work just fine last I checked a year ago. Now nothing happens when you select the new texture. ![ReplaceTexture](https://github.com/user-attachments/assets/675866ea-4593-499d-b957-281bffeb2110)

bug

When I use the search feature, in Railroader, there is what appears to be a loading animation with -\ | /, when this happens \ | / cause a line...

# Error ``` Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Repeat 2 times: -------------------------------- at Il2CppInterop.Runtime.IL2CPP.il2cpp_gchandle_get_target(IntPtr) --------------------------------...

Repro: - Paste a 200-line script into c# REPL - Run it - The REPL window is larger then screen - Reload the game - The REPL window is still...

In most games compiled to IL2CPP the IMGUI assembly is stripped and unstripping fails to restore all of its functions as of the latest BepInEx nightly builds. It's possible to...

bug

Please make REPL console to autocomplete the bottom suggestion when pressing Tab key ![Image](https://github.com/user-attachments/assets/49e53935-36c1-4878-8265-63ed15a3ab8b) (when Tab is pressed, it should become `Screen.SetResolution`) Same as clicking it with mouse works but...

this tool makes it very easy to replace textures and other assets, but when it comes to then patching those assets, I'm not sure how to easily find the asset...

I wished to ask if there was a tutorial to use **breakpoints** within the tool. I'm personally used to breakpoints exclusively on an IDE (like Visual Studio), so I'm not...

After pressing F12, it looks like this: ![Image](https://github.com/user-attachments/assets/3042da0e-a4b9-448b-a2f9-aa1f4be97930) I see a very similar issue among Known Issues: > Text is invisible, scrambled, not scaled properly or otherwise looks wrong: Most...