Playmaker Forum
PlayMaker Feedback => Action Requests => Topic started by: blackant on January 12, 2015, 02:25:49 AM
-
i see no possibility to add Object list to Array List
and i need something to List series of Sprites
-
Hi,
Are you refering to ArrayMaker ?
Are these sprites in the scene or in the resources? I would simply store names, and then use load resource to get the sprite on demand ( it only loads it once, then it's cached so you are ok in terms of perfs).
Bye,
Jean
-
prrttt.. you talk me chinease...
my images are in a folder named _Images...
-
Hi,
ok :) so what do you mean by Array List, where are you in PlayMaker to mention Arrays? you must be using ArrayMaker right?
Is is the concept of Resources that you don't undertand?
http://docs.unity3d.com/ScriptReference/Resources.html
or the concept of using ArrayMaker to store references of sprite, with just strings?
Bye,
Jean