Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lang: en-US

baseurl: "" # the subpath of your site, e.g. /blog/
url: https://mlapi.network # the base hostname & protocol for your site
git_address: https://github.com/MidLevel/MLAPI
git_edit_address: https://github.com/MidLevel/MLAPI/blob/master/docs
git_address: https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi
git_edit_address: https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi/blob/master/docs

# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/advanced-topics/custom-transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The MLAPI supports custom transports. It uses UNET by default. You can also writ
Usually, transports doesn't support all channel types and event types. Sometimes they have more, in that case you manually have to do translation between them. See the ENET transport for examples.

### Official Transports
The MLAPI has some official transport implementations you can use. They can be found [here](https://github.com/midlevel/MLAPI.Transports). All you have to do is download the ZIP file you want from the CI server and export it into your assets folder and it will show up in the NetworkingManager automatically.
The MLAPI has some official transport implementations you can use. They can be found [here](https://github.com/Unity-Technologies/MLAPI.Transports). All you have to do is download the ZIP file you want from the CI server and export it into your assets folder and it will show up in the NetworkingManager automatically.

You can also install transports from the MLAPI Installer. Just click the "Transports" tab at the top.

Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permalink: /wiki/installation/
---

### Installer
To get started with the MLAPI. You need to install the library. The easiest way is to use the Editor installer. Simply download the MLAPI_Installer Unity package from [here](https://github.com/MidLevel/MLAPI/releases), double click it to import it into Unity, and once that's done select Window > MLAPI from Unity's top menu bar. Once in the MLAPI window, select the version you wish to use and press install.
To get started with the MLAPI. You need to install the library. The easiest way is to use the Editor installer. Simply download the MLAPI_Installer Unity package from [here](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi/releases), double click it to import it into Unity, and once that's done select Window > MLAPI from Unity's top menu bar. Once in the MLAPI window, select the version you wish to use and press install.


![Video showing the install process](https://i.imgur.com/zN63DlJ.gif)
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">

<p class="text-center">
{{ site.title }} {{ site.time | date: '%Y' }} | Copyright © Albin Corén {{ site.time | date: '%Y' }} All Rights Reverse Engineered
Copyright © 2020 Unity Technologies
</p>
<!-- <p class="text-muted">Place sticky footer content here.</p> -->
</div>
Expand Down
1 change: 0 additions & 1 deletion docs/_includes/topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<li {% if page.sectionid=='features' %} class="active" {% endif %}><a href="{{ "/features/" | prepend: site.baseurl }}">Features</a></li>
<li {% if page.sectionid=='wiki' %} class="active" {% endif %}><a href="{{ "/wiki/" | prepend: site.baseurl }}">Wiki</a></li>
<li {% if page.sectionid=='api' %} class="active" {% endif %}><a href="{{ "/api/" | prepend: site.baseurl }}">API</a></li>
<li {% if page.sectionid=='blog' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Blog</a></li>
<li {% if page.sectionid=='download' %} class="active" {% endif %}><a href="{{ "/releases/" | prepend: site.git_address }}">Download</a></li>
<li {% if page.sectionid=='issues' %} class="active" {% endif %}><a href="{{ "/issues/" | prepend: site.git_address }}">Issues</a></li>
</ul>
Expand Down
57 changes: 2 additions & 55 deletions docs/_pages/features.html

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions docs/_posts/2018-10-24-website-announcement.md

This file was deleted.

This file was deleted.

Loading