GUI Texture not display in scene view? (496589)

I use unity4.0, when I create a GUI texture from GameObject->Create Other->GUI Texture menu, in scene view just appear the axis, there is no the default unity logo, but I switch to game view, it appear. why it can’t show in scene view?


A GUIElement isn’t really in the scene (it’s an overlay, and doesn’t use world space coordinates), so it doesn’t show in the scene view.

–Eric