Search Issue Tracker
Duplicate
Votes
4
Found in
6000.0.58f1
6000.2.6f1
Issue ID
UUM-120423
Regression
Yes
Errors are thrown and Inspector's UI element is not drawing when a GameObject with script component using a List<T> attached is selected
How to reproduce:
1. Open the ‘IN-117004' project
2. Open the ‘Scene’ scene
3. Select the ‘Example’ GameObject in the Hierarchy
4. Observe the result in the Inspector’s script component with a List<T> and Console
Expected result: The icons ‘' and '-’ are visible and no errors are displayed
Actual result: The icons ‘' and '-’ are not visible and errors are displayed
Reproducible with: 6000.0.58f1, 6000.2.5f1, 6000.2.6f1
Not reproducible with: 6000.2.4f1, 6000.3.0b3, 6000.4.0a1
Reproducible on: macOS 26.0 (M1 Max)
Not reproducible on: No other environment tested
Note: Console throws out these errors:
- ‘UnityException: GetName can only be called from the main thread’
- ‘NullReferenceException: Object reference not set to an instance of an object'
- ’InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.'
-
Resolution Note:
null
Duplicate of https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-119358
Comments (10)
-
amenonegames
Oct 21, 2025 17:22
This matter still occured in 6000.2.6f1.
Please fix it. -
spidermonk4n3
Oct 13, 2025 16:46
This is definitely not a duplicate issue. This issue has been plaguing my project since the security update (6000.2.6f). The only fix I have found is turning the editor font in preferences to System Font.
-
LDiCesare
Oct 09, 2025 08:27
This is not fixed in 6000.0.58f2.
-
SilentParrotStudio
Oct 07, 2025 16:58
Some fixes are.
1. Change the editor's font from Inter to System Font: Preferences -> General, then find Editor Font.
2. Change so the inspector uses IMGUI: Project Settings -> Editor, then scroll down and find Inspector -> Use IMGUI Default Inspector and check it. -
Mitzitheman
Oct 07, 2025 13:52
please fix this fast, first I update my version because of a security issue and now I am downgrading back
-
dominic_k90
Oct 06, 2025 09:09
I also agree it's not a duplicate and it is NOT fixed!
-
Arganoid
Oct 03, 2025 21:49
I'll add that I don't see the GetName error, what I see is that if I click on a scriptable object containing lists, I get errors like:
NullReferenceException: Object reference not set to an instance of an object
And also
InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
I'd post the full stack traces, but it won't let me because it incorrectly says that they contain URLs.
-
Arganoid
Oct 03, 2025 21:45
Agree with the other comments, this has nothing to do with the one it's meant to be a duplicate of.
-
SpaceMoose9k
Oct 03, 2025 16:40
I agree with Withaust. This issue is separate from the Play button issue. This is for List<T> collections in the inspector.
-
Withaust
Sep 30, 2025 06:30
Why exactly was this closed as a duplicate? The supposed duplicate issue is closed with 6000.2.6f1, but THIS issue is still happening in that same version.
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
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
This is a duplicate of issue #UUM-119358