AudioSaveManager
Data containing the Unity AudioClip class is saved via this manager. This AudioSaveManager class simplifies saving, loading, and deleting data with support for both synchronous and asynchronous operations, and also provides auto-saving functionality.
Remember that you can save audio files with up to 10 million samples for optimization! You can try splitting the audio files for more saving.
Last updated