skip to Main Content

I’m looking to incorporate Unity AR functionality into my React Native project on the iOS platform. I’ve tried various available packages, but I’ve encountered challenges when trying to integrate them. Are there any reliable packages or informative blog posts that can assist me in achieving this integration successfully?

2

Answers


  1. Yes you can do it, just override RTCVideoCapturer and modify the pixelBuffer, see example here:

    https://github.com/gorastudio-ceo/SCNRecorder/issues/33

    Login or Signup to reply.
  2. As you have said that you have tried various available packages, here are some approaches and packages you can consider .

    1. Search for "React Native Unity View" on the NPM package registry /
      GitHub or click here
    2. Search for ARKit for Unity on google .

    OR

    you can check out these articles on how make AR apps in react native.

    1. How to implement AR based App using React Native?

    2. Crafting AR apps with React Native

    let me know if this helps .

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search