From f30613533341753d854144ffa8682ac059cb15ab Mon Sep 17 00:00:00 2001 From: mischa <16416509+miwarnec@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:25:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e9ffa86..920df4835 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Many of our features quickly became the norm across all Unity netcodes!
| 📏 **Snapshot Interp.** | Perfectly smooth movement for all platforms and all games. | **Stable** | | 🏎 **Prediction** | Simulate Physics locally & apply server corrections. | **Researching** | | 🔫 **Lag Compensation** | Roll back state to see what the player saw during input. | **Beta** | +| 🔒 **Encryption** | Secure communication with end-to-end encryption. | **Beta** | | | | | | 🧙‍♂️ **General Purpose** | Mirror supports all genres for all your games! | | | 🧘‍♀️ **Stable API** | Long term (10 years) stability instead of new versions! | @@ -57,7 +58,6 @@ Many of our features quickly became the norm across all Unity netcodes!
| ❤️ **Community** | Join our Discord with nearly 15.000 developers world wide! | | | 🧜🏻‍♀️ **Long Term Support** | Maintained since 2014 with optional LTS version! | | | | | | -| 🔒 **Encryption** | Secure communication with end-to-end encryption. | **Beta** | | 📐 **Bitpacking** | Optimized compression (bools as 1 bit etc.) | **Researching** | ---