We will add this prefab to our RockOn app. Let us make a game out of it. We can add guitars to our world by tapping on a location. When we do that, we see the new guitar and we hear a sound coming from that location. Would it not be fun to have someone tell us to place an instrument somewhere? I suggest we make the following changes:
- Have the SpatialVoiceGenerator prefab in our app.
- Wait a little while, somewhere between five and ten seconds.
- Let the system tell us: Place the guitar here.
- The voice should come from the direction in which we want the instrument to be placed.
Later, we can change this to include multiple instruments. If we also have drums, bass, microphones, and so on, we can easily change the spoken ...