Skip to content

Commit 312707c

Browse files
Medicine 3.0.72 [release] [skip ci]
1 parent 5ed411c commit 312707c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pl.apkd.medicine",
33
"displayName": "Medicine",
4-
"version": "3.0.71",
4+
"version": "3.0.72",
55
"description": "Medicine is a high-performance Unity tooling package built on Roslyn source generators.\n\nIt removes common MonoBehaviour and ScriptableObject boilerplate by emitting optimized code at compile time, with zero runtime overhead for unused features.\n\nCore features:\n- [Inject]: cached component references with debug-only validation and helpful diagnostics\n- [Singleton]: single active instance access for MonoBehaviours and ScriptableObjects\n- [Track]: fast registries of active instances with optional snapshots\n- Per-instance data aligned with tracked objects for Burst and the Job System access\n- Allocation-free component enumeration\n- Unity tag/layer constants generation\n- Analyzers and quick fixes for your IDE\n\n...and many more tiny and big features - see the <a href=\"https://github.com/apkd/Medicine/blob/master/README.md\">README</a>.",
66
"unity": "2022.3",
77
"unityRelease": "12f1",

0 commit comments

Comments
 (0)