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

obj file doesn't show up in apk version #64

Open
hhj0988a opened this issue Sep 19, 2022 · 2 comments
Open

obj file doesn't show up in apk version #64

hhj0988a opened this issue Sep 19, 2022 · 2 comments

Comments

@hhj0988a
Copy link

hhj0988a commented Sep 19, 2022

Hi, this project might be stopped but I need help.
The 3D model show up normally after I create assets folder and copy my obj file to it in develope mode.
But after eas build (expo - apk) ,it does not show up.
I think eas does not include assets folder that I made.

So I tried to save the file using file system library.
But it look like directory path never work.

Is there an any way to load .obj file from file-system not in assets folder?
My application should be used in internal network system (no internet) so I can't use uri.

@hhj0988a
Copy link
Author

hhj0988a commented Nov 15, 2022

I did it by using plugin to copy file. But now I have another issue. I made custom 3d model. But it is not showing and got error "Couldn't read file from InputStream". But my file work very well with online 3d viewer (https://3dviewer.net/) Is there a limit size for .obj file ??

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

2 participants
@hhj0988a and others