3

Unity does not show collider, i can only see it if i press the edit collider button. enter image description here

enter image description here

I-Rey
  • 63
  • 1
  • 1
  • 6

3 Answers3

12

enter image description here

Note: Start the Gizmos Button Given in Image.

7

My suspect is that Gizmos are turned off. Try under Edit > Project Settings > Physics 2D > Gizmos > Always Show Colliders.

Andrea
  • 6,032
  • 2
  • 28
  • 55
0

Unity shows collider only for objects that was selected in hierarchy. Are you sure you selected one?

Sergiy Klimkov
  • 530
  • 7
  • 15