Giri Prahasta Putra

Results 16 comments of Giri Prahasta Putra

have you tried to add `-DNET_4_0` to `OTHER_CFLAGS` in UnityConfig.xxconfig?

@zbagley that's great news! It will more likely stable and less hacky (in terms of compiling and build) because it would use generated library officially from Unity. I once would...

@rpassareti I'm using Unity 2019.1.6.f1, React-Native 0.60.4, and EasyAR 3.0.1. I only use Metal for Graphics API (because I'm targeting iOS and also using ARKit for other features). It works...

@rpassareti here you go https://github.com/igrir/ReactEasyARSample

@rpassareti I haven't tried video player on EasyAR

Is the video embbeded on the apk? Are you sure the video is there? Maybe you can try to check the generated apk using android studio's APK Analyzer. It could...

@zbagley that's correct, but the thing @f111fei being aware of is the problem mentioned in this issue https://github.com/f111fei/react-native-unity-view/issues/29 I successfully included ARKit camera and run it using this library, but...

@zbagley did you only add OpenGLES2 on your Graphics API? Might be that could be the problem. I've just tried it and also encountered that error. For my issue, I...

@zbagley have you added `-DNET_4_0` on your xcconfig? I tried to use ARKit utilizing Unity's AR Foundation and the camera seems working. Unity as a library seems promising, and also...

update with my research. By the way I also post the questions on Vuforia forum, feel free to join in discussion (https://developer.vuforia.com/forum/unity/vuforia-always-set-opengl-es-20) I was reading how VuforiaUnityPlayer.h works, and looks...