From 6c09adac9c0c7555a0c02cb2c21585708c6b4592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Mon, 5 Mar 2018 16:53:54 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8296211..f6cffc5 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,13 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke * Built in Lag compensation \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Lag-Compensation)\] * NetworkTransform replacement * Targeted messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages)\] +* Supportes separate Unity projects crosstalking +* Port of NetworkedAnimator +* Networked Object Pooling + ## Planned features * Area of interest -* Core gameplay components similar to what the HLAPI offers * Encrypted messages / full encryption for all messages. Diffie Hellman key exchange with the option to sign the transaction using RSA. * Serializer (both for the library to speed up and to allow structs to be sent easily) * SyncVars (allow variables to automatically be synced to new clients and current clients when it's changed)