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
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- Terrain Layers don't use icons when viewed in the Project Browser
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
Resolution Note (fix version 5.2.2):
Fixed in 5.3.1