Invisble all game objects in Scene View (in Unity 3.4 Only)

Hi

Now, I upgraded the unity 3.4 but all the game objects( of old projects) are invisible in scene view . When we select the single game object in hierarchy the it is visible on only in mesh form.

 In Scene view - Texture pane is set as default but i have also checked on other option  like : WireFrame , Tex- Wire, Render Paths etc in Scene view but still problem is same .

This projects are working well in unity 3.3 and also checked create new project in unity 3.4 but still same.

          Please help me if you know solution about this.

Regards

Laksh

Never experienced this with any version of Unity. I have upgraded to 3.4 on all machines and they seem to work fine.

My suggestion would be as follow:

  1. Create a new empty project.

  2. Copy everything from the old project /assets/ folder to the new project

See if this does the trick. My guess is that the meta-data or cache inside the other project folders somehow contains invalid/buggy data?

So if you could try this and tell me if that solved it?

I have checked this way already and also checked by create new project , placed the cube or any model in Scene view but still problem is same.

Hey, I had the same problem and i fixed it by looking at the layers-dropdown menu. The default layer is not turned on and if you check it on everything will appear as normal. Hope this fixes your problem.

Cheers