TechnicJelle / CMGT-Project-Innovation

Multiplayer couch party game with innovative controls where you play as pirates looking for treasure!
0 stars 0 forks source link

Client gets all HUD at the same time in connect screen #37

Open mRmetr0 opened 1 year ago

mRmetr0 commented 1 year ago

image

I believe this happens when the client is playing the game and the host build closes.

TechnicJelle commented 1 year ago

Could you write down a step-by-step guide on how to replicate this issue, please?

mRmetr0 commented 1 year ago

This is what I do:

This probably happens because (on windows) the client only updates when you are tabbed in. So when you start the game and close it, THEN tab to the client it gets all updates at once and breaks.

I have not had this happen on the apk (because it probably updates properly). It might happen when you start and quit the game at the same time

TechnicJelle commented 1 year ago

@mRmetr0, this was fixed by bc4d24b8b7e6dd63ec4e4c722ad4940391bf7cd9, right?