GamePrefs.GetUserName C# (CSharp) Method

GetUserName() public static method

Get the name of the last user to successfully have logged in
public static GetUserName ( ) : string
return string
	public static string GetUserName()
	{
		return PlayerPrefs.GetString(m_userNamePrefKey, "");
	}