Week 11 – Agora SDK Demo

Week 11 we worked on a new Unity project with Agora.

Link to Agora SDK tutorial: Click here

First we created an account so we can obtain the App ID.

Next we went into the Unity project and we imported Agora video SDK from the package manager. We experimented around with the size and the scripts so it would work.

Advice for me: Remember to not just copy and paste the code, make sure to leave the mono-behavior public class in. Also, the Agora tutorial doesn’t mention this, but we have to add (using UnityEngine.UI;
using agora_gaming_rtc;) these 2 classes in the scripts. Add in the public class for the Join & Leave button so I can access them in the inspector.

Here is the end result of the Agora tutorial:

Leave a Reply

Your email address will not be published. Required fields are marked *