Cc.find("...") is not working on child nodes

Hello,

I am writing down a custom inspector.
When I am trying to look for a node (located in sub children), the cc.find returns “null”.

The following methods works the same (I tried them all):

  • getNodeByUuid
  • getNodeByName
  • getNodeByTag

How can I find and access current node and component in the custom inspector?

@slackmoehrle, @jare Please advice…