I am trying to import Grapevine (Version 5.0.0, release candidate 7) into my Unity Project (Unity Version 2021.1). Therefore, I use NuGetForUnity. If I type in "Grapevine", the search results show me "Grapevine" (Version 4.2.2) and "Grapevine.Core" (Version 4.1.1.2), however the newest pre-release of Grapevine is not shown. I played around and also activated "Show All Versions" and "Show Prereleases". Unfortunately, this was not successful.
As an alternative, I tried to import the NuGet package manually by placing the DLL file (.Net Standard 2.0) into the Assets/Plugins folder. I tried to install all dependencies, however, there are still lots of errors.
My questions are:
- Can someone help out and describe how it might be possible to install the newest version of Grapevine via NuGetForUnity (or another package manager)? This would avoid that I have to install all dependencies manually.
- In case I have to do it manually, can someone help out regarding the error messages?
Thanks in advance!