Home

Awesome

[Unity] Compile before play

Are you tired of pressing CTRL + R to compile your scripts in Unity? (This only happens when you have the auto refresh function disabled)
Add this script to compile your scripts automatically before entering play mode.

Installation (Manual)

Download the latest release and unzip it in the project.

Installation (UPM)

Add to manifest.json as dependency the following line:

"com.jfranmora.editorextensions.compile-before-play": "https://github.com/jfranmora/unity-compile-before-play.git#upm"