f111fei / react-native-unity-view

Show an unity view in react native
MIT License
401 stars 102 forks source link

ARCore using Unity plugin #12

Open briancalvium opened 6 years ago

briancalvium commented 6 years ago

I've been able to get ARKit going on iOS, but on Android ARCore seems to have problems showing the camera. Do you know of anything in the way the android version is done that would prevent the camera from rendering? I've essentially followed the guide here: https://developers.google.com/ar/develop/java/emulator and used the HelloAR example. Any ideas?

shokimble commented 6 years ago

@briancalvium did you ever get it working?

rusky23 commented 5 years ago

This is an old comment thread, but I'd like to know if this is still an issue.

ziyoshams commented 5 years ago

I never had an issue. The only thing I did is build my project on top of HelloAR example.