So I’ve been building my project for mobile, I have a player mission and when the player pushes the button he gets a preview of the possibile reward. In editor the Item is showing just fine, in packaged game the icon is just a white square.. Thing is when the player finishes the mission the reward icon pops up and i can see the item… I have included in packaged directories the folders where the icon are. The logic to show the preview of the reward before and after is the same, I asynch load the soft ref from a data table, wait for complete and show the icon. I have made a print string to show the path of the icon, in editor I get a path, in mobile I get a black line… what is going on ??