(Choose 1 answer)
What Unity method is commonly used for handling continuous interactions during keyboard-based input?
A. OnCollisionStay
B. Input.GetKeyDown
C. OnMouseOver
D. By using Input.GetKey or Input.GetKeyUp in the script attached to the game objects
Q: 42