Search Issue Tracker
Fixed
Fixed in 6.2.1, 6.3.0
Votes
0
Found in [Package]
6.0.6
6.2.0-pre.4
6.3.0-pre.2
Issue ID
ARFB-593
Regression
No
“Unable to load the icon” errors are thrown in the Console after installing AR Foundation package
Steps to reproduce:
1. Create new Unity project
2. Install AR Foundation package (com.unity.xr.arfoundation)
3. Once installed, observe the Console window
Actual results: Errors - Unable to load the icon - are thrown in the Console window
Expected results: No errors are thrown in the Console window
Reproducible with versions: 6000.0.50f1, 6000.1.5f1, 6000.2.0b3
Tested on (OS): macOS Silicon, Sequoia 15.5
Errors:
*
{code:java}
Unable to load the icon: 'Packages/com.unity.xr.arfoundation/Editor/Icons/ViewEnvironment.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 /Users/bokken/build/output/unity/unity/Editor/Mono/SceneView/SceneView.cs:1353)
{code}
*
{code:java}
Unable to load the icon: 'Packages/com.unity.xr.arfoundation/Editor/Icons/NoViewEnvironment.png'.{code}
*
{code:java}
Unable to load the icon: 'Packages/com.unity.xr.arfoundation/Editor/Icons/XREnvironment.png'.{code}
*
{code:java}
Unable to load the icon: 'Packages/com.unity.xr.arfoundation/Editor/Icons/ArrowCaretLeft.png'.{code}
*
{code:java}
Unable to load the icon: 'Packages/com.unity.xr.arfoundation/Editor/Icons/ArrowCaretRight.png'.{code}
*
{code:java}
Unable to load the icon: 'Packages/com.unity.xr.arfoundation/Editor/Icons/AddEdit.png'.{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment