kyubuns / AppIconChangerUnity

Change the app icon dynamically in Unity (iOS only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppIconChangerUnity

Buy Me A Coffee

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.

Screen Shot 2022-02-25 at 15 01 24

Quickstart

  • Create AppIconChanger > AlternateIcon from the context menu

Screen Shot 2022-02-26 at 13 15 02

  • Set the name and icon

Screen Shot 2022-02-26 at 13 15 47

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.
Screen Shot 2022-02-26 at 13 16 15

Requirements

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

License

MIT License (see LICENSE)

About

Change the app icon dynamically in Unity (iOS only)

License:MIT License


Languages

Language:C# 95.5%Language:Objective-C++ 4.5%