Skip to content

Open-source utilities for creating games for Unity. Extension of Juce-Core.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

Juce-Assets/Juce-CoreUnity

Repository files navigation

Juce-CoreUnity

Installing

Unity Package Manager dependences:

  • TextMeshPro
  • NewInputSystem

- 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.core": "git+https://github.com/Juce-Assets/Juce-Core",
   "com.juce.coreunity": "git+https://github.com/Juce-Assets/Juce-CoreUnity",
   "com.juce.tween": "git+https://github.com/Juce-Assets/Juce-Tween",
   "com.juce.tweencomponent": "git+https://github.com/Juce-Assets/Juce-TweenPlayer",
   "com.juce.input": "git+https://github.com/Juce-Assets/Juce-Input",
},

About

Open-source utilities for creating games for Unity. Extension of Juce-Core.

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published