Transition Options
Within a selectable component there are several transition options depending on what state the selectable is currently in. The different states are: normal, highlighted, pressed and disabled.
![](images/UI_SelectableTransition.png)
Transition Options: |
Function: |
None |
This option is for the button to have no state effects at all. |
Color Tint |
Changes the colour of the button depending on what state it is in. It is possible to select the colour for each individual state. It is also possible to set the Fade Duration between the different states. The higher the number is, the slower the fade between colors will be. |
Sprite Swap |
Allows different sprites to display depending on what state the button is currently in, the sprites can be customised. |
Animation |
Allows animations to occur depending on the state of the button, an animator component must exist in order to use animation transition. It’s important to make sure root motion is disabled. To create an animation controller click on generate animation (or create your own) and make sure that an animation controller has been added to the animator component of the button. |
Each Transition option (except None) provides additional options for controlling the transitions. We'll go into details with those in each of the sections below.
Color Tint
![](images/UI_SelectableColorTint.png)
Property: |
Function: |
Target Graphic |
The graphic used for the interaction component. |
Normal Color |
The normal color of the control |
Highlighted Color |
The color of the control when it is highlighted |
Pressed Color |
The color of the control when it is pressed |
Disabled Color |
The color of the control when it is disabled |
Color Multiplier |
This multiplies the tint color for each transition by its value. With this you can create colors greater than 1 to brighten the colors (or alpha channel) on graphic elements whose base color is less than white (or less then full alpha). |
Fade Duration |
The time taken, in seconds, to fade from one state to another |
Sprite Swap
![](images/UI_SelectableSpriteSwap.png)
Property: |
Function: |
Target Graphic |
The normal sprite to use |
Highlighted Sprite |
Sprite to use when the control is highlighted |
Pressed Sprite |
Sprite to use when the control is pressed |
Disabled Sprite |
Sprite to use when the control is disabled |
Animation
![](images/UI_SelectableAnimation.png)
Property: |
Function: |
Normal Trigger |
The normal animation trigger to use |
Highlighted Trigger |
Trigger to use when the control is highlighted |
Pressed Trigger |
Trigger to use when the control is pressed |
Disabled Trigger |
Trigger to use when the control is disabled |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.