Skip to content

Instantly share code, notes, and snippets.

@MohsenneChaverdie
Last active May 12, 2019 19:21
Show Gist options
  • Save MohsenneChaverdie/8d7af47e2b9021691fac59aaa742819f to your computer and use it in GitHub Desktop.
Save MohsenneChaverdie/8d7af47e2b9021691fac59aaa742819f to your computer and use it in GitHub Desktop.
ArKit Remote
- Turn off wifi connection both on iphone and Mac, then try.
- you should use 127.0.0.1 ip address
- https://bitbucket.org/Unity-Technologies/unity-arkit-plugin/issues/73/when-trying-to-use-arkitremote-with-iphone
- https://medium.com/@johntucker_48673/unity-arkit-by-example-part-1-64ec079efdc5
- I can confirm it does work on iOS devices, although you have to build a remote app on your own. We are investigating how to streamline that process to make it easier.
- https://forum.unity.com/threads/ar-remote-tool-alpha-preview.573229/
App should inform user dass tracking quality is limited
- ARCamera.TrackingState.limited(_:)
- Use the associated ARCamera.TrackingState.Reason value to provide feedback that guides the user to resolving the situation so that the tracking state can return to ARCamera.TrackingState.normal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment