Skip to content

πŸ“¦ Installation

Dennis edited this page Mar 28, 2025 · 2 revisions

πŸ“¦ Installation Guide

1️⃣ Install via GitHub Releases

You can download the latest Unity package (.unitypackage) from the GitHub 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. βœ… All set! The package is now ready in your project.

2️⃣ Install via Unity Package Manager (UPM)

If you prefer using UPM, you can install it directly via Git URL.

πŸ“₯ Steps

  1. Open Unity
  2. Go to Window > Package Manager
  3. Click + β†’ Add package from git URL
  4. Paste this URL: https://github.com/dennis112999/Unity-Screenshot.git
  5. Click Add and Unity will install the package automatically

πŸš€ Getting Started