Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wils on February 25, 2017, 11:43:29 AM

Title: Displaying Item on UI upon collecting
Post by: wils on February 25, 2017, 11:43:29 AM
Hello,

I've just started to use Playmaker and have a little bit coding knowledge.
Currently, I'm working on a 2D point and click game. I've managed to store my array list of items upon clicking them by using ArrayMaker's ArrayList.

Here's the tutorial that I learnt from:
However, in the tutorial did not teach me how to display my stored array. Any ideas on how to make use of the stored array and display it as an item to use?

Thanks!
Title: Re: Displaying Item on UI upon collecting
Post by: jeanfabre on February 27, 2017, 03:59:17 AM
Hi,

 Check on the Ecosystem, there is a "dynamic List" uGui sample showing this.

 Bye,

 Jean