kyubuns / AppIconChangerUnity

Change the app icon dynamically in Unity (iOS only)
MIT License
196 stars 28 forks source link

New feature: Create scriptable objects from selection #3

Closed cs-altshift closed 2 years ago

cs-altshift commented 2 years ago

I've added a new feature, that allows for the creation of one or more AlternateIcon ScriptableObject files directly from the current selection. Select one or more Texture2D assets and go to Assets > Create > AppIconChanger > AlternateIcon from Selection...

It will autofill the iconName based on the file, as well as the source property

Very useful when you have a lot of icon to handle

kyubuns commented 2 years ago

That’s great feature!! Thanks for your PR.