We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccf9a0 commit 26f0e3eCopy full SHA for 26f0e3e
Samples~/LootLockerExamples/Scripts/PlayerFiles.cs
@@ -78,7 +78,7 @@ public void GetPlayerFileContent()
78
{
79
// You get the URL of the file from LootLocker
80
// You need to download the file yourself from LootLocker.
81
- // You can use the IEnumerator Download() method below
+ // See the IEnumerator Download() method below for an example on how to do it
82
LootLockerSDKManager.GetPlayerFile(int.Parse(fileIdDownloadInput.text), (response) =>
83
84
if (response.success)
0 commit comments