Added settings to LiteNetLibTransportProvider. In addition, made general improvements and fixed a bug when sending user data with a byte size bigger than _bytes size.

This commit is contained in:
Karrar
2024-08-27 09:48:24 +03:00
parent b62d5d40e4
commit 0a8e405e62
9 changed files with 57 additions and 86 deletions

View File

@@ -12,3 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 5b519f64e02c1ed48a5a00039c4f6c4e, type: 3}
m_Name: LiteNetLibTransportProvider
m_EditorClassIdentifier:
DisconnectTimeout: 5
ReconnectInterval: 0.5
MaxConnectAttempts: 10
UpdateInterval: 0.015