When createing lots of game objects or just lots of objects in general, is their a form of texture to model comparison when it comes to pixel count on the UV to the actual width of an object, for example ingame I might have a dumpster next to a bench both roughtly the same size, yet their UV pixel count for each object would be different resulting in more pixels on the one than on the other, either because one of the UV maps being a different size or because the size’s of the UV islands being different.
Is their an easy way that I can calculate pixels to object width in order to get a consistant pixel count and an even spread across the 3D world?
Should I not worry too much about the above?
And if anyone is aware do actual game companies use a specific number of pixels to object width? And is their a standard?