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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1

2
2
3
3
MLAPI (Mid level API) is a framework that hopefully simplifies building networked games in Unity. It is built on the LLAPI and is similar to the HLAPI in many ways. It does not however integrate into the compiler and it's meant to offer much greater flexibility than the HLAPI while keeping some of it's simplicity. It offers greater performance over the HLAPI.
4
+
### Getting Started
5
+
To get started, check the [Wiki](https://github.com/TwoTenPvP/MLAPI/wiki)
4
6
5
7
### Requirements
6
8
* Unity 2017 or newer
7
9
8
-
## Features
10
+
## Feature highlights
9
11
* Host support (Client hosts the server)
10
12
* Object and player spawning \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Object-Spawning)\]
* Synced Vars \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/SyncedVars)\]
27
30
@@ -40,6 +43,4 @@ The example project has a much lower priority compared to the library itself. If
40
43
41
44
42
45
## Issues and missing features
43
-
If there are any issues, bugs or features that are missing. Please open an issue on GitHub!
44
-
## Testing
45
-
The project is not extensivley tested. I am however very active on answering and fixing issues. If you are using the library and you find something doesn't work or throws an exception. Open an issue or submit a PR.
46
+
If there are any issues, bugs or features that are missing. Please open an issue on the GitHub [issues page](https://github.com/TwoTenPvP/MLAPI/issues)
0 commit comments