UnityARKitMultipeerConnectivity icon indicating copy to clipboard operation
UnityARKitMultipeerConnectivity copied to clipboard

Example of Multiuser AR Experience with Unity

Results 5 UnityARKitMultipeerConnectivity issues
Sort by recently updated
recently updated
newest added

I switch to Unity 2019.3.15f1 to use ARKit3 and i got this error when build in ios ![Capture](https://user-images.githubusercontent.com/4636805/84733248-eb583280-afc7-11ea-8593-8a5db71b63a8.PNG)

`identifier` is not identical to other device's one. this is because we can't construct ARAnchor with `identifier`. https://developer.apple.com/documentation/arkit/aranchor now I have 2 options of resolving this. 1. use `name` and...