spatialos / UnrealGDKThirdPersonShooter

Unreal GDK Sample Third Person Shooter
MIT License
20 stars 15 forks source link

'tutorial' branch fails to run (missing GlobalStateManager) #42

Closed h3r2tic closed 5 years ago

h3r2tic commented 5 years ago

The 'tutorial' branch is the one referenced in the Multiserver Shooter tutorial. It currently fails to run due to the missing unreal.GlobalStateManager component.

Similarly to the 'tutorial-complete' branch, 'tutorial' should apply the GlobalStateManager->SingletonManager rename.

m-samiec commented 5 years ago

@h3r2tic Thanks for reporting this. The issue is now fixed.

h3r2tic commented 5 years ago

Awesome, thank you :)