Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2019.4.30f1
2020.3
2021.2
2022.1
Issue ID
1368792
Regression
No
Creating Unity Tree GameObject creates it with a BiRP Shader when the SRP is set to another Pipeline
How to reproduce:
1. Open the attached "case_1368792" project
2. Right-click and select "3D Object -> Tree" in the Hierarchy
3. Observe the Tree's Material Shader in the Inspector
Expected result: The Shader of the Tree's Material is based on Universal RP
Actual result: The Shader of the Tree's Material is "Hidden/Nature/Tree" that's based on BiRP
Reproducible with: 2019.4.33f1, 2020.3.23f1, 2021.2.4f1, 2022.1.0a16
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Resolution Note:
Tree Creator does not support replacement shaders by design.