Visual Audit Protocol

The Animation Servo

Return to Hangar
204A

The Controller Graph

The Concept: State Management

Spaghetti
Sub-State
Base Layer
Airborne
204B

The Blend Tree

The Concept: Parametric Blending

Switch
Jerky
Blend
5.0
Smooth
// Corrected: Fluid Motion // No If-Statements. Just physics driving art. animator.SetFloat(speedID, rb.velocity.magnitude);
204C

The Override Layer

The Concept: Animation Layers

Aim
Run
Layer 1 (Masked)
Base Layer
204D

The IK Link

The Concept: Inverse Kinematics

HAND
Goal: RightHand -> Target
204E

The Event Trigger

The Concept: StateMachineBehaviour

Hidden Frame
Behavior
OnStateEnter()
OnStateExit()
204F

The Root Drive

The Concept: Root Motion

Sliding
Locked
// Corrected: Coupled Physics void OnAnimatorMove() { agent.velocity = animator.deltaPosition / Time.deltaTime; }
CAPSTONE EXAM

The Servo Exam

The landing gear is failing. The animation system is using slow string lookups, the pilot's hands are clipping through the controls, and the critical "GearDown" logic was lost when the animation clip was replaced. Identify the three critical servo failures.

Verify Capacity
Check Scope
Audit Efficiency