Merge pull request #727 from aws-lumberyard-dev/MultiplayerComponents

Some cleanup to better support backward reconciliation as well as dynamic player spawning on connect
This commit is contained in:
kberg-amzn
2021-05-13 07:46:21 -07:00
committed by GitHub
75 changed files with 452 additions and 302 deletions
+1 -1
View File
@@ -1216,7 +1216,7 @@ bool CSystem::InitShine([[maybe_unused]] const SSystemInitParams& initParams)
if (!m_env.pLyShine)
{
AZ_Error(AZ_TRACE_SYSTEM_WINDOW, false, "LYShine System did not initialize correctly. Please check that the LyShine gem is enabled for this project in ProjectConfigurator.");
AZ_Error(AZ_TRACE_SYSTEM_WINDOW, false, "LYShine System did not initialize correctly. Please check that the LyShine gem is enabled for this project in *_dependencies.cmake.");
return false;
}
return true;