Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/packages.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Gameframe.Packages** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/packages.git
```

[![pkglnk](https://www.pkglnk.dev/badge/packages.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/packages)

README

Gameframe.Packages 👋

Version Twitter: coryleach

Package for creating Unity packages just like this one!

Quick Package Install

Using UnityPackageManager (for Unity 2019.3 or later)

Open the package manager window (menu: Window > Package Manager)
Select "Add package from git URL...", fill in the pop-up with the following link:
https://github.com/coryleach/UnityPackages.git#1.0.2

Using UnityPackageManager (for Unity 2019.1 or later)

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.gameframe.packages": "https://github.com/coryleach/UnityPackages.git#1.0.2",
    ...
  },
}

Usage

Open the window using the gameframe menu.

Gameframe->Packages->Maintain The maintain tab displays and allows you to edit package manifest details It also has a button for updating the README file.

Gameframe->Packages->Create The create tab is used for creating new packages. You can create packages either embeded in the Unity project or in the chosen source directory.

Gameframe->Packages->Embed The embed tap will scan the source directory for packages. Clicking the 'embed' button on a package will create a softlink to the package in the project's Packages folder.

Author

👤 Cory Leach

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by Gameframe.Packages

Comments

No comments yet. Be the first!