You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zachstronaut just confirming which version you are on. The error message is in 1.7.1 but changed during 1.8.0: #2777
It might be enough for you to upgrade to resolve your error.
If you disable
NetworkTransform
on all clients by setting theenabled
property tofalse
you get a bunch of these errors:[Netcode] [NT TICK DUPLICATE] Server already sent an update on tick 2340 and is attempting to send again on the same network tick!
You can disable sync functionality without the errors by doing something like:
I would expect to be able to stop the NetworkTransform completely by setting enabled to false, or if that seems weird, then by some other mechanism.
The text was updated successfully, but these errors were encountered: