Unity3dSampleTemplate icon indicating copy to clipboard operation
Unity3dSampleTemplate copied to clipboard

Package manifest contains hard coded local dependency on WebGLThreadingPatcher

Open chrismahoney opened this issue 1 year ago • 1 comments

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.

chrismahoney avatar Apr 04 '23 21:04 chrismahoney

Thank you!! I'll update it ASAP.

juanfranblanco avatar Apr 05 '23 06:04 juanfranblanco