I’m looking to create a system where I can choose a variable through a public enum and that will tell my script which folder in the project to choose the audio clips from. I have four folders, each has the same amount of clips, all named the same, but the folders are named by language. Do I need to declare all the audio clips publicly, or can I define a file path that the script will draw from?
If this has already been answered/asked, could you point me to that page?