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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Element name field has no character limit in UI Builder
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Add comment