Home > other >  Consult the unity3d background image animation mobile problem
Consult the unity3d background image animation mobile problem

Time:09-18

, own animation in the animation for the background image slowly moving, but movement at the end of the animation speed becomes very slow very slow feel almost stopped, and the speed obviously does not fit, I want to make the background image slowly moving speed are the same from beginning to end how to set?? I've just started to make the following diagram to picture is slowly moved to the back is more slower until the cycle to the first frame is paused and then cycle again, and you can help me have a look at how to modify from the beginning to the end speed are the same??

CodePudding user response:

You in the window on the right set of each point represents a picture, you can let the spacing between each point to the constant output animation, then there is no repeat images

CodePudding user response:

First: the first frame and the last frame cannot be the same, should be the last frame is equal to the first frame minus 1 frame, in this way can seamlessly connected, otherwise the first frame and the last frame, same look card a frame

Second: animation animation curve, you need a uniform, you need to set curve to linear curve,

  • Related