Skip to content

Commit 0f24f10

Browse files
committed
Add install script to samples
1 parent e2b1a1a commit 0f24f10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

samples/Basic/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@
2121
sysinfo.txt
2222

2323
# UnityPackage
24-
*.unitypackage
24+
*.unitypackage
25+
26+
# IncrementalCompiler
27+
/Assets/Editor/CompilerPlugin*
28+
/Compiler/

samples/Basic/InstallCompiler.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
XCOPY /S ..\..\bin\Unity5\* .

0 commit comments

Comments
 (0)