-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
has no meta file, but it's in an immutable folder. The asset will be ignored. #214
Comments
Hey mate, thanks for reporting this issue Did you try using the branch for UPM? https://github.com/proyecto26/RestClient#upm-package Please let me know! |
Hey @jdnichollsc, thanks for your reply.
It seems the package's dependency must come only by 'SemVer'. |
Hey, |
I just had the same issue after released a pure C# script package to Unity 2021.3.4. Since the package is actually a part of a Visual Studio class library, there was no Meta file and I guess this is the reason for the error. |
Hello,
In my understanding, it's required to add
scopedRegistries
to the main projectmanifest
because Unity ignores it in thepackage.json
of the local package.4. Successfully opened the project and imported dependencies.
5. Got these errors:
Could you please tell me if the issue is in the way I import RestClient?
Thanks!
The text was updated successfully, but these errors were encountered: