-
Notifications
You must be signed in to change notification settings - Fork 258
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
com.valvesoftware.unity.openvr-1.2.1.tgz missing meta files #1107
Comments
hi, i encounterd the same error. some questions about your workaround?
thank you for helping. |
|
I'm confused why this is still an issue |
I have the same problem. No meta files in the folder x86 for windows. How can I generate these files? |
You can see my answer above #1107 (comment) Basically, I unpacked the package, opened it in Unity, and let it generate the file. and re-zipped the package. |
I already unpacked and opened in unity but how do you regenerate the files? |
Unity should generate the file for you if you open it in a project, I use git to see the diff, it helped me locate the file if I remember correctly. just packed the same unpacked folder back to a tar file or something and replaced it, and it worked |
For me unity gives error : no meta files for the files mentioned above and does not regenerate them😕 Even after I unzip and open in the project. Thank you for your response |
This is the libopenvr_api.so.meta link https://www.dropbox.com/scl/fi/tbiyf90rje96yibqr14tz/libopenvr_api.so.meta?rlkey=a63artnplm8qhbcf6y7cwhd0r&dl=0 Add it to the right path (of course unzip then re-zip) Here is my com.valvesoftware.unity.openvr-1.2.1.tgz https://www.dropbox.com/scl/fi/ylbudx4cjgxfs9rc41f9z/com.valvesoftware.unity.openvr-1.2.1.tgz?rlkey=susbp2f7wkincav5rea2aposf&dl=0
|
Thanks @kfird214 this worked for me. Edit
This fixed the error. I was able to build and run the application without problems. Thanks again and sorry for repeating what you said with maybe too many words. Maybe Unity can not unzip and read those files? Maybe something went wrong with the compression? Would love to see this fixed._ Edit: No, did not work, yesterday no errors but closing and reopening the project showed errors again. Now I downloaded @kfird214 files and replaced the ones that made trouble. Seems to work now. Edit 2: No, it comes back if I close the project and open it again. This needs some fix. |
For anyone not wanting to go through the hassle of unpacking, generating the missing meta files and repacking. Here is the zipped tar. Just unzip and overwrite the previous tar file with this one at ..\Assets\SteamVR\OpenVRUnityXRPackage\Editor and it should be fixed. |
@HilaryDeBlick 's fix worked for me. |
The zip file for the package
com.valvesoftware.unity.openvr-1.2.1
included with the unity package is missing 2 meta files for:My workaround
The text was updated successfully, but these errors were encountered: