Search Unity

Particles or idk

Discussion in 'Animation' started by rawlife1995, Sep 27, 2013.

  1. rawlife1995

    rawlife1995

    Joined:
    May 2, 2013
    Posts:
    23
    So Im Creating sort of a wizard game (omg slowly) but i cant figure out how i would make the effect of the spell coming out of the wand of the wizard its probably a noob thing to ask but i just dont get it..... (it maybe the wrong place to ask but i wasnt sure where to put it sorry)


    Thanks In Advance
     
    Last edited: Sep 27, 2013
  2. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,699
    Create a GameObject that's a child of the wand. Place it at the tip of the wand. These kinds of utility GameObjects are frequently called attachment points, because the same technique is used to attach weapons and equipment to characters.

    When you spawn the effect, parent it to this GameObject.