playMaker

Author Topic: A few little things..  (Read 1876 times)

grimmy

  • Junior Playmaker
  • **
  • Posts: 70
A few little things..
« on: April 23, 2014, 04:07:04 AM »
Hi, I've spotted a few little bugs while using Playmaker over the last few weeks. Some maybe things that I am doing wrong of course...

-Prefabs don't always update their fsms. This seems especially true when I change my prefab to reference to a global gameObject. All my instances still retain the original (non global) gameobject reference.

-The lock button is TINY!!  :P I find that I need to use this a lot, but for some reason you've made it it tiny. ?!?!

-The error reporting of prefabs connections to objects in scene seems to be random. Sometimes I get the errors and sometimes I don't. I'm not sure that they should automatically clear out all of your get property settings within a state either when this happens.

-ArrayMaker 'Clear Array' Seems to delete the array rather than just clear it.
« Last Edit: April 23, 2014, 04:13:01 AM by grimmy »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: A few little things..
« Reply #1 on: April 24, 2014, 05:11:49 AM »
Hi,

 Yes, the clear method is misleading unfortunatly. Make use of the new action "ArrayListResetValues" instead, gives you a lot more control over it.

bye,

 Jean