suriyun-production / bomber-io-docs

This is document for Bomber IO project (https://www.assetstore.unity3d.com/#!/content/102515?aid=1100lGeN)
https://suriyun-production.github.io/bomber-io-docs/
0 stars 0 forks source link

The start button in waiting room doesn't work #4

Closed MagicRS closed 4 years ago

MagicRS commented 4 years ago

Hello,

Do not know what this is but the start button in waiting room does not work anymore. May be updating old bug scripts (in all modes of play).

Below some info.

PS : you have to delete the line n ° 45 in DeathMatchNetworkGameRule.cs if not the button leave and exit (waiting room and in games) I do not work. Line to delete (45) : "networkManager.StopCoroutine(endMatchCoroutine);"

Start button : image

nothing happens, no error message. The button is activated (the passage of the mouse is present (highlight))

Hierarchy : image

WaitingRoomUI configuration image

insthync commented 4 years ago

Delete codes at line 45 in DeathMatchNetworkGameRule.cs not relates to waiting room codes, not sure when you test room creation every other players pressed the ready button yet?

MagicRS commented 4 years ago

Delete codes at line 45 in DeathMatchNetworkGameRule.cs not relates to waiting room codes, not sure when you test room creation every other players pressed the ready button yet?

yes it has nothing to do, it's an indication of another bug. And I try to start the game alone (so automatically ready) and with a second account ready too

I had deactivated to make up for the fact that the launch of a game does not take into account the fact that all players are ready or not. But activated or not (as originally) it does not work now. I still look for the source of the problem.

image

insthync commented 4 years ago

Oh, I see your setting Can Start When Players Ready At Least is 120, it's means in this room must have at least 120 ready players to allow host to start game.

MagicRS commented 4 years ago

Oh, I see your setting Can Start When Players Ready At Least is 120, it's means in this room must have at least 120 ready players to allow host to start game.

Oh, thank you so much I didn't pay attention to your answer. It's solved!