Hi! I have an issue when building iOS with the package, while some icons are not set. And, I think these icons should not be compulsory.
According to document from Apple, only the following icon sizes are compulsory for iMessage:
But the code from the current latest package, it also requires:
- 58x58 iPhone Settings @2x
- 87x87 iPhone Settings @3x
- 58x58 iPad Settings @2x
But seems they should be just optional according to apple document. Otherwise we will need some dummy Texture2D object here or I will get null reference and fail to build with stickers when exporting these icons when building iOS in Unity. As current code here expect these 3 icons always exists. Correct me if I misunderstand something. Thanks!