Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Broken Stylus on November 17, 2020, 06:37:01 AM

Title: Is there a way to clean up FSMs from deactivated actions?
Post by: Broken Stylus on November 17, 2020, 06:37:01 AM
I have many FSMs that have lingering deactivated actions here and there and I'm wondering if there's a scanning tool that could help me find them quickly, list them (with filters) and allow me to go to them, erase them, know the total number of them, if they're on prefabs, etc.
Title: Re: Is there a way to clean up FSMs from deactivated actions?
Post by: djaydino on November 17, 2020, 08:31:41 AM
Hi.
in the Playmaker Api (https://hutonggames.fogbugz.com/default.asp?W127) i can see that you can check if a action is enabled, so i think it would be able to make a tool for this.

https://hutonggames.fogbugz.com/default.asp?W1100
Title: Re: Is there a way to clean up FSMs from deactivated actions?
Post by: Broken Stylus on November 17, 2020, 11:57:15 AM
Oh yes, you're definitely onto something here.