I use trees as a cheap and easy way to populate the world with buildings, I use the nature tree creator bark shader on those buildings.
The frame rate is dreadful.
frame debugger to the rescue.
It reveals that each tree is a draw mesh! 7.5k batches total.
I’m tempted to conclude that the terrain is abandonware or transitionware and should be replaced by some off the shelf voxel terrain, using gameobjects with instance material turned on (it is on all my materials).
What’s the consensus?