Skip to content

Fix network variables inspector not updating reliably#296

Merged
from2001 merged 1 commit intodevelopfrom
claude/network-variables-refresh-rate-E031A
Jan 22, 2026
Merged

Fix network variables inspector not updating reliably#296
from2001 merged 1 commit intodevelopfrom
claude/network-variables-refresh-rate-E031A

Conversation

@from2001
Copy link
Collaborator

The previous approach called Repaint() from within OnInspectorGUI,
but this only works if Unity is already redrawing the inspector.
When idle, the repaint scheduling code never executed.

Replace with RequiresConstantRepaint() override which properly tells
Unity to continuously repaint during Play mode.

The previous approach called Repaint() from within OnInspectorGUI,
but this only works if Unity is already redrawing the inspector.
When idle, the repaint scheduling code never executed.

Replace with RequiresConstantRepaint() override which properly tells
Unity to continuously repaint during Play mode.
@from2001 from2001 merged commit 4835594 into develop Jan 22, 2026
@from2001 from2001 deleted the claude/network-variables-refresh-rate-E031A branch January 22, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants