File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,13 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
15
15
* Built in Lag compensation \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Lag-Compensation ) \]
16
16
* NetworkTransform replacement
17
17
* Targeted messages \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages ) \]
18
+ * Supportes separate Unity projects crosstalking
19
+ * Port of NetworkedAnimator
20
+ * Networked Object Pooling
21
+
18
22
19
23
## Planned features
20
24
* Area of interest
21
- * Core gameplay components similar to what the HLAPI offers
22
25
* Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA.
23
26
* Serializer (both for the library to speed up and to allow structs to be sent easily)
24
27
* SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)
You can’t perform that action at this time.
0 commit comments