Debug
NebulaDebugOverlay
IMGUI status overlay for every role.
generated from the sources
Class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Debug/NebulaDebugOverlay.cspublic sealed class NebulaDebugOverlay : MonoBehaviourIMGUI status overlay for every role. On a client it shows the tick/RTT/lead, the local player's container and its current worker, handovers observed, and the container -> worker table. Toggle with F3.
Fields
Visible
public bool Visible = true;Toggle from game code (e.g. on F3); the overlay itself reads no input so it works with any input backend.
Methods
ColorForWorker
public static Color ColorForWorker(ushort workerIndex);