mob-sakai / GitDependencyResolverForUnity

This plugin resolves git url dependencies in the package for Unity Package Manager. You can use a git url as a package dependency!
MIT License
246 stars 33 forks source link

Package isn't being pulled in at all #37

Open cckelly opened 3 weeks ago

cckelly commented 3 weeks ago

NOTE: Your issue may already be reported! Please search on the issue tracker before creating one.

Describe the bug I've installed GitDependencyResolverForUnity via the Package Manager. I have a local custom package added to my project. Inside the project's manifest I listed the dependency as so:

  "gitDependencies": {
    "com.rlabrecque.steamworks.net": "https://github.com/rlabrecque/Steamworks.NET.git?path=/com.rlabrecque.steamworks.net#20.2.0"
  }

I don't see the code pulled in anywhere, I've also tried deleting ScriptAssemblies with no luck.

To Reproduce See bug description

Expected behavior The package should be pulled in as expected

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context N/A

mob-sakai commented 3 weeks ago

33

Is this affecting?

cckelly commented 3 weeks ago

@mob-sakai no I don't see the package anywhere, does it matter that it's a local package? Does it have to be cloned with Git or from a scoped registry?