- Home /
Moving sphere tremble in moving camera view[Solved]
Moving sphere start to tremble in moving camera view. Camera moving is independently from sphere.
Tremble stops if camera follow sphere and sphere position regarding camera position is static.
HOw I can fix it?
Comment
i don't think anyone understands what's going on here the way you ask it, but i guess it might be that you need to do some of the sphere or camera code in the LateUpdate() function and not in the Update() ?
Actually objects which moving faster than camera start to tremble(I mean visual effect no transform). I fix it puting the the camera moving code in FixedUpdate. LateUpdate dont fix it. Thanks for answer
Ok i'm glad it worked even this way! you can mark your question as closed now that it's fixed?