Skip to content
apk edited this page Feb 7, 2026 · 4 revisions

Medicine Wiki

Installation

Compatibility: Unity 2022.3.12f1 or newer

UPM

  • Window ⟶ Package Manager ⟶ +Install package from git URL
  • Paste this URL (the release branch points at the latest commit that passed all tests)
https://github.com/apkd/Medicine.git#release

UPM via manifest.json

Add to your project's Packages/manifest.json:

"dependencies": {
  "pl.apkd.medicine": "https://github.com/apkd/Medicine.git#release"

Getting started

Advanced [Track] features

Additional utilities

Clone this wiki locally