RuntimeUnityEditor
RuntimeUnityEditor copied to clipboard
In-game inspector and debugging tools for applications made with Unity3D game engine
as the title says it does not support VR Games. no menu popping up. Plugin is loaded properly tho without errors.
Found a nice [rumtime recorder]( https://github.com/prefrontalcortex/UnityGLTF/blob/master/UnityGLTF/Assets/UnityGLTF/Runtime/Scripts/Timeline/GLTFRecorder.cs#L234) that can bake mesh, textures and animation into GLTF file, which can be imported in blender or other software for rendering. I think it...
Hello I have tested this on a game called Torque Drift and I'm pretty sure that it is on the Unity engine but it didn't work I have copied all...
Hello! Just stumbled upon your little tool. Looks promising! However my game (Alien Marauder) crashes when enabling the overlay (by pressing f12). The stacktrace: ``` [Error : Unity Log] GUI...
> Runtime editor is really super useful, but often, it can sometimes be difficult to even find the right entity that you are after, especially when you are searching through...
.Net Remoting server added in fork https://github.com/wh010ne/RuntimeUnityEditor Includes test client. Passes game objects back and forth with edits successfully. End user/developer would need to customize for their own game/Assembly-CSharp.dll but...
Requires BepInEx6 bleeding edge build 664 or newer. At the moment only works if UnityEngine.IMGUIModule is not stripped down, which is rare. Codebases also aren't merged yet.
Using RUE in Railroaders, all keyboard input in RUE text boxes are being passed to the game, causing lots of unwanted interaction.
When adding RUE 5.2.1 to a game with Unity Mod Manager, the mod does not load. The issue can be resolved by copying 'RuntimeUnityEditor.Core.dll' to the '\_Data\Managed' folder, however, this...