playMaker

Author Topic: ArrayListAdd : ArrayList proxy not found!  (Read 1310 times)

misterlee

  • Playmaker Newbie
  • *
  • Posts: 12
ArrayListAdd : ArrayList proxy not found!
« 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?





jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ArrayListAdd : ArrayList proxy not found!
« Reply #1 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