[2d] Moving objects one by one along another object
Hi everyone. I can't understand how can I do this trick. In my case, I need to move chainsaw blades around bar (pls check screenshot). Each blade should be a separate object. I tried to use unity animations and itween, but i've faced a lot of problems. I just can't understand how can I move these objects consistently, straight around the bar and without rotation issues.
Is there any easy way to do this?
I would be very grateful for any ideas and advices! (ps. sorry for bad english)
you can use sprite animation. If you want each tooth to animate you have to animate it in unity. Place all the chainsaw tooth as child to chainsaw and animate.
Your answer
Follow this Question
Related Questions
i am using a code to make my cube walk with character controller ,but when i play the cube spins. 0 Answers
when my character rotates the controls of the initial rotation stay and not change with it 0 Answers
Movement/Rotation Methods Don't Work Together 0 Answers
Move an object by rotation 0 Answers
Question on rigidbody character rotating to the degree of input and then moving 0 Answers