Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: play_edu on May 03, 2016, 08:18:32 AM

Title: hash table Missing In 1.8[SOLVED]
Post by: play_edu 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
Title: Re: hash table Missing In 1.8
Post by: mdotstrange 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
Title: Re: hash table Missing In 1.8
Post by: play_edu 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
Title: Re: hash table Missing In 1.8
Post by: ransomink 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...
Title: Re: hash table Missing In 1.8
Post by: play_edu 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)?

Title: Re: hash table Missing In 1.8[SOLVED]
Post by: ransomink 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...
Title: Re: hash table Missing In 1.8[SOLVED]
Post by: play_edu on May 04, 2016, 06:39:27 AM
Thanks Bro.