391 words
2 minutes

Maya Basics — a Five-Minute Tour

By · Creative Director · Game Designer
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
    Game Character and Story Design: How to Make Players Care
    Game Development · Good mechanics keep players in the game. A character with a spark and a story worth finishing is what keeps them from putting it down. Here's how to build both.
  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
    Docker for Solo Game Developers: Stop Being Tech Support for Your Own PC
    Game Development · Unity, Blender and a test server on one machine will break each other eventually. Containers keep every project's setup in its own box, so your computer stays clean.
  4. 4
    How to Create a Unique Game Aesthetic: Color Theory and Art Direction
    Game Development · Photorealism is overrated. A three-color signature, applied everywhere, makes your game recognizable at a glance, and it costs nothing but discipline.
Maya Basics — a Five-Minute Tour
https://heyleiloo.com/maya-basics/
Author
Leila
Published
2025-06-15
License
CC BY-NC-ND 4.0