playMaker

Author Topic: Object Disappear animation  (Read 1391 times)

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Object Disappear animation
« 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Object Disappear animation
« Reply #1 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