-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unity 6 compatibility? #672
Comments
Can you add more details to this? I can't seem to find any issues while using it in Unity 6. |
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. |
Okay. Deleted the folder: com.unity.nuget.mono-cecil in the package cache and it reinstalled without errors. Case closed :) |
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. |
same error here, Unity 6000.0.29f1 |
I also got a situation where I had the errors. But thy are only in visual studio / raider and so they don't affect Unity. You can even deactivate that Unity creates Project files for UPM packages -> so you don't get the errors in the IDE. |
Am I right in thinking that this isn't yet compatible with Unity 6?
Seems to be an issue with ZipFile not being recognised.
The text was updated successfully, but these errors were encountered: