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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.