Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.5.1-pre.3
Issue ID
UVSB-1141
Regression
No
InvalidOperationException When editing multi-selcetion in Bolt
Reproducible on:
- Unity version: 2021.1
- VS version: 1.4.14
- Platform: Windows 10 and macOS Catalina (pretty sure this will happen with Ubuntu as well)
Repro steps:
- download attached project
- use the Simple grap provided
- drag to select both Get Variable and On Input event
- Duplicate
- try to change the drop-down of the event from on Hold to other value, while multiselection is active
Outcome Results:
{code:java}
InvalidOperationException: Decorated object is not valid: ValueConnection#0f15b...
Unity.VisualScripting.SingleDecoratorProvider`3[TDecorated,TDecorator,TAttribute].Create
ArgumentException: Getting control 15's position in a group with only 15 controls when doing repaint
Aborting
{code}
- Also, see video attached
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
Cannot reproduce with the actual main branch(commit f2770787c391fdd22d2c50b0e0837032ec97953b):
STR:
- Open the project as described in the ticket
- Open the package manager
- Remove the Visual Scripting package
- Add the Visual Scripting package from disk (must be on main branch)
- Open the Simple script
- Multi-select the nodes and duplicated them
- While multi-selection is active, change On Input node Hold drop-down
- No error is thrown in the console