WuhuIslandTesting/Library/PackageCache/com.unity.render-pipelines.universal@8148.0.7-4/Documentation~/speedtree.md
2025-01-07 02:06:59 +01:00

10 lines
509 B
Markdown

# SpeedTree Shaders
The Universal Render Pipeline uses the SpeedTree system for tree Shaders. To read more about that, [read the SpeedTree documentation in the Unity main manual](https://docs.unity3d.com/Manual/SpeedTree.html).
When you use SpeedTree Shaders in URP, keep the following in mind:
* There is no Global Illumination on trees in URP.
* Trees cannot receive shadows in URP.
* In URP, you can configure whether lights should be per vertex of per pixel in the [URP Asset](universalrp-asset.md).