How to use Sublime Text 3 with Unity 3D - with auto-complete and Intellisense

We’re looking at installing and using Sublime Text 3 with auto-complete, syntax highlighting and Intellisense for Unity3D. Links below & copy pasta: The sublime project file: (Replace ProjectName with your sln file name) { “folders“: [ { “follow_symlinks“: true, “path“: “Assets/Scripts“, “file_exclude_patterns“: [ “*.dll“, “*.meta“ ] } ], “solution_file“: “./“ } IF THERE’S NO .SLN FILE, OPEN UNITY - ASSETS - OPEN C# PROJECT. Copy pasta for opening sublime at
Back to Top