https://github.com/baba-s/unity-compile-in-background
You can start compiling without having to return focus to the Unity editor after changing the script.
https://github.com/baba-s/unity-compile-in-background
unity unity-editor unity-extension unity-extensions unity-script unity-scripts unity3d
Last synced: 10 days ago
JSON representation
You can start compiling without having to return focus to the Unity editor after changing the script.
- Host: GitHub
- URL: https://github.com/baba-s/unity-compile-in-background
- Owner: baba-s
- License: mit
- Archived: true
- Created: 2018-12-27T05:46:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T08:53:22.000Z (over 6 years ago)
- Last Synced: 2024-09-27T23:21:13.590Z (about 1 year ago)
- Topics: unity, unity-editor, unity-extension, unity-extensions, unity-script, unity-scripts, unity3d
- Language: C#
- Homepage: http://baba-s.hatenablog.com/entry/2018/12/28/090000
- Size: 30.3 KB
- Stars: 103
- Watchers: 7
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - unity-compile-in-background - Start compiling without having to return focus to the Unity editor after changing the script (Editor Utility)
README
# UnityCompileInBackground
You can start compiling without having to return focus to the Unity editor after changing the script.
[](https://github.com/baba-s/unity-compile-in-background/releases)
[](https://github.com/baba-s/unity-compile-in-background/releases)


[](https://github.com/baba-s/unity-compile-in-background/blob/master/LICENSE)## 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".