Author Topic: Add 'rings' from a point?  (Read 3319 times)

musach21

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Add 'rings' from a point?
« on: October 16, 2014, 08:20:08 AM »
Simple quick one: using the particle system, how can I make a sound wave like emission of about 3 rings come from a central point? Almost like a ripple effect. Seem to be struggling with which particular settings to tweak

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Add 'rings' from a point?
« Reply #1 on: October 17, 2014, 04:36:41 AM »
Particle system isn't NGUI, so I would suggest asking on the Unity's questions page.

With NGUI the same equivalent would be to create 3 temporary textures (ALT+SHIFT+T) with the desired particle texture/shader on it and make them tween scale and alpha to get the desired result. At the end of the tween destroy them.