Search Issue Tracker
Fixed
Votes
0
Found in
5.0.0p3
Issue ID
685173
Regression
No
EditorGUIUtility.PingObject doesn't work correctly with two-column Project Browser
How to reproduce:
1. Open a new project
2. Import attached package (bug.unitypackage)
3. Open scene SomeDir/test.unity
- Make sure no gameobject is selected in the hierarchy view
4. Select the Assets folder in the Project view
5. Go to Tools -> Select Stuff
- This should select the Main Camera in the Hierarchy, as well as ping the TestPing.cs script in the Project view
- However, it does not do that. It simply selects the script in the Project view instead
- Selecting any folder other than Assets causes the script to get pinged properly
- This only happens using the two-column Project window layout and when there is nothing to select in the Hierarchy view (no Main Camera in this case)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
- The "Install Packages" button misses tooltips that would explain its behaviors
Add comment