Hi, I'm trying to post a score on a Leaderboard but I have the following error.
NullReferenceException: Object reference not set to an instance of an object
CombuPostResultados.LeaderboardsPost () (at Assets/CombuPostResultados.cs:73)
CombuPostResultados+c__Iterator0.MoveNext () (at Assets/CombuPostResultados.cs:143)
UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
What am I doing wrong and how can I solve it?
Thank you !!
The error talks about line 71, it seems leaderboardScore is not set to an object (that's a NullReferenceException, you're trying to access the property of a null object).
FRANCESCO CROCETTI @ SKARED CREATIONS
Thank problem solved 🙂