- Home /
U3DXT Multipeer Example Project Error
Hello,
I'm trying to get the U3DXT plugin's ShareNearMe example Unity project working. I've built both the ShareNearMe server and the ShareNearMe client and I've run them both on my devices through XCode. The device running the server has its wifi and bluetooth enabled and the device running the client only has bluetooth.
One device is an iPhone 4S and the other is an iPhone 5C. Both are running iOS 7.1.2.
The XCode console shows the following error for the phone running the client:
Warning: Attempt to present ServiceType = u3dxt-peer Delegate = > Session = SecurityIdentity = (null) EncryptionPreference = Optional ConnectedPeers = ( ) Delegate = > MinimumNumberOfPeers = 2 MaximumNumberOfPeers = 8 Delegate = > on whose view is not in the window hierarchy!
Would appreciate any help you could give me!
Answer by sinclairt · Jul 09, 2014 at 07:39 PM
Discovered that delaying the call to ShowBrowser() solved the problem. Apparently it was being called before the RootViewController was set up.