SteamFriends.OnGameLobbyJoinRequested never called, works in v2.2.0 but not v2.3.0
See original GitHub issueDescribe the bug SteamFriends.OnGameLobbyJoinRequested is never called when using v2.3.0 but does get called in v2.2.0
To Reproduce
- Assign SteamFriends.OnGameLobbyJoinRequested on enable 2 Get your friend (If you have one) to invite you 3 Accept the invite
Calling Code
I'm calling SteamClient.Init and assigning SteamFriends.OnGameLobbyJoinRequested on OnEnable
Expected behavior SteamFriends.OnGameLobbyJoinRequested should be called once you accept an invite
Desktop (please complete the following information):
- OS: Windows 10
- Unity 2019.3.0f1
Additional context .NET 4.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Can no longer "Join Game" of Friends Lobby in Steam
When I right click a friend who is in a survivor lobby, I just don't see the option of "Join Game" anymore. I...
Read more >I can no longer join certain friends or have said ...
On the steam client, click on the controller in the top right, once in there you can accept the invite in big picture,...
Read more >Steam Matchmaking & Lobbies
Users can create a new lobby; associate data with a lobby; search for lobbies based on that data; join lobbies; and share information...
Read more >GetLobbyData returns "" in Steamworks setting up steam ...
This code works perfectly. It just sets a steam lobby data kvp and retrieves it. Both below methods are in a script called...
Read more >GitHub - DoctorMcKay/node-steam-user: Allows interaction ...
Allows interaction with the Steam network via the Steam client protocol - GitHub - DoctorMcKay/node-steam-user: Allows interaction with the Steam network ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for spotting it - will release an update soon
Hmm - I’ll add some debugging tools to see which callbacks are being called and look into it a bit further.