Search Issue Tracker
Won't Fix
Won't Fix in 1.7.X
Votes
0
Found in [Package]
1.7.4
Issue ID
UVSB-1830
Regression
No
[Linux] NullReferenceException in the console when duplicating variables
Reproducible on:
- VS version: 1.7.4, 1.7.3
- Unity version: 2021.2.0b11
- Platform: Ubuntu 20.04.2
Steps to Reproduce:
- Create a game object and attach a script graph to it
- Create a new variable of any type
- Right click on the = next to "Type" and click to duplicate
Actual Results:
- Variable is not duplicated and and error appears in the console
- NullReferenceException is thrown in the console
{code:java}
NullReferenceException: Object reference not set to an instance of an object
Unity.VisualScripting.ReorderableList.ReorderableListControl.DefaultContextMenuHandler (System.Object userData) (at Library/PackageCache/com.unity.visualscripting@06720e5909ba-1631283327065/Editor/VisualScripting.Core/Dependencies/ReorderableList/ReorderableListControl.cs:1919)
UnityEditor.GenericMenu.CatchMenu (System.Object userData, System.String[] options, System.Int32 selected) (at /home/bokken/buildslave/unity/build/Editor/Mono/GUI/GenericMenu.cs:125)
{code}
Expected Results:
- No errors should appear in the console
- variable should be properly duplicated.
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
This will not be fixed
Resolution Note (1.7.X):
According Linux editor team, it should be fixed once the ono PR https://ono.unity3d.com/unity/unity/pull-request/127311/_/desktop/linux/shader-graph-create-node-bug lands