Simple-Unity-Audio-Manager icon indicating copy to clipboard operation
Simple-Unity-Audio-Manager copied to clipboard

when audio file is deleted, Audio File scriptable object becomes unusable

Open Aledavid07 opened this issue 2 years ago • 1 comments

image

image

I guess its just that the Custom Inspector Code cant perform the next lines of code because theres no reference for the audio file in one line of code. And it doesn't let me drag another audio file or literally change anything in the scriptable object.

Aledavid07 avatar Jan 11 '24 16:01 Aledavid07

Thanks for reporting, this issue will be fixed in the next release. If you're still experiencing this issue, you can work around it by toggling debug mode in your Inspector when working with the SoundFileObject.

You can do this by right-clicking your Inspector window, clicking the Debug option, and then manually removing the missing array element. Once that's done you can switch your Inspector back to the Normal option.

jackyyang09 avatar Jan 14 '24 19:01 jackyyang09