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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.