Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: gamedivision on January 02, 2013, 08:37:41 AM

Title: Play maker Array List Proxy(access from other scene)[SOLVED]
Post by: gamedivision on January 02, 2013, 08:37:41 AM
Is it possible to access this list on another scene,i have a scene set up each array list is a month, march to september with the relevant date attached to each list,instead of creating each list in each scene,i'd like to access the data and display it on another scene,i tried to just drag the array list proxy but that didnt work any ideas

thanks
Title: Re: Play maker Array List Proxy(access from other scene)
Post by: gamedivision on January 02, 2013, 12:28:14 PM
is it also possible to make multiple lines on the play maker array list proxy string type
Title: Re: Play maker Array List Proxy(access from other scene)
Post by: jeanfabre on January 02, 2013, 02:19:49 PM
Hi,

 Yes, you can use multi line text in string fields, Unity doesn't make it very easy tho... try copy pasting from a regular text editor.

 As for reference different arrays, one way is to have a Fsm attached to each one of them and call a central manager that in turn store each ArrayList GameObject in HashTable.

But given your description, I would give my xml actions a go:

http://hutonggames.com/playmakerforum/index.php?topic=2583.0


if you struggle, provide me with a small sample of your data, and I'll make it work, that would be a good example of a real case to show the power of xpath and xml, combined with playmaker.

bye,

 Jean

Title: Re: Play maker Array List Proxy(access from other scene)
Post by: gamedivision on January 02, 2013, 03:50:52 PM
thanks jean the copy paste from text editor works perfect
Title: Re: Play maker Array List Proxy(access from other scene)[SOLVED]
Post by: Abelius on July 30, 2022, 01:39:45 PM
Sorry for necroing this horribly old post, but it's the one that better mirrors my question...

Wouldn't be possible, with some modification on the Hash Table Proxy editor (?) script, to have an *actual* multiline string field for the values?

Just like when you use the [TextArea(x, y)] attribute above a string variable declaration, I mean.

Of course I don't expect the script being modified in the official PM package, just for my benefit, but it would be great if you could tell me what modification I'd need to make for Hash Tables in my setup behaving like that.

Thank you.