Just my personal repository of utils and helper code for Unity 3D
- 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