Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2
2019.2.7f2
2019.3
2020.1
Issue ID
1213852
Regression
No
EditorGUIUtility.ShowObjectPicker doesn't allow to pick assets from derived classes
Repro steps:
1. Open attached project
2. Main Menu -> Window -> TestObjectPicker -> TestTool
3. Press the "Select Preset" button
Actual: No preset assets are available to pick
Reproducible with: 2019.2.18f1, 2019.3.0f4, 2020.1.0a19
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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Resolution Note (2020.1.X):
The issue lies with the preset script in the assets class, user needs to change it to something else other than "Preset" as it is looking for "Preset" type which is causing conflict with the other Preset functionality we have in unity.