Search Issue Tracker
Fixed
Fixed in 6.0.7, 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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment