f111fei / react-native-unity-view

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

react-native-unity-view and Vuforia #22

Closed stajics closed 6 years ago

stajics commented 6 years ago

I am trying to setup react-native-unity-view with unity app that uses vuforia ARCamera and ImageTarget. App runs and i can see the camera, but its not detecting the image. (I am using a vuforia 5 star sample image and it works when i test it in Unity so that part is not the problem). Any ideas why its not triggering tracking events? It looks like everything initializes good because i send couple of messages from ImageTarget to react native with UnityMessageManager.Instance.SendMessageToRN and they are received good.

Charlynux commented 6 years ago

I built a project with Vuforia last week. I encountered two problems :

Hope this help.