bugfender / BugfenderSDK-Unity

MIT License
0 stars 0 forks source link

Error building the app #3

Closed novavision closed 1 year ago

novavision commented 1 year ago

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.

jgimenez commented 1 year ago

Hi Roman, this seems like an issue with the build process. Have you tried Unity support?

jgimenez commented 1 year ago

Closing due to inactivity