- Home /
[2D] Unable to move objects in Scene View
I am unable to move objects in the 2D scene view by clicking and dragging. When I switch to 3D mode, I can move them via their 3D widgets, and I am able to change their positions via the transforms in the inspector, but I'm out of luck in 2D mode. This does not occur when I start a new project.
Answer by Ixchael · Nov 19, 2013 at 08:13 AM
I ran into the same issue yesterday and I finally figured out the issue. If you collapse the Sprite Renderer component within the Inspector, you get this behavior. As soon as you expand it again, the problem goes away.
I've reported it as a bug.
That's exactly it - thanks so much for clearing that up, it had me hesitant about making something larger in Unity, now I'm psyched :)
Thanks again!
Glad I could help! It was frustrating for sure but now that we know, it's easy enough to solve :) Happy coding...
Nothing of this works for me :( I have no sprite renderers, and I tried re-opening the scene. It's all in vain.
Answer by Antyradek · Sep 17, 2015 at 10:28 PM
I had this problem, but no sprite renderer in any camera. Just close the Scene tab and open it again in Window menu. That solved problem for me.
So simple, but this helped as I was originally having the same issue. Thanks for the tip!
Answer by iLaz_99 · Oct 13, 2017 at 08:32 PM
An easy miss is the "move selected object button". Make sure this is selected.
Answer by lexi89puzzle · May 10, 2017 at 02:29 PM
I experienced this issue without sprite renderers. In my case, I had capslock on for some reason, which means that when you click on something again, it triggers a "group select" box instead of moving the object you've selected.
Caps lock. Who knew...
It was the CAPSLOC$$anonymous$$ indeed in my case, thanks a million!
Answer by LucianoMacaDonati · May 15, 2017 at 07:47 PM
Hope it helps someone: I had objects scaled negatively on some axes instead of rotating them and this cause for those objects to be un-selectable in the scene view. Fixed it by rotating instead of scaling them. Cheers!
Your answer
Follow this Question
Related Questions
How do I lock a certain Axis on a drag object script? 0 Answers
Drag object by Touch quickly 1 Answer
Move Object With Angle In 2D 1 Answer
Detect inside Collision 2D 0 Answers
2d Platform Controller Face Help 1 Answer