Installation
Unity Package Manager
In your project:
- Open a package manager window. (menu: Window > Package Manager).
- Click the plus button and select "Add package from git URL...".
- Paste the link:
https://github.com/kempnymaciej/alchemy-core.git#v2.3.1
. (Replacev2.3.1
with the version you would like to download.)
Latest version: v2.3.1
Asset Store
You can also download AlchemyBow.Core from the Unity Asset Store. Check out the Asset Store page.
Note
The latest updates are typically available on the GitHub repository a few days before they appear on the Asset Store.
Manual Installation
Manual installation can be done in two ways:
- Clone the package repository to your project's
Assets
folder (or any of its subfolders). - Download the package from the package repository releases page and import it into your project.