#Not being able to use visors while the vehicle is moving

1 messages · Page 1 of 1 (latest)

final warren
#

It seems that if you start to move then after a while you can't use commander's visor anymore, the progress circle stops itself short after you press the button, though sometimes it works, but in my case it breaks itself in 95% cases, so it's not 100% consistent.
Video:
https://www.youtube.com/watch?v=XYbHl_X_Gps
Each time I was holding the button until the circle disappeared.
It might also be related to the fact that these visors are "blinking" when the vehicle moves (unlike when it stops or is stationary).

Also it seems that overall the visor related controls are quite delayed, once you use it and then get away from it you can't get close again for a few seconds

oblique garden
#

I think the interaction collider that catches our interaction raycast from center of screen moves a frame after our tank moves? @spare coral can we do anything here? The interactions are parented to rigidbody that moves

#

I dont know any other way to make it synchronized as it already is

spare coral
#

Will take a look into that tomorrow, there might be quick solution if that's the case