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.
我创建了一个空的 GameObject 来包含 GUI 文本对象,我怎样才能让它们隐藏?我会使用渲染器还是会一一挑选那些 GUI 文本对象并将其活动设置为 false?我不想要很长的部分,这就是为什么我只是想知道我该怎么做。谁能帮我?
最简单的方法是激活和停用包含所有 GUI 文本对象的游戏对象。