Remove collider from a plane object.

Hello everyone!

I have a plane that is vertical and transparent, and I want the player to be able to walk straight through it, but there’s no collider to turn off or remove. I don’t need to do this through scripting, all I want to do is make it so that an object such as the player can move through it. Thanks for any help you can provide me with!

If you can’t go through the plane, assuredly, there is a collider. The Mesh Collider component is by default right above the Mesh Renderer component in the Inspector. Disable the Mesh Collider for the plane by unchecking the little blue check box.