Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
5.4.0b5
Issue ID
768865
Regression
No
[TerrainComponent][Editor] Tweaking terrain component's settings doesn't undo/redo
Steps to repro:
1. Open Unity;
2. Add Terrain component (GameObject -> 3D Object -> Terrain);
3. Go to any Inspector's tab of Terrain component (e.g. Terrain Settings);
4. Change value for any scale bar, checkbox or dropdown list;
5. Either press cmd(ctrl) + Z or select Edit -> Undo.
Actual result:
All values of the Terrain settings stay the same, which creates inconsistency within the product. For example, in the Camera component any twekable property (projection, field of view, clipping planes) could be reverted by undo.
See attached actual.png screenshot.
Expected result:
After executing Undo last changed Terrain component's value should be reverted to its previous value.
Partial workaround (only for Terrain Settings tab) is to reset component by clicking on cogwheel
Notes:
- Reproduces in 5.4.0b5, 5.3.1p1, 5.2.4p4, 5.1.3f1;
- Reproduces for both Windows 10 and OSX 10.11.3;
- Undo works fine for Terrain Collider component.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2019.1):
Fixed in Unity Version 2019.1.0a6 (370df4c90d4b)