Search Issue Tracker
Fixed
Fixed in 6000.0.57f1, 6000.2.3f1, 6000.3.0a6
Votes
7
Found in
6000.0.36f1
6000.1.0b4
6000.3.0a1
Issue ID
UUM-96065
Regression
No
“Application.Message.LeftButtonUp” loads indefinitely when trying to select a GameObject with disabled selection
Steps to reproduce:
1. Open the attached “cozy_builder_unity_project.zip” project
2. Open the “LS_GameIsland” scene
3. In the Hierarchy Window, find “LevelGreyBox/Capsule”
4. Disable selection for the “Capsule” GameObject with the hand icon
5. Click on the “Capsule” in the Scene View
6. Observe the results
Expected result: Nothing happens
Actual result: The editor freezes indefinitely while loading “Application.Message.LeftButtonUp”
(Partial fix results in the error "GetAllOverlapping failed, could not ignore game object 'object' when picking" being logged instead which is still breaking for this bug)
Reproducible in: 2023.3.0a16, 6000.0.36f1, 6000.1.0b4, 6000.2.0a1
Couldn't test in: 2021.3.48f1, 2022.3.57f1, 2023.3.0a15 (Because of third party errors)
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Note: Not reproducible on a new project
Comments (1)
-
DomiOnline
Jun 09, 2025 15:12
We are also experiencing this problem. unity 6000.0.50f1
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note (fix version 6000.3.0a6):
Clicking in scene view on objects disabled for selection when GPU Resident Drawer is set to "Instanced Drawing" is now ignored correctly without the editor getting stuck in a "Application.Message.LeftButtonUp" dialog.
Resolution Note (fix version 6000.2.3f1):
Clicking in scene view on objects disabled for selection when GPU Resident Drawer is set to "Instanced Drawing" is now ignored correctly without the editor getting stuck in a "Application.Message.LeftButtonUp" dialog.
Resolution Note (fix version 6000.0.57f1):
Clicking in scene view on objects disabled for selection when GPU Resident Drawer is set to "Instanced Drawing" is now ignored correctly without the editor getting stuck in a "Application.Message.LeftButtonUp" dialog.