- Home /
how to compressed meshes into 1 mesh without destroying texture.
I have this house with multiple mesh and those multiple mesh has multiple texture. I use Cinema 4D to connect and delete meshes into 1, but the problem is the outcome is a house with 1 colored texture.
I'm doing this because having multiple meshes in to 1 house is a memory problem, I need a lot of houses actually and just duplicating about 6 houses makes the game lag.
So a solution to the lag problem because of memory problem while still using those multiple meshes house could also be considered as an answer. Please and thank you.
research into unity's Sub$$anonymous$$esh & Level of Detail (LOD)
Could you combine all textures needed for the house into one? If you can render the entire house using one material only, it will be faster.
by the way this house can be entered inside, which makes UV mapping a bit "?"
You could start by disabling the inside unless the player is about to enter the house. But no, as long as your UV maps are setup properly both inside and outside, combining the two textures should not be difficult. I do however not know anything about how Cinema 4D works.
I found something useful, its from the Asset Store its called $$anonymous$$esh Baker, the only problem is I kinda need the payed version because the free one doesn't allow to bake with different shaders... only diffuse and bumped diffuse, so I tried changing the shaders to only diffuse/bumped diffuse but what it did is also change the colors of each texture. so no, not a solution.
Your answer
Follow this Question
Related Questions
Textures do not appear on mesh correctly? 0 Answers
What is the correct way to do multiple textures on 1 mesh? 2 Answers
16-bit compression makes textures transparent? 1 Answer
How to disable texture wrapping caused by compression? 2 Answers
How to confirm the vertex of a mesh that mouse in and change its texture 0 Answers