Last updated: Sep 8, 2022

Introduction

The Sound Linker ScriptableObject contains an array of SoundLink values which we can very easily reference from other scripts. This is useful to access AudioClips that may be relevant in a more direct manner.

You can find the Sound Linker script ****at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Linkers\Sound Linker\SoundLinker.cs

Fields Serialized

Sound Values. Array of all sound links.

Functions

Get. Returns the AudioClip linked to the given type.