I want to know how to shake UI image along x axis. I tried many times. But UI image is little shaking. I want to shake UI image along x axis. So, could you help me please?
Hello,
you can use iTween for shake the position of a gameObject, ShakePosition.
i write some code,hope help.
iTween.ShakePosition(gameObject, iTween.Hash(“x”, 10.3f, “time”, 1.5f, “delay”,2.0f));
Thanks