Merge pull request #1399 from aws-lumberyard-dev/CherryPickNetworkingFixes

Cherry pick networking fixes
This commit is contained in:
Gene Walters
2021-06-17 11:48:34 -07:00
committed by GitHub
9 changed files with 3 additions and 4894 deletions
@@ -130,6 +130,7 @@ namespace Multiplayer
// Instance container for net entities
AZStd::unique_ptr<Instance> networkInstance(aznew Instance());
networkInstance->SetTemplateSourcePath(AZ::IO::PathView(uniqueName));
// Create an asset for our future network spawnable: this allows us to put references to the asset in the components
AZ::Data::Asset<AzFramework::Spawnable> networkSpawnableAsset;