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
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
- [sw-unity-6-1] Scene view renders any light differently when more than one camera exists and neither have the "MainCamera" tag
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.