This shows you the differences between two versions of the page.
|
pjv:laboratoare:2024:a04 [2025/11/26 03:22] andrei.lapusteanu Major update to L4 💪. Needs once-over |
pjv:laboratoare:2024:a04 [2025/11/26 03:29] (current) andrei.lapusteanu |
||
|---|---|---|---|
| Line 92: | Line 92: | ||
| | | ||
| PlayFabClientAPI.LoginWithCustomID(request, | PlayFabClientAPI.LoginWithCustomID(request, | ||
| - | result => Debug.Log($"Login reușit! PlayFabId: {result.PlayFabId}"), | + | result => Debug.Log($"Login successful! PlayFabId: {result.PlayFabId}"), |
| - | error => Debug.LogError($"Eroare: {error.GenerateErrorReport()}") | + | error => Debug.LogError($"Error: {error.GenerateErrorReport()}") |
| ); | ); | ||
| } | } | ||
| Line 407: | Line 407: | ||
| <note> | <note> | ||
| Mai multe detalii: | Mai multe detalii: | ||
| + | |||
| [Statistics] | [Statistics] | ||
| * [[https://learn.microsoft.com/en-us/gaming/playfab/player-progression/statistics|Azure PlayFab Statistics overview]] | * [[https://learn.microsoft.com/en-us/gaming/playfab/player-progression/statistics|Azure PlayFab Statistics overview]] | ||