Playmaker Forum

PlayMaker News => General Discussion => Topic started by: heavygunner on October 16, 2018, 05:40:25 AM

Title: Object Disappear animation
Post by: heavygunner on October 16, 2018, 05:40:25 AM
Hi !

How can I get an object disappear animation like this ?
See the ring destroy animation whe ball entered.

I played with tween actions, But couldn't get how to get it done.

Thanks
Title: Re: Object Disappear animation
Post by: jeanfabre on October 18, 2018, 03:38:24 AM
Hi,

 you need first a material that supports transparency, then you animate that transparency ( it's either a float or a color alpha, depending on your shader)

 Bye,

 Jean