Exemplo n.º 1
0
    void GenerateWwiseIDsCsFile()
    {
        string SoundbankPath = AkUtilities.GetFullPath(Application.streamingAssetsPath, Settings.SoundbankPath);

        if (File.Exists(Path.Combine(SoundbankPath, "Wwise_IDs.h")))
        {
            AkWwiseIDConverter converter = new AkWwiseIDConverter(SoundbankPath);
            converter.Convert(false);
        }
    }
 void GenerateWwiseIDsCsFile()
 {
     string SoundbankPath = AkUtilities.GetFullPath(Application.streamingAssetsPath, Settings.SoundbankPath);
     if (File.Exists(Path.Combine(SoundbankPath, "Wwise_IDs.h")))
     {
         AkWwiseIDConverter converter = new AkWwiseIDConverter(SoundbankPath);
         converter.Convert(false);
     }
 }