Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.1.0a5
Issue ID
1093326
Regression
No
[Terrain] UI slider to change value is not present for modifying Mesh resolution under settings
UI slider to change value is not present for modifying Mesh resolution under Terrain settings
Steps to reproduce:
1) Create a new project
2) Right-click in hierarchy > Terrain
3) Terrain Settings > Mesh Resolution
4) Try to modify the fields of Mesh resolution.
Actual result: Observe that UI slider value is missing while modifying the values.
Expected result: UI slider value should be available to modify the values.
Reproducible on:
2019.1.0a6, 2018.3.0b1, 2018.3.0a11, 2018.3.0a1, 2018.2.8f1, 2018.2.0a1, 2017.4.12f1.
Environment:
Windows and Mac.
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
These properties are using DelayedIntField, and won't change until the user has pressed enter or focus is moved away from the int field. It is setup this way since it leads to larger changes in internal data structures that would be problematic if called every frame.