xoofx / UnityNuGet

Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
BSD 2-Clause "Simplified" License
617 stars 96 forks source link

Will this cause problems with unity package manager? #88

Closed hichemfantar closed 2 years ago

hichemfantar commented 2 years ago

There's a websocket package I need and apparently I can download it through this manager. Will installing this package manager conflict with the existing unity package manager? If so, is there a way to install external packages using UPM?

xoofx commented 2 years ago

UnityNuGet is not a package manager. It is a registry for Unity UPM.

if so, is there a way to install external packages using UPM?

That's exactly what this project is doing. 😉