Red Honey
Just my personal repository of utils and helper code for Unity 3D (by Lorenzo Valente, @oneiros90)
com.github.oneiros90.redhoneyunity 
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
## 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
```
[](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
dependenciessection 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
No comments yet. Be the first!