I have a world space canvas placed as a child on a moveable object. When the object is not moving (or moving slowly), it all works fine. However, when the parent moves (which has a rigidbody), above a certain speed, buttons are not clickable.
How can I either fix this issue or write a custom handler to overcome this issue?