make objects invisible!

Hello.
Can someone tell me how to make object invisible, but still have collusion? i wana make like locked game area with invisible walls :slight_smile:
Thanks
streamX

To do this, you just need to disable or remove the mesh renderer component from the object. Alternatively, if you need a primitive collider (cube, sphere, capsule) then you can just add the collider component to an empty GameObject with no mesh.