How can I make transparent the object keeeping the collider?
you can do it trough two ways…
the first one is to disabling only the mesh renderer,
other way is to setting your object as transparent shader and set alpha value to 0…
Wow Thanks Mig-081!