I think this has something to do with the editor classes, but I’m not sure.
I have an object A with a child B. B has a UIText.
What I want is that whenever I change A’s gameobject name then B’s text change to the same.
Si I think I have to detect when the change occurs and then capture that event and change the name of the text.
Thanks in advance.