o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
79 stars 56 forks source link

Mps export feedback patch #443

Closed tkothadev closed 1 year ago

tkothadev commented 1 year ago

This PR is for addressing feedback left at the end of the previous PR: https://github.com/o3de/o3de-multiplayersample/pull/433

This PR also includes a fix for the following issue: https://github.com/o3de/o3de-multiplayersample/issues/438

Testing

The export script has now been tested with the development branch and main branch of o3de and o3de-multiplayer-sample on windows.

The script is able to create a release bundle ready for play using both the release and profile configurations.

Out of Scope

This PR does not address adding a testing/validation layer for the script, nor the ability to swap to project-centric mode. That will be included in a future PR. This is just to fix issues with the existing script. This script is also only tested for windows. There will be a dedicated PR for updating the script to be cross platform for Linux.