Nain
Nain

Reputation: 1232

How to pan animator window in unity?

I cannot find any scrolling options in animator window. There are no scrollbars in animator window and I cannot find any other option for scrolling in animator window, so when I add more states it is hard to select as content cannot fit in window. See the screenshot reference. So is there any shortcut key like holding shift and move cursor? Please if any one know tell me how do I pan animator window?

enter image description here

Upvotes: 8

Views: 3191

Answers (2)

user5455540
user5455540

Reputation:

You need to hold the scroll button and move your mouse.

from unity's docs

You can right-click on the grid to create a new state nodes. Use the middle mouse button or Alt/Option drag to pan the view around. Click to select state nodes to edit them, and click & drag state nodes to rearrange the layout of your state machine.

Upvotes: 4

Mukesh Saini
Mukesh Saini

Reputation: 1498

Currently you cannot zoom in/out in unity animator window.

However, you can move the view around by holding alt+click or mouse wheel click and then move your mouse.

Upvotes: 8

Related Questions