Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: misterlee on January 07, 2017, 06:13:04 PM

Title: ArrayListAdd : ArrayList proxy not found!
Post by: misterlee on January 07, 2017, 06:13:04 PM
I've been getting this error message randomly, for the last couple of days. I have a list that objects add themselves to so they can be picked up by the player. It's been working perfectly fine for one month, then suddenly I keep getting this error at some random point during the day as if there is no array list on the game object. There definitely is the 'Play Maker Array List Proxy' script on the game object, and it works fine most of the time but then suddenly... boom it breaks for no obvious reason.

The error is "ArrayListAdd : ArrayList proxy not found" along with loads of paths to PlayMaker source files.

Has anyone else had this issue and know how to make it stop?




Title: Re: ArrayListAdd : ArrayList proxy not found!
Post by: jeanfabre on January 09, 2017, 02:31:18 AM
Hi,

 could it be a race condition? what's your setup, is your proxy on a prefab you just instanciated? do you have more than one proxy on that GameObject?

 Bye,

 Jean