πŸ“—
FPS Animation Framework Legacy
  • πŸ‘‹Welcome!
  • ⭐Introduction
  • Tutorial
    • 🌟Getting started
      • πŸƒβ€β™‚οΈCharacter setup
      • πŸ“·Camera setup
      • πŸ”ΆLayers setup
      • πŸ”·Controller setup
      • πŸ”«Weapon setup
    • πŸ’»Integration
      • πŸƒβ€β™‚οΈCharacter
      • πŸ”«Weapon
      • πŸ”ΈLayers and animator
    • πŸ”₯Animation Workflow
      • 🦿IK Rig
      • πŸ”§Character Animation
      • πŸ”§Weapon Animation
    • ❗Troubleshooting
      • ❔Issue with IK, Left Hand, ADS
      • ❔Broken Character Pose
      • ❔Spinning Character
      • ❔Left Hand IK Always Active
      • ❔Left Hand IK Error
      • ❔Transform NaN Error
  • Fundamentals
    • 🦾Animation System
      • πŸ”ΉPlayables Sub-System
      • πŸ”ΉCurve-blending
      • πŸ”ΈAnimSequence
      • πŸ”ΈWeapon Bone
      • πŸ”ΈIK Animation System
      • πŸ”ΈWeapon Anim Asset
    • πŸ”ΆAnimation Layers
      • Ads Layer
      • Left Hand IK Layer
      • Right Hand IK Layer
      • Locomotion Layer
      • Look Layer
      • Recoil Layer
      • Sway Layer
      • Leg IK
      • Weapon Collision
      • Slot Layer
      • Pose Blending
  • Tools
    • 🟒Validator Tool
Powered by GitBook
On this page
  1. Tutorial
  2. Animation Workflow

IK Rig

In this section you will learn about IK Rig

PreviousAnimation WorkflowNextCharacter Animation

Last updated 1 year ago

What is an IK Rig?

What is an IK Rig? It’s the same skeleton you use for your character right now, but it has extra IK bones which help animators do their thing in Blender or Maya. This rig is not used in the game, its only purpose is animations:

IK Bones

This is how it looks in Blender. The IK bones are used as targets for IK constraints, and these bones are usually parented to the weapon. This is a standard animation workflow for any 3D animator.

What is the ik_hand_gun bone? This one is crucial - it contains animation movement for the weapon, and that’s why it’s great:

  1. No need to pose the weapon in Unity. Just import the animation, and parent your gun to the WeaponBone - it will work out of the box.

  2. The gun is not parented to the right hand anymore - now you can add bolt-action rifles and complex animations to your project easily.

Okay, but how do we create an IK Rig? You need to do it yourself or ask your animator, the process is simple:

  1. Take your original skeleton

  2. Add the IK bones to it

πŸ”₯
🦿