File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
10
10
* ProtocolVersion to allow making different versions not talk to each other.
11
11
* NetworkedBehaviours does not have to be on the root, it's simply just a class that implements the send methods etc.
12
12
* Multiple messages processed every frame with the ability to specify a maximum to prevent freezes in the normal game logic
13
+ * Supports separate Unity projects crosstalking
13
14
* Passthrough messages \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Passthrough-messages ) \]
14
15
* Scene Management \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Scene-Management ) \]
15
16
* Built in Lag compensation \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Lag-Compensation ) \]
16
17
* NetworkTransform replacement \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/NetworkedTransform ) \]
17
18
* Targeted messages \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages ) \]
18
- * Supports separate Unity projects crosstalking
19
19
* Port of NetworkedAnimator \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/NetworkedAnimator ) \]
20
20
* Networked Object Pooling \[ [ Wiki page] ( https://github.com/TwoTenPvP/MLAPI/wiki/Networked-Object-Pooling ) \]
21
21
You can’t perform that action at this time.
0 commit comments