- Home /
Multiple Tiling Textures in the Same Material
I am working on a 3d model of a castle, which will be very large in the game. I want to use 2-3 seamless textures for things like bricks, wood, etc., but I want to keep it all in one material (for fewer draw calls). I can't bake it all into one texture, because it would need to be very high resolution in order to look decent up close, and that would probably cause even slower framerates than using multiple draw calls, so I can't do that. How would I accomplish this?
This is NOT a good idea! Just use the few draw calls. It will be much faster than if you create a shader to do this ;)
Graphics_Dev pointed out that "This is NOT a good idea!". Not going to take credit for this answer; I'm just posting it to close the question.
Your answer
Follow this Question
Related Questions
Setting a material texture and saving it 1 Answer
UI Text and My character Draw calls 0 Answers
What's the easiest way to fix this streched texture? 1 Answer
Particle System Draw Calls 1 Answer
How do I fix repeating tiles ? 0 Answers