LiteNetLib icon indicating copy to clipboard operation
LiteNetLib copied to clipboard

[Issue 445] Unity Package Manager Distribution

Open aaronchapin-tocaboca opened this issue 3 years ago • 0 comments

With this change, Unity devs can add this package to their project using the Unity Package Manager. In manifest.json, all that's needed to be added is:

"com.revenantx.litenetlib": "https://github.com/aaronchapin-tocaboca/LiteNetLib.git?path=/LiteNetLib#feature/unity-package-manager",

With the url changing, obviously after this PR has been merged.

A drawback is that the project has to have Unity's .meta files in order to be linked properly, which will likely be annoying for non-Unity devs. So far I haven't found a way around this, but if anyone has a suggestion I'd be willing to try it out!

fixes #445

aaronchapin-tocaboca avatar Mar 25 '22 16:03 aaronchapin-tocaboca