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
- Animator Controller throws MissingReferenceException after undoing Layer Creation
- Full stack trace is always printed when an exception occurs in an IL2CPP build
- Licensing Client fails to launch when opening Unity Hub (licensing client path is not found)
- Licensing Client fails to launch when opening Unity Hub
- Different custom Shader behavior when GPU Resident Drawer is enabled
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.