Hearing is believing!Asset is under Unity Companion License.This example project accompanies the Unity Essentials - Foundations of Audio course.Important note on package dependenciesThe First/Third Person Starter Assets packages require the Input System and Cinemachine packages to work.Please accept the Input System pop-up and Editor restart to successfully install the New Input System. If you accidentally decline, you can install the New Input System through the Package Manager.If you want to use the Input System and Input Manager (Old) together, or switch your project back to the old Input Manager, you will need to go to Edit > Project Settings, then select Player.Under Other settings, you will see that Input System Package (New) is selected. Here you can switch to your preferred setup. Please bear in mind that the Starter Assets do not work with the Input Manager (Old) setting.To Set up with URP:Adding the Asset to your Graphics settingsTo use URP, you need to add the newly created Universal Render Pipeline Asset to your Graphics settings in Unity. If you don't, Unity still tries to use the Built-in render pipeline.To add the Universal Render Pipeline Asset to your Graphics settings:Navigate to Edit > Project Settings... > Graphics.In the Scriptable Render Pipeline Settings field, add the Universal Render Pipeline Asset you created earlier. When you add the Universal Render Pipeline Asset, the available Graphics settings immediately change. Your Project is now using URP.