[2D] Unable to move objects in Scene View
Asked Answered
N

7

0

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.

Nagano answered 23/12, 2023 at 22:36 Comment(0)
S
0

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.

Shoffner answered 6/6, 2023 at 2:25 Comment(4)

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!

Nagano

Glad I could help! It was frustrating for sure but now that we know, it's easy enough to solve :) Happy coding...

Shoffner

yupp... fixed my issue thx :)

Harewood

Nothing of this works for me :( I have no sprite renderers, and I tried re-opening the scene. It's all in vain.

Ghoul
P
0

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.

Phenacaine answered 6/6, 2023 at 2:27 Comment(2)

So simple, but this helped as I was originally having the same issue. Thanks for the tip!

Tomahawk

tried this one, still can't select the object

Curie
L
0

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…

Lightish answered 10/5, 2017 at 14:29 Comment(1)

It was the CAPSLOCK indeed in my case, thanks a million!

Orit
S
0

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!

Selfdeception answered 15/5, 2017 at 19:47 Comment(0)
C
0

An easy miss is the “move selected object button”. Make sure this is selected.

103673-capture.png

Corporation answered 6/6, 2023 at 3:58 Comment(1)

Doh! yes, iLaz_99 that was it for me!

Propend
T
0

Way old thread, lol, but, now make sure the layer things are on is “pickable” or they won’t select.

Throughput answered 15/8, 2021 at 18:53 Comment(0)
T
0


try to toggle the gizmos visibility
Turmeric answered 23/12, 2023 at 9:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.