Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T08:53:22.000Z (over 5 years ago)
- Last Synced: 2024-09-12T17:41:30.523Z (4 months 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://img.shields.io/github/release/baba-s/unity-compile-in-background.svg?label=latest%20version)](https://github.com/baba-s/unity-compile-in-background/releases)
[![](https://img.shields.io/github/release-date/baba-s/unity-compile-in-background.svg)](https://github.com/baba-s/unity-compile-in-background/releases)
![](https://img.shields.io/badge/Unity-2018.2%2B-red.svg)
![](https://img.shields.io/badge/.NET-3.5%2B-orange.svg)
[![](https://img.shields.io/github/license/baba-s/unity-compile-in-background.svg)](https://github.com/baba-s/unity-compile-in-background/blob/master/LICENSE)## News ( 2019/5/1 )
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190501/20190501174544.gif)
You do not need to use this repository as Visual Studio 2019 supports background compilation.
## Version
- Unity 2018.3.0f2
## Usage
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20181227/20181227150651.gif)
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".