We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
True
1 parent 72d9bd7 commit cdd0624Copy full SHA for cdd0624
Behaviours/Misc/SyncedTrigger.cs
@@ -72,6 +72,8 @@ public void SelectAccessLevel(SerializedProperty value) {
72
private void Start() {
73
isOwner = Networking.IsOwner(gameObject);
74
col = GetComponent<Collider>();
75
+ // make sure we init local synced value to the initial state
76
+ localSyncedValue = syncedValue;
77
if (col == null) {
78
useInteract = false;
79
return;
0 commit comments