-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
cbe8e76
commit d7bbb0a
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |