OK, I am making a tile game and used the cube game object. This cube is 1x1x0.25 so its shape is more like a floor tile then a cube; so now I will just call it a tile.
I created a material and added it to the tile. Looks good. Here is the question, when viewing this tile, I have the camera positioned so you can only see the front face and some thickness. The back face will hide a picture, when you click on it it rotates to show the hidden face and its picture.
How can I get a different material on the hidden face? Currently I am thinking of make the tile to be 2 tiles and glue them together. How would you do it?