๐ŸชฝWings

Preview

Inspector

In the Customization Tab, you can edit the border and apply materials with an animated preview in play mode.

Available Wings

In the ranks tab, for each rank, you can quickly modify the wings and material, too.

You can also adjust some other settings. You can hover over the fields to check the tooltips if you need an explanation.

Wings Settings for individual ranks in Ranks List

Script Reference

You can use the SetIcon method to modify the icon via code or buttons.

ranksAnimationController.SetWing(i)
Method
Description
 DisableWings()

Removes Wings

 SetWing(int i)

 SetWingsMaterial(int i)

Retrieves the appropriate material from the materials list based on the given index and applies it to the wings

 SetWingsMaterial(Material mat)

Applies the material passed as parameter to the wings.

Last updated