Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs:update readme
Browse files Browse the repository at this point in the history
PostCyberPunk committed May 31, 2023
1 parent cbe8e76 commit d7bbb0a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
this extesion will trigger Unity to compile when saved file in VS Code.
# Unity Auto Compile
this extesion will trigger Unity to compile when saved a file in VS Code.

### Requirement
Install this package to your projcet

### Known isssues
1. You have to force compile once before the auto-compilation works
2. If there is errors in Unity the auto Compile will stop

### Commands
Unity Force Compile: unity-auto-compile.compile
Toggle Unity Compilation :unity-auto-compile.toggle

### Extension Settings
```
unity-auto-compile.enabled
unity-auto-compile.port //the HTTP port between unity and vscode
```

0 comments on commit d7bbb0a

Please sign in to comment.