Skip to content

πŸ“¦ Installation

Dennis edited this page Feb 7, 2025 · 5 revisions

πŸ“¦ Installation Guide

1️⃣ Install via GitHub Releases

You can download the latest Unity package (.unitypackage) from the GitHub Releases/releases).

πŸ“₯ Steps

  1. Go to the Releases Page
  2. Download the latest .unitypackage file
  3. Import the package into Unity
    • Open Unity and go to Assets > Import Package > Custom Package
    • Select the downloaded .unitypackage file and click Import
  4. Done! πŸŽ‰ The package is now available in your project.

2️⃣ Install via Unity Package Manager (UPM)

If you prefer using Unity Package Manager, add the package via Git URL.

πŸ“₯ Steps

  1. Open Unity
  2. Go to Window > Package Manager
  3. Click + > Add package from git URL
  4. Enter the GitHub repository URL: https://github.com/dennis112999/Unity-Selection-Tracker-Window.git
  5. Click Add, and Unity will download the package.

🏠 Home | πŸš€ Getting Started