-
Notifications
You must be signed in to change notification settings - Fork 10
Home
apk edited this page Feb 7, 2026
·
4 revisions
Compatibility: Unity 2022.3.12f1 or newer
- Window ⟶ Package Manager ⟶
+⟶ Install package from git URL - Paste this URL (the
releasebranch points at the latest commit that passed all tests)
https://github.com/apkd/Medicine.git#releaseAdd to your project's Packages/manifest.json:
"dependencies": {
"pl.apkd.medicine": "https://github.com/apkd/Medicine.git#release"-
[Singleton] attribute- easy singleton pattern -
[Track] attribute- track multiple object instances -
[Inject] attribute- find and cache component dependencies
-
IFindByID- instance lookup by ID -
IInstanceIndex- instance index access -
IUnmanagedData- "attach" unmanaged structs to each instance -
TransformAccessArray- job-compatible instance transform access
-
Component enumeration - non-allocating variants of the
GetComponentsXmethod family -
FindAPI - combined utilities for finding object instances -
PooledList- efficient list pool implementation