Skip to content

Commit bc30ecf

Browse files
committed
putting this to the latest latest version with NGO develop. This will need pre.8 to work though
1 parent 9e93718 commit bc30ecf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Packages/com.unity.multiplayer.samples.coop/Utilities/Net/ClientAuthority/ClientNetworkTransform.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ protected override void Update()
3737
}
3838
}
3939
}
40+
41+
protected override bool OnIsServerAuthoritatitive()
42+
{
43+
return false;
44+
}
4045
}
4146
}

0 commit comments

Comments
 (0)