Juce-Utils
Juce-Utils copied to clipboard
Utils library that's part of the Juce Unity tools framework.
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"
},