Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.7.3
Issue ID
UVSB-1895
Regression
No
[Scripting Graph] Lock icon button doesn't affect Script Graph
How to reproduce:
1. Open the user's attached project
2. Click on the "New Script Graph" in the Project window
3. In the Inspector window click Edit Graph button
4. In the opened Script Graph window click on the Lock button
5. Try to move the "On Start" node
Expected result: The node is not movable
Actual result: The Node is movable
Reproducible with: 1.7.3 (2021.1.24f1, 2021.2.0b14, 2022.1.0a12)
Could not test with: 2019.4.31f1, 2020.3.20f1 (Visual Scripting is not introduced yet)
Notes:
- https://docs.unity3d.com/Packages/com.unity.visualscripting@1.7/manual/vs-windows-shortcuts.html Lock button is not documented
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
- [Linux] The mouse wheel input is inverted when scrolling in the Build
- TMP Input Field is moving Text and Caret UI positions for each new line when 'Auto Size' and 'Multi Line Newline' are used
- OnTriggerExit2D events are not triggered when disabling Collider, despite "Callbacks On Disable" being enabled
- [Android] [Vulkan] UI that is activated after a delay flickers when a Scriptable Render Pass goes over it
- [Linux] Characters are converted to Latin letters when using IME on Linux
Resolution Note:
This button is not meant to prevent graph editing but it locks the graph editor to the current selected graph. So if you select a GameObject_A with a graph, click the lock button and then select another GameObject_B containing another graph the GameObject_A's graph will still be displayed in the graph inspector.