Lumberyard Release Notes – Beta 1.6 (November 2016)
With Lumberyard Beta 1.6, we continue to add new features, improvements, and fixes.
As we continue to improve Lumberyard, we want to thank everyone in our developer community.
Without your participation in the forums, your messages, and your bug reports, Lumberyard
1.6 wouldn’t be as strong as it is. Keep sending your feedback to lumberyard-feedback@amazon.com
Highlights
Here’s a sampling of the new features found in Lumberyard 1.6.
Topics
Download Third-Party SDKs Using Lumberyard Setup Assistant
Lumberyard 1.6 introduces the ability to download third-party SDKs using the Lumberyard Setup Assistant. The Lumberyard download size is much smaller because you can now download only the third-party SDKs that you need. For example, if you do not intend to compile the engine or your game, you do not need to download any third-party SDKs. If you intend to compile only your game, you can save nearly 2GB of space for third-party SDKs. In addition, you can now reuse third-party SDKs between Lumberyard releases. If you are upgrading Lumberyard, you only need to download new or updated software.

For more information about the Lumberyard Setup Assistant, see Using Lumberyard Setup Assistant to Set Up Your Development Environment.
New Sample Level Demonstrates Particle Effects
The Particles Technical Sample level demonstrates how to create particle systems and effects by changing various attributes in the Particle Editor. The sample level includes 10 particle samples that illustrate how to manipulate the particles using two physics entities, flow graph nodes, and entity links. For more information, see Samples Project.

Create Overlay of Stats and Events for a Game Stream
Twitch Metastream lets streamers customize their game streams with overlays of statistics and events from the game session. Streamers can use any web authoring tool to create custom HTML5 pages to control the information, graphics, layout, and behavior of each unique overlay. To get started, you can add the Metastream Gem to your project in the Project Configurator, and enable the gem with an in-game setting. You can expose statistics and events by adding a single line of code for each event you want streamers to access. Lumberyard 1.6 includes a Metastream sample that demonstrates how to access the simple API and display the stats on an HTML page so they can be overlaid on a broadcast.
The following example shows how a streamer used a Metastream overlay to highlight the strengths and weaknesses of each character:

For more information, see Metastream Gem.
New Amazon GameLift Features
The following features have been added for GameLift:
-
Game owners can now deploy and operate 64-bit game servers to run on the Amazon Linux
operating system as well as on Windows Server . For more information, see Uploading a Game Build in the Amazon GameLift Developer Guide. -
Game owners can now control how many GameLift computing resources an individual player can consume when creating new game sessions. The new resource creation limit policy controls how many game sessions that a player can create over a span of time. For example, a policy might state that "players can create up to 10 game sessions over 60 minutes." See Handling Capacity and Utilization in the Amazon GameLift Developer Guide.
Multiple Deployments of Cloud Canvas Resources
When developing a game, it can be useful to have different deployments of Cloud Canvas resources for different purposes. For example, you may need one deployment for customers that includes your launch-ready game and release data. You may also need another deployment for internal development that includes changes to the resources or data. By keeping this information separated in multiple deployments of Cloud Canvas resources, you can ensure that resource or data changes don’t impact the current game client that customers are using.

For more information, see Working with Deployments.
Supported Version of Audiokinetic Wwise LTX and Wwise Updated
Lumberyard 1.6 now supports Audiokinetic Wwise LTX version 2016.1.1.5823. This version includes a WwiseLauncher application that provides a dashboard for you to manage your Wwise installations and projects. You can uninstall previous versions of Wwise LTX and then use the Lumberyard Setup Assistant to install the updated version of the authoring tool.
The full version of Audiokinetic Wwise has also been updated to version 2016.1.1.5823. You can use the WwiseLauncher to download and install the updated version of Wwise.
For more information, see Audio System.