Skip to content

Commit 485b956

Browse files
committed
🔨 Add rebuild and launch unity in build script
1 parent b1f7541 commit 485b956

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Plugin/InteropUnityCUDA.sublime-project

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
],
3131
"working_dir": "${project_path:${folder}}",
3232
},
33+
{
34+
"name": "PluginInteropUnity - Rebuild - Launch Unity",
35+
"target": "terminus_exec",
36+
"focus":true,
37+
"timeit":false,
38+
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
39+
"cancel": "terminus_cancel_build",
40+
"shell_cmd": "MsBuild PluginInteropUnity.sln /t:rebuild && Unity -projectPath ${project_path:${folder}}\\..\\InteropUnityCUDA",
41+
"working_dir": "${project_path:${folder}}",
42+
},
3343
{
3444
"name": "PluginInteropUnity - Clean",
3545
"target": "terminus_exec",

0 commit comments

Comments
 (0)