Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a5
Issue ID
1093334
Regression
No
[Terrain] Reset functionality not working for the component
Reset functionality not working for Terrain when reset via cogwheel.
Steps to reproduce:
1) Create a new project.
2) Right-click in Hierarchy > 3d Object > Terrain
3) Paint Terrain > Raise or lower terrain
4) Change the brush size
5) Click on the cogwheel > Reset
Expected result: The brush size should reset to its original value.
Actual result: The brush size does not reset to its original value.
Properties which do not reset:
1.Brush size
2. Opacity
3. In Terrain settings > Autoconnect
4. Thickness
5. Wind settings for grass
6. Grass tint.
6. Mesh resolution
7. Texture resolution
Reproducible on:
2019.1.0a6, 2018.3.0b1, 2018.3.0a11, 2018.3.0a1, 2018.2.8f1, 2018.2.0a1, 2017.4.12f1.
Environment:
Windows and Mac.
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note (2019.1.X):
The tools are not actually part of the terrain component, they exist as global singleton scripts. They generally store their settings in user prefs or in the serialized singleton, not in the terrain. So resetting a Terrain component does not reset the tool parameters.