Search Issue Tracker
By Design
Votes
0
Found in [Package]
5.0.3
Issue ID
WBTRB-96
Regression
No
Terrain tools activate without user request
Description:
Tools should only ever activate by user request, to avoid unexpected situations, and potential data loss (eg, if a tool is activated without the user's intent, and they unknowingly use the tool to modify scene data, then are unable to undo without losing separate, desired changes).
Repro Steps:
- Select a Terrain object
Actual Results:
A terrain tool is activated
Expected Results:
The active tool is not changed
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:
This is not a regression and how Terrain has functioned historically. By Design