Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: PET on February 22, 2016, 09:14:05 AM

Title: PlayMaker & FlowCanvas
Post by: PET on February 22, 2016, 09:14:05 AM
Hello guys,

I'm "coding" mainly using FlowCanvas.
https://www.assetstore.unity3d.com/en/#!/content/33903

This is how my stuff looks right now:
(http://puu.sh/nhhtp/8addb29743.png)

As you can see FlowCanvas stores his variables into the Blackboard (script).

I want to purchase Easy Save:
https://www.assetstore.unity3d.com/en/#!/content/768
Because it has integration with PlayMaker.

I can sent events from FlowCanvas to playmaker, so in theory I can tell PlayMaker to do to a particular state. This is what I can tell PlayMaker from FlowCanvas:
(http://puu.sh/nhhYq/51b7c200f2.png)
(http://puu.sh/nhhZw/478d459dc7.png)

Using the tools I have at hand, will I be able to make PlayMaker take FlowCanvas variables and then use Easy Save to actually do the save?

Thank You

/PET
Title: Re: PlayMaker & FlowCanvas
Post by: PET on February 23, 2016, 01:24:05 PM
anyone? :(
Title: Re: PlayMaker & FlowCanvas
Post by: PET on February 25, 2016, 08:22:46 AM
 :'( JEAN... WHERE R U ?  :'(
Title: Re: PlayMaker & FlowCanvas
Post by: mdotstrange on February 25, 2016, 08:28:21 AM
Easy Save can save any/all PM variables + Array lists, hash tables

So if you can get variables from Flow Canvas to Playmaker you can save them with easy save-
Title: Re: PlayMaker & FlowCanvas
Post by: PET on February 25, 2016, 04:10:04 PM
Yea that's what I was saying, the problem is that I don't know how to get Flow Canvas variables to Playmaker :(
Title: Re: PlayMaker & FlowCanvas
Post by: dudebxl on February 25, 2016, 04:35:50 PM
Whenever I have this problem, I always check the script to make sure the variables are public. On most scripts the var are private.. and then use get/set actions or the scripting actions
Title: Re: PlayMaker & FlowCanvas
Post by: mdotstrange on February 26, 2016, 08:37:39 AM
Yea that's what I was saying, the problem is that I don't know how to get Flow Canvas variables to Playmaker :(

You should probably ask for help at the flow canvas forum or on its thread on the Unity forums- I've never used Flow Canvas so I have no idea how it works-