Hello,
I have a project where you get pushed by water currents. To do this, I am adding actor offset to the character on a timer and am multiplying by delta seconds. When I play in editor, the add actor offset is smooth, but when I build the project, the add actor offset starts jittering/ stuttering.
Any ideas what could cause this? I’ve also tried moving the add actor offset to event tick with no luck.