diff --git a/Netick/Editor/Netick.CodeGen.dll b/Netick/Editor/Netick.CodeGen.dll index f0a1afe..ce517bc 100644 Binary files a/Netick/Editor/Netick.CodeGen.dll and b/Netick/Editor/Netick.CodeGen.dll differ diff --git a/Netick/Editor/Netick.Unity.Editor.dll b/Netick/Editor/Netick.Unity.Editor.dll index 0adc9ec..d61863c 100644 Binary files a/Netick/Editor/Netick.Unity.Editor.dll and b/Netick/Editor/Netick.Unity.Editor.dll differ diff --git a/Netick/Editor/Netick.Unity.Pro.Editor.dll b/Netick/Editor/Netick.Unity.Pro.Editor.dll index 194a2cb..176fc7d 100644 Binary files a/Netick/Editor/Netick.Unity.Pro.Editor.dll and b/Netick/Editor/Netick.Unity.Pro.Editor.dll differ diff --git a/Netick/Editor/Unity.Netick.CodeGen.dll b/Netick/Editor/Unity.Netick.CodeGen.dll index 16f396d..cf643e0 100644 Binary files a/Netick/Editor/Unity.Netick.CodeGen.dll and b/Netick/Editor/Unity.Netick.CodeGen.dll differ diff --git a/Netick/Runtime/Netick.Pro.dll b/Netick/Runtime/Netick.Pro.dll index f201a06..5d1def6 100644 Binary files a/Netick/Runtime/Netick.Pro.dll and b/Netick/Runtime/Netick.Pro.dll differ diff --git a/Netick/Runtime/Netick.Unity.Pro.dll b/Netick/Runtime/Netick.Unity.Pro.dll index 2335676..02ebe8c 100644 Binary files a/Netick/Runtime/Netick.Unity.Pro.dll and b/Netick/Runtime/Netick.Unity.Pro.dll differ diff --git a/Netick/Runtime/Netick.Unity.dll b/Netick/Runtime/Netick.Unity.dll index af021f3..af6ab01 100644 Binary files a/Netick/Runtime/Netick.Unity.dll and b/Netick/Runtime/Netick.Unity.dll differ diff --git a/Netick/Runtime/Netick.dll b/Netick/Runtime/Netick.dll index 0b73b57..c9d6ce2 100644 Binary files a/Netick/Runtime/Netick.dll and b/Netick/Runtime/Netick.dll differ diff --git a/Transport/LiteNetLib Transport/LiteNetLibTransport.cs b/Transport/LiteNetLib Transport/LiteNetLibTransport.cs index 6c49769..05d6ff5 100644 --- a/Transport/LiteNetLib Transport/LiteNetLibTransport.cs +++ b/Transport/LiteNetLib Transport/LiteNetLibTransport.cs @@ -29,7 +29,7 @@ namespace Netick.Transport private NetManager _netManager; private NetDataWriter _writer = new NetDataWriter(); private BitBuffer _buffer; - private byte[] _connectionBytes = new byte[200]; + private byte[] _connectionBytes = new byte[1000]; private int _port; private Dictionary _clients; private Queue _freeClients; diff --git a/package.json b/package.json index 4593448..619b0d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.karrar.netick", - "version": "0.14.39", + "version": "0.14.40", "displayName": "Netick", "description": "A networking solution for Unity", "unity": "2021.3",