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

how to use this project #91

Closed feixiaku closed 7 years ago

feixiaku commented 7 years ago

I develop tango AR app using Unity, I want to record the AR video, but I can't find a API to record video in the tango Android device, so I have to use Android API. in the Unity project, I import tango's unity SDK package, so, at Plugins/Android directory, there are a AndroidManifest.xml file and google_unity_wrapper.aar, If I want to use Android API, how to integrate my code into google_unity_wrapper.aar? or, how to use AndoridIntergration directory?

chaosemer commented 7 years ago

Hi feixiaku! There's no built in support for recording video in the SDK. There are multiple video recording plugins on the Asset Store, we've found all the ones we've investigated to work well.

feixiaku commented 7 years ago

could you give me a link or the name that you have used plugins' name, so i can use the same one, That's great, thank you

chaosemer commented 7 years ago

I've seen apps do well with Everyplay (https://www.assetstore.unity3d.com/en/#!/content/16005), and I would expect other video recording plugins to work well too.