From e941e4dfbfb8df1e6e681bcb2594aa751fedb244 Mon Sep 17 00:00:00 2001 From: Karrar Date: Thu, 28 Mar 2024 21:30:33 +0300 Subject: [PATCH] Fixed an issue with changing network properties inside NetworkDestroy. --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 713af52..6c470fe 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,12 @@ You need Unity Editor version 2021 or later. ## Features + * Stable, clean, and powerful API. * Client-Side Prediction. * Full and Partial Delta Snapshots. * Snapshot Interpolation. * Remote Procedure Calls (RPCs). + * Sandboxing * Physics Prediction * Interest Management [Pro]. * Lag Compensation [Pro]. @@ -56,6 +58,7 @@ Netick 2 core is written with unsafe C# code, achieving the highest level of per ## Helpful links: * Discord: https://discord.com/invite/uV6bfG66Fx * Docs: https://www.netick.net/docs.html + * API: https://netick.net/docs/2/api/index.html * Site: http://www.netick.net If you have any questions, need support, or want to report a bug, visit our discord: diff --git a/package.json b/package.json index a3993cf..750eb53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.karrar.netick", - "version": "0.11.12", + "version": "0.11.13", "displayName": "Netick", "description": "A networking library for unity", "unity": "2021.3",