JfranMora - Compile Before Play
Automatically compiles scripts before entering play mode, eliminating the need to manually trigger compilation when auto-refresh is disabled. Streamlines your development workflow by ensuring your code is always compiled and ready when you start testing.
com.jfranmora.editorextensions.compile-before-play 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/compile-before-play.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **JfranMora - Compile Before Play** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/compile-before-play.git#upm
```
[](https://www.pkglnk.dev/pkg/compile-before-play)README
[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"
No comments yet. Be the first!