Search Issue Tracker
Fixed
Fixed in 6000.5.0b5, 6000.6.0a3
Votes
0
Found in
6000.4.0b1
6000.5.0a1
6000.6.0a1
Issue ID
UUM-131391
Regression
No
Creating a variable sometimes throws an error
Steps to reproduce:
- Open a visual novel graph
- Create a bunch of variables (until it exceeds the height of the overlay)
- Scroll down to the bottom
- Create a bunch more variables
Actual results: Occasionally, an error is thrown
Expected results: No error is thrown
Tested on (OS): MacOS
{}Stack trace{}:
{code:java}
Observer Unity.GraphToolkit.Editor.ModelViewUpdater does not specify that it modifies Unity.GraphToolkit.Editor.BlackboardViewStateComponent. Please add the state component to its ModifiedStateComponents.
UnityEngine.Debug:LogError (object)
Unity.GraphToolkit.CSO.StateComponent`1/BaseUpdater`1<Unity.GraphToolkit.Editor.BlackboardViewStateComponent/StateUpdater, Unity.GraphToolkit.Editor.BlackboardViewStateComponent>:Initialize (Unity.GraphToolkit.CSO.IStateComponent) (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/CommandStateObserver/States/StateComponent.cs:87)
Unity.GraphToolkit.CSO.StateComponent`1<Unity.GraphToolkit.Editor.BlackboardViewStateComponent/StateUpdater>:get_UpdateScope () (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/CommandStateObserver/States/StateComponent.cs:214)
Unity.GraphToolkit.Editor.BlackboardView:OnVerticalScroll (UnityEngine.UIElements.ChangeEvent`1<single>) (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/GraphToolkitEditor/UI/Views/Blackboard/BlackboardView.cs:240)
UnityEngine.UIElements.ScrollView:set_scrollOffset (UnityEngine.Vector2)
Unity.GraphToolkit.Editor.Blackboard:UpdateFromModel () (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/GraphToolkitEditor/UI/ModelView/Blackboard/ModelView/Blackboard.cs:495)
Unity.GraphToolkit.Editor.Blackboard:UpdateUIFromModel (Unity.GraphToolkit.Editor.UpdateFromModelVisitor) (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/GraphToolkitEditor/UI/ModelView/Blackboard/ModelView/Blackboard.cs:461)
Unity.GraphToolkit.Editor.BlackboardView:Update () (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/GraphToolkitEditor/UI/Views/Blackboard/BlackboardView.cs:306)
Unity.GraphToolkit.Editor.ModelViewUpdater:Observe () (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/GraphToolkitEditor/UI/Views/ModelViewUpdater.cs:41)
Unity.GraphToolkit.CSO.ObserverManager:NotifyObservers (Unity.GraphToolkit.CSO.IState) (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/CommandStateObserver/ObserverManager.cs:269)
Unity.GraphToolkit.CSO.CsoTool:Update () (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/CommandStateObserver/CsoTool.cs:128)
Unity.GraphToolkit.Editor.GraphTool:Update () (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/GraphToolkitEditor/EditorCommon/CommandStateObserver/GraphTool.cs:290)
Unity.GraphToolkit.Editor.GraphViewEditorWindow:EditorUpdate () (at ./Library/PackageCache/com.unity.graphtoolkit@76e4289d7ea6/GraphToolkitEditor/UI/Windows/GraphViewEditorWindow.cs:1269)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:384)
{code}
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
- [UWP] Mouse movement re-triggers stale <Mouse>/scroll value after the scroll wheel is used once
- "Shutdown worker was forced killed because it kept running. Worker ..." errors are thrown after building a blank HDRP project
- [UI Toolkit] USS materials in AssetBundles break due to InstanceID referencing a material that no longer exists when a Scene is loaded through Addressables for the second time
- Help button leads to a missing documentation page when clicked on a Font Import Settings in the Inspector
- Scene dependency changes do not trigger a scene re-hash during Content Archives build
Resolution Note (fix version 6000.6.0a3):
Fixed in 6000.6.0a3