Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4
2019.3.0f4
Issue ID
1207339
Regression
No
[Terrain] Min/Max Width/Height on Detail Mesh allows Minimum value to be larger than Maximum value
When adding or editing a detail mesh in the terrain tools, the fields allow you to enter a minimum value larger than the maximum value.
1. Create a new unity project.
2. Create a new terrain in scene. (Right-click in Hierarchy -> 3D Object -> Terrain)
3. Select the terrain in Hierarchy to view in inspector.
4. In inspector, click the 'Paint Details' tab.
5. Click the 'Edit Details' button and then 'Add Detail Mesh'.
6. Enter any Min field to be larger than the Max field.
Expected Outcome: The min width is not allowed to be larger than the max width. Either the max width should increase to match. This is how it works with the 'Add Grass Texture' window, which is almost visually identical to 'Add Detail Mesh'.
Actual Outcome: Nothing happens. The min width/height field is accepted with no complaint.
Reproducible in 2019.3.0f4, 2017.4.32f1. Not a regression.
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:
A delta is caculated between minWidth and minHeight. While this is certainly not correct, the result is effectively the range between the values, regardless of order.