How to combine meshes for trees
I am trying to make a game taking place in a forest, with trees the player can interact with. This means terrain trees is not an option for me. But as I start adding hundreds of trees, the performerance loss is increased greatly (around 20 fps). So after som researching I found out that it might be because each individual tree generates its own mesh. So I have been trying to understand how it works and how to combine all the meshes to one common mesh, but it just seems very complicated what I am supposed to do.
I am using trees made with Unitys tree builder & I code in C#.
Your answer
Follow this Question
Related Questions
Why is one side of my mesh cube correct, but the other side isn't? 0 Answers
Why is my mesh not showing outside of an area? 0 Answers
Unexpected vertex amount when importing .blend file 0 Answers
Code generated mesh not visible 1 Answer
Failed Getting triangles & Failed setting Triangles - Using Quixel Voxel Terrain 0 Answers