Audio Save and Load as bytes in the memory in Unity

Опубликовано: 24 Март 2026
на канале: Tanha Game Dev - Game & XR maker
874
14

In this tutorial video, we will learn how to save audio in Unity as an array of bytes in the memory of our application or game. In this method, we learn to save or restore our audio without saving it as a file in the external memory. This method, which is very fast and practical on different platforms, can be a suitable solution for saving audio data in our game.

UnityWAV :
https://github.com/deadlyfingers/Unit...

Save and load a byte Array :
http://jeffersonreis-portfolio.blogsp...