ı have a problem please help me
MissingReferenceException: The object of type 'AudioSource' has been destroyed but you are still try
Please use code tags: Using code tags properly
How to report problems productively in the Unity3D forums:
Help us to help you.
Yes, more info please.
Just a thought, maybe you are calling Destroy() on a GameObject, then trying to play a sound effect that’s on the AudioSource on that object. Use Destroy with a slight delay so the audio can play, or play the audio from another object.