Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3
2019.2.0a4
Issue ID
1123980
Regression
No
[Terrain] Detail Meshes rendered differently when grass texture is also assigned to Terrain
Related to: https://fogbugz.unity3d.com/f/cases/resolve/776013/
Repro Steps:
1. Open a new project with Unity 2019.2.0a4
2. Create a Terrain
3. Create a new Cube gameobject in the Scene
4. Create a prefab out of the Cube by dragging it from the Hierarchy to your Assets folder in the Project window
5. Select the Terrain
6. Go to the grass and details tab
7. Edit Details -> Add Detail Mesh
8. Add the Cube prefab as a Detail mesh to the Terrain
9. Edit Details -> Add Grass Texture and add one of the built-in textures
10. Paint the Cube on to the Terrain
11. Delete the grass texture from the Terrain
Result: You should see the rendered cubes change in appearance after removing the grass texture from the Terrain
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
- Crash on RaiseException when terrain detail instancing is excessive
- Prefab variant reference is lost when assigned by click-and-drag in Prefab Editor mode
- Opening any dropdown in Shader Graph stops the Nodes preview but it still plays in the background
- GPU utilization increases when a GameObject is selected
- Motion Blur has sharp edges when object is moving in the foreground of another object
Resolution Note:
New system in progress for future detail rendering. The issue here is bad atlasing, which is a fairly large change to make to an old system.