reown-com / reown-dotnet

Toolkits to build onchain UX
https://docs.reown.com/
Apache License 2.0
8 stars 1 forks source link

Unity Error: README.md has no meta file and can not build project #9

Closed talha-trili closed 1 month ago

talha-trili commented 1 month ago

Appkit.Unity package is missing a meta file which is preventing building the project.

image image

Workaround

As a temporary solution, this error can be fixed by deleting README.md file but since its a unity package meaning its under cache folder, any change made to a package will revert to its original state when unity re-starts.

Suggested Solution

Push the missing README.md.meta file and get a new release.

skibitsky commented 1 month ago

Hello,

Thank you for opening the issue! This error shouldn't block you from using the package, so you can ignore it for now. It will be fixed in the next release.

talha-trili commented 1 month ago

Thanks for the quick response.

Like i mentioned this issue is actually a blocker issue since it prevents from building a project. We can use the workaround i've mentioned to bypass it for manual builds but if a studio uses a build pipeline than this will be a bigger problem.

So we will be waiting for the next release.

Regards

skibitsky commented 1 month ago

@talha-trili I cannot reproduce the issue with the v1.0.1, could you upgrade please?

talha-trili commented 1 month ago

Yes i can confirm this issue is fixed in 1.0.1, thanks for the help.