Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: musach21 on October 16, 2014, 08:20:08 AM

Title: Add 'rings' from a point?
Post by: musach21 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
Title: Re: Add 'rings' from a point?
Post by: ArenMook 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.