Search Issue Tracker
Active
Under Consideration for 6000.6.X
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}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment