unity關於transform.Find的用法

transform.Find 只能找到所在物體的子輩 代碼Debug.Log(transform.Find(「test」)); debug出來的結果是null空值 那麼想要查找子輩的子輩怎麼辦呢,這時需要指定全路徑 Debug.Log(transform.Find(「GameObject (3)/test」));即可找到
相關文章
相關標籤/搜索