Search Issue Tracker
In Progress
Fix In Review for 2.7.x
Votes
0
Found in [Package]
2.7.3
Issue ID
ADDR-3802
Regression
No
Multiple types of errors are thrown when the removal of an Addressables Node from a Graph is undone
How to reproduce:
1. Open the “BugTest.zip“
2. Open the “SampleScene“
3. Enter and exit the Play Mode
4. Select the InsideAddressables Asset in the “Assets/Graphs/InsideAddressables“ directory
5. Click the “Edit Graph“ button to open the InsideAddressables Node Graph
6. Remove the “Remove me“ node from the Graph in the InsideAddressables window and undo
7. Select the “Remove me“ node in the InsideAddressables window
8. Observe the Console
Expected result: “MissingReferenceException“, “ArgumentException“ and another error are logged in the Console
Actual result: No errors are thrown in the console
Reproducible in: 1.22.3 (2021.3.45f1, 2022.3.51f1), 2.3.1 (6000.0.25f1)
Reproduced on: Windows 11 Pro (23H2),
Not reproduced on: No other environment tested
Notes:
- The three types of errors are:
▶ “MissingReferenceException: The object of type 'EasyNode' has been destroyed but you are still trying to access it.“
▶ “ArgumentException: Getting control 1's position in a group with only 1 controls when doing repaint“
▶ “You cannot call GetLast immediately after beginning a group.“
- Sometimes step 6 has to be done multiple times to invoke the issue
- Errors are thrown constantly while the “Remove Me“ node is selected
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment