We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe8e76 commit d7bbb0aCopy full SHA for d7bbb0a
1 file changed
README.md
@@ -1 +1,19 @@
1
-this extesion will trigger Unity to compile when saved file in VS Code.
+# Unity Auto Compile
2
+this extesion will trigger Unity to compile when saved a file in VS Code.
3
+
4
+### Requirement
5
+Install this package to your projcet
6
7
+### Known isssues
8
+1. You have to force compile once before the auto-compilation works
9
+2. If there is errors in Unity the auto Compile will stop
10
11
+### Commands
12
+Unity Force Compile: unity-auto-compile.compile
13
+Toggle Unity Compilation :unity-auto-compile.toggle
14
15
+### Extension Settings
16
+```
17
+unity-auto-compile.enabled
18
+unity-auto-compile.port //the HTTP port between unity and vscode
19
0 commit comments