o3de / o3de-multiplayersample

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

Fixed audio not working in unified launcher #462

Closed cgalvan closed 1 year ago

cgalvan commented 1 year ago

This is part of the fix for audio not working in the MultiplayerSample unified launcher. The unified target now properly relies on the AudioSystem.API.

The other part of this fix is in the O3DE repo to add the proper aliases in the audio gems so they can be depended on in the unified launcher: https://github.com/o3de/o3de/pull/16565