Quartz 4

Home

❯

02 Components

❯

Juno Mod

❯

VizzyCodeUpdater.cs

VizzyCodeUpdater.cs

Apr 15, 20261 min read

  • juno
  • mod
  • unity
  • update-loop
  • script

VizzyCodeUpdater.cs

VizzyCodeUpdater.cs supports runtime update-loop behavior for the Juno mod. It keeps bridge-relevant runtime state fresh while the game is running. juno update-loop

Responsibilities

AreaBehavior
Update loopRuns periodic mod-side update logic.
Runtime stateHelps keep scene and craft state available to the bridge.
Bridge supportWorks with VizzyBridge.cs and CraftInfo.cs.

Backlinks

Related notes: Component Map, 09 - Juno Mod (Mod Assets), VizzyCodeMod.cs, VizzyBridge.cs.


Graph View

  • VizzyCodeUpdater.cs
  • Responsibilities
  • Backlinks

Backlinks

  • Component Map
  • VizzyCodeMod.cs
  • VizzyCode Wiki

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community