Juce-Utils
Utils repo that's part of the Juce Unity framework
com.juce.utils 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/juce-assets-utils.git README Markdown
Copy this to your project's README.md
## Installation
Add **Juce-Utils** 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/juce-assets-utils.git
```
[](https://www.pkglnk.dev/pkg/juce-assets-utils)Used By (2)
README
Juce-Utils

Installing
- Via UPM
Unity does not support resolving dependences from a git url. Because of that, you will need to add the following lines to your manifest.json.
"dependencies": {
"com.juce.utils": "git+https://github.com/Juce-Assets/Juce-Utils"
},
No comments yet. Be the first!