/unity-compile-in-background

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

Primary LanguageC#MIT LicenseMIT

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".