Skip to content
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

Local package source search doesn't find packages in subfolders #270

Closed
dfields-msft opened this issue Aug 19, 2019 · 1 comment
Closed

Comments

@dfields-msft
Copy link

Local package source search doesn't find packages in subfolders

After setting up a local package source with nuget.exe add MyPackage -source c:\localpackages and adding c:\localpackages to PackageSources in my nuget.config file, NuGet for Unity was not able to find my package. After inspecting the source, this is because N4U only looks in the root of the specified folder, but nuget.exe add creates a folder hierarchy based on package names and versions.

  • NuGet Package: N/A
  • NuGetForUnity Version: 1.21
  • Unity Version: 2018.4
  • Operating System: Windows
@JoC0de
Copy link
Collaborator

JoC0de commented Apr 8, 2023

fixed in #489

@JoC0de JoC0de closed this as completed Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants