Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 462 Bytes

Juce-Cheats

Installing

Unity Package Manager dependences:

  • TextMeshPro

- 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",
   "com.juce.cheats": "git+https://github.com/Juce-Assets/Juce-Cheats"
},