AppIconChangerUnity - Change the app icon dynamically in Unity (iOS only)

AppIconChangerUnity
https://github.com/kyubuns/AppIconChangerUnity

Change the app icon dynamically in Unity
Support for new icon formats in Xcode13
→ This means that A/B Test on AppStore is also supported.

  • iOS only, require iOS 10.3 or later

## Instructions

  • Import by PackageManager https://github.com/kyubuns/AppIconChangerUnity.git?path=Assets/AppIconChanger
  • (Optional) You can import a demo scene on PackageManager.

## Quickstart

## Tips

What is the best size for the app icon?

When the Type of AlternateIcon is set to Auto Generate, the icon will be automatically resized at build time, so there is nothing to worry about. (The maximum size is 1024px.)
If you want to control it in detail, you can change the Type to Manual.

## Requirements

  • Unity 2020.3 or higher.
  • Xcode 13 or higher.

## License
MIT License (see LICENSE)

8 Likes


kyubuns
thanks you. it’s work for me. Xcode 13.2.1. Unity 2019.4.39f1

1 Like


kyubuns thank you so much man this is amazing! :slight_smile:

I wanted to ask, is there a way to remove the “You have changed the icon for…” popup?

8875044--1212063--upload_2023-3-14_12-54-24.png

No, this is a dialog that the OS has generated and cannot be hidden (unless iOS will supports it).

1 Like

Hey kyubuns, thanks so much for replying so quickly, I really appreciate it!
A quick follow up question, can the text of the popup be changed?

No, this dialog is completely controlled by iOS…

1 Like

This look amazing,but i’m interested to know if there’s a method to make same thing in android

1 Like

same question, any solution for Android? seem like Android app support change icon dynamically:

just wonder is it possible to integrated to Unity Android