playMaker

Author Topic: PlayMaker & FlowCanvas  (Read 6101 times)

PET

  • Full Member
  • ***
  • Posts: 139
    • GamerPET
PlayMaker & FlowCanvas
« 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:


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:



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
Technical Game Designer
www.GamerPET.com

PET

  • Full Member
  • ***
  • Posts: 139
    • GamerPET
Re: PlayMaker & FlowCanvas
« Reply #1 on: February 23, 2016, 01:24:05 PM »
anyone? :(
Technical Game Designer
www.GamerPET.com

PET

  • Full Member
  • ***
  • Posts: 139
    • GamerPET
Re: PlayMaker & FlowCanvas
« Reply #2 on: February 25, 2016, 08:22:46 AM »
 :'( JEAN... WHERE R U ?  :'(
Technical Game Designer
www.GamerPET.com

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: PlayMaker & FlowCanvas
« Reply #3 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-
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

PET

  • Full Member
  • ***
  • Posts: 139
    • GamerPET
Re: PlayMaker & FlowCanvas
« Reply #4 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 :(
Technical Game Designer
www.GamerPET.com

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: PlayMaker & FlowCanvas
« Reply #5 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

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: PlayMaker & FlowCanvas
« Reply #6 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-
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!