Unity3d使用鼠標點擊控制人物走動無效的問題

Unity3d使用鼠標點擊控制人物走動無效的問題 最近在自學Unity3d,在學到使用鼠標點擊控制人物走動時,按照API上面將代碼寫好,如下: void Update () { // _clickListener.Update(); if (Input.GetMouseButtonUp (0)) { ClickOn(Input.mousePosition); } }
相關文章
相關標籤/搜索