Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.5f1
Issue ID
1056013
Regression
No
EditorGUI.ObjectField and EditorGUILayout.ObjectField can't correctly use interface types as filter type
To reproduce:
1. Open the attached project (interfaceType.zip)
2. Open the Test -> Test window
3. Try dragging the Cube game object into the object field (doesn't allow to add the game object)
4. Try dragging the Test component on the Cube game object into the object field (everything works now)
Expected: it should be possible to drag a game object that has an attached component that implements an interface into the object field that requires an interface type object
Reproduced in 2017.1.4p2, 2017.2.3p2, 2017.3.2f1, 2017.4.5f1, 2017.4.7f1, 2018.1.8f1, 2018.2.0f2, 2018.3.0a4
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
- Texture generator reference image fails despite valid size
- Agent mode can enter infinite execution loop
- AI Gateway responses contain duplicated sentences
- Texture 2D asset is created when promoting a generated Cubemap to a new asset
- Unable to copy multiple paragraphs from Assistant responses
Resolution Note:
due to the low priority of the defect we decided that we won't fix it.