- Home /
Lightmap and Combined Meshes problem
I have problem when using Combined Meshes with object lightmapping in Unity 3.0 when I use both of them and click play button the error occur
Mesh.vertices is too large. A mesh may not have more than 65000 vertices. UnityEngine.Meshet_vertices(Vector3[]) MeshCombineUtility:Combine(MeshInstance[], Boolean) (at Assets/Standard Assets/Scripts/Utility Scripts/MeshCombineUtility.cs:170) CombineChildrentart() (at Assets/Standard Assets/Scripts/Utility Scripts/CombineChildren.cs:66)
this object has vertice around 70-400 vertices when remove lightmapping everything run smoothly as expected.
Anyone have suggestion on this one?
Your answer

Follow this Question
Related Questions
Unwrapping.GenerateSecondaryUVSet save auto ? 1 Answer
Object odd light problem with mesh? 1 Answer
How do I ensure Combined Children Meshes are on the layer I want? 2 Answers
Combine Mesh, Occlusion Cull, Lightmapping All In One 1 Answer
How can I bake a lightmap at runtime using new unity 3 2 Answers