AppIconChangerUnity
Change the app icon dynamically in Unity

- iOS only, require iOS 10.3 or later
Instructions
- Import UnityPackage
Quickstart
Please check Demo directory for more information.
- Create an
Alternate Icons
from the context menu. - Set the icon. It can be set by resolution. Different sizes are automatically resized.
- The following methods are available
- AppIconChanger.iOS.SupportsAlternateIcons
- Check to see if the icon can be changed
- https://developer.apple.com/documentation/uikit/uiapplication/2806815-supportsalternateicons
- AppIconChanger.iOS.AlternateIconName
- Check the current icon name (null is the default)
- https://developer.apple.com/documentation/uikit/uiapplication/2806808-alternateiconname.
- AppIconChanger.iOS.SetAlternateIconName(iconName)
- Set the icon (null to restore the default)
- https://developer.apple.com/documentation/uikit/uiapplication/2806818-setalternateiconname
- AppIconChanger.iOS.SupportsAlternateIcons
Requirements
- Unity 2018.4 or higher.
License
MIT License (see LICENSE)