Featured
-
No Featured Found!
Tags
How can I get a decimal number in text field?
Currently I am using this code:
InputAmount = System.Int32.Parse(GameObject.FindGameObjectsWithTag("Amount")[0].GetComponent().text);
Declare with float but how can I get a decimal number from the text field? Because I am doing a calculator...