I'm trying to figure out best way to get this textured.
I went with modular approach but I'm having hard time to get the textures to look "as one" instead of individual pieces.
Any other techniques to approach this?
I need those textures to look sharp on the screen.
Hope you understood what I mean.
Its going to unity if it makes any difference.
Replies
The "look as one" problem stems from your tileable textures.
Having elements that create solid lines across while repeating will help continue where your texture space is repeating.
http://www.thiagoklafke.com/modularenvironments.html
Great tutorial showing you how to mix different repeating elements into your textures, to not only create variety in your modular sets, but to extend the mileage on a texture sheet in general.
Looks like a very interesting read.
Cheers a ton.