Doc is ambiguous for entry for AudioClip.Create. Does Obsolete warning refer to the all signatures of the Create method itself or just to the signatures with the _3D argument only? Doc on AudioClip itself has no reference to Create at all. If creating AudioClips dynamically via Create should no longer be done using Create, what is the new best practice for creating software generated sound? How else would you set its delegates?
Only the methods with the ā_3Dā parameter are obsolete. Sorry for the confusion, it is fixed in the 5.5 docs already, these also have a link to AudioClip.Create to the AudioClip page. A 5.4 docs update is on its way.
Dan, Unity Support