391 words
2 minutes

Maya Basics — a Five-Minute Tour

By · Game Designer · Digital Artist
Autodesk Maya workspace with a primitive shape selected and the channel box visible on the right

If you’ve just opened Autodesk Maya for the first time, the screen can feel crowded. This Maya basics tour covers the five regions that matter, the navigation gestures, and where the modeling tools live — five minutes, then you’re modeling.

Once you’ve got a mesh, the game-engine side of the workflow starts in Unity. The first two stops there are usually adding an icon to your build and adding a 2D collider to a sprite.

The Maya workspace#

The top of the screen is the menu bar and the shelf (icon row with the tools you use most). The big central area is the viewport. On the right you’ll see the channel box with the selected object’s attributes. The bottom is the timeline and the range slider for animation.

Autodesk Maya workspace overview showing the menu bar, shelf, viewport, channel box, and timeline

Viewport navigation#

The viewport always starts in perspective. Use Alt + left-mouse drag to tumble around the scene, Alt + middle-drag to pan, and Alt + right-drag (or the scroll wheel) to zoom. The view cube in the upper-right corner is the fast way to snap to front, top, side, or any iso angle.

Autodesk Maya viewport in perspective view with the navigation gizmo and view-cube visible in the upper-right corner

Primitive shapes#

Start every scene with a primitive. Open Create → Polygon Primitives and pick cube, sphere, cylinder, or plane. These are the building blocks — most models begin as a primitive that gets subdivided and pushed into shape.

Autodesk Maya Create menu opened on the Polygon Primitives submenu showing cube, sphere, and cylinder options

Modeling tools#

The modeling toolbox lives in the shelf and under the Mesh and Edit Mesh menus. Extrude, bevel, and the multi-cut tool are the three I reach for first — most low-poly shapes come from extruding faces and beveling sharp edges.

Autodesk Maya modeling workspace with a polygon mesh selected and editing tools active in the toolbox

Channel box and attributes#

The channel box on the right is where you see and edit translate, rotate, and scale for the selected object. Click any number to scrub it, or type a value directly. If you don’t see it, press Ctrl + A to toggle between the channel box and the Attribute Editor — same data, different views.

Autodesk Maya channel box on the right side of the workspace showing translate, rotate, and scale attributes for the selected object

Related Posts

Same category
  1. 1
    How to Color in Corel Painter
    Cookbook · The Corel Painter colour picker in one tour — open the palette, the detailed mixer, the eyedropper, and how to build a custom palette from scratch.
  2. 2
    How to Add a 2D Collider to Sprites in Unity
    Cookbook · How to add and adjust a 2D collider on a sprite in Unity so it can actually collide with the world. The Inspector flow, in five clicks.
  3. 3
    How to Get Rid of Sticky Walls in Unity
    Cookbook · The quick fix for characters sticking to walls in 2D Unity — create a Physics Material 2D with zero friction and apply it to your player's Rigidbody 2D.
  4. 4
    How to Add an Icon for a Game in Unity
    Cookbook · The shortest path to setting a game icon in Unity — File → Build Settings → Player Settings — plus fixes for the two mini-problems you'll run into.

Random Posts

Random
  1. 1
    How to Add a 2D Collider to Sprites in Unity
    Cookbook · How to add and adjust a 2D collider on a sprite in Unity so it can actually collide with the world. The Inspector flow, in five clicks.
  2. 2
    How to Use Layers in Procreate
    Cookbook · Layers let you stack image elements and edit one without breaking the others. Short tour — create, hide, duplicate, lock, alpha-lock, adjust visibility.
  3. 3
    How to Use Brushes in Photoshop
    Cookbook · Where to find the Brush Panel, why Brush Settings matter, and how to load custom ABR brush sets — the three Photoshop brush moves every painter sets up first.
  4. 4
    How to Get Rid of Sticky Walls in Unity
    Cookbook · The quick fix for characters sticking to walls in 2D Unity — create a Physics Material 2D with zero friction and apply it to your player's Rigidbody 2D.
Maya Basics — a Five-Minute Tour
https://heyleiloo.com/maya-basics/
Author
Leila Mikhaleva
Published
2025-06-15
License
CC BY-NC-ND 4.0