Day: June 21, 2015

  • Making particle effects in Unity

    In this example I’m making a lightning attack effect. The lightning image gets bigger as it reaches it’s target and the movement will be controlled via code. Make a new particle system by right clicking the hierarchy and selecting ‘Particle System’. Drag the sprite you want to use into that object. You may have to…