playMaker

Author Topic: hash table Missing In 1.8[SOLVED]  (Read 2511 times)

play_edu

  • Full Member
  • ***
  • Posts: 116
hash table Missing In 1.8[SOLVED]
« on: May 03, 2016, 08:18:32 AM »
Hi,

I'm Using unity 5.1.2 And play maker 1.8. There is hash table is Missing. I Search On Ecosystem But No luck.Array maker Update OR ?. Please Help.

Best Regards,
Play_edu
« Last Edit: May 04, 2016, 03:24:39 AM by jeanfabre »

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: hash table Missing In 1.8
« Reply #1 on: May 03, 2016, 10:48:32 AM »
1.8 has built in arrays- if you want to use Hash tables then you'll want to download Arraymaker from Ecosystem
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

play_edu

  • Full Member
  • ***
  • Posts: 116
Re: hash table Missing In 1.8
« Reply #2 on: May 03, 2016, 11:58:49 PM »
Hi,
Thanks For Quick replay.

I know if i download array maker and install. Then there is too category of array 1 is inbuilt and anther from array-maker proxy. That's Way I asking if There is a separate script or package for hash table.

Also I Import array maker And Removed All Array (Coming from array maker Not inbuilt ) scripts accept hash table And it's Work. But i dont know if there is any bug coming or not. i worry about bcoz i have large projects.

Best Regards,
play_edu
« Last Edit: May 04, 2016, 12:32:14 AM by play_edu »

ransomink

  • Playmaker Newbie
  • *
  • Posts: 44
Re: hash table Missing In 1.8
« Reply #3 on: May 04, 2016, 03:09:58 AM »
Hashtables come with ArrayMaker from Ecosystem. It has a separate drop-down in the Actions panel: ArrayMaker/HashTable.

I would keep all the array scripts from ArrayMaker as you may need them at one point. Plus, you have more options/actions when using ArrayMaker array than built-in array...

play_edu

  • Full Member
  • ***
  • Posts: 116
Re: hash table Missing In 1.8
« Reply #4 on: May 04, 2016, 03:42:38 AM »
Hi,

Thanks For Replay.

You get any warning or any bug with both Array(Inbuilt + Array maker array)?

« Last Edit: May 04, 2016, 05:44:15 AM by play_edu »

ransomink

  • Playmaker Newbie
  • *
  • Posts: 44
Re: hash table Missing In 1.8[SOLVED]
« Reply #5 on: May 04, 2016, 06:35:06 AM »
Nope, no warning. I believe the built-in arrays are Unity's array and the ArrayMaker arrays are lists. They both coexist because they are not of the same type. Likewise, ArrayMaker HashTables are dictionaries...

play_edu

  • Full Member
  • ***
  • Posts: 116
Re: hash table Missing In 1.8[SOLVED]
« Reply #6 on: May 04, 2016, 06:39:27 AM »
Thanks Bro.