Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Scripts with privatised parameters are now separate scripts to avoid breaking of other actually networked scripts that rely on each other.
New prefabs:
_Mirror
_Settings
  • Loading branch information
4liceD committed Nov 16, 2022
1 parent 7a7a488 commit fc96299
Show file tree
Hide file tree
Showing 54 changed files with 10,943 additions and 4,634 deletions.
542 changes: 220 additions & 322 deletions Control Box Example/Udon/ButtonElement.asset

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Control Box Example/Udon/ButtonElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ private void Update()
}
}
}
public void _SendMaxEvent()
public void SendMaxEvent()
{
maxevent.color = Color.green;
eventCooldown = true;
audioSource.PlayOneShot(clickIn);
}

public void _SendMinEvent()
public void SendMinEvent()
{
minevent.color = Color.green;
eventCooldown = true;
Expand Down
Loading

0 comments on commit fc96299

Please sign in to comment.