Search Issue Tracker
Fixed
Fixed in 5.2.2
Votes
0
Found in [Package]
5.2.2
Issue ID
WBTRB-153
Regression
No
Missing Icon Error in Console After Updating Terrain Tools to v5.3.0
Steps to reproduce:
- Create a new Unity project
- Install the Terrain Tools package
- Update the package to the latest v5.3.0
- Observe the Console
Actual results: 
{code:java}
Unable to load the icon: 'Packages/com.unity.terrain-tools/Editor/Icons/TerrainOverlays/BrushSettingIcons/Opacity@2x.png'.
Note that either full project path should be used (with extension) or just the icon name if the icon is located in the following location: 'Assets/Editor Default Resources/Icons/' (without extension, since png is assumed)
UnityEditor.SceneView:OnEnable () (at /home/bokken/build/output/unity/unity/Editor/Mono/SceneView/SceneView.cs:1357)
{code}
Expected results: No warnings or errors in the Console
Reproducible with versions: 5.3.0 (6000.2.0b4)
Not Reproducible with versions: 5.3.0 (6000.0.50f1, 6000.1.6f1, 6000.2.0b3)
Tested on (OS): Ubuntu 22.04
Note:
- Didn't reproducible after restarting the project
- Sometimes it reproduces after creating/editing terrain
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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note (fix version 5.2.2):
Fixed in 5.3.1