Improved LiteNetLib transport performance by removing two needless data copies when sending and receiving a packet.

This commit is contained in:
Karrar
2024-11-11 11:27:31 +03:00
parent a17225f16e
commit e31cb736ec
11 changed files with 31 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "com.karrar.netick",
"version": "0.12.67",
"version": "0.12.68",
"displayName": "Netick",
"description": "A networking solution for Unity",
"unity": "2021.3",