update 1.2.0
This commit is contained in:
@@ -16,7 +16,7 @@ public class MoveToMousePosition : MonoBehaviour
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
if (Input.GetMouseButtonDown(0))
|
||||
if (Input.GetMouseButton(0))
|
||||
{
|
||||
Ray ray;
|
||||
RaycastHit hit;
|
||||
|
||||
Reference in New Issue
Block a user