Search Issue Tracker
Active
Votes
2
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.'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rotation values flip in animation when importing FBX with a generic rig
- [Quality Hackweek] Activated Terrain Inspector is active only until the terrain GameObject is deselected when two or more Inspectors are open
- Physics Used Memory keeps growing when GameObject colliders are enabled and disabled
- Errors are thrown and Inspector's UI element is not drawing when a GameObject with script component using a List<T> attached is selected
- ConfigurableJoint's parameters are not saved in the Prefab after Runtime Prefab baking
Add comment