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.
- Unity 2019.2
- Unity Asset Agora Video SDK
- Agora AppId Project page
- Clone this project
- Open the project from Unity 2019.2.
- Download and import the Agora Video SDK from Asset Store. Uncheck "demo" folder when importing to avoid overwriting the new project code.
- Use Package Manager from Unity Editor to install ARFoundation 3.0.1/ARKit 3.0.1/ARCore 3.0.1.
- Open TestHome scene and input your AppID to the GameController game object.
- 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.