Search Unity

Move objects to a certain position but let them collide on the way

Discussion in 'Animation' started by milosp, Apr 22, 2017.

  1. milosp

    milosp

    Joined:
    Dec 31, 2012
    Posts:
    23
    Imagine a swarm of bees; all have to end up on a certain position but going there in linear fashion will have some pass through other bees. Instead they should bounce of each other on collision but continue to their exact destination. How would you create that?
    I am using DOTween for main movement but any other idea is welcome.