Unity object: Plane render both sides, possible?

Hi, I have a question: when I add either a Unity Plane through add new object menu, or import a new asset (for example *OBJ model) consisting of planes, the engine seems to render only 1 side, the other side dissapears.

The question is: is there a way to render both sides of a plane?

Thank you.

A plane only has one side, and only renders on that side. That’s intended behavior. So, there’s two ways to get a plane to render on two sides, two both are kinda wonky:

1: make two planes, put them back-to-back.

2: make a completely flat box instead.