🌟Getting started

In this tutorial we will set up the framework from scratch

Tutorial sections

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

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 GitHub Repository.

  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 here.

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

Last updated