playMaker

Author Topic: Parent of RectTransform is being set with parent property Error  (Read 977 times)

Athin

  • Full Member
  • ***
  • Posts: 163
Hey guys

I'm getting spam with this error and hoping that someone can help me out with this.  I got an FSM that will create GO text boxes that fill up with info to display on an UI Canvas when the player selects an item.  Everything works find but when I click on another item, I want to delete all of these created text boxes and re-create the boxes as need (Not a good system I know but just testing it out).  I use a "Destroy Children" action to wipe out the text boxes. Everything seems to work just fine but this warning message gets spam for each one that is deleted.  I don't understand why as it's talking about the parents of these items when they are getting destroyed?

I did a quick test scene and was able to repro it with a basic scene.  See attached and simple just run the scene to get the warning.  Seems to have to do with the vertical UI scripts but seems beyond me to figure out?

Thanks for any help anyone can give.