Beat Unity

Modular Unity framework – Installation Guide

Installs the package registry in Unity Package Manager.
You can install individual packages from there.

1. Install via Git URL (recommended)

Unity → Window → Package ManagerAdd package from Git URL...

https://github.com/leogesteira/beat-unity.git

2. Install via Scoped Registry (alternative)

Use this if you prefer a registry-based workflow.

Show scoped registry instructions

Add this block to your manifest.json:

"scopedRegistries": [
    {
        "name": "Beat Unity",
        "url": "https://beat-unity.com/",
        "scopes": [ "beat" ]
    }
]