📗
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
  • Tutorial sections
  • Installing packages
  1. Tutorial

Getting started

In this tutorial we will set up the framework from scratch

PreviousIntroductionNextCharacter setup

Last updated 1 year ago

Tutorial sections

Here's the list of all tutorial sections we will cover:

  1. Character setup

  2. Camera setup

  3. Layers setup

  4. Controller setup

  5. Weapon setup

Installing packages

First off, it's important to install all the necessary dependencies. Here's what you need to do:

  1. Pull the demo project from the .

  2. Import the FPS Animation Framework from the Package Manager.

Tip: the demo project uses URP by default. If you wish to use a different render pipeline, you will have to manually convert all the materials from URP to HDRP or Built-In. You can learn how to do it .

Tip: make sure to join our to get access to hotfixes and early updates for the asset!

Now we are ready for the tutorial. In the next section, you will learn how to set up your character,

🌟
GitHub Repository
here
Discord