heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
420 stars 75 forks source link

Setup OpenUPM Installation Option. #177

Open TolinSimpson opened 5 months ago

TolinSimpson commented 5 months ago

The Nakama-Unity package is provided in a .unitypackage format. When imported into the Assets directory there will be a dependancy for the root Packages folder. This causes problems with dependancies if the Nakama folder is moved outside of the imported Packages folder.

Ideally this should be distributed in the new Unity package format.

OpenUPM is a good alternative to the Unity Asset Store & could provide a more up-to-date install.

See: https://openupm.com/docs/

linear[bot] commented 5 months ago

SDK-823 Setup OpenUPM Installation Option.

lugehorsam commented 5 months ago

Hey @TolinSimpson could you elaborate more on what your issue is? We provide the .unitypackage format as an option OR the option to pull in using Unity's package manager which uses the Packages folder. In other words, if you use the .unitypackage there should be no involvement of the Packages folder.