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/redhoneyunity.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Red Honey** 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/redhoneyunity.git
```

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

README

Red Honey - Unity

Just my personal repository of utils and helper code for Unity 3D

How to install

  • Find the manifest file in your Unity project: <Project>/Packages/manifest.json
  • Open it with any text editor
  • Find the dependencies section and add this line:
{
  "dependencies": {
    "...": "...",
    "com.github.oneiros90.redhoneyunity": "https://github.com/Oneiros90/red-honey-unity.git",
  }
}
  • Done! Open your project in Unity and in the Package Manager you should see Red Honey

Comments

No comments yet. Be the first!