Loading Screen Console Error

Report errors found in any assets.
Post Reply
User avatar
SupremeSmash
New Member
New Member
Posts: 1
Joined: Sat Jul 06, 2019 6:04 am

Hi,

I am getting this error at run time

Code: Select all

Unable to load the icon: 'MiniPopupNoBg'.
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.EditorGUIUtility:IconContent(String, String)
Lovatto.SceneLoader.Style:.cctor() (at Assets/Loading Screen/Content/Scripts/Internal/ReorderableList/Editor/ReorderableList.cs:1837)
System.Object:__icall_wrapper_mono_generic_class_init()
Lovatto.SceneLoader.ReorderableList:DrawHeader(Rect, GUIContent) (at Assets/Loading Screen/Content/Scripts/Internal/ReorderableList/Editor/ReorderableList.cs:573)
Lovatto.SceneLoader.ReorderableList:DoList(Rect, GUIContent) (at Assets/Loading Screen/Content/Scripts/Internal/ReorderableList/Editor/ReorderableList.cs:297)
Lovatto.SceneLoader.ReorderableDrawer:OnGUI(Rect, SerializedProperty, GUIContent) (at Assets/Loading Screen/Content/Scripts/Internal/ReorderableList/Editor/ReorderableDrawer.cs:26)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi,

That should not interfere with the game, just a visually error in the editor, but still need to be fixed of course,
which version of Unity are you using?
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply