Nethereum / Unity3dSampleTemplate

Unity3d sample template to work with Nethereum
MIT License
87 stars 45 forks source link

Package manifest contains hard coded local dependency on WebGLThreadingPatcher #20

Open chrismahoney opened 1 year ago

chrismahoney commented 1 year ago

While loading the current repo state as a project in-editor, I'm seeing a hard-coded reference to the WebGLThreadingPatcher repository in the package manifest which fails dependency import:

An error occurred while resolving packages:
  Project has invalid dependencies:
    com.tools.webglthreadingpatcher: The file [<MY PROJECT PATH>/Unity3dSampleTemplate/Packages/<JUAN LOCAL REPO PATH>/WebGLThreadingPatcher/package.json] cannot be found

I pulled a clone of that repository and updated the reference to the local path on my machine as a workaround.

juanfranblanco commented 1 year ago

Thank you!! I'll update it ASAP.