GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assembly name 'NuGetForUnity' does not match file name 'NugetForUnity'

Hanning-Liu opened this issue · comments

Description

An error message appears after I installed the NugetForUnity package using UnityPackageManager and git URL.

Unity Console window error message:

Assembly 'Assets/NuGet/Editor/NugetForUnity.dll' will not be loaded due to errors:
Assembly name 'NuGetForUnity' does not match file name 'NugetForUnity'

[Describe the issue you have. If applicable provide logs produced by enabeling verbose logging in the NuGetForUnity settings.]

  • NuGet Package: [What is the name and version of the NuGet package you are installing?]
    image

  • NuGetForUnity Version: [What version of NuGetForUnity are you running?]
    image

  • Unity Version: [What version of Unity are you using?]
    image

  • Operating System: [What OS are you on?]
    image

Oh, I solved this problem by deleting the "Nuget" Folder in a Unity project downloaded from Github.
It seems like the oldder version of NugetForUnity will add a "Nuget" folder to the asset folder but now it will be added into the global folder.
There will be a conflict when the two versions meet each other.
Anyway please close this issue!