From d8e2a67386511b08c8c45e162dbdd57eda992f3a Mon Sep 17 00:00:00 2001 From: ManlyMarco Date: Thu, 4 Jul 2019 15:42:36 +0200 Subject: [PATCH] Update readme --- README.md | 6 ++++-- RuntimeUnityEditor/RuntimeUnityEditor.Core.csproj | 8 ++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5361c5c..9d7cd2b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Runtime Unity Editor / Debugging Tools -In-game inspector, editor and interactive console for applications made with Unity3D game engine. It's designed for debugging and modding Unity games. +In-game inspector, editor and interactive console for applications made with Unity3D game engine. It's designed for debugging and modding Unity games, but can also be used as an universal trainer. ### Features - Works on most Unity games supported by BepInEx @@ -15,7 +15,9 @@ In-game inspector, editor and interactive console for applications made with Uni - This is a BepInEx plugin. It requires BepInEx v4 or later. Grab it from [here](https://github.com/BepInEx/BepInEx ) and follow installation instructions. - Download the latest build from the [Releases](https://github.com/ManlyMarco/RuntimeUnityEditor/releases) page. -- To install place the .dll in the BepInEx directory inside your game directory. +- To install place the .dll in the BepInEx directory inside your game directory (BepInEx/Plugins for BepInEx 5). - To turn on press the F12 key when in-game. A window should appear on top of the game. If it doesn't appear, check logs for errors. +Note: If the plugin fails to load under BepInEx 4 with a type load exception, move RuntimeUnityEditor.Core.dll to BepInEx/core folder. + You can support development of my plugins through my Patreon page: https://www.patreon.com/ManlyMarco diff --git a/RuntimeUnityEditor/RuntimeUnityEditor.Core.csproj b/RuntimeUnityEditor/RuntimeUnityEditor.Core.csproj index 16ab238..0b38b78 100644 --- a/RuntimeUnityEditor/RuntimeUnityEditor.Core.csproj +++ b/RuntimeUnityEditor/RuntimeUnityEditor.Core.csproj @@ -88,6 +88,14 @@ + + LICENSE + PreserveNewest + + + README.md + PreserveNewest +