Mipmap Icons for Android#488
Conversation
There was a problem hiding this comment.
Could we have these different sizes in assets, then have them symlinked to here?
There was a problem hiding this comment.
Perhaps we move the icons to /assets/app/icons
There was a problem hiding this comment.
Perhaps we move the icons to
/assets/app/icons
Is it even possible to do this for Android projects? I assumed they had to be in res/, with all their respected mipmap folders and values
There was a problem hiding this comment.
That's why I said to just make a symlink
There was a problem hiding this comment.
Could we have these different sizes in assets, then have them symlinked to here?
Didn't see the top comment. I'll do that
There was a problem hiding this comment.
Could we have these different sizes in assets, then have them symlinked to here?
The project will now automatically use the 'game/assets/app/icons' directory for the icons
There was a problem hiding this comment.
Don't do it like this. Just have game/assets/icons/icon_64x64.png, etc.
There was a problem hiding this comment.
To be recognized by Android Studio, the folders must be named as such.
That's why I said to symlink the icons.
There was a problem hiding this comment.
To be recognized by Android Studio, the folders must be named as such.
That's why I said to symlink the icons.
Ok. I linked the icons to be gotten from "mipmap" with thier icon_ names
There was a problem hiding this comment.
put this in mipmap then
Did, and updated the .xlast to have the updated path
There was a problem hiding this comment.
wait, why is this in app/mipmap? it should be in app/icons/mipmap or something
|
I would like to go in and fix the icon that's used for iOS builds in Xcode, but can't since you made your PR on your master branch. Do you have access to Xcode by chance? Or can you go into the Xcode project with Notepad and change the file path for icon.png? |
|
|
|
Updated |

App icons