⚙️
FPS Framework
Asset StoreFab
  • Get Started
    • Welcome!
    • Setup
  • Tutorials
    • Character
      • First-Person Controller
      • Inventory
      • Firearm
        • Basics
        • Advanced
        • Other
          • Spray pattern
          • Attachment System
          • Projectile System
      • Explosive
    • Systems
      • Audio System
      • Animation System
      • Interactions
        • Pickable
      • Save System
      • Settings System
    • Tools
      • Extension Methods
    • UI
      • FPS Counter
      • Get Name
      • Image Size Fitter
  • Other
    • Full Change Log
      • 2025 Change Log
      • 2024 Change Log
      • 2023 Change Log
      • 2022 Change Log
Powered by GitBook
On this page
  • Downloading Unity
  • Creating a new project
  • Downloading and Installing FPS Framework

Was this helpful?

  1. Get Started

Setup

Basic unity setup and installation process of the package!

PreviousWelcome!NextCharacter

Last updated 1 year ago

Was this helpful?

Downloading Unity

If you don't have Unity downloaded already or have problems with visual studio, follow this tutorial:

Make sure to resolve any issues you are having with Visual Studio before using the asset. You can find more details by following this tutorial:

Creating a new project

To create a new project first open Unity Hub and this what you should see:

First, make sure to sign in using your Unity account that has the asset in the library.

Now click on the New Project button, select an empty project, and make sure to use the recommended Unity version (2021.3.0f1) like this:

Now click on Create and wait for Unity to open!

Downloading and Installing FPS Framework

To install any package in unity open the package manager. You can open the package manager by hovering your mouse over the tab Window then click on the item Package Manager like this:

The package manager window should open. Now switch to My Assets tab like this:

After selecting Download, select Import. Don't forget to import the project settings together with every other file. It is not advised to install this into an existing project without first installing it in an empty one to see what might break your project.

A youtube tutorial showing how to setup unity (Full setup)
Setting up Visual Studio with unity
Unity Hub with no projects
Signing in in Unity Hub
Creating a new project in Unity Hub
Opening the package manager
Packagae manager - FPS Framework