From 30f1d57ff4041be496e42db2819ee5318dbb39ba Mon Sep 17 00:00:00 2001 From: Rebecca Johns <63025235+slash-under@users.noreply.github.com> Date: Tue, 28 Sep 2021 13:52:24 -0400 Subject: [PATCH] Update README.md This is a WIP, feedback is appreciated. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b317c7..c8be47e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ _How it looks and works like:_ ![Imgur](https://i.imgur.com/fMmHDvH.gif) -## .NET 4.x Runtime support -If your Unity project is using the .NET 4.x runtime (set in the Player Settings), you'll need to enable the Editor platform for Mono.CSharp.4.x.dll and disable it for Mono.CSharp.3.5.dll by selecting them in the Project view and modifying the Include Platforms in the Inspector. +## Unity support after 2018 + +You'll need to grab a copy of a Mono.CSharp.dll file matching the editor version. A copy can generally be found on most installations here: `[EditorPath]/Editor/Data/MonoBleedingEdge/lib/mono/4.5/Mono.CSharp.dll` Inspired by [UniShell](https://github.com/rje/unishell)