Hi,
I am learning how to use terrain object, I am following some tutorials and able to create some basic terrain. However I noticed that there was something wrong when I put grasses onto terrain, the number of draw calls goes up to 3k+ and “saved by batching” is 0
So I created a new scene, simple terrain, with only 4 grasses on it, as shown in the attached screen capture. There was only 1 draw call when i created the terrain, and there are now 5 draw calls when i placed 4 grasses onto the terrain.
So the problem is, that the grasses are not batched. Each grass cost 1 draw call, which will be a nightmare in production.
I had followed some online suggestions to turn on deferred lighting and making sure the dynamic batching option is ticked, as shown in the screen capture. However they don’t seems to work.
Is there something else I can do to batch the grasses? ( I haven’t tried trees yet )
Thank you,
Alex