Hello,
I'm not sure if I'm doing something wrong, seems there is something up with the "Compare Name" condition on "Game Object" on my test:
I want to save some data to the parent object when its rendered.
My setup is as follows:
Gridviews.item_name is "choices_Item"
"choices_Item" is the parent of "choices_text"
The sub-event never fires, there is nothing on the console log.
I've checked via the text append and choices_text.GameObject.parent returns the correct parent name.
I can also set up a trigger on gridview render for "choices_Item" and that works, just wondering if I'm doing something wrong.