Unity Auto Compilethis extesion will trigger Unity to compile when saved a file in VS Code. RequirementInstall this package to your projcet Known isssues~~You have to force compile once before the auto-compilation works~~ ~~If there is errors in Unity the auto compilation will stop~~ CommandsUnity Force Compile: unity-auto-compile.compile Toggle Unity Compilation :unity-auto-compile.toggle How it worksUnity will host a HTTP listener,Code will send a GET request to unity when a file is saved,then Unity will call Inspried by baba-s's project NotesExtension will auto activate when there is a folder named "ProjectSettings" in workspace,or you can run Extension Settings
|