cs

GameObject.Find("Hand");

Unity - Scripting API: GameObject.Find

  • Pull mother monolith by name and access child components from there, etc. cs
var slides = GameObject.Find("t").GetComponent<MakeSlides>().slides;

This page is auto-translated from /nishio/GameObject.Find using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I’m very happy to spread my thought to non-Japanese readers.