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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment