- Home /
 
 
               Question by 
               Ankitak71 · May 25, 2017 at 02:57 PM · 
                audioaudiosourceserializableaudio clip  
              
 
              Problem while serialize Audio clip for data persistent
I have class like -
 public class DemoClass 
 {
     public GameObject gameObject;
     public AudioClip audioClip;
 }
 
               this class has to be serialize for data persistent. But, audio clip is not serialize type. Is there any Option to do it serialize ?
               Comment
              
 
               
              Your answer