- Home /
Die Frage ist beantwortet, die korrekte Antwort wurde akzeptiert
Can't see box collider 2D and Sprite renderer in scene view
Hi! I have two characters so far. Except the sprite they are identically.
But I can't see the the Sprite renderer and the green boundaries of the Box Collider 2D of one character in scene view. In game view everything works well.
Why I can't see these components?
I am using Unity 5 on a Mac.

check if you have collapsed the collider component on your object.
Hey guys just in case someone runs into this same issue. I fixed $$anonymous$$e by clicking on the Layers dropdown box that is above the inspector tab (top right of screen) and it shows what Layers you have set to visible. Simply click the eye icon beside the layers you want to Show/Hide in the scene view.
Hopes this helps.
Answer by hexagonius · Oct 09, 2015 at 02:48 PM
select the object and press F in scene view to focus it. The editor camera might be too close to out and clips it out or bypasses it. for the boundaries, I guess it's the same reason. if not, check that the collider component is not collapsed
I did it but I can't see sprite or Colider 2D.
2 weeks ago I asked the question why I can't see some prefabs of tutorial assets. No official answered. This sucks a lot!
As a Pro customer I begin to ask if I should change to Unreal engine.
well, this is just a forum. Unity support cost extra in both cases, free and pro. sorry that I cannot help.
but still a few thoughts: Is the draw order correct? does the collider have a size and is not offset too far? what happens in a new empty scene?
I thank you very much for your time and help.
You helped a lot. As you said I made a new blank scene. At first same situation. I don't know why but I fiddled around with the layer of the GameObject.
For the game I made an enemy layer and a hero layer so that no hero is interacting/colliding with itself.
When I change hero layer to default - drum roll - I can see collider and mesh as before.
The question is now why the layer affect the appeareance of collider/sprite? The other character where everything is ok got an enemy layer.