googlearchive / tango-examples-unity

Project Tango [deprecated] UnitySDK Example Projects
https://developers.google.com/ar
Apache License 2.0
470 stars 242 forks source link

TangoSDK/Examples/Scenes/SimpleAugmentedReality can work, but have a problem #92

Open feixiaku opened 7 years ago

feixiaku commented 7 years ago

I find a problem, under this TangoSDK/Examples/Scenes/ folder, the SimpleAugmentedReality scene can work, but can't see the reality world, just see the virtual world.

chaosemer commented 7 years ago

Have you made any modifications to the project, particularly AndroidManifest.xml? The app needs the camera permission to properly display the camera image.

Also, what version of Unity are you using, so we could reproduce?

feixiaku commented 7 years ago

I didn't any modification to the project, also, I have checked the AndroidManifest.xml, there have camera permission. the version of Unity is 5.6.1f1(32-bit), could you give me your email, so, I can give you more feed back, thank you

arpit2050 commented 7 years ago

Recently, I updated TangoCore to latest version Hopak. But my Tango-Unity application failed to work showing error: TangoApplication.Startup() - ERROR : Not all required permission were accepted yet. Needed : System.collections.generic.HashSet 1[Tango.TangoApplication + PermissionTypes]

I also build my app again integrating with new SDK release in a fashion they mentioned on GoogleTango site but my device showed same error. @chaosemer Can you provide some help.