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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
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.