Hello.
In my project I have attached a NGUI 3D GUI to a fast moving object (a spaceship). The main camera is also attached to the spaceship. When not moving, the 3D GUI works as expected, but as soon as I start moving (starting at a velocity of ~20) I cannot use any controls, no hover effects are triggered etc. . As soon as I stop, the GUI works fine again. The ship is moved via a rigidbody and I use 50 physics updates per second. How can I get rid of this lag and use my GUI in flight?
Regards
Thomas