Challenge 3: Why UV Unwrapping Is a Genuinely New Concept — Solution Walkthrough The answer: Per this chapter's own material, every earlier Creative & Design Tools course — Raster Editing Fundamentals, Vector Graphics, Figma — worked entirely within a flat, 2D space to begin with, so there was never a mismatch between a flat texture and a curved surface needing to be resolved in the first place. Why no 2D tool ever needed this concept: A 2D image applied to another 2D canvas is already the same kind of flat surface — there's no curvature or volume creating a mismatch that needs mapping or unwrapping. UV unwrapping exists specifically because 3D work introduces a real mismatch that 2D work simply never encounters: a flat texture needing to wrap around a surface that has actual depth and curvature. Why this isn't a 3D-flavored version of an existing idea: Unlike some of Blender's other concepts (vertices/edges/faces paralleling Vector Graphics' own anchor points and paths, non- destructive modifiers paralleling Raster Editing Fundamentals' own adjustment layers), UV unwrapping has no clean 2D-tool ancestor to trace back to — it's solving a problem that simply doesn't exist until a texture needs to be wrapped around real 3D geometry. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that UV unwrapping is correctly recognized as solving a genuinely 3D-specific problem with no 2D precedent, rather than being assumed to parallel some existing 2D-tool concept the way several other Blender concepts do.