Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Why does my particle not rotate properly?

Discussion in 'General Graphics' started by mrCharli3, Aug 1, 2023.

  1. mrCharli3

    mrCharli3

    Joined:
    Mar 22, 2017
    Posts:
    961
    I parent a particle to a empty gameobject, I then Instantiate this gameobject with the same forward direction as the player, this works properly and in most rotations everything works well.

    However, for some reason at 135 rotation (and its mirror) the particle effect does not point at the forward vector as it should (the dark line is the particle in this case):
    upload_2023-8-1_14-4-35.png

    upload_2023-8-1_14-5-13.png

    Why is this? I cannot figure it out :(
     
  2. mrCharli3

    mrCharli3

    Joined:
    Mar 22, 2017
    Posts:
    961
    EDIT: Thot I had found solution, I did not...
     
    Last edited: Aug 1, 2023