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?
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
Yes you can do it, just override
RTCVideoCapturer
and modify thepixelBuffer
, see example here:https://github.com/gorastudio-ceo/SCNRecorder/issues/33
As you have said that you have tried various available packages, here are some approaches and packages you can consider .
GitHub or click here
OR
you can check out these articles on how make AR apps in react native.
How to implement AR based App using React Native?
Crafting AR apps with React Native
let me know if this helps .