Hey I've been working on a 1:1 scale remake of a series of factory units that used to exist in my area for a project and I just have a question about mid-sized assets and how to add more character to them.

This is one of the unfinished middle units, I've slapped on some temporary materials in the mean time but I have a question about the large door there.
I've used tileable 1k and 2k textures for everything so far. I've unwrapped the buildings and scaled the UV map larger than the UV space to automatically scale all my materials to the correct texel density across all assets. I'm mostly going with the technique used in from software games, since this is a game itself and aiming for standalone VR.
However I want to add more character and defining marks to this large wooden door. Do I go with a mask and combine two or more materials separated by a mask; for example: for the bottom quarter of the door I have a worn, more damaged version of the same texture and blend that using a mask. Then use decals to add more markings like signage and things?
Or, do I put this asset into substance painter and create a unique texture but it's going to be around 8k resolution to match the texel density of the meshes surrounding it?
This door is non interactable btw.

As you can see here most things look fine using the large UV method (they're all texel matched to my primary building so texels are identical across the board). But some assets could seriously benefit from a unique touch, rather than a tiling texture broken up with a noise mask and decals.
I should note that the painted wood texture on the large door in the first image is being tiled about 3.5 times per side of the door. The material itself is 2k resolution.
Replies
Have you tested your scene in VR yet?
*You don't combine materials per se, you layer textures together with masks, vertex painting, and/or secondary UV channels.
The heaviest these scene becomes so far is ~190 draw calls. I could reduce this, but in the majority of cases from the perspective of a VR user, it tops out at around 150 draw calls, in a lot of cases however this drops to 109 draw calls. I think this is mostly due to that the material instances are all unique textures with half of them using a noise mask mixing for variation i.e using two of the same brick texture, but mixing a noise mask and offsetting the second brick texture to break up visual repetition.
How would you say this is? Could be better?
This is from the stat menu, not sure how it varies based on a proper execution of the packaged version yet. What do you think? I've noticed the texture pool is capped at 800mb. I'm going to assume this means if my VRAM was a capacity of 1GB then this is good figure. I don't know if that's how it works though.