# 🚀 Getting Started

This guide will walk you through installation and initial setup so you can start managing your PlayerPrefs and EditorPrefs like a pro. 💪


# 📦 Installation

Installing EazyPrefs is quick and easy:

  1. Download and import EazyPrefs from the Unity Asset Store.
  2. By default, the asset will be placed under Assets/Hellmade/EazyPrefs
  3. EazyPrefs requires the Newtonsoft Json package. Unity will prompt you to install it if itโ€™s not already present in your project.

You can access the EazyPrefs editor by navigating to Window > Hellmade Games > EazyPrefs

# ⚙️ Setup

Before you can use EazyPrefs, you need to initialize a configuration file. Without it, the system will not function.

When you first open the EazyPrefs window, youโ€™ll see a screen like this:

EazyPrefs Config initialization
EazyPrefs Config initialization

Click the Initialize config button to automatically create the required config asset.

Once initialized, the config file will be created at the following path:

Assets/Resources/EazyPrefs/EazyPrefsConfig.asset