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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
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.