Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: JGameMaker92 on September 23, 2022, 03:54:05 AM

Title: Exporting PlayMaker FSM’s
Post by: JGameMaker92 on September 23, 2022, 03:54:05 AM
How do you export a PlayerMaker FSM from one project into another? This seems like a pretty essential feature but why is it so difficult?
Title: Re: Exporting PlayMaker FSM’s
Post by: djaydino on September 24, 2022, 02:19:03 AM
Hi.
You can make templates or Make a prefab from the object with the fsms. then select and export package.

Make sure you have all the actions in the new project.
also prevent using global variables, if you need, you probably need to create the global variables before importing.