For the WhackABox and the WhackABox.iOS project, we need to add the UrhoSharp NuGet package. This contains everything we need for our AR app. You can add the package as follows:
- Right-click on the WhackABox solution.
- Click Manage NuGet Packages for Solution..., 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 in the search box, and hit Enter.
- Select the UrhoSharp package, check the WhackABox project and the WhackABox.iOS project, and click Install on the right side of the window, as shown in the following screenshot:
That's it for the WhackABox and the WhackABox.iOS projects. Android is a little bit trickier to set up, since it needs a special UrhoSharp package and some code to be written to wire everything up.