🌟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:
Pull the demo project from the GitHub Repository.
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.
Tip: make sure to join our Discord 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,
Last updated