My problem is ( as illustrated below ) that none of the UI elements are showing up in scene view. All i can see is the boundaries provided by the rectangular tool.
Every other thing is working as expected.
Am I missing something?
I tried reinstalling Unity, but it didn’t solve the problem.
My current version is 4.6.0f1, but I had the same issue with older versions as well.
I’m running Unity on Windows 7.
I have an Ati HD4300 videocard if that’s relevant (can’t guess how…).
Thanks for helping!
Hey guys !
I had the same issue and none of the solutions above seemed to work. Then I just remembered that for an obscure reason you have to unzoom a lot in your scene.
All the UI’s elements are way much bigger than your actual scene size.
I founds this!
if you are using the new Rendering Pipeline, URP, HDRP , LWRP. check the settings at your forward renders, it must have UI and Transparent layer assigned to the transparent layer dropdown!
I couldn’t solve it with upgrade to 5.0.2f1 but i saw the answer of “selecting Layer UI” and this didn’t work for me however I selected Default layer and it worked
You need to select an object on the scene before attempting to add a UI Component to it. If you want to create a UI object directly, go to GameObject → UI
Found another reason this might happen. Just having elements in the Scene is not enough for them to be visible. You have to make sure they are also inside the Canvas item in the scene hierarchy!