March 2019 Summaries
4 posts from Agora
Filter
Month:
Year:
Post Summaries
Back to Blog
This article guides developers through the process of adding cross-platform video communication capabilities to their existing Unity project. It assumes that readers either have an existing project or are willing to start from scratch using a pre-built Tanks!!! reference project with some modifications, including enabling Unity Live Mode for multiplayer and setting up the iOS and Android builds. The article then walks through the integration process of the Agora Voice SDK for Unity, which simplifies implementation in cross-platform mobile projects, and provides code snippets for scripting interactions between the game and the Agora engine, as well as logic for joining channels in both create and find games modes.
Mar 18, 2019
1,559 words in the original blog post.
Agora's website footer provides essential contact and company information, including a phone number, email address, and physical address in Santa Clara, California. It also offers links to follow the company on various social media platforms such as Twitter, Facebook, LinkedIn, Instagram, YouTube, Medium, and GitHub. The footer includes navigation to important sections like pricing, support plans, company information, and developer resources. Users are informed about the company's compliance and privacy policies, along with terms of service and acceptable use policy. Additionally, the website notifies users about its use of cookies for an enhanced browsing experience and provides an option to learn how to opt out.
Mar 15, 2019
128 words in the original blog post.
The Agora Voice SDK for Unity is a useful tool for developers looking to incorporate voice chat services into their games. With this plugin, setting up a sample app can be done in less than 10 minutes. To get started, users need the Unity Editor and an Agora developer account. After importing the assets from the Unity Store, they must update the code by replacing "YOUR APP ID" with their own AppID from the Agora developer account. The SDK offers various event callbacks for developers to explore. Building the app for iOS or Android involves setting up player settings and enabling automatic signing in XCode for iOS, while for Android, users need to ensure that their device is plugged in before building and running the app.
Mar 11, 2019
753 words in the original blog post.
The article discusses integrating video chat functionality into Unity-based games using Agora Video SDK for Unity. It provides step-by-step instructions on how to set up and run a sample Android app with this feature in less than 10 minutes. The author also mentions the prerequisites, including having a developer account with Agora, and offers troubleshooting tips for potential errors during the process. Additionally, it provides links to further resources like API documentation and technical support through the Agora Dashboard.
Mar 08, 2019
559 words in the original blog post.