Don't worry, I am not calling it on update.
Anyways, I have a Javascript code which sets a string in PlayerPrefs.
Then I have a C# script (has to be C# as its a multiplayer section of the game) and I want to call upon the PlayerPrefs for it.
Is it possible? And can I just say: PlayerPrefs.GetString("username");
↧