Search Unity

Question How do I make my rain particles not lean when I move my player?

Discussion in '2D' started by michi_n, Jun 26, 2022.

  1. michi_n

    michi_n

    Joined:
    Jun 4, 2022
    Posts:
    1
    Hello,

    I'm fairly new to unity and am currently making a 2d platformer game where it is constantly raining. I wanted to make my particle system follow the player so there would only be rain where the player is and not the entire world. I tried to do this by attaching it to the player as a child and set the simulation space to world so it did not completely move with the player. But when I move the player, as an effect of the PS moving, it makes the rain particles lean/ on an angle.

    How can I fix this?
     
    arovdev likes this.