Fixed an issue that causes RPCs called in the server to newly spawned objects (at the same tick that the object was spawned at) to be missed in the client.

This commit is contained in:
Karrar
2024-07-01 12:35:19 +03:00
parent b8ef936bf9
commit c6789f90ed
9 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.karrar.netick", "name": "com.karrar.netick",
"version": "0.11.82", "version": "0.11.83",
"displayName": "Netick", "displayName": "Netick",
"description": "A networking library for unity", "description": "A networking library for unity",
"unity": "2021.3", "unity": "2021.3",