📜  unity prefab 按钮不起作用 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:56.039000             🧑  作者: Mango

代码示例1
Make sure:
1. Button gameObject is active (you won't see it if its not active)
2. Button component on the gameObject is active (looks greyer when inactive)
3. No text  or any other element's bounding box is covering it
IF these don't work, comment the your answer.