You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity MLAPI is a high level networking library built for the Unity game engine to abstract networking. This allows developers to focus on the game rather than low level protocols and networking frameworks.
3
4
4
-
#Getting Started
5
+
## Unity MLAPI
5
6
6
-
Fill this in
7
+
See this guide to install Unity MLAPI, set up your project, and get started with your first networked game.
8
+
[First Steps with Unity MLAPI](https://docs-multiplayer.unity3d.com/docs/tutorials/helloworldintro)
9
+
10
+
# Technical details
11
+
## Requirements
12
+
13
+
This version of MLAPI is compatible with the following versions of the Unity Editor:
14
+
15
+
* 2019.4 and later (recommended)
16
+
* Windows, Mac, Linux platforms are supported by MLAPI
17
+
18
+
## Document revision history
19
+
20
+
|Date|Reason|
21
+
|---|---|
22
+
|March 10, 2021|Document created. Matches package version 0.1.0|
0 commit comments