I have a problem with google device. I can’t watch the chart. Every time I open it it tells me that at the moment there are no records set by users. I checked the code and the connection works correctly and also updates the score. Has anyone had the same problem as me? this is the code for displaying the ranking
public void OnShowLeaderBoard()
{
if(PlayGamesPlatform.Instance.IsAuthenticated())
PlayGamesPlatform.Instance.ShowLeaderboardUI();
}