Skip to content

Instantly share code, notes, and snippets.

@mattbell87
Last active January 18, 2019 01:17
Show Gist options
  • Save mattbell87/d5d177c09638391f2bdf7b5a5788dce5 to your computer and use it in GitHub Desktop.
Save mattbell87/d5d177c09638391f2bdf7b5a5788dce5 to your computer and use it in GitHub Desktop.
Using VSCode with Unity

Using VSCode with Unity

When you are using VSCode with Unity you may get an error like:

OmniSharp
The reference assemblies for framework ".NETFramework,Version=v4.5" were not found.
  1. Install .net SDK 4.5.2 - http://www.microsoft.com/en-au/download/details.aspx?id=42637
  2. Go to your .net references folder - C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework
  3. Make a copy of the folder 4.5.2
  4. Rename your copy of 4.5.2 to 4.5
  5. Restart VSCode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment