playMaker

Author Topic: Low Pass Filter not working in Unity 5?  (Read 1946 times)

jorygriffis

  • Playmaker Newbie
  • *
  • Posts: 1
Low Pass Filter not working in Unity 5?
« 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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Low Pass Filter not working in Unity 5?
« Reply #1 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