Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)