Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
texture = tex; GameObject.Find("Aciklama1L1").transform.GetChild(0).GetComponent<RawImage>().texture = tex;
我想更改 RawImage 纹理,但它不起作用。
[已解决] 因为Gameobject是不可见的,所以它不起作用,用find找不到它。