Glossary term

Uncanny Valley

What is the uncanny valley?

The uncanny valley describes the psychological discomfort people feel when a digital character or robot looks almost, but not quite, human. That's why many developers opt for stylized character designs over near-realistic humans, sidestepping the risk of the effect entirely.

The concept was first identified by robotics professor Masahiro Mori in the 1970s. Mori observed that as a robot or character becomes more human-like, our comfort with it increases, but only up to a point.

Just before reaching full realism, comfort drops sharply, the "valley", then recovers once the representation becomes indistinguishable from an actual human.

Why the uncanny valley matters for character design

Getting caught in the uncanny valley is a real risk for any project aiming at realistic human characters, whether that's a narrative game, a VR training simulation, or a digital human for customer experiences. Unity has taken on this challenge directly with its own Digital Human tech demos, "The Heretic" and its follow-up "Enemies," which pushed real-time skin, eye, and hair rendering forward in ways aimed at closing that gap.

A few practical strategies developers use to stay out of the valley:

  • Stylize deliberately: Pushing character design toward clearly non-photorealistic proportions or textures sidesteps the effect entirely, rather than risking falling short of full realism
  • Match motion to appearance: A mismatch between a highly realistic face and stiff or mechanical animation is one of the most common triggers.
  • Get facial detail right first: Eyes, expressions, and mouth movement carry a disproportionate share of the effect; investing there before chasing full-body photorealism reduces risk.

Frequently asked questions (FAQ)

Does the uncanny valley affect all realistic characters equally?

No. It's most pronounced for human faces and human motion specifically, non-human characters (animals, robots with clearly mechanical designs) rarely trigger it, even at high realism.

Is the uncanny valley a proven scientific effect?

It's widely observed but debated as a strict scientific theory. Mori himself described it more as design guidance than a rigorous scientific claim, and researchers still disagree on the exact mechanism behind it.

Does stylized art style mean a game can ignore the uncanny valley entirely?

Largely, yes, that's precisely why so many games and animated films choose stylization over photorealism for human characters, it sidesteps the effect rather than risking a near-miss.

Related terms

CGI Animation

Computer Generated Imagery (CGI) animation creates movement through digital character rigging, keyframe animation, and motion systems that combine predetermined sequences with dynamic responses to create convincing character behavior and environmental effects.

Rigging in Animation

Rigging in animation (also known as character rigging, or skeletal animation), is the first step in animating a digital character. Binding a model to a skeletal hierarchy of bones and controls enables you to pose and animate characters.

3D Modeling

3D Modeling is the process of creating three-dimensional digital objects through various techniques including polygon modeling and sculpting, with considerations for optimization, texture mapping, and level-of-detail implementation for real-time applications.