Create test script

This commit is contained in:
Nico 2025-07-05 00:58:54 -07:00
parent 6e5bda31bd
commit b42889e325
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
using UnityEngine;
public class TestInputLag : MonoBehaviour {
private void Update() {
if (Input.GetMouseButton(0)) return;
if (Input.GetKey(KeyCode.D)) Debug.Log("DDDDD");
if (Input.GetKey(KeyCode.S)) Debug.Log("SSSS");
}
}

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 6faec7367d9d58f459ad95b4138fa6a8