Hi guys,
i need some help
till now
i made almost perfect mouse selection unit
i mean rts style c# mouse scrtips
this works almost all of the warc3 game mouse function
now i want to unit to move with navmesh
navmeshagent.SetDestinaton(Input.mouseposition)
this doesn work T.T
im so sorry guys i forgot if (Physics.Raycast(Camera.main.ScreenPointToRay(Input.mousePosition), out hit, 100))
please help me! thanks!