Skip to content

Commit d7bbb0a

Browse files
committed
docs:update readme
1 parent cbe8e76 commit d7bbb0a

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
this extesion will trigger Unity to compile when saved file in VS Code.
1+
# 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

Comments
 (0)