I added some node to my Camera prefab. And after that I'm awaiting that when I run my scene(where Camera prefab located) this SomeNode appeared in Camera node children. But it doesn't So... where it is? How can I get it in Camera node script?
I'm sorry, it's appear in children of node. It's mistake was made by me cuz not all prefabs had SomeNode and when several of them tries to get_node this it's make an error and that make delusion that lead me to this silly question.