Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

You can start compiling without having to return focus to the Unity editor after changing the script.

License

Notifications You must be signed in to change notification settings

baba-s/unity-compile-in-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityCompileInBackground

You can start compiling without having to return focus to the Unity editor after changing the script.

News ( 2019/5/1 )

You do not need to use this repository as Visual Studio 2019 supports background compilation.

Version

  • Unity 2018.3.0f2

Usage

For example, if you edit and save the code in Visual Studio,
compilation will start without returning to the Unity editor.

For macOS user, please run "brew install fswatch".