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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Fixed in PR https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting/pull/415