mob-sakai/UpmGitExtension

In 2022.3 or later, built-in executable nodejs is removed from editor

mob-sakai opened this issue · 1 comments

Describe the bug

In 2022.3 or later, built-in executable nodejs is removed from editor.
nodejs is used to retrieve package lists from git repositories.
Instead, it should be implemented as a dotnet app.

Environment (please complete the following information):

  • Version: 2.0.3
  • Platform: Editor
  • Unity version: 2022.3.11f1
  • Build options:

Additional context

Win32Exception: ApplicationName='/Applications/Unity/Hub/Editor/2022.3.11f1/Unity.app/Contents/Tools/nodejs/bin/node', CommandLine='"/Users/mob-sakai/repos/UpmGitExtension/Packages/dev/Editor/Commands/fetch-packages.js" https://github.com/mob-sakai/SoftMaskForUGUI.git#1.0.0', CurrentDirectory='/Users/mob-sakai/Library/Preferences/Unity/Editor-5.x/GitPackageDatabase', Native error= Cannot find the specified file

Fixed version v2.1.0 has been released!