Open mathieudel opened 5 years ago
These packages currently aren't configured to work with Unity Package Manager, but NPM and unity3d-package-syncer. 😕
An error occurred while resolving packages: Project has invalid dependencies: @rotorz/unity3d-reorderable-list: Package name '@rotorz/unity3d-reorderable-list' is invalid.
Hi !
Given you added a package.json file to the project, I tried registering this package within Unity 2018.3.8's Package manager adding the following entry to project's manifest.json :
"@rotorz/unity3d-reorderable-list": "https://github.com/rotorz/unity3d-reorderable-list.git"
But that fails with the following error :
An error occurred while resolving packages: Project has invalid dependencies: @rotorz/unity3d-reorderable-list: Package name '@rotorz/unity3d-reorderable-list' is invalid. A re-import of the project may be required to fix the issue or a manual modification of /Users/mdeletrain/dev/Dino/Unity/Packages/manifest.json file
I also tried using that manifest entry :
"com.rotorz.reorderablelist": "https://github.com/rotorz/unity3d-reorderable-list.git"
But error then is :
An error occurred while resolving packages: Project has invalid dependencies: com.rotorz.reorderablelist: Manifest [<project path>/Library/PackageCache/com.rotorz.reorderablelist@a53c6694ae4e3652b342db78432a7f64a67128ca/package.json] is invalid: Package name '@rotorz/unity3d-reorderable-list' is invalid.
Could you please modify declared package name so that Unity is happy to parse it ?