I can't edit collider on unity21.3.3f

The collider component doesn’t have the Edit Collider Button!!
Obviously, there was the button on unity20version. After I update unity, the button has been disappeared.
But, collider is working. As I adjust the radius of Sphere Collider so that any object is collided, the OnTriggerEnter is invoked.
The problem is that the collider is not visible!! how can I see the collider?

8256624--1080729--이미지 001.png

The only thing you could do with that for a Sphere Collider is change the radius anyway. Just change the number in the inspector. As for making it visible - enable gizmos?

Also there are several newer versions of 2021.3 out - you should try updating Unity.

Thanks @PraetorBlue
In Scene, I turn on Gizmos button(it look like globe). The collision wire is shown.
Thanks a lot.

1 Like