gogcom / galaxy-csharp-demo-game

GOG Galaxy Integration Demo
Other
35 stars 9 forks source link

Move grabbing lobby data outside of the end condition #5

Closed JakBaranowski closed 4 years ago

JakBaranowski commented 4 years ago

https://github.com/gogcom/galaxy-csharp-demo-game/blob/9596750ba5b16797e23cc17e6f6c3b642d7083a6/Assets/Scripts/GalaxyManager/Features/Matchmaking.cs#L419

Currently it looks like only the data of the last retrieved lobby is grabbed and displayed.

JakBaranowski commented 4 years ago

Resolved in pull request #6 .