UHFPS
  • 👋Welcome
  • 🎲Installation
    • URP - Project Setup
    • HDRP - Project Setup
    • Packages Setup
  • 🎮Getting Started
    • References
  • ⬆️Update Process
  • 📑Changelog
  • 📍Roadmap
  • ❔Support
  • 📚Guides
    • Managing Inputs
      • Adding Inputs to UI
      • Setting up Input System
    • State Machines
      • Adding Player States
      • Adding AI States
    • Save/Load Manager
      • Previous Scene Persistency
      • Encryption
    • Customizing UI
    • Interactions
    • Inventory
    • Player Items
    • Dynamic Objects
    • Motion Controller
      • External Motions
    • Hiding System
    • Narration System
    • Jumpscares
    • Puzzles
    • Objectives
    • Cutscenes
    • Options Manager
    • Game Manager
    • Localization
    • URP Specific
  • ⚙️Integrations
    • Emerald AI 3.0
    • AI Tree
    • Meet and Talk
Powered by GitBook
On this page
  1. Installation

Packages Setup

PreviousHDRP - Project SetupNextGetting Started

Last updated 7 months ago

After importing the asset into the project, Unity should automatically install the required packages, but in some cases if the packages are not installed, here is a complete guide on how to install the required packages.

  1. Navigate to the Window menu in the top toolbar and select the Package Manager option from the drop-down list. Once the Package Manager window appears, locate the Packages drop-down menu and choose Unity Registry to view the available Unity packages.

  1. Install the Newtonsoft Json package using the git URL. Navigate to the Package Manager and locate the (+) button in the top-left corner. Click on this button and select "Add package from git URL..." from the options. In the provided text field, enter "com.unity.nuget.newtonsoft-json" and click the Add button to install the package.

  1. Install the remaining necessary packages from the Unity Registry:

  • Cinemachine

  • Input System

  • TextMeshPro

  • Timeline

🎲