Lobbies event listener #31
-
EOSLobbyManager handles their own EventListener Perhaps it could be set up in a way we can provide our own callback function to handle the event? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello. EOSLobbyManager , included in the samples, can be considered more of a template to follow. It is meant to show standard usage of the EOS Lobby features. Currently, the 'SubscribeToLobbyInvites()' is called in the constructor. You could comment this line out and call your own method to setup your own callbacks. We can look into allowing you to update these callbacks with your own as a future feature enhancement. |
Beta Was this translation helpful? Give feedback.
Hello. EOSLobbyManager , included in the samples, can be considered more of a template to follow. It is meant to show standard usage of the EOS Lobby features.
Currently, the 'SubscribeToLobbyInvites()' is called in the constructor. You could comment this line out and call your own method to setup your own callbacks.
eos_plugin_for_unity/Assets/Scripts/EOSLobbyManager.cs
Line 461 in 31ef566
We can look into allowing you to update these callbacks with your own as a future feature enhancement.