Search Unity

How to stop this particle from moving ! ?

Discussion in 'Getting Started' started by m-y, May 24, 2018.

  1. m-y

    m-y

    Joined:
    Sep 22, 2013
    Posts:
    472
    Hello
    i just got a prticles systems package
    unfortunately , this particle called FireBall
    it is very suit for my purpose i want to use it on a game
    object that moving by script
    but unfortunately it is moving by it self
    i tried the best to try to stop it but nothing is work
    so how to stop it from moving ! ?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Please show the script that it is using. Likely it is moving through the code in Update or FixedUpdate.
     
  3. m-y

    m-y

    Joined:
    Sep 22, 2013
    Posts:
    472
    it doesn't have any script
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    "object that moving by script" is what you stated originally, sorry if I misunderstood. You will need to provide additional steps to reproduce including where you obtained the component.