Ross ROSS = Recommend OSS · open-source software intelligence for agents

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

github.com/handzlikchris/FastScriptReload · homepage · C# · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
handzlikchris/FastScriptReloadmain55

For agents

markdown · JSON · MCP: product_card(name="handzlikchris/FastScriptReload")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem