Mirror-Multiplayer-Tutorials
Mirror-Multiplayer-Tutorials copied to clipboard
Bug in PlayerNameInput.cs When PlayerPrefs is Empty
In PlayerNameInput when PlayerPrefs(PlayerPrefsNameKey) is empty the 'Continue' button does not get disabled.
This is because of the initial return when PlayerPrefs.HasKey(PlayerPrefsNameKey) is false since it never reaches 'SetPlayerName()'