Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
727844
Regression
No
SyncVar data too large
When the data required to serialize a networked object is larger than MTU, error messages are generated:
Channel {0} for connection {1} does not support fragmented messages; MTU: {1500}, message length: {1557}
Failed to send big message
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) (at C:/Users/sean/uu/Runtime/Export/Logger/DebugLogHandler.cs:10)
UnityEngine.Logger:Log(LogType, Object) (at C:/Users/sean/uu/Runtime/Export/Logger/Logger.cs:42)
UnityEngine.Debug:LogError(Object)
UnityEngine.Networking.ChannelBuffer:SendBytes(Byte[], Int32) (at C:/Users/sean/uu/Extensions/Networking/Runtime/ChannelBuffer.cs:181)
UnityEngine.Networking.NetworkConnection:SendBytes(Byte[], Int32, Int32) (at C:/Users/sean/uu/Extensions/Networking/Runtime/NetworkConnection.cs:303)
UnityEngine.Networking.NetworkServer:SendBytesToReady(GameObject, Byte[], Int32, Int32) (at C:/Users/sean/uu/Extensions/Networking/Runtime/NetworkServer.cs:438)
UnityEngine.Networking.NetworkServer:SendWriterToReady(GameObject, NetworkWriter, Int32) (at C:/Users/sean/uu/Extensions/Networking/Runtime/NetworkServer.cs:409)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Volumetric Clouds close to the horizon flicker when "Ghosting Reduction" is enabled
- Temporary dark areas appear when quickly dragging Editor window splitters while using "Direct3D 12" graphics API and "Light" Editor theme
- Focus changes from the IDE to the Unity Editor when compiling code in the IDE
- A glare from the Light Placement Tool is visible when the Main Camera is set to "Perspective"
- List item is re-selected when moving the mouse after ClearSelection function
Add comment