Scriptable Commands
Encapsulate commands within ScriptableObject assets for flexible, reusable command patterns in Unity.
com.nonatomic.scriptablecommands 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/scriptablecommands.git README Markdown
Copy this to your project's README.md
## Installation
Add **Scriptable Commands** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/scriptablecommands.git
```
[](https://www.pkglnk.dev/pkg/scriptablecommands)Dependencies (1)
README
Scriptable Commands
Overview
Scriptable Commands is a Unity package designed to wrap the command pattern in Scriptable Object assets.
Installation
Add Scriptable Commands to your Unity project via Package Manager:
- Open Window > Package Manager
- Click + > Add package from git URL
- Enter:
https://www.pkglnk.dev/scriptablecommands.git
Support
If you like my work then please consider showing your support by buying me a brew

Usage
Contributing
Contributions are welcome! Please refer to CONTRIBUTING.md for guidelines on how to contribute.
License
Scriptable Commands is licensed under the MIT license. See LICENSE for more details.
No comments yet. Be the first!