Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.2.0b6
Issue ID
719367
Regression
Yes
[SceneView]Can't select objects in scene view without dragging around it
To reproduce:
1) Open attached project and the scene inside of it
2) Try selecting any object in scene view by clicking on it. Notice that such selecting doesn't work
3) Change project to gamma mode (edit -> project settings -> player -> Rendering -> Color Space
4) Resize scene view slightly to get proper repaint
5) Try picking. Should work now.
Comments (36)
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
steuk1344
Feb 27, 2017 19:30
Similar to what someone had put before about selecting objects and deleting then undoing all i do is in the hierarchy: click an object, ctrl + a (or cmd + a), delete then ctrl + z. Seems to work fine then. Hope this helps someone :)
Ultramattt
Oct 04, 2016 20:28
I have a fix for the problem. But its ugly! If you delete an object in the scene and then undo the delete you can now drag and select it again. So select everything in your Hierarchy list and delete it then Undo (obviously there is some inherent risk in doing this but it worked for me). My programmer believes that it has to do with the Scene Graph and deleting objects and then Undoing the delete refreshes the scene graph for that object.
StickTick
Sep 09, 2016 11:35
For some reason this happens when i've typed something in the hierarchy search field.
Let's say you have a lot of objects with the name "building" in them. Type "building" in the search field, and then press X on the right side of the search field to get back to normal hierarchy view.
Now you can select these gameobjects the normal way.
BooNonMooN
Aug 31, 2016 13:01
A small workaround that worked for me was to give the water plane a layer and then to disable this layer in the editor.
It's not pretty but you can still work on your project without recreating it.
pietwelve2
Aug 21, 2016 02:10
thanks OXEREN for the water tip ! Just masking the water layer works for me ...
tobiasforsling
Jul 25, 2016 08:20
Confirmed, Oxerens solution works!
Thanks!
Saved a whole bunch of pain for our team!
"Oxeren
Apr 01, 2016 09:46
Had the same issue after updating to 5.3.4, as people are saying it was caused by water reflections. The solution that does not include changing water type is to remove [ExecuteInEditMode] line from the water script, though there will be no reflections in the scene view."
jcikoratic
Jul 15, 2016 15:18
Ditto water mode to simple solved the problem
pietwelve2
Jun 23, 2016 18:40
Hi, I've have the problem in 5.3.5
Wolfram
Jun 08, 2016 17:08
Status: NOT fixed in 5.3.x! Still an issue in 5.3.5f1! (maybe it works for the project attached to the bug report, but it does NOT work for the general public!)
@Oxeren: THANKS! This fixed it!
@Unity: please re-open. please take a look at the Water.cs StandardAsset and what it does when "[ExecuteInEditMode]" is active.
TUNev
May 07, 2016 17:02
I can't select anything. Have to select in the hierarchy. Which is annoying when you have 32 rocks that look very similar, so you have to guess at random. This software is unusable. I have spent an hour trying to figure out what I am doing wrong, but I am coming to the conclusion that it is a major bug that Unity should fix.