[펌] 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
- Create `AppIconChanger > AlternateIcon` from the context menu
- Set the name and icon
- 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
## 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)
'Unity3D > Plugins' 카테고리의 다른 글
[에셋] Disable Logs Easy (0) | 2024.04.18 |
---|---|
[Lunar Mobile Console - PRO] Actions and Variables Sample (0) | 2024.04.18 |
[Obfuscator] Rename : nameTranslation.txt (0) | 2023.12.08 |
[플러그인] GoogleMobileAds 8.6.0(with Unity2021) (0) | 2023.11.23 |
[링크] iMessageStickerUnity (0) | 2023.08.07 |