Basically I have an audio file and a script which manages the audio. I want to drag the file into my script which I have added to the game manager in my scene, but nothing. And I mean nothing pops up on the “select asset” screen. They’re all subfolders in Assets, and on top of that I even added instances of the mp3 file right next to the script. But nothing. I have no idea why this is happening and nothing I find online addresses it either. It’s for version 2023.1.13f but I couldn’t find that on the version list so I’m typing it here. I remember it was a thing for 3D models earlier but then I worked around that issue, but it was never this bad. Now no assets show up at all!
AudioSource != AudioClip.
AudioSource is the component you add to game objects. AudioClip’s are the actual sound file in your project assets.
Also, this is a bit of an old version and I’d consider updating if you’re not too deep into your project yet.