Search Issue Tracker
By Design
Votes
0
Found in
2020.1.0a14
Issue ID
1312207
Regression
No
Undoing creation of a Terrain Object will not remove the newly created Terrain.asset file that was created in your Assets Folder
When you create a new Terrain asset within the Unity Hierarchy or from the Terrain Tools Toolbox, a new Terrain.asset file is created within your Assets folder. When you attempt to Undo the creation of this new Terrain Gameobject in your scene. The Gameobject is removed but the .asset file remains.
Repro Steps:
1. Create a Terrain Object in your scene
2. Observe the Terrain.asset file that was created in your Assets folder
3. Press Ctrl-Z to Undo the creation of the Terrain Object
Actual Results
Terrain Asset file remains in the Assets folder but the Terrain Gameobject was removed from your scene.
Expected Results:
Undo action would undo all actions that occurred during the process of creating a Terrain Gameobject in your scene
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment