My sprites have a scale of (1,1,1). But if I create a cube of scale (1,1,1) it is a lot bigger. By what amount do I have to scale the cube to fit the size of my sprites? I am using the default Unity camera by the way.
EDIT: I managed to switch to tk2dCamera. That would mean, I can work with pixel-values, right?