Skip to content

Commit 56a02e6

Browse files
author
Jesse Olmer
authored
docs: Add content for mlapi manual.md (#639)
resolves #553 resolves MTT-534
1 parent 3ed349f commit 56a02e6

File tree

1 file changed

+19
-3
lines changed
  • com.unity.multiplayer.mlapi/Documentation~

1 file changed

+19
-3
lines changed
Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
# **Unity MLAPI Manual**
1+
# About MLAPI
22

3+
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.
34

4-
# Getting Started
5+
## Unity MLAPI
56

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

Comments
 (0)