Skip to content

Commit

Permalink
fixing footer (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios authored Jul 25, 2022
1 parent 305ec41 commit 7c047f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions docs/gsdk/gsdkfooter.md → docs/_includes/gsdkfooter.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
---
layout: default
nav_exclude: true
---

### Testing with LocalMultiplayerAgent

You can use [LocalMultiplayerAgent](runlocalmultiplayeragent.html) to test your GSDK integration of your game server before uploading to Thundernetes.

#### Other GSDK methods and callbacks
### Other GSDK methods and callbacks

There are some other GSDK methods you can use from your game server process:

Expand Down
2 changes: 1 addition & 1 deletion docs/gsdk/csharpcppjava.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ You can find the GSDK libraries for each language here:

In all these programming languages, you need to include the GSDK libraries in your project and call the `Start()` and `ReadyForPlayers()` methods. `Start` will signal to Thundernetes that the game server is initializing whereas `ReadyForPlayers` will signal that the game server is ready for players to connect.

{% include_relative gsdkfooter.md %}
{% include gsdkfooter.md %}
2 changes: 1 addition & 1 deletion docs/gsdk/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ CMD ["/game/UnityServer.x86_64", "-nographics", "-batchmode", "-logfile"]

For a more robust sample integrating Unity with the popular [Mirror](https://mirror-networking.com/) networking library, check the `MpsSamples` repository [here](https://github.com/PlayFab/MpsSamples/tree/main/UnityMirror).

{% include_relative gsdkfooter.md %}
{% include gsdkfooter.md %}
2 changes: 1 addition & 1 deletion docs/gsdk/unreal.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ CMD su ue -c ./ShooterServer.sh

Check [this guide](https://github.com/PlayFab/MpsSamples/tree/main/UnrealThirdPersonMP) on how to integrate the [Unreal Third Person template](https://docs.unrealengine.com/4.27/en-US/Resources/Templates/ThirdPerson/) with the Unreal GSDK.

{% include_relative gsdkfooter.md %}
{% include gsdkfooter.md %}

0 comments on commit 7c047f1

Please sign in to comment.