Advertisement
Eiromplays

For loading profiles and making UI

Sep 28th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1. for (int i = 0; i < profiles.Length; i++)
  2.         {
  3.             PlayerPrefs.SetString("Path", profiles.GetValue(i).ToString());
  4.             AddProfiles();
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement