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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Resolution Note (fix version 2019.1):
Fixed in Unity Version 2019.1.0a6 (370df4c90d4b)