Search Unity

Simple Particle Issue, how do you align the rotation of object to match the direction emitted

Discussion in 'General Graphics' started by TheRaider, Dec 6, 2020.

  1. TheRaider

    TheRaider

    Joined:
    Dec 5, 2010
    Posts:
    2,250
    I have a long particle I want to emit in every direction from a point, but I want the particles alignment to match the direction it is emitted.

    It currently has every particle with same rotation. I notice you can randomise the rotation so surely there is a way to align it with emit direction and I am just missing something simple.