handzlikchris/FastScriptReload
Hot Reload implementation for Unity. Iterate on code insanely fast without breaking play session. Supports any editor. 1. Play 2. Make change 3. See results observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 75
- Release rhythm 8
- Longevity 92
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1300
- days_rel: 649
- days_push: 154
- n_releases_24m: 1
Adoption not part of the score
2235 stars · 165 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fast Script Reload is a Unity plugin that hot-reloads C# script changes into a running play-mode session without full domain reload or recompilation. It compiles only changed code on the fly, letting developers iterate rapidly without leaving play mode, with an optional paid add-on for hot reload on device builds.
Use cases
- hot reload c# scripts in unity without leaving play mode
- iterate on game code without waiting for domain reload
- test code changes instantly while the game is running
- avoid reentering play mode after every small code change
- live reload scripts on an android build or quest headset
- run one-off code on hot reload to set up a test scenario
When to choose
- you develop in Unity and lose time to script recompilation and domain reloads
- you want to tweak gameplay code live during play sessions
- you need to iterate on code running on device or VR headsets (with the Live Script Reload add-on)
- you use any code editor and want editor-agnostic hot reload
When to avoid
- you need to ship the tool in production builds - it is a development-time utility
- your project relies on patterns incompatible with hot reload limitations
- you work outside Unity - this is Unity-specific
Facets
plugin · maturity active
developer-tools build-tool workflow-automation developer-tools cross-platform game-engine windows cross-platform hot-reload unity3d play-mode live-coding csharp game-dev-workflow game-development android
3 sources
- readme: https://github.com/handzlikchris/FastScriptReload · fetched 2026-08-28 · e9ebef9574ed
- homepage: https://immersivevrtools.com/projects/fast-script-reload · fetched 2026-08-29 · 5fe20c381fbd
- site_page: https://immersivevrtools.com/projects/fast-script-reload/documentation · fetched 2026-08-29 · 2acd28f0080d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| handzlikchris/FastScriptReload | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="handzlikchris/FastScriptReload")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem