playMaker

Author Topic: Playmaker 1.8.1 -- Inspector variables not properly referrencing Game Object.  (Read 2012 times)

Sid

  • Playmaker Newbie
  • *
  • Posts: 32
In Playmaker 1.8.1 it appears that the Inspector variables are not always correctly referrencing their Game Object.  Updating to 1.8.1 caused many instances of having to reset the Game Object in the Inspector and some did not work until it was directly referrenced in the Action itself and not the Inspector variable.

Using Unity 5.4.0f2 although it also happened in 5.3.
« Last Edit: July 27, 2016, 05:59:55 PM by Sid »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Hi,

 Is it not rather that these references are scene Objects on a Prefab? Prefab can not keep track of scene object outside their own hierarchy.

 Bye,

 Jean