playMaker

Author Topic: Inactive Actions - Performance  (Read 2172 times)

lioncirth

  • Junior Playmaker
  • **
  • Posts: 74
Inactive Actions - Performance
« on: February 09, 2015, 12:05:24 PM »
Hi,

Just a quick question really

I have a number of prefabs that have inactive actions (unticked them) this is because I have been testing different ways of preforming the action and didnt always remove actions I no longer need.

Would this cause any kind of performance hit? Does Playmaker still check these actions even if they are ignored?

Thanks

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3999
  • Official Playmaker Support
    • LinkedIn
Re: Inactive Actions - Performance
« Reply #1 on: February 09, 2015, 05:39:40 PM »
Any performance impact should be negligible... Inactive actions are still loaded which takes some time, but they are not run. If you wanted to squeeze every last drop of performance out of your game you could delete inactive actions before publishing, but it's probably not worth it.

lioncirth

  • Junior Playmaker
  • **
  • Posts: 74
Re: Inactive Actions - Performance
« Reply #2 on: February 10, 2015, 04:38:40 AM »
Ah great - thanks alot! :)

If anyone was too look at my FSM's it might hurt :)