Update README.md

This commit is contained in:
mischa 2024-10-14 18:25:42 +02:00 committed by GitHub
parent f306135333
commit a3027b29ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,10 +44,9 @@ Many of our features quickly became the norm across all Unity netcodes!<br>
| 🛞 **Transform & Physics** | Transform & Physics sync built in. | **Stable** |
| 👩‍🍼 **Child Components** | Put networked components on anything. | **Stable** |
| 🪚️ **IL Post Processing** | Zero overhead [Rpcs] and [Commands] via IL post processing! | **Stable** |
| ☁️ **Two Click Hosting** | (Optional) <a href="https://mirror-networking.gitbook.io/docs/hosting/edgegap-hosting-plugin-guide">Build & Push</a> directly from Unity Editor to the Cloud. | **Preview** |
| ☁️ **Two Click Hosting** | (Optional) <a href="https://mirror-networking.gitbook.io/docs/hosting/edgegap-hosting-plugin-guide">Build & Push</a> directly from Unity Editor to the Cloud. | **Stable** |
| | | |
| 📏 **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** |
| | | |
@ -59,6 +58,7 @@ Many of our features quickly became the norm across all Unity netcodes!<br>
| 🧜🏻‍♀️ **Long Term Support** | Maintained since 2014 with optional LTS version! | |
| | | |
| 📐 **Bitpacking** | Optimized compression (bools as 1 bit etc.) | **Researching** |
| 🏎 **Prediction** | Simulate Physics locally & apply server corrections. | **Researching** |
---
## Architecture