Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid package name #9

Open
mathieudel opened this issue Mar 15, 2019 · 2 comments
Open

Invalid package name #9

mathieudel opened this issue Mar 15, 2019 · 2 comments

Comments

@mathieudel
Copy link

mathieudel commented Mar 15, 2019

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 ?

@laicasaane
Copy link

laicasaane commented Apr 14, 2019

These packages currently aren't configured to work with Unity Package Manager, but NPM and unity3d-package-syncer. 😕

@guanshichao
Copy link

An error occurred while resolving packages:
Project has invalid dependencies:
@rotorz/unity3d-reorderable-list: Package name '@rotorz/unity3d-reorderable-list' is invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants