We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
RE: The zip files containing the 4.11.0 release : UltraleapTracking_ue5_3.zip and UltraleapTracking_ue5_2.zip and maybe others?
20+ directories were missing access rights causing the compile to fail.
I corrected these using sudo find . -type d \! -perm -u=x -ls -exec chmod u+x '{}' \; (Linux)
sudo find . -type d \! -perm -u=x -ls -exec chmod u+x '{}' \;
Also, unzip seemed to work but my usual gui archive tool (Ark) didn't want to reproduce the directory structures !?!
The text was updated successfully, but these errors were encountered:
Thank you for posting this issue. We have raised an issue to our engineering backlog to be investigated.
Sorry, something went wrong.
This issue will be closed as we are unable to reproduce, please reopen if this is still being experienced.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
RE: The zip files containing the 4.11.0 release : UltraleapTracking_ue5_3.zip and UltraleapTracking_ue5_2.zip and maybe others?
20+ directories were missing access rights causing the compile to fail.
I corrected these using
sudo find . -type d \! -perm -u=x -ls -exec chmod u+x '{}' \;
(Linux)Also, unzip seemed to work but my usual gui archive tool (Ark) didn't want to reproduce the directory structures !?!
The text was updated successfully, but these errors were encountered: