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
- Setting Grid visibility back to 1 after increasing Grid size using keyboard shortcuts leaves the Grid invisible in Scene View
- Linux Server crashes when multiple WebSocket connections disconnect simultaneously
- Scene view Flythrough mode icon is stuck when maximising the Scene view with a shortcut during the Flythrough mode
- Text highlighting in Package Manager descriptions stays active when right-click is performed while holding the left mouse button down
- Some Material Overrides are viewed as broken when using the Shadergraph CustomLighting package sample
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.