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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.