WAReborn / WorldsAdriftReborn

63 stars 15 forks source link

Get past loadingscreen #19

Closed sp00ktober closed 1 year ago

sp00ktober commented 1 year ago

Currently we partially setup LocalPlayer #16 and we get to the InGameState but this does not yet remove the loading screen. It can be removed manually using for example UnityExplorer.

Seems like PlayerActivationVisualiser does fade out of the loading screen in DelayLoadingScreen(). Requirement is that the PlayerMove behaviour is not null and working.