Search Issue Tracker
Fixed
Votes
2
Found in [Package]
1.7.2
Issue ID
UVSB-1535
Regression
Yes
Preferences "Transition End Arrow" not working after being turned on
*Reproducible on:*
* VS version: 1.7.2
* Unity version: 2021.1 and 2021.2
* Platform: Windows 10
*Steps to Reproduce:*
# Create a new empty game object with a state machine added to it and a state graph
# Open the graph and add two Script State
# Make transitions between them
# Open "Preferences" and scroll down to the "State graph" section and toggle on and off "Transitions End Arrow"
*Actual Results:*
* When the user toggles the Preference on, no arrow head appears on the transition line
!image (5).png|thumbnail!
*Expected Results:*
* When the Preference is on the transition line should have a head arrow pointing in the direction of the transition
!image (3).png|thumbnail!
* When is off, no head arrow should appear on the transition line
!image (4).png|thumbnail!
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
Fixed in PR https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting/pull/415