ARCore compatibility with iOS platform
Here Google ARCore team says that we could create AR experiences that Android and iOS users can share: https://developers.google.com/ar/develop/unity/quickstart-ios.
But what exactly does it mean? Does it means I could use GoogleARCore namespace and all associated code(classes, structs, methods, etc) to write an IPhone game using ARCore sdk?
Answer by aubrey4president · Apr 18, 2019 at 03:09 AM
Yes, that is correct. Under the hood, the ARCore SDK for iOS uses ARKit for the underlying AR functionality. The regular (non-Unity) iOS SDK quickstart page provides more details about the functionality on iOS:
https://developers.google.com/ar/develop/ios/overview
Note that you could also use Unity's own AR Foundation instead, although it doesn't include the cloud anchor functionality that the ARCore SDK provides.
Answer by Chigicherlasivateja · Dec 10, 2019 at 05:58 PM
For now Arcore supports only cloud anchors on iOS platform other features like plane tracking, light estimation etc will not work.
Your answer
Follow this Question
Related Questions
How to send notifications while the game is closed? 2 Answers
How to get the decibel level of a mobile micro (Android/iOS) 0 Answers
Should I leave space for Ad's while designing my game?Also how are they implemented? 0 Answers
Google+ in Unity. Is it possible? 0 Answers
Is it possible to access the native step-counter on mobile platforms. 2 Answers