GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity
MIT License
3.25k stars 319 forks source link

Unity 6 compatibility? #672

Open MarkHelsinki opened 1 month ago

MarkHelsinki commented 1 month ago

Am I right in thinking that this isn't yet compatible with Unity 6?

Seems to be an issue with ZipFile not being recognised.

popara96 commented 1 month ago

Can you add more details to this? I can't seem to find any issues while using it in Unity 6.

r8420 commented 3 weeks ago

Am I right in thinking that this isn't yet compatible with Unity 6?

Seems to be an issue with ZipFile not being recognised.

I had the same problem which prevented me from attaching the debugger. For me the solution was to manually delete the nuget plugin folder and reinstalling the latest version. After that I reopened Visual Studio and everything worked fine again.

MarkHelsinki commented 3 weeks ago

Screenshot_261 Just did a clean install. The Library cache is also recent, meaning it should be clean. This was installed via Package Manager and the URL.

MarkHelsinki commented 3 weeks ago

Okay. Deleted the folder: com.unity.nuget.mono-cecil in the package cache and it reinstalled without errors. Case closed :)

MarkHelsinki commented 2 weeks ago

Gosh, I spoke too soon. It seemed to be fine, meaning it had compiled and didn't show the errors, but the exact same compile errors are back again.