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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment