Search Issue Tracker
Won't Fix
Votes
1
Found in
2020.3.42f1
2021.3.14f1
2022.1.23f1
2022.2.0b15
2023.1.0a19
Issue ID
UUM-20041
Regression
No
Custom Inspector creates a List of Objectfields incorrectly
Reproduction steps:
1. Open the user’s attached project (“CustomInspectorRepro”)
2. Open the “Assets/Scenes/SampleScene.unity” scene
3. In the Hierarchy window select the “GameObject” GameObject
4. Observe the ObjectField list located under the "Car(Script)" Component in the Inspector window
Expected result: All ObjectFields are created correctly
Actual result: The 13th ObjectField in the list is missing
Reproducible with: 2020.3.42f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a19
Reproducible on: Intel macOS 13.0 (ventura)
Note: Commenting the “hello“ TextField code from the “CarInspector.cs” script creates an unassignable ObjectField in the 13th element of the Custom Inspector.
!005B4F4C-9380-4684-80B4-AB8EE87FE670.jpeg|width=2376,height=1460!
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 crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
Unable to reproduce.