As far as I know Unity has not made a HD/LW version of the tree creator shaders. They might do at some point.
I think you might have more luck using vegetation from assets that already support the SRP. NatureManufacture has some packages with trees that does that.
For speedtree I think there is a plan to support it. I saw changes in the HD SRP changelog but nothing released yet.
is this still in using the SRPs? What mode are you rendering the grass in.
Instanced indirect does a per item distance/frustum culling while instanced does a cell culling. For instanced rendering the culling has to be done on the CPU and it is to expensive to test every item.
In Vegetation Studio Pro there is per item LOD selection and culling on grass and plants also when rendering instanced. The extra power and multithreading of the job system allows for that.
Yes this issue is while using the SRP. Iāve tried rendering the grass using both instance indirect and instanced, but I seem to get the same result. The only way I seem to get the desired result is to switch the grass to āNormalā rendering.
Hi Lennart - Iāve just purchased this and Iām afraid Iām a bit stuck right at the beginning. I have multiple terrain tiles. I am using Microsplat. Nothing is showing on the terrain. I set up a vegetation package with no textures Added a speedtree. Nothing appearsā¦ (P.S. I have hit the big green button!)
UPDATE: I have found the vegetation! It was on a random tile. I have now turned off āauto select terrainā, so can now select a single tile to have vegetation on. So how do I render vegetation on multiple tiles?
Hi @LennartJohansen having a new āissueā today. Is there any way to extend the āperimeterā of the texture exclusion? As you can see in the images below that texture is set up as an exclusion, and for the most part it works, but there are some edge-cases.
Hi. Really liking the asset so far. Bumping into an issue though. Using a custom grass shader made with Amplify, and followed the instructions to make it useable for instanced indirect. But thatās not really the issue.
It seems that the grass is not ending up in the depth buffer? Thatās why the fog is interacting so weirdly with the grass.
When I place the grass without Vegetation Studio Pro, thereās no issue.
Any ideas?
EDIT: Okay, Iāve tracked down the issue. Itās because in my Amplify shader I use the node āWorld Normalā somewhere. (used for a ramped lighting effect). (using instanced render mode, when putting it on normal render mode it works fine, but thatās not an option because of performance of course).
So, is there a way around this so I can use this node?
Or wonāt this be possible at all?
The visual style weāre going for heavily relies on it though.
has anyone tried to make an Android build on Unity 2018.2.x? the game just crashes on loading the scene. i thought it might be the instanced rendering causing the issue, but i get the same result no matter what settings.
edit: nvm, got it resolved. apparently it works with IL2CCP
I asked this question a week ago and no response from developer. Any help would be appreciated! I have multiple tiled terrains. How do I run VS across them all?
Hi. You need to duplicate the Vegetation System object for each terrain. They can use the same Vegetation Package for rules. Then assign one terrain for each.
For Vegetation Studio Pro you can assign multiple terrains to a single vegetation system component.
For fastest support try the discord server. Usually a good crowd online if I am not there.
Link in my signature.
What probably happens here is that the center/pivot point of the tree is outside of the texture area. There is no way to extend it. What could work is to draw a almost transparent wider road on the terrain with a wider brush. This would give an area with a small % of road that almost does not show but can be tested with the rule.
Cells out of visible range are not processed. The overhead is not that bad.
In Vegetation Studio Pro they share a single internal cell structure. You define a āworld sizeā and can add multiple terrain to that. The upside here is that loading terrain run-time is faster and vegetation of the same type will batch between terrains also.
Hi. Have a look at the setup guide here There is a requirement for the Job package version.
There is also a forum thread for Vegetation Studio Pro here .