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
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
- The options modal for which type of Tilemap to create isn't drawn when it has been previously closed until the user moves their cursor
- There are 2 Overlay Menus present in the Tile Palette Window
- Unable to change the Shadow Map resolution for lights via Inspector when 'preserveCachedShadow' is enabled
- Adaptive Probe Volumes are not loaded when Adaptive Light Probes are exported via Asset Bundles and opened on another project
Resolution Note (fix version 2019.1):
Fixed in Unity Version 2019.1.0a6 (370df4c90d4b)