Advertisement
Frank84

VS Code Unity Mac

Jun 23rd, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Install Mono: http://www.mono-project.com/download/
  2. Instal VS Code Insiders (has tabs support!!!): https://code.visualstudio.com/insiders
  3. Open VS Code and click bottom icon in side bar (Extensions)
  4. Install "Legacy C# Support" and "Debugger for Unity"
  5.  
  6. My recommended User Settings for VS Code:
  7. "workbench.editor.showTabs": true,
  8. "workbench.editor.enablePreview": false,
  9. "editor.referenceInfos": false,
  10. "editor.rulers": [80],
  11. "git.enabled": false
  12.  
  13. Download https://github.com/dotBunny/VSCode/
  14. Edit VSCode.cs
  15. Search for com.microsoft.VSCode and replace with com.microsoft.VSCodeInsiders
  16. Drag VSCode.cs into your Unity project in Plugins/Editor
  17. Unity-Preferences->VSCode->VS Code Path = /Applications/Visual Studio Code - Insiders.app
  18. Check Everything
  19. Click Write Workspace Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement