Hi,
I’m setting up a Menu in which I get a value using PlayerPrefs. My code works in Jscript but because the Menu is in C# I need this to be in C# also… How should the following Code be in C#?
var findout : String = PlayerPrefs.GetString("beentoplace");
if (findout == "2" ){
Application.LoadLevel ("level2");
}