update 1.2.0

This commit is contained in:
2025-07-20 10:05:55 +08:00
parent 2afbbf9be4
commit 5396d3e4b8
102 changed files with 93826 additions and 357 deletions

View File

@@ -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;