im making a guessing game but dont know how to make number entry field its mobile platform any help please
number entry field? You can use an input field using the OnGUI system and then parse the string using int.parse to convert it to an int. Make sure you create a null check or you’ll run into errors.