Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
429 stars 160 forks source link

Deploy transports as OpenUPM package? #101

Open davoodkharmanzar opened 2 years ago

davoodkharmanzar commented 2 years ago

hi, it would be great if deploy each transport [LitenetLib for example] as OpenUPM package :]

thanks.

LukeStampfli commented 2 years ago

We currently don't have any plans to deploy our transports on OpenUPM. Why would you prefer OpenUPM over adding the package by git url?

jasonboukheir commented 2 years ago

@LukeStampfli

Packages via git url cannot be resolved as dependencies by default. https://github.com/mob-sakai/GitDependencyResolverForUnity is a tool that can be used to overcome it.

I've forked this repo and set it up for OpenUPM here: https://github.com/CareBoo/multiplayer-community-contributions/tree/openupm