unity-async-process
Execute CLI processes asynchronously within Unity without blocking the main thread. This package enables seamless integration of command-line tools into your game or editor workflow, providing non-blocking process execution with proper callback handling for completion and error states.
com.ariasdk.unity-async-process 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-async-process.git?path=Assets/AsyncProcess/Plugins/AsyncProcess README Markdown
Copy this to your project's README.md
## Installation
Add **unity-async-process** 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/unity-async-process.git?path=Assets%2FAsyncProcess%2FPlugins%2FAsyncProcess
```
[](https://www.pkglnk.dev/pkg/unity-async-process)Dependencies (1)
README
asynchronous-process
asynchronous cli process for unity.
No comments yet. Be the first!