From e472bb1e58d142ece870f05afa087f5f21533913 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 31 Oct 2019 09:38:37 -0700 Subject: [PATCH] Add top level notes on functionalitity on Unity & Unreal docs (#1164) Adding notes to the top of the Unity and Unreal docs pages, so that it's clear we're aware of the functionality gap in these SDKs. --- site/content/en/docs/Guides/Client SDKs/unity.md | 5 +++++ site/content/en/docs/Guides/Client SDKs/unreal.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/site/content/en/docs/Guides/Client SDKs/unity.md b/site/content/en/docs/Guides/Client SDKs/unity.md index 6954ace3c5..f343ffa617 100644 --- a/site/content/en/docs/Guides/Client SDKs/unity.md +++ b/site/content/en/docs/Guides/Client SDKs/unity.md @@ -6,6 +6,11 @@ weight: 15 description: "This is the Unity version of the Agones Game Server Client SDK." --- +{{< alert title="Note" color="info" >}} +The Unity SDK is functional, but not yet feature complete. +[Pull requests](https://github.com/googleforgames/agones/pulls) to finish the functionality are appreciated. +{{< /alert >}} + Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more details on each of the SDK functions and how to run the SDK locally. ## Download diff --git a/site/content/en/docs/Guides/Client SDKs/unreal.md b/site/content/en/docs/Guides/Client SDKs/unreal.md index 0a515a196e..65794adab5 100644 --- a/site/content/en/docs/Guides/Client SDKs/unreal.md +++ b/site/content/en/docs/Guides/Client SDKs/unreal.md @@ -7,6 +7,11 @@ weight: 10 description: "This is the Unreal Engine 4 Agones Game Server Client Plugin. " --- +{{< alert title="Note" color="info" >}} +The Unreal SDK is functional, but not yet feature complete. +[Pull requests](https://github.com/googleforgames/agones/pulls) to finish the functionality are appreciated. +{{< /alert >}} + Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more details on each of the SDK functions and how to run the SDK locally. ## Download