The Sound of Flowery Prose

In this chapter, we will design and create our first AR application with macOS and utilize ARKit. This will be an application that utilizes a touch sensor and camera sensors in tandem to initiate sound clips from various literary sources. This will serve as a fantastic introduction to programming and setting up Unity to work with the AR tools available to us. This will also allow us to utilize the built-in functions provided for using the camera sensor and the touch sensor.

In this chapter, we'll cover the following topics:

  • Conceptualizing the project
  • Setting up the Unity project
  • Code implementation details
  • Working with XCode