I have this script where I want to get some variables when the mouse button is down and then use those variables when the mouse button gets released, but only when it gets released after it is down.
I tried using EventType.MouseUp but so far it hasn’t worked, I assume because that is true whenever the mouse button isn’t pressed.