This singleton class acts as a container for most sounds in the project. It contains the sound effects for controller interactions, as well as footstep sound effects.
Sound Manager
prefab from Assets/Prefabs/Audio
onto the scene.SoundManager
script and write public AudioClip yourVariableName;
under the already existing public AudioClip variables.