Skip to content

Commit

Permalink
set behaviour sync none on stuff that can use it, fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacchan-VRC committed Nov 9, 2021
1 parent 5928e33 commit af681fe
Show file tree
Hide file tree
Showing 44 changed files with 517 additions and 373 deletions.
2 changes: 1 addition & 1 deletion Racing/SaccRaceToggleButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using VRC.SDKBase;
using VRC.Udon;

[UdonBehaviourSyncMode(BehaviourSyncMode.NoVariableSync)]
[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
public class SaccRaceToggleButton : UdonSharpBehaviour
{
public SaccRacingTrigger[] RacingTriggers;
Expand Down
210 changes: 203 additions & 7 deletions SaccFlightExample.unity

Large diffs are not rendered by default.

Loading

0 comments on commit af681fe

Please sign in to comment.