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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Resolution Note:
Unable to reproduce.