I tried to install the lobby samples and it gave me this error, Assets/AllScenes/com.unity.services.samples-2.game-lobby-main/Assets/Scripts/GameLobby/Lobby/LobbyManager.cs(32,9): error CS0246: The type or namespace name ‘LobbyEventCallbacks’ could not be found (are you missing a using directive or an assembly reference?). and I know the lobbyeventcallbacks are important because it is referenced in many places please does anyone know how to fix it
When using the Events code in this sample, make sure your Editor Project Settings > Player > Scripting Define Symbols include: UGS_BETA_LOBBY_EVENTS and UGS_LOBBY_EVENTS