Hey,
I wanted to start with something easy: A memory match game. And ran into my first problem -.-
The cards for the game shall be 3D, 1 texture for the front, 1 for the back and 1 for the four sides.
If I take a cube and then flatten it, I get one texture for all 6 sides.
The same for Box04, though the texture is applied a bit nicer.
So, how can I do that? Do I have to get a 3D-Modeling Software? Can I somehow access the 6 sides independently?
To go my first steps I'll use a Wooden Crate. The Top can get a different Material. But obviously isn't what I was looking for