Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jorygriffis on April 02, 2015, 03:09:37 PM

Title: Low Pass Filter not working in Unity 5?
Post by: jorygriffis on April 02, 2015, 03:09:37 PM
Hi there,

When I imported my project into Unity 5, my FSMs using Low Pass Filter Actions (both Vector3 and Float) stopped working. I have tried all kinds of things to get them going again, to no avail. Am I missing something? Did Unity 5 break those actions?

Thanks for your help and sorry if this has been discussed elsewhere.
Title: Re: Low Pass Filter not working in Unity 5?
Post by: jeanfabre on April 03, 2015, 02:20:44 AM
Hi,

 It's unlikely the actions themselves, they use simple maths.

Maybe it's the usage of the lowpass result that is corrupted?

 Are you using physics? Unity 5 physics is brand new and will corrupt your old physics setup, it's almost guaranteed.


 Bye,

 Jean