Import errors regarding meta files

Hi everyone!

After following all the steps from GitHub and running:

python3 build.py

And then importing com.apple.core-1.0.0.tgz file with Unity Package Manager, I've received about 33 errors in the console regarding missing meta files

Has anyone else received these types of errors? Or does anyone know of a solution to this issue?

Thanks!

Same problem. And i found that my "com.apple.core-1.0.0.tgz" is 149KB but in the video, the.tgz is 400KB.

Did you figure this out? Could you share the solution,please? thx

I had the same problem - workaround is to decompress the tgz into the filesystem, and rename the top folder to "com.apple.core" and then load the package via file system or copy into the Packages folder in your project.

you must check if you have unity 2020.3.33f1.
if not, install it.

Best is to uncompress the tgz and then just "install from disk" in Unity and choose the package.json file from the uncompressed folder to install.

Import errors regarding meta files
 
 
Q