A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Yes, that is correct. Just enable interaction for the material that you have assigned to the Material Override field.
Hiding or bending grass would be a shader-specific feature, so it depends on what shaders you are using for your grass. Nature Renderer does not...
Can you let me know which render pipeline you are using? It is most likely the Translucency effect. If you are using HDRP then this effect shows...
Nature Renderer relies on Unity's terrain data, so mesh terrains will be difficult to support. That said, if you convert an exiting Unity terrain...
If you have specific Healthy and Dry colors set for the grass then editing the texture would be fastest. If you don't have specific colors set,...
Nature Renderer version 1.4.0 is now available through the built-in updater and will be available on the Asset Store within the next few days. Go...
There are quite a few different methods that you can use to optimize performance, but it all depends on what the bottleneck is. Could you profile...
What brightness do you want to change exactly? The color? The specularity/smoothness? The easiest way would be to change the material of the...
HDRP 10 support is ready! You can see your grass swaying again :)
An update on Unity 2020.2 compatibility: everything is working. A lot of changes were needed to get 2020.2 working, so I will spend a bit more...
This is, unfortunately, a limitation of the Lit shader. You would have to edit the shader code to add support for these features, but Unity resets...
Thanks for the feedback, I'll see if I can make the text clearer. As a side note: tree rendering is almost ready. I am currently fixing the...
Grass bending (interaction) is already in development, and is currently in open beta! You can request access here:...
Nature Renderer version 1.3.16.68 is now available. This is a small patch that fixes a freeze that could occur when entering playmode. I have also...
It should already be fixed in the latest patch. You can go to Help > Nature Renderer > Check for Updates to download it. The latest patch version...
Yes. Each terrain needs a Nature Renderer component.
A follow up on this: it is most likely caused by this Unity bug:...
Unity 2020.2 was only just released and this version is not yet supported by the shaders. Unity made some large changes to Shader Graph that broke...
@Salja An update is available now that fixes the build issue. You can go to Help > Nature Renderer > Check for Updates to download it. (version...
My bad, I left one line of debugging code that references the Unity editor. I am exporting and uploading a new package for you now.