Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagosr/c3ed50e3d146da4543ed to your computer and use it in GitHub Desktop.
Save tiagosr/c3ed50e3d146da4543ed to your computer and use it in GitHub Desktop.
Template Sublime Text project file for Unity with OmniSharp-Sublime, including filter patterns
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": ["Library", "ProjectSettings", "Temp"],
"file_exclude_patterns": ["*.meta", "*.dll", "*.obj", "*.o", "*.a", "*.lib", ".DS_Store", "*.sublime-workspace"],
}
],
"settings":
{
"completesharp_assemblies": [
"/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll",
"/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll",
"/Applications/Unity/Unity.app/Contents/Frameworks/Managed/nunit.framework.dll",
"/Applications/Unity/Unity.app/Contents/Frameworks/Mono/lib/mono/unity/UnityScript.dll",
"/Applications/Unity/Unity.app/Contents/Frameworks/Mono/lib/mono/unity/System.Core.dll",
"/Applications/Unity/Unity.app/Contents/Frameworks/Mono/lib/mono/unity/System.dll"
]
},
"file_exclude_patterns": ["*.meta","*.dll", "*.obj", "*.o", "*.a", "*.lib", ".DS_Store", "*.sublime-workspace"],
"solution_file": "./PROJECT_NAME_HERE.sln"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment