playMaker

Author Topic: Array List not complete  (Read 2372 times)

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Array List not complete
« 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array List not complete
« Reply #1 on: January 12, 2015, 02:34:44 AM »
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

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Re: Array List not complete
« Reply #2 on: January 12, 2015, 11:17:12 AM »
prrttt.. you talk me chinease...

my images are in a folder named _Images...
« Last Edit: January 12, 2015, 11:43:22 AM by blackant »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array List not complete
« Reply #3 on: January 14, 2015, 03:10:26 AM »
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