For Android, we will be adding the UrhoSharp.ARCore package, which contains extensions for ARCore. It has a dependency on UrhoSharp, so we don't have to add that package specifically. You can add the UrhoSharp.ARCore package as follows:
- Right-click on the WhackABox.Android project.
- Click Manage NuGet Packages..., as shown in the following screenshot:
- This opens the NuGet Package Manager window. Click the Browse link on the top left of the window.
- Enter UrhoSharp.ARCore in the search box, and hit Enter.
- Select the UrhoSharp.ARCore package and click Install on the right side of the window, as shown in the following screenshot:
That's it—all your dependencies on UrhoSharp have been installed in the project. We now have to wire up some life cycle events.