Search Unity

How to control each individual particle to change its parameter

Discussion in '2D' started by nailbombin, Jun 8, 2020.

  1. nailbombin

    nailbombin

    Joined:
    Sep 9, 2019
    Posts:
    2
    So I want to create a bunch of moths that will fly away when the player will reach them.
    Also, I want them to flip (not rotate) according to their velocity.
    Is there any way to do so?
    Also, is there any way to make some complex algorithm to control particles (meaning: make them avoid each other or follow the leader).
    Thanks!