From c278c004f63e8092841c6af8c1369282be85f3bb Mon Sep 17 00:00:00 2001 From: James Frowen Date: Wed, 1 Jul 2020 16:20:24 +0100 Subject: [PATCH] updating readme for cloud list server (#2058) --- Assets/Mirror/Cloud/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Assets/Mirror/Cloud/README.md b/Assets/Mirror/Cloud/README.md index 4b08f6034..00128ce57 100644 --- a/Assets/Mirror/Cloud/README.md +++ b/Assets/Mirror/Cloud/README.md @@ -1,12 +1,19 @@ # Mirror Cloud Services -Example has api key that can be used for as a demo. +## Mirror List Server -To get a api key to use within your game buy here... +Example has API key that can be used for as a demo. +To get an API key to use within your game you can subscribe on the [Mirror Networking Website](https://mirror-networking.com/list-server/) -## Example +### Key features -An example for this can be found in Mirror/Examples/PongWithListServer/ +- The Cloud Service works via https so is secure and can be used from any platform. +- It runs on Google Cloud so there is no worry about server down time. +- It scales really well. Default quota is 1000 API requests per minute. If you have high demands, contact us and we can increase that limit. + +## List Server Examples + +An example for this can be found in Mirror/Examples/Cloud/ *Note: you can not connect to your own public ip address, you will need at least people to test this* \ No newline at end of file