Tree Billboard Start dont work

Hello.
In Unity everything looks fine, but when i build game only the nearest trees are rendered(The rest are 2d billboards(or 3d but with no details?). I use trees from unity standard asset.

I try to change value of Billboard Start but that did not work. Even in unity that did not make any effect what is weird. I post a screenshot of game in unity and on builded game.
I dont know why but the grass is rendered normally.
My frames are fine so its not computer problem.
Or maybe its something wrong with details settings?

Does anyone have any idea how to fix this?
Thanks for any help :slight_smile:

Tree Distance is what controls the draw of all trees regardless if they are billboarded or not.

That can be found by clicking on your terrain
2) Click on the Cog
3) Underneath “Tree and Detail Objects”
4) Tree Distance

If that doesn’t work, then test a different object, say a rock. If that clips out then the issue is with your Camera.

The Camera should have a clip or DRAW distance that you can tweak.

When building a game, Build Settings > Player Settings > Keep Loaded Shaders Alive, tick this.
Try this, maybe it will work.