google-ar / arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
Other
347 stars 97 forks source link

Some package content does not contain a meta file #9

Open iShorty123 opened 4 years ago

iShorty123 commented 4 years ago

I'm getting these errors when this package is imported/reimported:

It is my understanding that these errors are occurring because the .meta file was not included with the package based on this blog post: https://forum.unity.com/threads/package-has-missing-meta-file.546344/

If you could double check to make sure all the meta files are included or that the package does not include any .chm files, that would be great, thanks! (If this was something I can do myself - I apologize)

Sebastian-Schuchmann commented 4 years ago

Hello! I am facing the same issue. Would be great to get some more information.

kirkokuev commented 4 years ago

Try to remove package and add again, but not from tgz. Unzip tgz file and use json file to import package, I managed to overcome this error after multiple tries.

InnoLuke commented 3 years ago

I resolved this issue by simply completely removing the package and re-adding it from the git link

marcosfreire commented 3 years ago

Try to remove package and add again, but not from tgz. Unzip tgz file and use json file to import package, I managed to overcome this error after multiple tries.

Thanks a lot! That solved my problem

andresmqa commented 3 years ago

#

Try to remove package and add again, but not from tgz. Unzip tgz file and use json file to import package, I managed to overcome this error after multiple tries.

How could I use json file to import package?

yajie322 commented 3 years ago

Try to remove package and add again, but not from tgz. Unzip tgz file and use json file to import package, I managed to overcome this error after multiple tries.

How could I use json file to import package?

There's a package.json in the unzipped taz folder. Then in your Unity, go to Window -> Package Manager, click the plus sign on the top, and click "add package from the disk".

Renkon117 commented 3 years ago

Try to remove package and add again, but not from tgz. Unzip tgz file and use json file to import package, I managed to overcome this error after multiple tries.

How could I use json file to import package?

There's a package.json in the unzipped taz folder. Then in your Unity, go to Window -> Package Manager, click the plus sign on the top, and click "add package from the disk".

Thank you so much

Zakrzewiaczek commented 2 years ago

The problem may be that the "Beta" mode (settings -> advanced) is turned on. Try to change this mode to "Production"

Dumbo-programmer commented 2 years ago

I changed the folder and it worked?!

timlftv commented 1 year ago

Try to remove package and add again, but not from tgz. Unzip tgz file and use json file to import package, I managed to overcome this error after multiple tries.

Tnx you so much!