Skip to content

Improve usability of PlayerSettingsSetIconsTask #31

@ruccho

Description

@ruccho

Currently PlayerSettingsSetIconsTask simply exposes PlayerSettings.SetIcons() but it provides difficult user interface to understand.

public static void SetIcons(NamedBuildTarget buildTarget, Texture2D[] icons, IconKind kind);

The list is the same length as the list of icon sizes returned by GetIconSizes.

https://docs.unity3d.com/6000.0/Documentation/ScriptReference/PlayerSettings.SetIcons.html

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions