-
Notifications
You must be signed in to change notification settings - Fork 80
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
Compilation Error in Unity 6000 #141
Comments
Thank you for your reporting! |
Unfortunately, Unity 6 doesn’t seem to come bundled with Node.js... |
Seems they fiddled around again. I still did not find a good place where unity reports their API changes for the package manager. With Unity 6000.0.25f, it's now: UpmVersionList's constuctor seems to have changed and only accepts stuff I'm not familiar with:
Also this: |
Bummer it doesn't work with Unity 6. At least the rest of the fantastic plugins still work. |
Seems there are some changes in PackageManager API again :(.
Library\PackageCache\com.coffee.upm-git-extension\Editor\Coffee.UpmGitExtension\GitPackageDataBase.cs(120,30): error CS1501: No overload for method 'GetPackageAndVersion' takes 4 arguments
The text was updated successfully, but these errors were encountered: