Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
742272
Regression
No
[Editor][MassPlaceTrees] Inputting huge value to Number Of Trees field doesn't throw validation error
Steps to reproduce:
1. Open attached project and "test.unity" scene;
2. Select Terrain gameobject in the Hierarchy view;
3. Go to Inspector -> Terrain Component -> Place Trees tab;
4. Select tree and click Mass Place Trees button;
5. In the opened window input any value in range of 8-19 digits;
6. Click Place button;
7. Notice that validation error, telling that "Mass placing more than 1000000 trees is not supported" is displayed;
8. Input value bigger than 19 digits (20+);
9. Click Place button.
Actual result:
The validation error is not shown when inputting more than 19 digits (see attached gif video).
Expected result:
The validation error should be shown when inputting any value bigger then 1000000 (see attached expected.png screenshot).
Reproduced on 5.3.0b5, 5.3.0b2 for both OSX 10.11 and Windows 8.1.
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Though this is a bug, it is very minorĀ and easy to workaround; we are focusing on building the new terrain & decoration systems.