Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/compile-before-play.svg?style=pkglnk)](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"

Comments

No comments yet. Be the first!