Skip to content

Instantly share code, notes, and snippets.

@psineur
Created September 16, 2012 12:13
Show Gist options
  • Save psineur/3732186 to your computer and use it in GitHub Desktop.
Save psineur/3732186 to your computer and use it in GitHub Desktop.
Sublime Text 2 Project File for Unity
{
"folders":
[
{
"path": "../Scripts",
"file_exclude_patterns": ["*.meta"]
}
],
"settings":
{
"completesharp_assemblies":
[
"/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll"
]
},
"build_systems":
[
{
"name": "Unity Mono",
"cmd":
[
"/Applications/Unity/Unity.app/Contents/Frameworks/Mono/bin/xbuild",
"/noconsolelogger",
"/logger:PATH TO SublimeLogger.dll",
"${project_path}SOLUTION_TO_BUILD.sln"
],
"file_regex": "([^(]*)\\((\\d*),(\\d*)\\)\\s*(.*)"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment