Sometimes (not sure in what cases exactly) I get the error building the app
Asset: 'Assets/Bugfender/Resources/BugfenderIcon.png'
Asset name: BugfenderIcon
(You are probably referencing internal Unity data in your build.)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
I had it on iOS and Android. Reimporting BugfenderIcon.png helpes, but after this issue may appear again.
Unity 2022.3.10f1
For editor resources better use EditorDefaultResources instead of Resources folder because all Resources folders are embedded to the build and we don't need your editor assets there for sure.
Sometimes (not sure in what cases exactly) I get the error building the app
I had it on iOS and Android. Reimporting BugfenderIcon.png helpes, but after this issue may appear again. Unity 2022.3.10f1
For editor resources better use EditorDefaultResources instead of Resources folder because all Resources folders are embedded to the build and we don't need your editor assets there for sure.