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.
(I tried change code to UnityEngine.Input but i dont want to)
New contributor
Ahmet Bıçakçı is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.