KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,PlayFab.ClientModels.UserDataRecord].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) MyPlayerData.GetAvatarIndex () (at Assets/Ludo Masters/Scripts/MyPlayerData.cs:78) MyPlayerData..ctor (System.Collections.Generic.Dictionary`2 data, Boolean myData) (at Assets/Ludo Masters/Scripts/MyPlayerData.cs:127) PlayFabManager.m__2 (PlayFab.ClientModels.GetUserDataResult result) (at Assets/Ludo Masters/Scripts/PlayFabManager.cs:405) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115) System.Delegate.DynamicInvokeImpl (System.Object[] args) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Delegate.cs:443) System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/MulticastDelegate.cs:71) System.Delegate.DynamicInvoke (System.Object[] args) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Delegate.cs:415) PlayFab.Internal.ResultContainer`1[PlayFab.ClientModels.GetUserDataResult].WrapCallback (System.Delegate callback, System.Object singleParam) (at Assets/PlayFabSDK/Internal/ResultContainer.cs:105) UnityEngine.Debug:LogException(Exception) PlayFab.Internal.ResultContainer`1:WrapCallback(Delegate, Object) (at Assets/PlayFabSDK/Internal/ResultContainer.cs:110) PlayFab.Internal.ResultContainer`1:HandleResults(CallRequestContainer, Delegate, ErrorCallback, Action`2) (at Assets/PlayFabSDK/Internal/ResultContainer.cs:63) PlayFab.c__AnonStorey2F:<>m__0(CallRequestContainer) (at Assets/PlayFabSDK/Public/PlayFabClientAPI.cs:1055) PlayFab.CallRequestContainer:InvokeCallback() (at Assets/Plugins/PlayFabShared/PlayFabErrors.cs:282) PlayFab.Internal.c__Iterator0:MoveNext() (at Assets/PlayFabSDK/Internal/PlayFabHTTP.cs:285) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)