Unity TMPro InputField Decimal seperator
I have TMPro Input field and want to input decimal numbers only. On PC I need to press comma to seperate, point does not work. My phone does not support commas only points so I can only put integers.
Unity set TMPro InputField Decimal seperator to point
I have TMPro Input field and want to input decimal numbers only. On PC I need to press comma to seperate, point does not work. My phone does not support commas only points so I can only put integers.
‘Input’ is an ambiguous reference between ‘UnityEngine.Input’ and ‘UnityEngine.Windows.Input’ error
Hi everyone i just update the VS and i have this error.(‘Input’ is an ambiguous reference between ‘UnityEngine.Input’ and ‘UnityEngine.Windows.Input’)
The code I got error:
float moveHorizontal = Input.GetAxis(“Horizontal”);
float moveVertical = Input.GetAxis(“Vertical”);
Thank you for your helps.