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
thrownewArgumentException("BitWriter cannot write GameObject types that does not has a NetworkedObject component attached. GameObject: "+((GameObject)value).name);
175
-
}
176
-
else
191
+
}
192
+
else
177
193
{
178
194
WriteUInt64Packed(networkedObject.NetworkId);
179
195
}
@@ -183,19 +199,19 @@ public void WriteObjectPacked(object value)
0 commit comments