/ARUnityClient

Demonstration on how to use Agora Video SDK in a AR screen sharing scenario

Primary LanguageC#

ARUnityClient

Demonstration on how to use Agora Video SDK in a AR screen sharing scenario. This project amends the Demo project from the Asset Store SDK and the online ARFoundation Tutorial as an advanced tutorial.

Dependencies:

Project Integration:

  1. Clone this project
  2. Open the project from Unity 2019.2.
  3. Download and import the Agora Video SDK from Asset Store. Uncheck "demo" folder when importing to avoid overwriting the new project code.
  4. Use Package Manager from Unity Editor to install ARFoundation 3.0.1/ARKit 3.0.1/ARCore 3.0.1.
  5. Open TestHome scene and input your AppID to the GameController game object.
  6. Following the settings in README_ARFoundation, build and run on compatible iOS and Android devices to test.

See this blog on Medium or Dev.to for the tutorial on the project.