(2019.1.4f1) Why can't I drag components vertically in the inspector anymore?

After updating to a more recent version of Unity, I found that, when I tried to drag components in the inspector, the window would no longer scroll vertically when my mouse reaches the top or bottom of the screen. This makes filling in certain variables in my larger classes impossible and is incredibly annoying! Am I missing something, here?

I also noticed the same thing.

1 Like

You probably found a regression.
Please submit a bug-report

Please submit a bug-report as described in this document:
Unity QA: Building quality with passion

It’s important that you report these issues together with a reproduction project if you want them to get fixed. If you don’t do it, it might be a long time until someone else reports them or until Unity Technologies find them.

After you submitted the bug-report, you receive a confirmation email with a bug-report Case number. Please post the Case number (number only, not the link) in this forum thread for Unity staff to pick up

1 Like

So, I’ve noticed. In the meantime, you must find a blue insertion area in order to add components to a game object in the Inspector. Not much practical but it’s still something. :wink:

You can also collapse existing components to make room.

4602640--429793--Sans-titre-1.jpg

Well, the thing is, you can’t scroll while dragging anything. Not even references from the hierarchy which you want to put into fields that have shifted out of view. And I have seen a lot more components shifting around when you start Play mode, which I didn’t think would happen, so this situation occurs more than you might think.

1 Like

I’m aware of changing the order of components, the issue is in, say, large classes with many variables (like managers, or complex player characters), where vertical scrolling is required to fill variables when your screen isn’t high enough res to show the entire class at once.

I will take Peter’s advice and report a regression