Ryan O'Dowd

Results 1 comments of Ryan O'Dowd

Here is the code I'm using to generate that white square on the cursor position: void Update() { if (moving.Value == 1) return; Vector3Int mousePos = GetMousePosition(); if (!mousePos.Equals(previousMousePos)) {...