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
// Make sure authority doesn't get added to updates (no need to do this on the authority side), but the
3803
-
// registration is per-NetworkObject while the authority motion model is per-NetworkTransform. Nested
3804
-
// instances with the inverted authority mode still need the update.
3804
+
// If there are no non-authority NetworkTransform instances on this NetworkObject, then remove this instance from the NetworkManager's update list.
3805
+
// Otherwise, we need to keep it registered for updates so the non-authority instances will process their received state updates and apply them to the transform.
0 commit comments