Search Issue Tracker
Fixed
Fixed in 2022.3.58f1
Votes
0
Found in
2022.3.22f1
Issue ID
UUM-68480
Regression
Yes
Warning is shown when changing the "Blur Direction" slider value of the Terrain Component in the Inspector
Reproduction steps:
1. Open the attached “TerrainIssue.zip” project
2. Open the “SampleScene”
3. Select the “Terrain” GameObject from the Hierarchy
4. In the Inspector in the Terrain Component select the “Paint Terrain” button (Second from the left)
5. In the dropdown property select the “Smooth Height” option
6. Modify the value of the “Blur Direction” property
7. Observe the Console
Expected result: No warnings are thrown
Actual result: Warnings are thrown when the slider value is changed
Reproducible with: 2022.3.7f1, 2022.3.22f1
Not reproducible with: 2021.3.36f1, 2022.3.6f1, 2023.2.15f1, 6000.0.0b12
Reproducible on: Windows 11
Not reproducible on: no other environment tested
Notes:
- Full warning: “Saving has no effect. Your class 'UnityEditor.TerrainTools.SmoothHeightTool' is missing the FilePathAttribute. Use this attribute to specify where to save your ScriptableSingleton.
Only call Save() and use this attribute if you want your state to survive between sessions of Unity.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)”
- Reproducible on a new project
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
Add comment