AWS Security ChangesHomeSearch

AWS gamelift documentation change

Service: gamelift · 2025-03-10 · Documentation low

File: gamelift/latest/developerguide/unity-plug-in-install.md

Summary

Updated documentation to reflect rebranding from 'Amazon GameLift plugin' to 'Amazon GameLift Servers plugin' across all references. Changed section title from 'Developer Guide' to 'Hosting Guide'. Updated menu references and SDK/package names to include 'Servers' designation.

Security assessment

Changes are purely branding/naming updates (adding 'Servers' to product names) and documentation structure adjustments. No security vulnerabilities, mitigations, or security feature additions are mentioned in the diff.

Diff

diff --git a/gamelift/latest/developerguide/unity-plug-in-install.md
index a67695663..8e2773fd2 100644
--- a/gamelift/latest/developerguide/unity-plug-in-install.md
+++ b/gamelift/latest/developerguide/unity-plug-in-install.md
@@ -3 +3 @@
-[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Developer Guide](gamelift-intro.html)
+[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Hosting Guide](gamelift-intro.html)
@@ -13 +13 @@ This section describes how to add the plugin to a Unity project. After the plugi
-Here’s what you need to use the Amazon GameLift plugin for Unity:
+Here’s what you need to use the Amazon GameLift Servers plugin for Unity:
@@ -17 +17 @@ Here’s what you need to use the Amazon GameLift plugin for Unity:
-  * Amazon GameLift plugin for Unity download. Check the readme in each package for Unity version support. [[Download site]](https://github.com/aws/amazon-gamelift-plugin-unity) The download includes two packages:
+  * Amazon GameLift Servers plugin for Unity download. Check the readme in each package for Unity version support. [[Download site]](https://github.com/aws/amazon-gamelift-plugin-unity) The download includes two packages:
@@ -19 +19 @@ Here’s what you need to use the Amazon GameLift plugin for Unity:
-    * Amazon GameLift standalone plugin for Unity
+    * Amazon GameLift Servers standalone plugin for Unity
@@ -21 +21 @@ Here’s what you need to use the Amazon GameLift plugin for Unity:
-    * Amazon GameLift C# server SDK for Unity
+    * Amazon GameLift Servers C# server SDK for Unity
@@ -38 +38 @@ Complete the following tasks, working in the Unity editor and your game project
-If you don't have UnityNuGet set up for your game project, use the following steps to install the tool using the Unity package manager. Alternatively, you can use the NuGet CLI to manually download the DLLs. For more information, see the Amazon GameLift C# server SDK for Unity `README`.
+If you don't have UnityNuGet set up for your game project, use the following steps to install the tool using the Unity package manager. Alternatively, you can use the NuGet CLI to manually download the DLLs. For more information, see the Amazon GameLift Servers C# server SDK for Unity `README`.
@@ -64 +64 @@ After setting up UnityNuGet, check for `Assembly Version Validation` errors show
-  1. Unzip the Amazon GameLift plugin for Unity download, which contains both packages.
+  1. Unzip the Amazon GameLift Servers plugin for Unity download, which contains both packages.
@@ -70 +70 @@ After setting up UnityNuGet, check for `Assembly Version Validation` errors show
-  4. In **Select packages on disk** , locate the Amazon GameLift C# Server SDK plugin for Unity download files, and choose the `com.amazonaws.gameliftserver.sdk-<version>.tgz` file. Choose **Open** to install the plugin.
+  4. In **Select packages on disk** , locate the Amazon GameLift Servers C# Server SDK plugin for Unity download files, and choose the `com.amazonaws.gameliftserver.sdk-<version>.tgz` file. Choose **Open** to install the plugin.
@@ -72 +72 @@ After setting up UnityNuGet, check for `Assembly Version Validation` errors show
-  5. In **Select packages on disk** , locate the Amazon GameLift standalone plugin for Unity download files, and choose the file `com.amazonaws.gamelift-<version>.tgz`. Choose **Open** to install the plugin.
+  5. In **Select packages on disk** , locate the Amazon GameLift Servers standalone plugin for Unity download files, and choose the file `com.amazonaws.gamelift-<version>.tgz`. Choose **Open** to install the plugin.
@@ -74 +74 @@ After setting up UnityNuGet, check for `Assembly Version Validation` errors show
-  6. Verify that the standalone plugin is added to your project. Return to the Unity editor window. Check the main menu for the new **Amazon GameLift** menu button.
+  6. Verify that the standalone plugin is added to your project. Return to the Unity editor window. Check the main menu for the new **Amazon GameLift Servers** menu button.
@@ -81 +81 @@ After setting up UnityNuGet, check for `Assembly Version Validation` errors show
-The plugin for Unity comes with a set of sample game assets, including scenes, that you can add to your game project. Importing the sample game gives you a fast path to testing, building, and deploying a simple multiplayer game with Amazon GameLift. The sample game is already fully integrated with Amazon GameLift SDKs, so you can skip the integration tasks and complete the remaining workflow tasks. 
+The plugin for Unity comes with a set of sample game assets, including scenes, that you can add to your game project. Importing the sample game gives you a fast path to testing, building, and deploying a simple multiplayer game with Amazon GameLift Servers. The sample game is already fully integrated with Amazon GameLift Servers SDKs, so you can skip the integration tasks and complete the remaining workflow tasks. 
@@ -83 +83 @@ The plugin for Unity comes with a set of sample game assets, including scenes, t
-When using the sample game, you can set up and join a locally hosted Amazon GameLift Anywhere fleet in just a few minutes. You can deploy the game to Amazon GameLift and join a live, cloud-hosted game in under an hour.
+When using the sample game, you can set up and join a locally hosted Amazon GameLift Servers Anywhere fleet in just a few minutes. You can deploy the game to Amazon GameLift Servers and join a live, cloud-hosted game in under an hour.
@@ -87 +87 @@ When using the sample game, you can set up and join a locally hosted Amazon Game
-  1. With your game project open in the Unity Editor, go to the **Amazon GameLift** menu and select **Sample Game, Import Sample Game**.
+  1. With your game project open in the Unity Editor, go to the **Amazon GameLift Servers** menu and select **Sample Game, Import Sample Game**.
@@ -89 +89 @@ When using the sample game, you can set up and join a locally hosted Amazon Game
-  2. After the files are imported, go to the **Amazon GameLift** menu again and select **Sample Game, Initialize Settings**. This step configures your project for building the game client and server. 
+  2. After the files are imported, go to the **Amazon GameLift Servers** menu again and select **Sample Game, Initialize Settings**. This step configures your project for building the game client and server.