Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: thierry_st_malo on October 31, 2016, 04:01:27 AM

Title: Step-by-step game creation
Post by: thierry_st_malo on October 31, 2016, 04:01:27 AM
Hi, all!
I am creating a game step by step. So, instead of going right away to asset creation ( I am a Blender user ), I first created a very rought, simplistic model to debug the overall logic and see if it works.
It does. So, now my problem is: how can I save a working FSM and reassign it to a new asset with the same name ?
This will be a recurrent problem : in the future, what if I decide to refine an asset that already has an FSM ?
Thanks in advance,
Thierry
Title: Re: Step-by-step game creation
Post by: mdotstrange on October 31, 2016, 04:05:35 AM
You can use Fsm Templates- save the Fsm as a template then you can re-use it on other objects- you can still make changes to the template as well-
Title: Re: Step-by-step game creation
Post by: thierry_st_malo on October 31, 2016, 01:17:03 PM
Thanks, mdotstrange.
Thierry