Skip to content
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

Unable to assign VRX file by local path of phone from downloads #18

Open
rishabchirania opened this issue Sep 3, 2020 · 0 comments
Open

Comments

@rishabchirania
Copy link

Trying to use recently downloaded vrx file in Viro3dObject
here in our application,these two ways of giving file path are working fine

  1. obj: require("../res/emoji_wow_anim/motor1.obj"),
  2. obj: { uri: "https://gdurl.com/E-A2" },

but giving file "path content://com.android.providers.downloads.documents/document/1064" likeobj: { uri: 'content://com.android.providers.downloads.documents/document/1064' }, is showing error like below.

Please help about how to give local file path of vrx file to the ar screen

Screenshot_2020-09-03-12-32-03-274_com viro figment
Screenshot_2020-09-03-12-32-45-839_com viro figment

Screenshot_2020-09-03-12-32-03-274_com viro figment
Screenshot_2020-09-03-12-32-45-839_com viro figment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant