Invisible objects (419548)

I can’t see any objects in scene view other than audio symbols, lights symbols, and camera symbols. When I select a 3D object, I see the selection square around it but not the part itself. Why is this?

What happens when you select the object in the Hierarchy, hover your mouse over the Scene View, and press “f”?

It zooms in, but the objects are still invisible.

Can you see unity primitive objects… ie, Go to ‘GameObject > Create Other > Cube’ in the menu at top. Then hover over scene view and hit ‘f’… wondering if it is a problem with your models or unity?

Regards,
Matt.

I can see the new cube just fine. I think the problem is that in the tutorial I downloaded, none of the objects had any mesh. They become visible when mesh is added, but the tutorial is showing them to already be visible.

Sounds like you have nailed it.

If you find the model in the project view (not the heirachy), can you see the model in the preview window at the bottom of the heirachy? you can also check the heirachy for a OBJECT NAME(Mesh Filter) at the top of heirachy if selected.

For the assets I can see the preview, but the mesh problem is in a scene which has no preview. I can probably add the mesh myself although I don’t know exactly what mesh goes with what.

I think you may have a problem with the tutorial package you have dl’d. If you can see it in the preview (project view selection), ignore your scene, and just drag the model from the project view into the hierachy and hit ‘f’ - you should be able to see it i’m guessing?! If so, something is screwy in your scene and maybe the meshes have got deleted (i’m guessing again now) from the GameObjects.

Invisible objects? It’s simple, choose Inspector, bottom, after TAG, change the option Layer (Default) to TransparentFX. And you’ll be fine.:lol:

Wow !
Your advice is just right for me !
Thank you very much Venilton !!